/*  
Theme Name: Karla Fountain Custom Theme
Theme URI: http://www.bigfolio.com
Description: New Theme Created in December 2007
Version: 2.0
Author: Big Folio
Author URI: http://bigfolio.com	

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background: #fef9f3 url(images/bg_grad.gif) repeat;
	margin-bottom: 0px;
	margin-top: 0px;
}
a{
	color:#663300;
}
p{

}
h1,h2,h3,h4,h5{
	color:#663300;
}
ul{
	list-style:none;
	margin:0px;
	padding:0px;

}
li{
	margin:0px;
	padding:0px;
}
#page{
	width:1071px;
	margin:0px auto;
	padding:0px;
	background:url(images/karla_middle_bg.jpg) repeat-y;
}
#header{
	height:318px;	
	background:url(images/karla_header_bg.jpg);
}
#blog_meta{
	display:none;		
}
#content,#sidebar{	
	margin:0px;	
	padding:0px;
}
#content{
	width:700px;	
	margin-left:45px;
	margin-top:20px;
	float:left;		
}
#sidebar{
	width:240px;
	float:right;
	margin-right:65px;
	padding-top:35px;	
	font-size:13px;	
}


#footer {
	clear:both;
	font-size:13px;
	text-align:center;
	padding:10px;
	height:94px;
	background:url(images/karla_footer_bg.jpg);	
	padding-top:100px;
}

/* ----------------------------------------*/

.post{
	padding-bottom:50px;
}
.post_title{
	font-size:20px;	
}
.post_details{
	font-size:13px;
	margin-top:-12px;
	border-top:3px #518ed3 solid;
	padding-top:3px;
}
.entry_options{
	text-align:right;
}
.comments{
	margin-top:-38px;
	padding-bottom:38px;
}
.leave_comment{
	display:none;
}
.compass{
	margin-bottom:-12px;
}

#sidebar h2{
	font-size:20px;
	margin:0px;
	padding:0px;
	padding-top:20px;
	border-bottom:2px solid #518ed3;
	padding-bottom:5px;
}
#sidebar h4{
	margin-bottom:0px;
	color:#996600;
}
#sidebar li{
	margin-left:5px;
}#sidebar ul{
	margin-top:5px;
}
textarea#comment{
width:700px;
}

#topnav{
margin-left:35px;
width:970px;
border-bottom:2px solid #518ed3;
height:50px;
}


#image_link_list{
padding-top:100px;
}
#image_link_list li{
margin-top:20px;
}
#image_link_list img{
border:0;
}
#image_link_list a{

}