/* 
Theme Name: Gina Mallet Blog
Theme URI: http://www.madfatter.com
Description: The Design for Gina Mallet's blog
Version: 1.0
Author: Trevor Fischer
Author URI: http://www.madfatter.com

*/@charset "UTF-8";
/* CSS Document */


img.rss_img{
position: relative;
top:3px;
padding-left: 8px;
}
/*Header Navigation*/

#horizontal_navcontainer{
	height:24px;
	background-color: #fcfbf9;
	padding-top: 9px;
	padding-right: 0px;
	padding-left:58px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #91623b;
	border-bottom-color: #91623B;
}
#horizontal_navlist li
{
	display: inline;
	text-align:center;
	list-style-type: none;
	padding-right: 45px;
	font-style: italic;
	font-weight: bold;

	font-size: 1.2em;
	
}

#horizontal_navlist li a{
text-decoration:none;
	color: #f84835;
}

#horizontal_navlist li a:hover{
	color: #91623B;
}




.thread-alt{
	background-color: #fcfbf9;
	
}

.thread-even {
	background-color: #fff;
	
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #deceb9;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	color: #523825;
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	text-decoration:none;
	}
	
	.commentlist cite a:hover{
	color:#a67b43;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


.post hr {
	display: block;
	}

.postmetadata {
	padding-top: 5px;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.postmetadata {
	padding-top: 5px;
	}
	
.postmetadata.alt{
	margin-top:20px;
	background-color:#FFFFFF;
	border-top: 1px dotted #deceb9;
	}

.postmetadata.alt small {
font-size: 1.0em;
line-height:1.4em;
}




/*	Begin Headers */

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.6em;
	}
	
h2 {
font-size: 1.4em;

}

h3 {
	font-size: 1.1em;
	}
	
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	
	padding: 0 0 5px 0;
	}

h3 {
	padding: 0 0 5px 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h3#comments {
	margin: 0 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #deceb9;
	}
	
	
h2.widgettitle  {
	color:#ffffff;
	height:22px;
	background-color: #ddcdb9;
	text-decoration: none;
	font-size: 1.2em;
	padding:8px 0px 5px 28px;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	
}

h2.contactBox  {
	height:16px;
	color:#ffffff;
	text-decoration: none;
		background-color: #ddcdb9;
	font-size: 1.2em;
	font-weight: bold;
		padding:0px 0px 11px 28px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#ddcdb9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
}

h2 a, h2 a:visited {
color:#523825;
text-decoration: none;
}


h2 a:hover{
	color:#91623b;
}

h3 a, h3 a:visited {
color:#523825;
text-decoration: underline;
}


h3 a:hover{
	color:#91623b;
}

/* End Headers */


/**MAIN ELEMENTS**/

* {
	margin: 0px;
	padding: 0px;
}

a {
color:#a67b43;
}

a:visited {
color:#91623b;
}

a:hover {
color:#523825;
}

a.more-link {
text-decoration: none;
}

body {
	background-color: #efe8de;
	margin:0;
	color:#523825;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	font-size: 62.5%;
}

#wrapper {
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 850px;
	top: 0px;
	margin: auto;
	text-align: left;
}

#content_container {
	margin-left: 25px;
	margin-right: 25px;
	width: 800px;
	background-color:#fcfbf9;
	background-image: url(images/containerbg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#content {
	width:489px;
	padding: 15px 30px 20px 30px;
	font-size:1.3em;
	float:left;
}

#content.widecolumn {
	padding: 15px 0 20px 0;
	margin: 0 0 0 150px;
	width: 500px;
	background-color:#fcfbf9;
	}

#header {
	height:410px;
	background-color: #fcfbf9;
	background-image: url(images/headerbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


#sidebar {
	position: relative;
	width: 248px;
	font-size:1.3em;
	display: inline;
	float: right;
	background-color: #eee7de;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ddcdb9;
	padding-bottom: 65px;
	}
	
#footer {
	position:relative;
	background-color: #91623b;
	background-image: url(images/footertop.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	height: 75px;
}

, 

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 4px 0;
	}

img.alignright {
	padding: 4px 0 5px 10px ;
	margin: 10px 0 0px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px  10px 5px 0;
	margin: 10px 7px 0 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.alignright {
	text-align: center;
	padding: 4px 0 4px 4px;
	margin: 6px 0 0 10px;
	
}

.wp-caption.alignleft {
	text-align: center;
	padding: 4px 4px 4px 0;
	margin: 6px 10px 0 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption.aligncenter{
	padding: 10px 0px 4px 0;

}

.wp-caption p.wp-caption-text {
text-align: center;
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px 0;
	margin: 0;
}
/* End captions */


small, .postmetadata  {
	font-size: 0.8em;
	line-height: 1.1em;
	color:#a67b43;

}

small a{
color: #a67b43;
}

.postmetadata a{
color: #a67b43;

}

small a:hover, .postmetadata a:hover  {
	color:#523825;
}


p {
padding: 5px 0 5px 0;
}

#navlist
{
width: 248px;
	background-repeat: no-repeat;
	background-position: center top;
}

#navlist li
{
list-style: none;



}

#navlist li.widget_archive{
	text-decoration: none;
	display: block;

}
#navlist li a, #sidebar p a  {
	color:#523825;
	text-decoration: none;
	margin-left:18px;
	margin-right:18px;
	padding:10px 0px 14px 10px;
	margin-bottom:-5px;
	margin-top:5px;
	display: block;
	border-bottom: 1px solid #deceb9;
	
}

#sidebar p.rss a  {
	color:#523825;
	text-decoration: none;
	margin-left:18px;
	margin-right:18px;
	padding:4px 0px 11px 10px;
	margin-bottom:-5px;
	margin-top:5px;
	display: block;
	
}

#navlist li a:hover, #sidebar p a:hover  {
	color:#91623b;
	display: block;
}

 #navlist h2.widgettitle  {
	height:22px;
	color:#ffffff;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	padding:8px 0px 5px 28px;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	
}




li.sublink a {
margin-left: 10px;
font-size: 1.0em;
height: 15px;
}

#footernavlist
{
list-style-type: none;
margin: 0;
padding: 23px 0 0 25px;
float:left;
}

#footernavlist li.first
{
border: none;
}


#footernavlist li
{
border-left: 1px solid #FFF;
float: left;
line-height: 1.1em;
margin: 0 0.9em 0 -0.9em;
padding: 0 0.9em 0 0.9em;
font-size: 1.05em
}

#footernavlist li a,.mf_brand a
{
text-decoration: none;
color:#FFFFFF;
}

#footernavlist li a:hover, .mf_brand a:hover
{
color:#523825;
}

.footer2 {
	background-color:#fcfbf9;
	clear:both;
	padding: 4px 0 4px 0;
	color:#91623b;
	position: absolute;
	bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91623b;
	width: 798px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #91623b;
	border-left-color: #91623b;
}

.copyright {
padding-left:349px;
letter-spacing:-0.06em;

}

.adminlogin{
	padding-left:270px;
	
}

.mf_brand {
	color:#ffffff;
	background-image: url(images/mf_logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	left:-2px;
	width: 230px;
	height: 50px;
	float: right;
	text-align:center;
	margin-top:3px;
	margin-right:7px;
	padding: 20px 10px 0 0;
	font-size:0.95em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	letter-spacing:-0.06em;
}

.addtoany_share_save_container{
clear:both;
}


a.addtoany_share_save{

position:relative;
left:-8px;
}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #deceb9;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}
	
.caption {
	font-weight: bold;

}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img{
border: none;
}

.navigation {
font-size:0.8em;
margin-bottom:30px;

}

.navigation a{
text-decoration: none;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
font-size:0.9em;
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	
	#sidebar li p{
	padding:0;
	margin: 0 0 10px 10px;
	}
	
	#get-recent-comments li a:link {
	color:#91623b;
	font-weight: bold;
	font-size:0.9em;
	padding:16px 15px 0px 28px;
	margin:0;
	border-bottom: 1px solid #efe8de;
	}
	
	#get-recent-comments li p{
	margin-left:18px;
	margin-right:18px;
	padding:0px 0px 14px 10px;
	margin-bottom:-5px;
	margin-top:5px;
	border-bottom: 1px solid #deceb9;
	}
	
	#get-recent-comments li a:hover{
	color:#523825;
		}
	
	img.kjgrcGravatar{
	padding: 0 5px 0 0;
	}
	
	.sidebarcommentor{
	position:relative;
	top:-4px;

	}
	

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
position:relative;
	width: 180px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 25px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0;
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

fieldset{
border:none;
padding-bottom: 45px;
}

.subscribe-to-comments{
font-size: 0.8em;
}

.rss_feed {
margin-top:12px;
margin-left: 10px;
}
.rss_feed a, .rss_feed a:visited{
	padding-left: 22px;
	text-decoration: none;
	font-weight:bold;
	font-size:1.2em;
	color: #523825;
	background-image: url(http://www.madfatter.com/wp/feed-icon16x16.png);
	background-repeat: no-repeat;
	background-position: left center;
 
 }
 
 .rss_feed a:hover {
 	color:#91623b;
 }
 


/**** IE Hacks **/



* html .copyright {
	position: relative;
	
}

* html #navlist a:link, * html #navlist a:visited {height:30px; he\ight:0;}
