/*
Theme Name: Caleb and Jamie
Theme URI: http://www.jamieandcaleb.com/
Description: Caleb / Jamie wedding theme
Version: 1
Author: Matthew Smith
Author URI: http://www.jamieandcaleb.com/
*/



/* Begin Typography & Colors */
body {
	font-family:Helvetica, Arial, sans-serif;
	margin:0;
	font-size:12px;
	line-height:18pt;
	background:url(img/JC_wed_site_bg2.jpg) repeat-x #876c3d;
	color:#FFFFFF;
	}
	
#main_container {
	width:955px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-477px;
	background:url(img/JC_wed_site_center-col_bg.png) repeat-y;
}

#main_container_padding {
	padding:0 80px 0 40px;
}

#header {
	height:192px;
	}
	
#header ul {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

#header li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

#header li a {
	display:block;
	float:left;
	padding:20px;
}

#header li a:hover {
	background-color:#FFFF66;
}

#header h1 {
	margin:0;
}

#content {
	float:right;
	width:600px;
	}
	
#index_introduction {
	width:600px;
	height:200px;
}
	
#sidebar {
	float:left;
	width:203px;
}

#comments_container {
	width:600px;
	float:left;
	clear:both;
}


#footer {
	width:850px;
	float:left;
	clear:both;
	}
	
#footer_cap {
	background:url(img/JC_wed_site_footer.jpg) no-repeat;
	width:955px;
	height:42px;
	float:left;
	clear:both;
}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
	
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	width:600px;
	float:left;
	clear:both;
	border-bottom:1px solid #876D3D;
	}

.post hr {
	display: block;
	}
	
.post h2 {
	margin:0;
	color:#FFFFFF;
}
.post h3 {
	color:#f27c7b;
	font-family:Helvetica, Arial, sans-serif;
	margin:0;
	font-size:12px;
	line-height:18pt;
}

.post h4 {
	color:#fFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	margin:0;
	font-size:12px;
	line-height:18pt;
}

.post h2 a { /*Style post titles/headers*/
	color:#FFFFFF;
	text-decoration:none;
	font-size:16px;
	text-transform:uppercase;
}

.post h2 a:hover {
	color:#f27c7b;
	text-decoration:none;
}
	
.postmetadata {
	clear: left;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
p {
	color:#FFFFFF;
}

.tiny_text {
	color:#F27C7B;
}

input {
	background-color: #876D3D;
 	border: 1px solid #F27C7B; 
	color: #ffffff;
}

textarea {
 background-color: #876D3D;
 border: 1px solid #F27C7B; 
 color: #ffffff;
}
a:visited {
	color: #F27C7B;
	text-decoration: none;
}
a:hover {
	color: #876c3d;
	text-decoration: none;
}
a:active {
	color: #F27C7B;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #F27C7B;
}