/*
Theme Name: Wood
Theme URI: http://ophelianicholson.com
Description: Wood Wordpress Theme
Version: 2.0
Author: Ophelia Nicholson
Author URI: http://ophelianicholson.com
*/



/* General */

body {
	margin: 0;
	background: #D18C54;
}

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: #000000;
		font: bold 40px "Century Gothic", Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #000000;
		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: #000000;
		float: left;
		margin-right: 6px;
		text-align: center;
	}
	
	#header #header-menu ul li a {
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		color: #000000;
	}
	
	#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: #000000;
			font: large 11px Verdana;
			padding-bottom: 10px;
			border-bottom: 1px solid #5c3e2b;
		}
		
		#content .post .post-title a {
			color: #000000;
			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: #000000;
			font: normal 11px/36px Verdana;
			text-transform: uppercase;
			width: 84px;
			height: 44px;
			padding: 2px;
			margin-right: 10px;
		}
		
		#content .post .post-title .post-date span {
			width: 40px;
			float: left;
			text-align: center;
			color: #000000;
			font: bold 25px/36px "Century Gothic", Verdana;
		}
		
		#content .post .post-title h2 {
			color: #000000;
			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: #000000;
			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: #000000;
			width: 506px;
			padding: 5px 8px;
		}
		
		#content .post .post-entry a {
			color: #0000FF;
			text-decoration: underline;
		}
		
		#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: #000000;
			border-left: 5px solid #EDC7A6;
			margin: 0px 30px;
			padding-left: 15px;
			color: #000000;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 490px;
			height: 28px;
			font: normal 11px/28px Verdana;
			color: #EDC7A6;
			padding: 0 15px;
			border: 1px solid #EDC7A6;
			background: #EDC7A6;
		}
		
		#content .post .post-info a {
			color: #000000;
			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: #000000;
			font: normal 20px "Century Gothic", Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 11px/17px Verdana;
			color: #000000;
			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: #0000FF;
			text-decoration: underline;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #FFFFFF;
		}
		
		#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;
		}


img.alignleft, div.alignleft

{

float:left;

margin:0 0.5em 0.5em 0;

}

img.alignright, div.alignright

{

float:right;

margin:0 0 0.5em 0.5em;

}

img.aligncenter, div.aligncenter

{

text-align:center;

margin:0 auto;

}

.wp-caption {

   border: 1px solid #ddd;

   text-align: center;

   background-color: #f3f3f3;

   padding-top: 4px;

   margin: 10px;

   /* optional rounded corners for browsers that support it */

   -moz-border-radius: 3px;

   -khtml-border-radius: 3px;

   -webkit-border-radius: 3px;

   border-radius: 3px;

}

.wp-caption img {

   margin: 0;

   padding: 0;

   border: 0 none;

}

.wp-caption p.wp-caption-text {

   font-size: 11px;

   line-height: 17px;

   padding: 0 4px 5px;

   margin: 0;

}

	
	/* Main - Content - Navigation */
	
	#content .navigation {
		float: left;
		color: #EDC7A6;
		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: #000000;
	}
	
	#sidebar a {
		color: #EDC7A6;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Full Box */
	
	#sidebar .full-box {
		width: 334px;
		height: 100px;
		padding: 15px;
		background: #EDC7A6 url("images/full_box.gif") repeat-x;
		border: 1px solid #EDC7A6;
		margin-bottom: 11px;
	}
	
		#sidebar .full-box .full-box-picture {
			width: 75px;
			float: left;
		}
		
		#sidebar .full-box .full-box-text {
			width: 250px;
			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 #EDC7A6;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 164px;
			height: 36px;
			padding: 1px 0 4px 12px;
			font: bold 12px/36px Verdana;
			color: #EDC7A6;
			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: #000000;
			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: #000000;
			font: normal 11px/24px Verdana;
		}
		
		#sidebar ul li a {
			color: #0000FF;
			text-decoration: underline;
		}
		
		#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: #000000;
	font: normal 8px Verdana;
	text-align: center;
}

#footer a {
	color: #000000;
	
)


