/* -------------------------------------------------------------------------------
	Theme Name: Theater Room
	Theme URI: http://www.templatelite.com/theater-room-free-wordpress-theme/
	Description: Featured every taste of classic theater room, probably your standard classic choice. Brought to you free by <a href="http://www.templatelite.com/">Templatelite.com</a>.
	Version: 1.00
	Author: TemplateLite.com
	Author URI: http://www.templatelite.com/
	Tags: Classic, Brown, Left Sidebar, Right Sidebar, Fixed Width, 3 columns, Widget Ready, Valid XHtml, Valid CSS
   ------------------------------------------------------------------------------- */

/***** GENERAL *****/
body{
	margin:0px auto;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#041821;
	background:#020912 url(images/bg_repeat.jpg) repeat-y top center;
	border:0px yellow solid;
}

img {
	border:0px;
	/*padding:5px;*/
	/*max-width: 100%;*/ /* not working in IE6*/
}
a {color:#E61A10;text-decoration: none;}
a:hover {color: #E61A10;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;}

p {margin: 0px 0px 12px 0px;}
hr {height:1px;border:none;border-top:1px dashed #536571; width:95%;}
del {color:red;}
ins {color:green;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 10px;
	border-left: 2px solid #536571;
}
input,select,textarea {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {/*height:40px;*/ height:10px;}

/********** LAYOUT **********/
#bg_top{
	position:relative;
	background:url(images/bg_top.jpg) no-repeat top center;
	margin:0;
	padding:0;
}
#bg_btm{
	background:url(images/bg_bottom.jpg) no-repeat bottom center;
	margin:0;
	padding:0;
}
#bg_repeat{
	background:url(images/bg_repeat.jpg) repeat-y top center;
	margin:0;
	padding:0;
}
#base{
	background:url(images/bg_center_repeat.jpg) repeat-y top center;
	width:1000px;
	margin:0px auto;
	padding:0px;
}
#base_btm{
 	background:url(images/bg_footer.jpg) no-repeat bottom center;
	width:1000px;
	padding:0px 0 200px 0;
}
#header{
	position:relative;
	width: 1000px;
	height: 138px;
	background:url(images/bg_header.jpg) no-repeat top center;
}

#container{
	position:relative;
	overflow:hidden;
	width:1000px;
	border:0px red solid;
	background:url(images/bg_container_top.jpg) no-repeat top center;
}
#content{
	display:inline; 
	width:570px;
	margin:90px 0 100px 190px;
	border:0px blue solid;
}
#sidebar1{
	float:left;
	display:inline; 
	overflow:hidden;
	width:164px;
    min-height:500px;
	margin: 0px 0px 250px -738px;
	padding:0;
	background:url(images/bg_sb1.jpg) repeat-y center;
}
#sidebar2{
	float:right;
	display:inline;
	width:174px;
	min-height:500px;
	overflow: hidden;
	margin: 0 0 150px 0;
	padding:0px 12px 0px 0px;
}

#sidebar2 .bg_top{
	height:5px;
	margin:0;
	padding:0;
	background:url(images/bg_sb2_top.png) no-repeat top left;
}
#sidebar2 .bg_btm{
	height:5px;
	margin:0;
	padding:0;
	background:url(images/bg_sb2_btm.png) no-repeat bottom left;
}

#footer{
	position:absolute;
	color:#000000;
	overflow:hidden;
	font-size:10px;
	padding:100px 0 0px 70px;
	width:575px;
}

#footer a{
	color:#000000;
}

#footer a:hover{
	color:#000000;
	text-decoration:underline;
}


/*=================== Header ===================*/
#blogtitle{
	font-family: Arial,Verdana; 
	font-size:28px; 
	font-weight:bold;
	text-align:left;
	padding:60px 0 0px 65px;
	margin:0px 170px 0px 170px;
}
#blogtitle a, #blogtitle a:hover {
	font-family: Arial,Verdana; 
	color:#ffffff; 
	text-decoration:none;
}
#subtitle {
	font-family: Arial, Verdana;
	font-size:12px; 
	font-style:italic;
	color:#B6B486;
	text-align:left;
	font-weight:normal;
	padding:0px 0 0px 55px;
	margin:0px 300px 0px 180px;
}
#header .home {
	position: absolute;
	margin:0px;
	padding:0px;
	left: 0px;
	top: 0px;
	width:950px;
	height:120px;
}
#header .rss {
	position:absolute;
	display:block;
	top:38px;
	left:146px;
	width:65px;
	height:65px;
	background:url('images/bg_rss_hover.jpg') no-repeat -100px -100px;
}
#header .rss:hover{
	background:url('images/bg_rss_hover.jpg') no-repeat 0 0;
}

#mainsearch {
	position:absolute;
	top:57px;
	left:760px;
	overflow:hidden;
	width:225px;
	height:65px;
	background:url('images/bg_search.jpg') no-repeat 0px 0px;	
}
#mainsearch:hover{
	background:none;
}
#mainsearchform .input {
	position:absolute;
	top:30px;
	left:96px;
	width:90px;
	height:18px;
	padding:0;
	margin:0 0 0 0;
	font-size:13px;
	font-family: Arial, Verdana, Helvetica;
	font-weight:bold;
	color:#A9AA88; 
	border:none;
	background:transparent;
}
#mainsearchform .submit{
	position:absolute;
	cursor:pointer;
	border:none;
	top:5px;
	left:10px;
	height:55px;
	width:60px;
	background:transparent;
}


/*=================== Menu ===================*/
#menu ul {
	position:absolute;
	overflow:hidden;
	top:13px;
	left:226px;
	width:600px;
	height: 30px;
	margin:0;
	padding:0;
	background:none;
}
#menu ul li {
	display:inline;
	font-size: 13px;
	font-family:Arial,Verdana;
	font-weight: bold;
	margin:0px;
}

#menu ul li a {
	float: left;
	display: block;
    overflow: hidden;
	height:30px;
	width:93px;
	line-height:10px;
	color: #262116;
	padding:8px 0px 5px 0px;
	margin:0 15px 0 0;
	text-align:center;
	text-decoration:none;
}
#menu ul li a:hover, #menu ul li.current_page_item a{
	color:#6A6549;
	text-decoration:underline;
}


/*=================== Content ===================*/
.archivetitle {
	color: #000000;
	text-align:left;
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
	line-height:12px;
	padding: 0px 25px 5px 35px;
	margin:0;
}
.post,.page{
	overflow:hidden;
	width:595px;  /*593*/
	margin:0 0 35px 5px;
	padding:0;
}

.sticky .post_title{
	overflow:hidden;
	width:590px;
	padding:0 0px 22px 28px;
	background:url('images/bg_sticky_post_head.png') no-repeat top left;	
}

.post_title{
	overflow:hidden;
	width:590px;
	padding:0 0px 22px 28px;
	background:url('images/bg_post_head.png') no-repeat top left;	
}

.post_title a{
	color: #000000;
	text-decoration:none;
}
.post_title a:hover{
	text-decoration:underline;
}
.post_title h1, .post_title h2{
	font-size:18px;
	line-height:25px;
	font-weight:normal;
	margin:0;
	padding:0;	
}
.post_date{
	width:585px;
	height:16px;
	padding:5px 0 0px 30px;
	margin:0px 0 0px 28px;
	font-family:Arial;
	font-size:11px;
	line-height:15px;
	color:#AA3131;
	text-align:left;
	background: url('images/icon_date.png') no-repeat top left;
}
.post_date a{
	color:#AA3131;
}

.entry{
	position:relative;
	overflow:hidden;
	line-height: 1.7em;
	width:555px;
	margin: 10px 10px 0px 30px;
	padding:0 0 30px 0;
	border-bottom: 1px #644A35 solid;
}

.entry a, .info a{
	color:#E61A10;
}
.entry a, .info a:hover{
	color:#E61A10;
	text-decoration:underline;
}
.entry a:hover, .info a{
	text-decoration:none;
}

.info {
	position:relative;
	line-height: 1.7em;
	color:#041821;
	font-size: 10px;
	padding:5px 0 0 0;
	margin:0 20px 0 30px;
}

.category {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 4px 20px;
	background: url('images/icon_category.png') no-repeat top left;
}

.bubble {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 4px 20px;
	background: url('images/icon_comment.png') no-repeat top left;
}

.tags {
	font-size: 10px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_tag.png') no-repeat top left;
}

.navigation {
	clear:both;
	overflow:hidden;
	font-size: 11px;
	font-weight:normal;
	margin: 30px -20px 5px 40px;
	padding: 5px 5px 5px 5px;
	border-top:1px #4A5E69 dashed;
}
.navigation a{
	text-decoration:none;
}
.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 20px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #4A5E69;
}

/*=================== Sidebar ===================*/
#sidebar1 select,#sidebar2 select{
	margin:10px 0px 0px 15px;
	font-size:11px;
	width:120px;
	overflow:hidden;
}

/***** Sidebar 1 *****/
#sidebar1 {color:#ffffff; font-size:11px;}
#sidebar1 a{color:#ffffff; text-decoration:none;}
#sidebar1 a:hover {color:#E7B66A;text-decoration:underline;}

#sidebar1 ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar1 li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
#sidebar1 h4 {
	color: #640A0C;
	font-size: 14px;
	text-align: center;
	line-height:15px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0 0px 0 0px;
	padding: 11px 0px 17px 0px;
	width: 165px;
	height: 19px;
	background:url('images/bg_sb_head1.png') no-repeat;
}
#sidebar1 ul li{
	background: url('images/bg_sb_sec1.jpg') repeat-x bottom;
}
#sidebar1 ul ul li {
	line-height: 1.6em;
	list-style-type: none;
	padding: 0px 10px 0px 10px;
	margin: 0 0 0 10px;
	background: url('images/bg_sb_arrow1.png') no-repeat 0px 7px;
}
#sidebar1 ul ul ul li {
	padding-right:0px;
}


/***** Sidebar 2 *****/
#sidebar2 {color:#000000; font-size:11px;}
#sidebar2 a{color:#000000; text-decoration:none;}
#sidebar2 a:hover {color:#656A34; text-decoration:underline;}

#sidebar2 .bgr {
	background:url(images/bg_sb2.png) repeat-y;
}

#sidebar2 ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 15px 0px;
}
#sidebar2 li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}
#sidebar2 h4 {
	width: 166px;
	height: 36px;
	color: #433E26;
	font-size: 14px;
	line-height:12px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	text-align: center;
	margin: 0px 0px 0 12px;
	padding: 10px 0px 0px 0px;
	background: url('images/bg_sb_head2.png') no-repeat;
}
#sidebar2 ul ul li {
	line-height: 1.6em;
	list-style-type: none;
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 10px;
	background: url('images/bg_sb_arrow2.png') no-repeat 0px 8px;
}
#sidebar2 ul ul ul li{
	margin-left:0;
	border:0px green solid;
}


/*************** comment ***************/
#postmetadata {
	font-size: 11px;
	margin: 0px 10px 20px 30px;
	padding: 0px 15px 5px 15px;
}

.nocomments {background: none;}

#comments {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px -10px 0px 45px;
	padding:0;
	font-variant: normal;
	border-bottom: 1px #4A5E69 dashed;
}

ol.commentlist {
	position:relative;
	list-style: none;
	margin:5px -10px 5px 0px ;
	padding:5px 0px 5px 45px;
	font-size:12px;
	background:none;
	border:none;
}
ol.commentlist .comment a{
	text-decoration:none;
	border-bottom: 1px #536571 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{
	background:#E5E4B8;
	border:1px #6C5241 solid;
	border-left:2px #6C5241 solid;
	padding:5px;
}

ol.commentlist .trackback div, 
ol.commentlist .pingback div{
	border:1px #536571 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 #536571;
	margin:0 0 10px 0px;
	padding:6px 0 6px 0;
	font-size:10px;
}
ol.commentlist .comment .comment-meta a, 
ol.commentlist .trackback .comment-meta a, 
ol.commentlist .pingback .comment-meta a {
	color: #041821;
	text-decoration:none;
	border:none;
}
ol.commentlist .comment .reply{
	clear:both;
	margin:5px 0 0 0;
	padding:2px;
	font-size:10px;
	text-align:right;
}
ol.commentlist .comment .reply a{
	text-decoration:none;
}
ol.commentlist .trackback .reply, 
ol.commentlist .pingback .reply{
	display:none;
}


/**comment paging WP2.7**/
.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:15px -10px 0px 45px;
	font-size:11px;
	background:#E5E4B8;
	border:1px #6C5241 solid;
}
.commentlist #respond{
	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 #6C5241;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 98%;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #6C5241;
	padding: 2px 2px 2px 2px;
}
#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 #6C5241;
	background:#6C5241;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}



/********** WIDGET **********/
#wp-calendar td {font-size:11px;color:#333333;}
#wp-calendar td a {font-weight:bold;text-decoration:none;}
#wp-calendar {
	width: 160px;
	margin:0 0 0 0;
	text-align: center;
	font-size:11px;
	color:#333333;
}

.wp-caption {  
    text-align: center;
    color:#666666;
}
	
.textwidget {
	margin:5px 5px 0 8px;
}
#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;
}
