/*
Theme Name: Wood Theme
Theme URI: http://www.wptown.com/
Description: Wood Theme is a unique Widget ready WordPress theme with 3 columns, right sidebar and fixed width. Tested on Firefox, Internet Explorer 6, 7 and Opera. Theme is XHTML/CSS valid and SEO friendly.
Version: 1.0
Author: WP Town
Author URI: http://www.wptown.com/
Tags: brown, wood, 3 columns, widget ready, right sidebar, fixed width, seo friendly
*/

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* General */

body {
	margin: 0 0;
	background: url("images/background.gif") repeat-y top center;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1000px;
}


/* Header */

#header {
	width: 1000px;
	height: 310px;
	position: relative;
	background: url("images/Web-Banner_new.png") no-repeat;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 227px;
		left: 357px;
		right:0px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #f7dcb6;
		font: normal 40px Arial, Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #f7dcb6;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #f7dcb6;
		font: normal 19px Arial, Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 205px;
		left: 5px;
		width: 750px;
		height: 30px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 750px;
		height: 30px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 30px;
		font: bold 14px/30px Arial, Verdana;
		color: #f7dcb6;
		margin-right: 5px;
	}
	
	#header #header-menu ul li a {
	/*	color: #f7dcb6;*/
	color:#000000;
		text-decoration: none;
		padding: 0 10px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		color: #ffffff;
		background: url("images/header_menu_hover_right.gif") no-repeat right top;
	}
	
		#header #header-menu ul li:hover {
			background: url("images/header_menu_hover_left.gif") no-repeat;
		}
		
		/* Header - Menu - Active */
		
		#header #header-menu ul li.current_page_item {
			background: url("images/header_menu_hover_left.gif") no-repeat;
		}
		
		#header #header-menu ul li.current_page_item a {
			color: #ffffff;
			background: url("images/header_menu_hover_right.gif") no-repeat right top;
		}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 207px;
		left: 780px;
		width: 205px;
		height: 26px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 205px;
		height: 26px;
	}
	
	#header #header-search #s {
		width: 145px;
		height: 16px;
		border: 0;
		padding: 5px;
		font: normal 14px Arial, Verdana;
		color: #8c4d0b;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 36px;
		height: 26px;
		padding: 0;
		float: right;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 35px;
		left: 823px;
		width: 110px;
		height: 114px;
	}


/* Main */

#main {
	width: 1000px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 602px;
		padding: 0 13px 0 14px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 15px;
		width: 590px;
		padding: 5px;
		border: 1px solid #d9af7e;
		background: url("images/post.gif");
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
#imagewrap {float:left;padding-right:10px;};
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 590px;
			color: #8c4d0b;
			font: bold 12px Arial, Verdana;
		}
		
		#content .post .post-title a {
			color: #8c4d0b;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			padding: 0 5px;
			width: 580px;
			height: 16px;
			line-height: 16px;
		}
		
			#content .post .post-title .post-title-info .post-title-author {
				float: left;
				background: url("images/icon_author.gif") no-repeat left center;
				padding-left: 20px;
				height: 16px;
				line-height: 16px;
			}
			
			#content .post .post-title .post-title-info .post-title-date {
				float: right;
				background: url("images/icon_calendar.gif") no-repeat left center;
				padding-left: 20px;
				height: 16px;
				line-height: 16px;
			}
		
		#content .post .post-title h2 {
			margin: 5px auto 0 auto;
			padding: 0 3px 6px 3px;
			width: 580px;
			height: 40px;
			background: url("images/post_title.png") no-repeat;
			text-align: center;
			color: #f7dcb6;
			font: normal 22px/40px Arial, Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #f7dcb6;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/20px Arial, Verdana;
			color: #8c4d0b;
			width: 580px;
			padding: 10px 5px;
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
		}
               
               #content .post .post-entry h2{
                        font: normal 16px Arial, Verdana;
			color: #8c4d0b;
			padding: 10px 5px;
}
		
		#content .post .post-entry a {
			color: #ffffff;
			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 {
			border-left: 10px solid #d7a062;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0 5px;
			width: 580px;
			height: 16px;
			color: #8c4d0b;
			font: bold 12px Arial, Verdana;
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
		}
		
		#content .post .post-info a {
			color: #8c4d0b;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
			#content .post .post-info .post-info-category {
				float: left;
				background: url("images/icon_category.gif") no-repeat left center;
				padding-left: 20px;
				height: 16px;
				line-height: 16px;
			}
			
			#content .post .post-info .post-info-comments {
				float: right;
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 10px 0 20px;
				height: 16px;
				line-height: 16px;
			}
			
			#content .post .post-info .post-info-add-comment {
				float: right;
				background: url("images/icon_add_comment.gif") no-repeat;
				padding-left: 20px;
				height: 16px;
				line-height: 16px;
			}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin-top: 20px;
			color: #ffffff;
			font: bold 16px Arial, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/20px Arial, Verdana;
			color: #8c4d0b;
			width: 580px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: url("images/sidebar_box.gif");
		}
		
		#content .post .comments ol li cite {
			color: #8c4d0b;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/20px Arial, Verdana;
			color: #8c4d0b;
			width: 555px;
			margin: 0;
			padding-left: 25px;
		}
		
		#content .post #commentform a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		color: #ffffff;
		width: 602px;
		float: left;
	}
	
	#content .navigation a {
		border: 1px solid #d9af7e;
		background: url("images/post.gif");
		margin-bottom: 15px;
		font: bold 12px/28px Arial, Verdana;
		color: #8c4d0b;
		text-decoration: none;
		width: 148px;
		height: 28px;
		text-align: center;
		display: block;
	}
	
	#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: 357px;
		font: normal 12px/18px Arial, Verdana;
		color: #8c4d0b;
	}
	
	#sidebar a {
		color: #8c4d0b;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 172px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 172px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 170px;
		margin-bottom: 15px;
		border: 1px solid #c28d54;
		background: url("images/sidebar_box.gif");
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 170px;
			height: 35px;
			padding-bottom: 6px;
			font: bold 16px/35px Arial, Verdana;
			color: #8c4d0b;
			text-align: center;
			background: url("images/sidebar_title.png") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #f7dcb6;
			font: bold 12px/25px Arial, Verdana;
		}
		
		#sidebar ul li a {
			color: #f7dcb6;
			padding-left: 7px;
			display: block;
		}
		
		#sidebar ul li a:hover {
			text-decoration: none;
			color: #ffffff;
			background: url("images/sidebar_menu.png");
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul li a {
				padding-left: 17px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 15px 0;
			width: 170px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 130px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
/*			margin: 0 auto;*/
		/*	width: 145px;*/
		}
		
		#sidebar #calendar_wrap table {
			/*width: 145px;*/
		}
		
		#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 3px;
		}


/* Footer */

#footer {
	float:left;
	margin: 0 auto 0px auto;
	padding: 0 3px 6px 3px;
	width: 994px;
	height:40px;
	background: url("images/footer.png") no-repeat;
	background-position:bottom;
	color: #8c4d0b;
	text-align: center;
	line-height:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/*Nav*/

#nav {
	height:128px;
	left:14px;
	position:relative;
	top:125px;
	width:700px;
	z-index:100;
}

#nav ul {
	margin:0;
	padding:0;
}
#nav li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#nav li a {
/*	background-position:left top;*/
	background-repeat:no-repeat;
	display:block;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	overflow:hidden;
	position:absolute;
	text-decoration:none;
}
#nav li a:hover, #nav li.active a {
/*	background-position:left bottom;*/
}
#nav li#nav-home a {
	background-image:url(images/home.png);
	bottom:0;
	top:88px;
	height:37px;
	left:0;
	width:137px;
}
#nav li#nav-books a{
	background-image:url(images/books.png);
	bottom:0;
	top:91px;
	height:31px;
	left:150px;
	width:64px;
}
#nav #nav-reviews a {
	background-image:url(images/chatroom.png);
	bottom:16px;
	height:28px;
	left:233px;
	width:110px;
	top:86px;
}
#nav #nav-calendar a {
	background-image:url(images/calendar.png);
	bottom:41px;
	height:40px;
	left:355px;
	width:95px;
	top:76px;
}
#nav #nav-chatroom a {
	background-image:url(images/chatroom.png);
	height:38px;
	left:449px;
	top:70px;
	width:147px;
}

#nav #nav-contactus a {
	background-image:url(images/contactus.png);
	height:38px;
	left:468px;
	top:69px;
	width:147px;
}


#nav #nav-blogger a {
	background-image:url(images/blogger.png);
	height:38px;
	left:594px;
	top:62px;
	width:127px;
}

#nav #nav-bio a {
	background-image:url(images/bio.png);
	height:37px;
	left:750px;
	top:61px;
	width:43px;
}


.star {
color:#FF0000;
}

#content h1{
color:#8C4D0B;}



textarea{
width:142px;
*width:150px;
height:100px;
}

 .clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
div class=”imagewrap”{float:left;padding-right:10px;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


