/* Theme Information
	
	Theme Name: Wooden Wall
	Theme URI: http://www.templatelite.com/wooden-wall-wordpress-theme/
	Description: Wooden Wall. Brought to you by <a href="http://www.templatelite.com/">Templatelite.com</a>.
	Version: 1.01
	Author: TemplateLite.com
	Author URI: http://www.templatelite.com/
	Tags: wooden, wall, 3 columns, brown, right sidebar, widget ready, valid xhtml, valid css
*/

@import url("includes/css/css_reset.css");

/*	[ Basic HTML ]                                                  */<!-- -->
body {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#000000;
	background:#000 url('images/bg_top.jpg') no-repeat center top;
}

a {color:#F36F20;text-decoration: none;}
a:hover {color: #F36F20;text-decoration: underline;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

hr {height:1px;border:none;border-top:1px dashed #F36F20; width:95%;}
del {color:red;}
ins {color:green;}
code{font: 1.1em 'Courier New', Courier, Fixed;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 10px;
	border-left: 2px solid #F36F20;
}
input,select,textarea {
	font-size:12px;
	font-family: Arial, Helvetica, Sans-Serif;
}

ol { list-style: decimal; }
ul { list-style: disc; }
li { margin-left: 20px;}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
	margin-bottom: 20px;
}

/*	[ Predefined Class ]                                            */<!-- -->
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter{
	display: block;
	margin-left:auto;
	margin-right:auto;
}
img.alignleft {
	margin: 0 8px 8px 0;
	display: inline;
}

img.alignright {
	margin: 0 0 8px 8px;
	display: inline;
}

img.centered {
	display: block;
	margin-left:auto;
	margin-right:auto;
}
.clear {clear:both;}
.spacer {height:30px;}
.hide-div { display:none;}
/*.indent{ display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }*/

/*	[ Layout ]                                                      */<!-- -->
#bg_btm{
	background:url('images/bg_btm.jpg') no-repeat center bottom;
}
#base{
	position:relative;
	margin:0px auto;
	width:980px;
	background:url('images/bg_center_repeat.jpg') repeat-y center top;
}
#header{
	height:208px;
	background:url('images/bg_header.jpg') no-repeat center top;
}
#container {
	/*overflow:hidden;*/
	position: relative;
	width:980px;
	background:url(images/bg_container_top.jpg) no-repeat top center;
}
#menubar{
	position:absolute;
	width:980px;
	z-index:9999;
}
#content{
	display:inline; 
	overflow:hidden; 
	width:570px; /*620*/
	margin:0 0 0 20px;
	padding:13px 24px 0 0px;
}

#featured {
	padding: 30px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
}

#sidebar{
	padding: 0px 11px 0 0;
	margin: 70px 0px 0 0 ;
	float:right;
	display:inline; 
	overflow:hidden;
	width:350px;
	background: url('images/sb_bgr.jpg') repeat-y;
}

#sidebar-content{
	clear:both;
	height:30px;
	margin:0;
	padding:0;
	background: url('images/sb_btm.jpg') no-repeat center bottom;
}

#footer{
	overflow:hidden;
	color:#B57A41;
	font-size:12px;
	line-height:1.3em;
	height:60px;/*101*/
	padding:153px 0px 0 400px;
	background:url('images/bg_footer.jpg') no-repeat center top;
}
#footer a{
	color:#B57A41;
}

/*	[ Header ] Blog Title, Description                              */<!-- -->
#blog_name{
	width: 530px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:35px;
	font-weight:bold;
	text-align:center;
	padding:80px 0 0px 0px;
	margin:0px 400px 0px 0px;
}
#blog_name a, #blog_name a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	color:#edd413; 
	text-decoration:none;
}
#blog_desc {
	width: 530px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:14px; 
	color:#ed850e;
	text-align:center;
	font-weight:normal;
	padding:5px 0 5px 0px;
	margin:0px 400px 0px 0px;
}
#header .indent{
	display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px;
}
/*		[ Header ] Home URL                                     */<!-- -->
#header .home {
	position:absolute;
	margin:0px;
	padding:0px;
	left: 15px;
	top: 45px;
	width:590px;
	height:125px;
}

/*		[ Container ] Search Box                                        */<!-- -->
.mainsearch {
	position:absolute;
	top:20px;
	left:710px;
	overflow:hidden;
	width:157px;
	height:20px;
	background:url('images/bg_search.png') no-repeat 0px -25px;
}
.mainsearch_hover{
	background:url('images/bg_search.png') no-repeat 0 0px;
}

.mainsearch .keyword {
	position:absolute;
	visibility:hidden;
	top:1px;
	left:25px;
	width:157px;
	height:20px;
	margin:0 0 0 0;
	font-size:13px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	text-transform: uppercase;
	color:#8752c7; 
	border:none;
	background:transparent;
}
.mainsearch .submit{
	position:absolute;
	cursor:pointer;
	border:none;
	top:0px;
	left:5px;
	height:21px;
	width:20px;
	background:transparent;
}
/*		[ Container ] RSS                                     */<!-- -->
.rss {
	position:absolute;
	overflow:hidden;
	display:block;
	top:0px;
	left:900px;
	width:46px;
	height:45px;
	background:url('images/bg_rss.png') no-repeat 0 0px;
}
.rss:hover{
	background:url('images/bg_rss.png') no-repeat 0 -50px;
}

/*	[ Menu ]  Level 1                                               */<!-- -->
#menu {
	position:absolute;
	list-style:none;
	top:0px;
	left:0px;
	width:980px;
	height:36px;
	margin:0;
	padding:0;
}
#menu li {
	float: left;
	position:relative;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	margin:0px;
}

#menu li a {
	display: block;
	overflow:hidden;
	width:84px;
	height:20px;
	color: #EDE5D2;
	padding:12px 16px 4px 16px;
	margin:0 3px;
	text-align:center;
	text-decoration:none;
	background:url(images/bg_menu_item.png) no-repeat top right ;

}
#menu li a:hover,#menu > li.current_page_item > a{
	color:#FEB157;
}
#menu li.hover{
}
/*		[ Menu ]  Level 2                                        */<!-- -->
#menu li ul	{
	position: absolute;
	visibility: hidden; 
	list-style:none;
	margin:0;
	padding:0;
	top: 100%; 
	left: 0;
}

#menu li ul li {
	float:none;
	color: #FEB157;
	margin:0;
	padding:0;
}
#menu li ul li a{
	display:block;
	color:#EDE5D2;
	padding:10px 10px 10px 10px;
	margin:0;
	width: 96px;
	height:auto;
	border: 1px #160500 solid;
	background:#503114;
}							
#menu li ul li a:hover{		
	color:#b330e3;
	height:auto;	
	background:#503114;
}

/* level 3*/
#menu ul ul{ left: 100%; top: 0px;}
#menu li:hover > ul{ visibility: visible; }

/*		[ Header ] Twitter                                         */<!-- -->
.twitter{
	position:absolute;
	top:80px;
	left:605px;
	display:block;
	width:362px;/*145+11*/
	height:86px;
	background:url('images/bg_twitter.png') no-repeat 10px 0;
}

#twitter_update_list{
	position:absolute;
	top:80px;
	left:685px;
	font-size:12px;
	line-height:1em;
	font-family:Arial, Helvetica, Sans-Serif;
	color:#E8E3C6;
	width:275px;/*145+11*/
	height: 57px;
	padding:0px 0 0 0;
}
#twitter_update_list li{
	padding:6px 0 6px 0;
	color:#E8E3C6;
	font-style:italic;
	list-style-type:none;
}
#twitter_update_list a{
	font-size:12px !important;
	color:#E8E3C6;
	margin:7px 0 0 0;
}
#twitter_update_list span a{
	display:inline;
	color:#E8E3C6;
	margin:0;
}

/*	[ Content ] Post                                                */<!-- -->
.post, #content .page{
	overflow:hidden;
	width:600px;
	margin:0 0 40px 0px;
	background:url('images/bg_post_title.png') no-repeat;
}
.post_title{
	float:left;
	width:470px;
	padding:10px 10px 10px 10px;
}

.post_title a{
	color: #c917e8;
	text-decoration:none;
}
.post_title a:hover{
	text-decoration:underline;
}
.post_title h1, .post_title h2{
	width:98%;
	font-size:22px;
	line-height:30px;
	font-weight:normal;
	font-family:Arial, Helvetica, Sans-Serif;
	margin:0;
	padding:0;	
}

.post_date{
	float:right;
	width:86px;
	height:38px;
	padding:12px 14px 0 0;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:29px;
	color:#FFFFFF;	
	text-align:center;

}
.post_date_d{
	font-size:34px;
    color:#c917e8;
	font-weight:bold;
	font-style:italic;
}
.post_author{
	float:left;
	font-size:12px;
	width:450px;
	padding:0 0px 0 10px;
	text-align:left;
}
.post_author a{
	color:#FFFFFF;
}

.sticky .post_date{
	color:#000000;
	font-weight:bold;
}

.sticky .post_title a{
	color:#311F0A;
}
.sticky .post_date_d{
	font-size:34px;
    color:#000000;
	font-weight:bold;
	font-style:italic;
}

.sticky .post_author a{
	color:#311F0A;
}

#content .page{
	background:url('images/bg_post_title.png') no-repeat 0px 0px;
}
#content .page .post_title{
	float:none;
	width:510px;
	padding-left:20px;
}

/*		[ Content ] Entry                                            */<!-- -->
.entry{
	overflow:hidden;
	color:#c917e8;
	width:570px;
	line-height: 1.7em;
	/*padding:20px 20px 10px 20px;*/
	margin:20px 20px 10px 0px;
}
.entry a{
	color:#F36F20;
	text-decoration:underline;
}
.entry a:hover{
	color:#F36F20;
}
/*		[ Content ] Post Info                                        */<!-- -->
.info {
	line-height: 1.7em;
	font-size: 11px;
	padding:5px 0 0 0;
	margin:0px 30px 0 0px;
	color:#000000;
}
.info a{
	color:#F36F20;
}
.info a:hover{
	text-decoration:underline;
}

.info_category {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_category.png') no-repeat top left;
}

.info_tag {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_tag.png') no-repeat top left;
}

.info_comment {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_comment.png') no-repeat top left;
}

/*		[ Content ] Archive title, Navigation, Sorry                 */<!-- -->
.archivetitle {
	color: #AE4A01;
	text-align:left;
	font-size: 16px;
	font-weight:bold;
	line-height:10px;
	text-align:left;
	padding: 10px 10px 10px 10px;
	margin:0;
}
.navigation {
	clear:both;
	overflow:hidden;
	font-size: 11px;
	font-weight:normal;
	margin: 30px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	border:1px #835632 dashed;
}
.navigation a{
	color:#835632;
	font-weight:bold;
	text-decoration:none;
}
.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 20px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #F36F20;
}
/*	[ Comment ] General                                             */<!-- -->
#postmetadata {
	font-size: 11px;
	margin: 10px 0px 20px 0px;
	padding: 5px 15px 5px 15px;
	border:2px #835632 solid;
	background:none;
}
#postmetadata a{
	text-decoration:underline;
}
.nocomments {background: none;padding:10px;}

#comments {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding:0px;
	font-variant: normal;
	border-bottom: 2px solid #835632;
}

ol.commentlist {
	position:relative;
	list-style: none;
	margin:5px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	font-size:12px;
	background:none;
	border:none;
}
ol.commentlist .comment a{
	text-decoration:none;
	border-bottom: 1px #C2AE7D dotted;
}
ol.commentlist .comment,
ol.commentlist .trackback,
ol.commentlist .pingback{
	margin:10px 0 0 0;
	padding:0;
}

ol.commentlist .children{
	list-style: none;
	padding:0;
	margin:0 0 0 15px;
}

ol.commentlist .comment div, 
ol.commentlist .trackback div, 
ol.commentlist .pingback div{
	border:1px #835632 solid;
	border-left:3px #835632 solid;
	padding:5px;
	background:none;
}

ol.commentlist .trackback div, 
ol.commentlist .pingback div{
	border:1px #835632 dashed;
}

ol.commentlist .comment div div,
ol.commentlist .trackback div div, 
ol.commentlist .pingback div div{
	background:none;
	padding:0;
	border:none;
}

ol.commentlist .says{
	display:none;
}
ol.commentlist .avatar{
	position:relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0;
	border:none;
}

ol.commentlist .fn{ 
	font-weight:bold;
	font-size: 11px;
}
ol.commentlist .fn a{
	text-decoration:none;
	border:none;

}
ol.commentlist .fn a:hover{
	text-decoration:underline;
}

	/* can remove if set in jQuery*/
	/* ie6 not support */
ol.commentlist .bypostauthor>div>div>.fn,
ol.commentlist .bypostauthor>div>div>.fn a,
ol.commentlist .bypostauthor>div>div>.fn a:hover{
	text-decoration:underline;
	border:none;
}

ol.commentlist .comment .comment-meta,
ol.commentlist .trackback .comment-meta, 
ol.commentlist .pingback .comment-meta{
	border-bottom: 1px dashed #835632;
	margin:0 0 10px 0px;
	padding:5px 0 10px 0;
	font-size:10px;
}
/* can enable if avatar is big
ol.commentlist .comment .comment-meta:after{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}*/
ol.commentlist .comment .comment-meta a, 
ol.commentlist .trackback .comment-meta a, 
ol.commentlist .pingback .comment-meta a {
	text-decoration:none;
	border:none;
}
ol.commentlist .comment .reply{
	position:relative;
	clear:both;
	overflow:hidden;
	margin:5px -5px -5px 0;
	padding:0px;
	font-size:10px;
	text-align:center;
}
ol.commentlist a.comment-reply-link{
	float:right;
	display:block;
	font-size:10px;
	padding:5px;
	background:#835632;
	text-decoration:none;
	border:0;
}
ol.commentlist .trackback a.comment-reply-link, 
ol.commentlist .pingback a.comment-reply-link{
	display:none;
}

/*		[ Comment ] Paging                                           */<!-- -->
.commentnavi{
	overflow:hidden;
	font-size:11px;
	margin:0;
	padding-right:10px;
}
.commentnavi a{
	text-decoration:underline;
}
.commentpages{
	float:right;
	padding:5px 10px;

	
}
.page-numbers{
	font-weight:bold;
	padding:2px 3px 2px 3px;
}
.current{
	font-weight:bold;
}
/*		[ Comment ] Form                                             */<!-- -->
#respond {
	clear:both;
	padding:5px 10px 5px 5px;
	margin:10px 0px 0px 0px;
	font-size:11px;
	border:2px #835632 solid;
	background:none;
}
.commentlist #respond{ /*when click reply*/
	margin-right:0;
}
#respond .cancel-comment-reply a{
	color:#ff0000;
}
#respond a, #respond a:hover{
}

#commentform {
	margin:0;
	padding:10px 0 0 0;
}
#email, #author, #url {
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #835632;
	font-family: Arial, Helvetica, Sans-Serif;
	background:url('images/bg_comment2.png');
}
#comment {
	width: 98%;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#C2AE7D;
	border: 1px solid #835632;
	padding: 2px 2px 2px 2px;
	margin-left:5px;
	background:none;
}
#submit {
	cursor:pointer;
	height: 20px;
	color: #ffffff;
	font-weight:bold;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 2px 15px;
	border: 1px solid #835632;
	background:#000000;
	font-family: Arial, Helvetica, Sans-Serif;
}
/*	[ Sidebar ] General                                             */<!-- -->
#sidebar1 select,#sidebar2 select{
	margin:10px 0px 0px 15px;
	font-size:11px;
	width:130px;
	overflow:hidden;
}

/*		[ Sidebar 1]                                                 */<!-- -->
#sidebar1{
	float:left;
	overflow:hidden;
	width:160px;
	padding: 0 0 0 5px;
	font-size:12px;
	color: #790025;
}
#sidebar1 a{color:#790025; text-decoration:none;}
#sidebar1 a:hover {color:#ED1B23;text-decoration:underline;}
#sidebar1 h4 {
	color: #442C19;
	font-size: 16px;
	line-height:15px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0;
	padding: 12px 5px 12px 10px;
	background:url('images/bg_sb_head1.png') no-repeat left;
}

#sidebar1 ul {
	position:relative;
	list-style-type: none;
	margin: 0;	
	padding: 0;
}
#sidebar1 ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 20px 10px;
}
#sidebar1 ul ul li {
	list-style-type: none;
	line-height: 1.6em;
	padding: 2px 0px 0px 13px;
	background: url('images/bg_sb_arrow1.png') no-repeat 4px 7px;
}

/*		[ Sidebar 2]                                                 */<!-- -->
#sidebar2{
	float:right;
	overflow:hidden;
	width:170px;
	padding: 0 5px 0 0;
	font-size:12px;
	color: #000000;
}
#sidebar2 a{color:#000000; text-decoration:none;}
#sidebar2 a:hover {color:#ED1B23;text-decoration:underline;}
#sidebar2 h4 {
	color: #E7C686;
	font-size: 15px;
	line-height:15px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0px;
	margin: 0;
	padding: 12px 5px 12px 10px;
	background:url('images/bg_sb_head2.png') no-repeat left;
}

#sidebar2 ul {
	position:relative;
	list-style-type: none;
	margin: 0;	
	padding: 0;

}
#sidebar2 ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 30px 10px;
	border:0px red solid;
	background:url('images/bg_sb_btm2.png') no-repeat left bottom;

}
#sidebar2 ul ul li {
	list-style-type: none;
	line-height: 1.6em;
	padding: 2px 0px 0px 15px;
	border:0px white solid;
	background: url('images/bg_sb_arrow2.png') no-repeat 4px 8px;
}

/*	[ Widget & MISC]                                                */<!-- -->
.wp-caption { text-align: center; color:#000000;}
.wp-caption .wp-caption-text { font-size: 10px; line-height: 17px; padding: 5px; margin: 0; }

#wp-calendar td {font-size:11px;color:#000000;}
#wp-calendar td a {color:#F36F20;font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 140px;
	margin:0 0 0 10px;
	text-align: center;
	font-size:11px;
	color:#F36F20;
}

.textwidget {
	margin:0px 5px 0 5px;
}
#akismetwrap{
	margin:2px 0 2px 10px;
}
.rsswidget img {
	display:none;
}

#sidebar h4 a.rsswidget{
	margin-left:0px;
	overflow:hidden;
	text-decoration:none;
}
.wp-smiley{
	vertical-align:middle;
	border:0px;
	padding:0px;
}
/*	[ Custom Widget and options]                                                */<!-- -->
.widget_ads160{
	width:160px;
	padding:0;
	margin:0;
	text-align:center;
	overflow:hidden;
}
<!-- -->