/*

Theme Name: Wood Theme

Theme URI: http://bloggingzone.info

Description: Wood theme for wordpress

Version: 1.0

Author: Ophelia Nicholson

Author URI: http://ophelianicholson.com

*/







/* General */



body {

	margin: 0;

	background: #5b3520;

}



h1, h2, h3, h4 {

	margin: 0;

}



img {

	border: 0;

}



.clear {

	clear: both;

	height: 0;

	overflow: hidden;

}





/* Page */



#page {

	margin: 0 auto;

	width: 1000px;

	background: url("images/page.jpg") repeat-y;

}



#page-top {

	width: 1000px;

	background: url("images/page_top.jpg") no-repeat;

}



#page-bottom {

	width: 1000px;

	min-height: 875px;

	background: url("images/page_bottom.jpg") no-repeat left bottom;

}





/* Header */



#header {

	width: 1000px;

	height: 195px;

	position: relative;

}



	/* Header - Info */

	

	#header #header-info {

		position: absolute;

		top: 30px;

		left: 50px;

		width: 900px;

		text-align: center;

	}

	

	#header #header-info h1 {

		color: #ffffff;

		font: bold 40px "Century Gothic", Verdana;

		padding-bottom: 5px;

	}

	

	#header #header-info h1 a {

		color: #ffffff;

		text-decoration: none;

	}

	

	#header #header-info .description {

		color: #cb9172;

		font: normal 19px "Century Gothic", Verdana;

	}

	

	/* Header - Menu */

	

	#header #header-menu {

		position: absolute;

		top: 140px;

		left: 160px;

		width: 680px;

		height: 36px;

	}

	

	#header #header-menu ul {

		margin: 0;

		padding: 0;

		list-style-type: none;

		width: 680px;

		height: 36px;

	}

	

	#header #header-menu ul li {

		width: 130px;

		height: 36px;

		font: normal 12px/36px Verdana;

		color: #ffffff;

		float: left;

		margin-right: 6px;

		text-align: center;

	}

	

	#header #header-menu ul li a {

		color: #ffffff;

		text-decoration: none;

	}

	

	#header #header-menu ul li a:hover {

		color: #ffcc00;

	}

	

	#header #header-menu ul li ul {

		display: none;

	}





/* Main */



#main {

	width: 1000px;

}



	/* Main - Content */

	

	#content {

		float: left;

		width: 522px;

		padding: 0 21px 0 49px;

	}

	

	/* Main - Content - Post */

	

	#content .post {

		float: left;

		margin-bottom: 30px;

		width: 522px;

	}

	

		/* Post - Title */

		

		#content .post .post-title {

			width: 522px;

			color: #cccccc;

			font: normal 11px Verdana;

			padding-bottom: 10px;

			border-bottom: 1px solid #5c3e2b;

		}

		

		#content .post .post-title a {

			color: #cccccc;

			text-decoration: none;

		}

		

		#content .post .post-title a:hover {

			text-decoration: underline;

		}

		

		#content .post .post-title .post-date {

			float: left;

			background: url("images/post_date.png") no-repeat;

			color: #cccccc;

			font: normal 11px/36px Verdana;

			text-transform: uppercase;

			width: 78px;

			height: 36px;

			padding: 4px;

			margin-right: 10px;

		}

		

		#content .post .post-title .post-date span {

			width: 40px;

			float: left;

			text-align: center;

			color: #ffffff;

			font: bold 25px/36px "Century Gothic", Verdana;

		}

		

		#content .post .post-title h2 {

			color: #cb9172;

			font: normal 30px "Century Gothic", Verdana;

			padding-bottom: 5px;

		}

		

			#content .post .post-title h2.post-page-title {

				padding-left: 8px;

			}

		

		#content .post .post-title h2 a {

			color: #cb9172;

			text-decoration: none;

		}

		

		#content .post .post-title h2 a:hover {

			text-decoration: underline;

		}

		

		/* Post - Entry */

		

		#content .post .post-entry {

			font: normal 11px/17px Verdana;

			color: #ffffff;

			width: 506px;

			padding: 5px 8px;

		}

		

		#content .post .post-entry a {

			color: #ca834f;

			text-decoration: none;

		}

		

		#content .post .post-entry a:hover {

			text-decoration: underline;

		}

		

		#content .post .post-entry a.more-link {

			font-weight: bold;

		}

		

		#content .post .post-entry blockquote {

			color: #e2c2b1;

			border-left: 5px solid #734a28;

			margin: 0px 30px;

			padding-left: 15px;

			color: #e2c2b1;

		}

		

		/* Post - Info */

		

		#content .post .post-info {

			clear: both;

			width: 490px;

			height: 28px;

			font: normal 11px/28px Verdana;

			color: #ca834f;

			padding: 0 15px;

			border: 1px solid #5e371c;

			background: #382414;

		}

		

		#content .post .post-info a {

			color: #ca834f;

			text-decoration: none;

		}

		

		#content .post .post-info a:hover {

			text-decoration: underline;

		}

		

			#content .post .post-info .post-info-category {

				float: left;

				padding-left: 23px;

				background: url("images/icon_category.gif") no-repeat;

			}

			

			#content .post .post-info .post-info-comments {

				float: right;

			}

		

		/* Post - Subtitle */

		

		#content .post h3 {

			margin: 25px 0 5px 0;

			color: #cb9172;

			font: normal 20px "Century Gothic", Verdana;

		}

		

		/* Post - Comments */

		

		#content .post .comments {

			font: normal 11px/17px Verdana;

			color: #ffffff;

			width: 506px;

		}

		

		#content .post .comments ol {

			margin: 10px 0;

			padding-left: 25px;

		}

		

		#content .post .comments ol li {

			padding: 5px;

		}

		

		#content .post .comments ol li a {

			color: #ca834f;

			text-decoration: none;

		}

		

		#content .post .comments ol li a:hover {

			text-decoration: underline;

		}

		

		#content .post .comments ol li.alt {

			background: #382414;

		}

		

		#content .post .comments ol li cite {

			color: #ca834f;

			font-style: normal;

			font-weight: bold;

		}

		

		#content .post .comments ol li cite a {

			color: #ca834f;

			text-decoration: none;

		}

		

		#content .post .comments ol li cite a:hover {

			text-decoration: underline;

		}

		

		#content .post .comments ol li .commentmetadata a {

			color: #ca834f;

			text-decoration: none;

		}

		

		#content .post .comments ol li .commentmetadata a:hover {

			text-decoration: underline;

		}

		

		/* Post - Comment Form */

		

		#content .post #commentform {

			font: normal 11px/17px Verdana;

			color: #ffffff;

			width: 481px;

			padding-left: 25px;

			margin: 0;

		}

		

		#content .post #commentform a {

			color: #ca834f;

			text-decoration: none;

		}

		

		#content .post #commentform a:hover {

			text-decoration: underline;

		}

	

	/* Main - Content - Navigation */

	

	#content .navigation {

		float: left;

		color: #ca834f;

		width: 522px;

	}

	

	#content .navigation a {

		color: #ca834f;

		text-decoration: none;

		margin-bottom: 30px;

		font: bold 11px/28px Verdana;

		width: 148px;

		height: 28px;

		border: 1px solid #5e371c;

		background: #382414;

		display: block;

		text-align: center;

	}

	

	#content .navigation a:hover {

		text-decoration: underline;

	}

	

		#content .navigation .navigation-previous {

			float: left;

		}

		

		#content .navigation .navigation-next {

			float: right;

		}

	

	/* Main - Sidebar */

	

	#sidebar {

		float: left;

		width: 366px;

		font: normal 11px/17px Verdana;

		color: #ffffff;

	}

	

	#sidebar a {

		color: #ca834f;

		text-decoration: none;

	}

	

	#sidebar a:hover {

		text-decoration: underline;

	}

	

	/* Main - Sidebar - Full Box */

	

	#sidebar .full-box {

		width: 334px;

		height: 93px;

		padding: 5px;

		background: #362314 url("images/full_box.gif") repeat-x;

		border: 1px solid #5e371c;

		margin-bottom: 11px;

	}

	

		#sidebar .full-box .full-box-picture {

			width: 315px;

			float: right;

		}

		

		#sidebar .full-box .full-box-text {

			width: 330px;

			float: right;

		}

	

	/* Main - Sidebar - Sides */

	

	#sidebar #sidebar-left {

		float: left;

		width: 176px;

	}

	

	#sidebar #sidebar-right {

		float: right;

		width: 176px;

	}

	

	/* Main - Sidebar - Boxes */

	

	#sidebar .sidebar-box-blank {

		width: 176px;

		padding-bottom: 15px;

	}

	

	#sidebar .sidebar-box {

		width: 176px;

		margin-bottom: 15px;

		background: url("images/sidebar_box.gif") repeat-y;

		border-bottom: 1px solid #5e371c;

	}

	

		/* Sidebar - Titles */

		

		#sidebar h3 {

			width: 164px;

			height: 36px;

			padding: 1px 0 4px 12px;

			font: bold 12px/36px Verdana;

			color: #ffffff;

			background: url("images/sidebar_title.jpg") no-repeat;

		}

		

		#sidebar h3.st-nobg {

			background: none;

		}

		

		/* Sidebar - Search */

		

		#sidebar #sidebar-search {

			width: 176px;

			height: 30px;

			background: url("images/sidebar_search.gif") no-repeat;

		}

		

		#sidebar #sidebar-search #search-form {

			margin: 0;

			padding: 0;

			width: 176px;

			height: 30px;

		}

		

		#sidebar #sidebar-search #sb {

			width: 138px;

			height: 14px;

			border: 0;

			padding: 9px 0 7px 5px;

			font: normal 11px Verdana;

			color: #ca834f;

			background: transparent;

			float: left;

		}

		

		#sidebar #sidebar-search #searchsubmitb {

			background: transparent;

			border: none;

			width: 33px;

			height: 30px;

			padding: 0;

			float: right;

		}

		

		/* Sidebar - Feed */

		

		#sidebar #sidebar-feed {

			width: 176px;

			height: 70px;

		}

		

		/* Sidebar - Menus */

		

		#sidebar ul {

			margin: 0;

			padding: 10px 0 10px 20px;

			list-style-type: none;

		}

		

		#sidebar ul li {

			color: #ffffff;

			font: normal 11px/24px Verdana;

		}

		

		#sidebar ul li a {

			color: #ffffff;

			text-decoration: none;

		}

		

		#sidebar ul li a:hover {

			text-decoration: underline;

		}

		

			/* Sidebar - Menus - Submenus */

			

			#sidebar ul li ul {

				padding: 0;

			}

		

		/* Sidebar - Forms */

		

		#sidebar #searchform {

			border-top: 1px solid #5e371c;

			padding: 15px 0;

			width: 176px;

			text-align: center;

			margin: 0;

		}

		

		#sidebar #searchform #s {

			width: 146px;

		}

		

		/* Sidebar - Tables */

		

		#sidebar #calendar_wrap {

			margin: 0 auto;

			width: 130px;

			padding: 5px 0;

		}

		

		#sidebar #calendar_wrap caption {

			font-weight: bold;

		}

		

		#sidebar #calendar_wrap tbody {

			text-align: right;

		}

		

		#sidebar #calendar_wrap tfoot #next {

			text-align: right;

		}

		

		#sidebar #calendar_wrap #today {

			font-weight: bold;

		}

		

		/* Sidebar - Texts */

		

		#sidebar .textwidget {

			padding: 0 5px 3px 5px;

		}

		

		/* Sidebar - Ads */

		

		#sidebar .sidebar-ads {

			width: 176px;

			text-align: center;

		}





/* Footer */



#footer {

	width: 890px;

	height: 160px;

	padding: 60px 55px 0 55px;

	color: #ffffff;

	font: normal 0px Verdana;

	text-align: center;

}



#footer a {

	color: #b97a5b;

	text-decoration: underline;

}



#footer a:hover {

	text-decoration: underline;

}

