/*
Theme Name: WP Curls
Version: 1.0
Author: Ben Feinauer of finehour.com
Author URI: http://finehour.com/
Tags: fixed width, two columns, right sidebar, widgets, gravatars, grey, red, white, brown, black, clean, valid XHTML, valid CSS
*/
/* Gentium by SIL International   */
/* http://scripts.sil.org/gentium */
/*@font-face {
  font-family: Dakota;
  src: url(fonts/dakota.ttf);
  /* font-weight, font-style ==> default to normal */
/*}  
@font-face {
  font-family: Cochin;
  src: url(fonts/Cochin.ttf);
  /* font-weight, font-style ==> default to normal 
}*/
/*CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend caption{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}
:focus{outline:0}
ol, ul{list-style:none}
blockquote:before, blockquote:after, q:before, q:after{content:""}
blockquote, q{quotes:"" ""}
strong{font-weight:bold}
em{font-style:normal}
a{text-decoration:none; cursor:pointer}


body{
	color: #424143;
	font-family: Helvetica, Arial, Serif;
	font-size: 13px;
	background-color:#60C659; 
	width: 100%;
	}
a{
	color: #FF6CA5;
	text-decoration: underline;
}
a:visited{
	color: #FF6CA5;
}	
a:hover{
	color: #8C3F7A;
}
#wrap {font-size:1.1em; width:900px !important; margin: 0px auto 0px;}
#header{
	height: 105px;
	width: 900px;
	background-color: #fff;
}
	#header p{
		height: 100px;
		width: 100%;
		background: url(images/header_background.png) 50% 0 no-repeat;
	}
		#header p a{ /* Make the logo a block with an image background and anchor it */
			display: block;
			position: absolute;
			width: 900px;
			height: 105px;
			background: url(images/header.png) 0 0 no-repeat;
		}
			#header p a strong{ /* No need to display the blog title and description, we're using an image */
				display: none;
			}

#search_panel{
	display: none;
	background: #00ADC6;
	color: #E6E6E6;
}
	#search_panel .search_form_left{
		width: 450px;
		padding: 15px 0;
		text-align: center;
		float: left;
	}
	#search_panel .search_form_right{
		width: 450px;
		padding: 15px 0;
		text-align: left;
		float: right;
	}	
		#search_panel form{
			border-width: 0;
			margin: 0;
			padding: 0;
			background: none;
			color: #E6E6E6;
		}
		#search_panel .textbox{
			margin: 0 5px 0 0;
			padding: 3px 10px 0 10px;
			width: 220px;
			height: 21px;
			color: #424143;
			/*background: url(images/search_tab_textarea_background.png) 100% 0 no-repeat;*/
		}
		#search_panel .textarea{
			margin: 0 5px 0 0;
			padding: 3px 10px 0 10px;
			width: 220px;
			height: 84px;
			color: #424143;
			/*background: url(images/search_tab_textarea_background.png) 100% 0 no-repeat;*/
		}
			#search_panel button{
				cursor: pointer;
				width: 60px;
				height: 24px;
				margin: 0 0 1px 0;
				vertical-align: middle;
				/*background: url(images/search_tab_submit_background.png) 0 0 no-repeat;*/
			}
				#search_panel button span{
					display: none;
				}

#navigation{
	height: 35px;
	background-color: #fff;
	background: url(images/navigation_background_tiled.png) 0 0 repeat;
	border-bottom: solid #ddd thin;
}
	#navigation ul{ /* center the navigation menu */
		overflow: hidden;
		width: 900px;
		margin: 0 auto;
	}
		#navigation ul li{
			display: block;
			float: left;
			height: 35px;
		}
			#navigation ul li a{
				display: block;
				float: left;
				height: 35px;
				line-height: 40px;
				color: #FF6CA5;
				text-decoration: none;
				text-align: center;
				width: 90px;
				/*border-right: solid #DDD thin;*/
			}
			#navigation ul li a:hover{
				color: #8C3F7A;
			}
			#navigation ul li.search{
				float:right;
			}
				#navigation ul li.search a{
					width: 108px;
					height: 30px;
					padding: 0;
					background: url(images/search_tab_icon.png) 0 0 no-repeat;
				}
					#navigation ul li.search a span{
						display: none;
					}
			#navigation ul li.rss a span{
				padding-left: 20px;
				background: url(images/rss_icon_14.png) left center no-repeat;
			}

#quote{
	height: 70px;
	background: #fff url(images/quote_background.png) 50% 0 no-repeat;
}
	#quote p{
		display: none;
	}


#frame{ /* set the main background color */
	background: #fff;
}
	#page{ /* center the content */
		overflow: hidden;
		width:900px; /* 2px extra for the calendar border */
		margin:0 auto;
		padding: 0 0 0 0;
	}

#content{
	float: left;
	width: 556px;
	background: #fff /*url(images/post-head-bg.png") 0 0 repeat-x*/;
	border: solid 1px #d7d6c9;
}
#content .post{
		padding: 10px;
	}
		#content .post a{
			text-decoration: underline;
		}
		#content .post .head{
			padding: 0 0 5px 0;
		}
			#content .post .head h1{
				padding: 0 10px;
				color: #b40707;
				font-size: 24px;
				font-weight: bold;
				text-transform: uppercase;
				border-bottom: 1px solid #e9e8e1;
			}
				#content .post .head h1 a{
					color: #b40707;
					text-decoration: none;
				}
				#content .post .head h1 a:hover{
					color: #000;
				}
			#content .post .head p{
				float: right;
				padding: 10px 0 0 0;
			}
				#content .post .head img{
					padding: 1px;
					border: 1px solid #e9e8e1;
					background: #fff;
				}
		#content .post .premetadata{
			height: 16px;
			line-height: 16px;
			color: #c9c8bc;
			font-family: Veranda, "Trebuchet MS";
			font-size: 12px;
			padding: 0 0 0 26px;
			background: url(images/premetadata-bg.png) 5px 0 no-repeat;
		}
			#content .post .premetadata a{
				color: #99988f;
			}
		#content .post .entry{
			padding: 20px 10px;
		}
			#content .post .entry h1,
			#content .post .entry h2,
			#content .post .entry h3,
			#content .post .entry h4{
				color: #FF6CA5;
				border: none;
				text-align: center;
				font-family: Cochin, Palatino, New York;
			}
				#content .post .entry h1{font-size: 2em}
				#content .post .entry h2{font-size: 1.8em}
				#content .post .entry h3{font-size: 1.65em}
				#content .post .entry h4{font-size: 1.5em}
			#content .post .entry p{
				padding: 5px 0;
				font-family: Dakota, Georgia, sans-serif;
			}
			#content blockquote{
				margin: 20px;
				padding: 0 10px;
				border-left: 3px solid #8c979c;
			}
			#content .post .entry ul{
				padding: 0 25px;
			}
				#content .post .entry ul li{
					list-style-position: outside;
					list-style: square;
				}
			#content .post .entry ol{
				padding: 0 30px;
			}
				#content .post .entry ol li{
					list-style-position: outside;
					list-style: decimal;
				}
			#content .post .entry strong{font-weight: bold}
			#content .post .entry em{font-style: italic}
			#content .post .entry ul{text-decoration: underline}
		#content .post .navigation{
			padding: 20px 10px;
			overflow: hidden;
		}
			#content .post .navigation .prev{
				float: left;
			}
			#content .post .navigation .next{
				float: right;
			}
		#content .post .postmetadata{
			color: #b0afa5;
			padding: 15px;
			background: #f6f6ef;
		}
#contentside{
	float: left;
	width: 556px;
	background: #fff /*url(images/post-head-bg.png") 0 0 repeat-x;*/
	font-family: Dakota, Georgia, sans-serif;
}
	#contentside .post{
		padding: 10px;
	}
		#contentside .post a{
			text-decoration: underline;
		}
		#contentside .post .head{
			padding: 0 0 5px 0;
		}
			#contentside .post .head h1{
				padding: 0 10px;
				color: #b40707;
				font-size: 24px;
				font-weight: bold;
				text-transform: uppercase;
				border-bottom: 1px solid #e9e8e1;
			}
				#contentside .post .head h1 a{
					color: #b40707;
					text-decoration: none;
				}
				#contentside .post .head h1 a:hover{
					color: #000;
				}
			#contentside .post .head p{
				float: right;
				padding: 10px 0 0 0;
			}
				#contentside .post .head img{
					padding: 1px;
					border: 1px solid #e9e8e1;
					background: #fff;
				}
		#contentside .post .premetadata{
			height: 16px;
			line-height: 16px;
			color: #c9c8bc;
			font-family: Dakota, Georgia, sans-serif;
			font-size: 12px;
			padding: 0 0 0 26px;
			background: url(images/premetadata-bg.png) 5px 0 no-repeat;
		}
			#contentside .post .premetadata a{
				color: #99988f;
			}
		#contentside .post .entry{
			padding: 20px 10px;
		}
			#contentside .post .entry h1,
			#contentside .post .entry h2,
			#contentside .post .entry h3,
			#contentside .post .entry h4{
				color: #FF6CA5;
				border: none;
				text-align: center;
				font-family: Cochin, Palatino,New York;
			}
			#contentside .post .entry h5{
				padding-top: 10px;
				border: none;
				font-weight: bold;
			}
				#contentside .post .entry h1{font-size: 2em}
				#contentside .post .entry h2{font-size: 1.8em}
				#contentside .post .entry h3{font-size: 1.65em}
				#contentside .post .entry h4{font-size: 1.5em}
				#contentside .post .entry hr{color: #FF6CA5}
			#contentside .post .entry p{
				padding: 5px 0;
				font-family: Dakota, Georgia, sans-serif;
			}
			#contentside blockquote{
				padding-top: 10px;
				font-weight: bold;
			}
			#contentside .post .entry ul{
				padding: 0 25px;
			}
				#contentside .post .entry ul li{
					list-style-position: outside;
					list-style: square;
				}
			#contentside .post .entry ol{
				padding: 0 30px;
			}
				#contentside .post .entry ol li{
					list-style-position: outside;
					list-style: decimal;
				}
			#contentside .post .entry strong{font-weight: bold}
			#contentside .post .entry em{font-style: italic}
			#contentside .post .entry ul{text-decoration: underline}
		#contentside .post .navigation{
			padding: 20px 10px;
			overflow: hidden;
		}
			#contentside .post .navigation .prev{
				float: left;
			}
			#contentside .post .navigation .next{
				float: right;
			}
		#contentside .post .postmetadata{
			color: #b0afa5;
			padding: 15px;
			background: #f6f6ef;
		}
			#contentside #handwriting p{
				font-family: Dakota, Georgia, serif;
				width: 500px;
				font-style: italic;
				font-size: 1.1em;
			}		
			#contentside .answer{
				border-bottom: thin solid #FF6CA5;
				padding-bottom: 10px;
			}
#contenthome{
	width: 900px;
	background: #fff /*url(images/post-head-bg.png") 0 0 repeat-x;*/
}
	#contenthome .post{
		padding: 10px;
	}
		#contenthome .post a{
			text-decoration: underline;
		}
		#contenthome .post .head{
			padding: 0 0 5px 0;
		}
			#contenthome .post .head h1{
				padding: 0 10px;
				color: #b40707;
				font-size: 24px;
				font-weight: bold;
				text-transform: uppercase;
				border-bottom: 1px solid #e9e8e1;
			}
				#contenthome .post .head h1 a{
					color: #b40707;
					text-decoration: none;
				}
				#contenthome .post .head h1 a:hover{
					color: #000;
				}
			#contenthome .post .head p{
				float: right;
				padding: 10px 0 0 0;
			}
				#contenthome .post .head img{
					padding: 1px;
					border: 1px solid #e9e8e1;
					background: #fff;
				}
		#contenthome .post .premetadata{
			height: 16px;
			line-height: 16px;
			color: #c9c8bc;
			font-family: Veranda, "Trebuchet MS";
			font-size: 12px;
			padding: 0 0 0 26px;
			background: url(images/premetadata-bg.png) 5px 0 no-repeat;
		}
			#contenthome .post .premetadata a{
				color: #99988f;
			}
		#contenthome .post .entry{
			padding: 20px 10px;
			
		}
			#contenthome .post .entry h1,
			#contenthome .post .entry h2,
			#contenthome .post .entry h3,
			#contenthome .post .entry h4{
				color: #FF6CA5;
				border: none;
				text-align: center;
				font-family: Cochin, Palatino,New York;
			}
			#contenthome .post .entry h5{
				padding-top: 10px;
				border: none;
				font-weight: bold;
			}
				#contenthome .post .entry h1{font-size: 2em}
				#contenthome .post .entry h2{font-size: 1.8em}
				#contenthome .post .entry h3{font-size: 1.65em}
				#contenthome .post .entry h4{font-size: 1.5em}
			#contenthome .post .entry p{
				padding: 5px 175px;
				text-indent: 10px;
			}
			#contenthome blockquote{
				padding-top: 10px;
				border-bottom: thin solid #FF6CA5;
				font-weight: bold;
			}
			#contenthome .post .entry ul{
				padding: 0 25px;
			}
				#contenthome .post .entry ul li{
					list-style-position: outside;
					list-style: square;
				}
			#contenthome .post .entry ol{
				padding: 0 30px;
			}
				#contenthome .post .entry ol li{
					list-style-position: outside;
					list-style: decimal;
				}
			#contenthome .post .entry .center{text-align: center;}
			#contenthome .post .entry .right{text-align: center;margin-left: 175px}
			#contenthome .post .entry p .tm{font-size: smaller;}
			#contenthome .post .entry p{
				font-family: Dakota, Georgia, serif;
				width: 500px;
				font-style: italic;
				font-size: 1.1em;
			}
			#contenthome .post .entry strong{font-weight: bold}
			#contenthome .post .entry em{font-style: italic}
			#contenthome .post .entry u{text-decoration: underline}
		#contenthome .post .navigation{
			padding: 20px 10px;
			overflow: hidden;
		}
			#contenthome .post .navigation .prev{
				float: left;
			}
			#contenthome .post .navigation .next{
				float: right;
			}
		#contenthome .post .postmetadata{
			color: #b0afa5;
			padding: 15px;
			background: #f6f6ef;
		}
#contentabout{
	width: 556px;
	float:left;
	background: #fff /*url(images/post-head-bg.png") 0 0 repeat-x;*/
}
	#contentabout .post{
		padding: 10px;
	}
		#contentabout .post a{
			text-decoration: underline;
		}
		#contentabout .post .head{
			padding: 0 0 5px 0;
		}
			#contentabout .post .head h1{
				padding: 0 10px;
				color: #b40707;
				font-size: 24px;
				font-weight: bold;
				text-transform: uppercase;
				border-bottom: 1px solid #e9e8e1;
			}
				#contentabout .post .head h1 a{
					color: #b40707;
					text-decoration: none;
				}
				#contentabout .post .head h1 a:hover{
					color: #000;
				}
			#contentabout .post .head p{
				float: right;
				padding: 10px 0 0 0;
			}
				#contentabout .post .head img{
					padding: 1px;
					border: 1px solid #e9e8e1;
					background: #fff;
				}
		#contentabout .post .premetadata{
			height: 16px;
			line-height: 16px;
			color: #c9c8bc;
			font-family: Veranda, "Trebuchet MS";
			font-size: 12px;
			padding: 0 0 0 26px;
			background: url(images/premetadata-bg.png) 5px 0 no-repeat;
		}
			#contentabout .post .premetadata a{
				color: #99988f;
			}
		#contentabout .post .entry{
			padding: 20px 10px;
		}
			#contentabout .post .entry h1,
			#contentabout .post .entry h2,
			#contentabout .post .entry h3,
			#contentabout .post .entry h4{
				color: #FF6CA5;
				border: none;
				text-align: center;
				font-family: Cochin, Palatino,New York;
			}
			#contentabout .post .entry h5{
				padding-top: 10px;
				border: none;
				font-weight: bold;
			}
				#contentabout .post .entry h1{font-size: 2em}
				#contentabout .post .entry h2{font-size: 1.8em}
				#contentabout .post .entry h3{font-size: 1.65em}
				#contentabout .post .entry h4{font-size: 1.5em}
			
			#contentabout blockquote{
				padding-top: 10px;
				border-bottom: thin solid #FF6CA5;
				font-weight: bold;
			}
			#contentabout .post .entry ul{
				padding: 0 25px;
			}
				#contentabout .post .entry ul li{
					list-style-position: outside;
					list-style: square;
				}
			#contentabout .post .entry ol{
				padding: 0 30px;
			}
				#contentabout .post .entry ol li{
					list-style-position: outside;
					list-style: decimal;
				}
			#contentabout .post .entry .center{text-align: center;}
			#contentabout .post .entry p .tm{font-size: smaller;}
			#contentabout .post .entry p{
				font-family: Dakota, Georgia, sans-serif;
				font-size: 1.1em;
				font-style: italic;
				padding-top: 15px;
			}
			#contentabout .post .entry strong{font-weight: bold; padding-top: 15px;}
			#contentabout .post .entry em{font-style: italic}
			#contentabout .post .entry u{text-decoration: underline}
		#contentabout .post .navigation{
			padding: 20px 10px;
			overflow: hidden;
		}
			#contentabout .post .navigation .prev{
				float: left;
			}
			#contentabout .post .navigation .next{
				float: right;
			}
		#contentabout .post .postmetadata{
			color: #b0afa5;
			padding: 15px;
			background: #f6f6ef;
		}


#contentfull{
	width: 900px;
	background: #fff /*url(images/post-head-bg.png") 0 0 repeat-x;*/
}
	#contentfull .post{
		padding: 10px;
	}
		#contentfull .post a{
			text-decoration: underline;
		}
		#contentfull .post .head{
			padding: 0 0 5px 0;
		}
			#contentfull .post .head h1{
				padding: 0 10px;
				color: #b40707;
				font-size: 24px;
				font-weight: bold;
				text-transform: uppercase;
				border-bottom: 1px solid #e9e8e1;
			}
				#contentfull .post .head h1 a{
					color: #b40707;
					text-decoration: none;
				}
				#contentfull .post .head h1 a:hover{
					color: #000;
				}
			#contentfull .post .head p{
				float: right;
				padding: 10px 0 0 0;
			}
				#contentfull .post .head img{
					padding: 1px;
					border: 1px solid #e9e8e1;
					background: #fff;
				}
		#contentfull .post .premetadata{
			height: 16px;
			line-height: 16px;
			color: #c9c8bc;
			font-family: Veranda, "Trebuchet MS";
			font-size: 12px;
			padding: 0 0 0 26px;
			background: url(images/premetadata-bg.png) 5px 0 no-repeat;
		}
			#contentfull .post .premetadata a{
				color: #99988f;
			}
		#contentfull .post .entry{
			padding: 20px 10px;
		}
			#contentfull .post .entry h1,
			#contentfull .post .entry h2,
			#contentfull .post .entry h3,
			#contentfull .post .entry h4
			#contentfull .post .entry h5{
				color: #FF6CA5;
				border: none;
				text-align: center;
			}
			#contentfull .post .entry h5{
				padding-top: 10px;
				border: none;
				font-weight: bold;
			}
				#contentfull .post .entry h1{font-size: 2em}
				#contentfull .post .entry h2{font-size: 1.8em}
				#contentfull .post .entry h3{font-size: 1.65em}
				#contentfull .post .entry h4{font-size: 1.5em}
				#contentfull .post .entry h5{font-size: 1.1em}
			#contentfull .post .entry p{
				padding: 5px 0;
				font-family: Dakota, Georgia, sans-serif;
			}
			#contentfull .post .entry .curlytext{
				font-family: Dakota, Georgia, sans-serif;
				width: 523px;
				font-size: 1.95em;
				margin-left: 145px;
			}

			#contentfull blockquote{
				padding-top: 10px;
				border-bottom: thin solid #FF6CA5;
				font-weight: bold;
			}
			#contentfull .post .entry ul{
				padding: 0 25px;
			}
				#contentfull .post .entry ul li{
					list-style-position: outside;
					list-style: square;
				}
			#contentfull .post .entry ol{
				padding: 0 30px;
			}
				#contentfull .post .entry ol li{
					list-style-position: outside;
					list-style: decimal;
				}
			#contentfull .post .entry .center{text-align: center}
			#contentfull .post .entry strong{font-weight: bold}
			#contentfull .post .entry em{font-style: italic}
			#contentfull .post .entry ul{text-decoration: underline}
		#contentfull .post .navigation{
			padding: 20px 10px;
			overflow: hidden;
		}
			#contentfull .post .navigation .prev{
				float: left;
			}
			#contentfull .post .navigation .next{
				float: right;
			}
		#contentfull .post .postmetadata{
			color: #b0afa5;
			padding: 15px;
			background: #f6f6ef;
		}


#comments{
 	padding:0 20px;

}
	#comments .comment{
		overflow: hidden;
		margin:20px 0;
		padding:0 0 10px 0;
		border-bottom:solid 2px #FF6CA5;
	}
	#comments .special{
		padding:10px;
		background:#60C659;
	}
	#comments .specialalt{
		padding:10px;
		background:#00ADC6;
	}
		#comments .comment .avatar{
			float: left;
			margin: 5px 5px 0 0;
			padding: 1px;
			border: 1px solid #eeeddf;
		}
		#comments .comment .author{
			font-size:16px;
			color:#27282B;
			font-weight:bold;
		}
			#comments .comment .author span{
				color:#E6E6E6;
				font-size:13px;
				font-weight:thin;
			}
			#comments .comment .author a{
				color:#FF6CA5;
				text-decoration: none;
			}
			#comments .comment .author a:hover{
				color:#8C3F7A;
				text-decoration: none;
			}
			#comments .comment .author small{
				display:block;
			}
			#comments .comment .author small a{
				color:#000;
				font-size:10px;
				font-weight: normal;
				text-decoration: none;
			}
		#comments .comment .response{
			padding:15px 0 0 0;
			color:#77777e;
			font-size:13px;
			line-height:1.5em;
		}
			#comments .comment .response p{
				padding-top: 15px;
			}
		#comments .special .response{
			color:#000;
		}
		#comments .specialalt .response{
			color:#000;
		}
#reply{
	padding:15px 20px;
	margin-top:20px;
}
	#reply p{
		padding:0 0 5px 0;
	}
		#reply p .textbox,
		#reply p textarea{
			width:35%;
			font-size:14px;
			padding:3px 5px;
			font-weight:bold;
			color:#212120;
			font-family:Arial, Helvetica, sans-serif;
			border:solid 1px #d1d0c4;
		}
		#reply p.allowed_html{
			padding:5px 0 0 0;
		}
			#reply p.allowed_html strong{
				color: #212120;
			}
			#reply p.allowed_html small{
				color: #161615;
				font-family:"Courier New", Courier, monospace;
			}
		#reply p textarea{
			padding:5px;
			width:95%;
			height:10em;
			font-weight:normal;
		}
		#reply p strong{
			font-size:11px;
			font-weight:bold;
			color:#c12900;
		}
		#reply p small{
			font-size:11px;
			color:#c12900;
		}
		#reply p .submit{
			padding:0;
			font-size:15px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#c12900;
			border:none;
			background:none;
			cursor:pointer;
		}


#sidebar{
	float: right;
	width: 341px;
	padding: 15px 0 10px 0;
	font-family: Dakota, Georgia, sans-serif;
}
#sidebar img{padding: 30px 0 0 50px;}

/* All widget styling is in widgets.css */
#footer2{
	background: #60C659 url(images/footer2_background_tile.png) 0 0 repeat-x;
}
	#footer2 .wrapper{
		width: 900px;
		margin: 0 auto;
		padding: 20px 0 40px 0;
		overflow: hidden;
	}
		#footer2 .left,
		#footer2 .center,
		#footer2 .right{
			float: left;
			margin: 0 20px 0 0;
			width: 320px;
		}
		#footer2 .right{
			margin: 0;
		}
