/* 
Theme Name: Little Love Tales Custom Theme
Theme URI: 
Description: Three Column Full Width Flexi Layout
Version: 1.0
Author: bj novack
Author Url: http://kickasswebdesign.com
*/
* {margin: 0; padding: 0;}
	body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
	background: #ffffff;
	color: #000000;
		}
#mainwrapper {
	width: 94%;
	margin: 0 3%;
	min-width: 770px;
	max-width: 1100px;
	border-top: 10px solid #ff3838;
	border-bottom: 10px solid #ff3838;	
}
#header {
	padding: 15px 0;
	border-top: 3px solid #000000;
}
.headerimg {
	float: left;
}
	#main1 {
		background: url(images/leftcolbg2.gif) top left repeat-y;
		border-top: 1px solid #eddcb8;
		}
	#main2 {
		background:url(images/rightcolbg2.gif) top right repeat-y;
		margin-top: -10px;
		}
	#left {
		float:left;
		width: 195px;
		margin:0; padding:0;
		/*background:url("corner.gif") top right no-repeat;*/
		font-size:70%;
		}
	#right {
		float:right;
		width: 195px;
		margin: 0; 
		padding:0;
		/*background:url("corner.gif") top right no-repeat;*/
		font-size:70%;
		}
	#middle {
		margin:0 195px;
		font-size:80%;
		line-height: 1.4;
		}
#left .column-in {
	padding: 0 5px 20px 0;
}
#right .column-in {
	padding: 0 0 20px 15px;
}
#middle h3 {
	padding: 8px 0;
	font-size: 105%;
}
#middle ul, #middle ol {
	padding-left: 25px;
}
#middle h2 {
	font-size: 120%;
	margin-top: 10px;
	padding: 8px 3px;
	font-variant: small-caps;
}
#middle h2 a {
 text-decoration: none;
 color: #c70f0f;
}
#middle h2 a:hover {
	color: #404040;
}
	.padcenter {
		margin 0; padding: 0 40px 15px 40px;
	}
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
		
	p { margin: 0.5em 0; }
	a { color: #c70f0f; font-weight: bold;}
	a:visited {color: #808080;}
	a:hover {color:#404040;}
	
	.copy { text-align:center; font-size:80% }

#footer {
	padding: 5px 0;
	text-align: center;
	font-size: 70%;
	border-top: 1px solid #c70f0f;
	border-bottom: 3px solid #000000;
}

#left ul ul {

}
#right ul ul {
}
#left ul p, #left ul ul p {

}
#left h3, #right h3 {
	font-size: 100%;
	padding: 20px 0 15px 0;
	text-align: center;
}
#left h2, #right h2 {
	margin: 0;
	width: 100%;
	text-align: center;
}
#left h2, #left li h2, #right h2, #right li h2 {
	/*background: url(images/headergrad.jpg) repeat-x top center;*/
	padding: 5px 0 3px 0;
	font-size: 120%;
	margin-bottom: 3px;
	font-variant: small-caps;
	color: #000000;	
}
#left ul, #right ul {
	margin: 0;
}
#left ul, #right ul {width: 180px; color: #000000; }
#left li, #right li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#left li, #right li {
	padding: 0;
	/*font-size: 95%;*/
}
#right li {
}
#right li p {
	text-align: left;
}
#left p {
	padding: 10px;
}
#left ul a, #right ul a {
	display: block;
	text-decoration: none;
	width: auto;
	padding: 3px 15px;
}
#left ul a:link, #right ul a:link {
	color: #c70f0f;
}
#left ul a:visited, #right ul a:visited {
	color: #808080;
}
#left ul a:hover, #right ul a:hover {
	color: #ffffff;
	background: #777777;
}
#left ul a:active, #right ul a:active {
	color: #000000;
}
#left ul li ul, #right ul li ul {
	background: transparent;
	padding: 0 0 10px 0;
}
.horzbar {
	padding: 2px 2px 4px 2px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #c70f0f;
	margin-bottom: 5px;
	font-variant: small-caps;
	font-size: 110%;
}
.horzbar ul {
	margin: 0;
	padding: 0;
	display: block;
	padding: 0;
}
.horzbar li {
	display: inline;
	list-style-type: none; 
	padding: 3px 0;
	margin: 0 1.5em;
	white-space: nowrap;
}
.horzbar ul a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
/* blog specific stuff */
#searchform {
	padding: 3px 0;
	float: right;
	text-align: right;	
}

#searchsubmit {
	background: #cccccc;
	color: #000000;
	margin-top: 3px;
	text-align: center;
	font-weight: bold;
}
.pullquoteleft, .pullquoteright {
	border: 1px solid #c70f0f;
	margin: 5px;
	/*padding: 5px;*/
	width: 137px;
}
.pullquoteleft p, .pullquoteright p {
	padding: 8px;
}
.pullquoteleft {
	float: left;
}
.pullquoteright {
	float: right;
}
.pullquoteleft img a, .pullquoteright img a {
	margin: 0 auto;
	text-align: center;
}
.pullquoteleft h4, .pullquoteright h4 {
	border-bottom: 1px solid #c70f0f;
	padding: 3px 0;
	background: #eddcb8;
	font-size: 110%;
	text-align: center;
}
blockquote {
	padding: 0 35px;
}
a img {
	border: none;
}
.centered {
    text-align: center;
    margin: 0 auto;
}
.alt {
	background: #eddcb8;
}
ol.commentlist {
	margin-left: 5px;
	padding: 5px;
}
ol.commentlist li {
	padding: 4px;
	list-style-position: inside;
}
.postmetadata {
	font-size: 80%;
	padding-bottom: 20px;
}
.imgleft, .imgright, .alignleft, .alignright { margin: 7px; }
.imgleft, .alignleft { float: left; }
.imgright, .alignright { float: right; }

