/* Global */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5d513a;
	background: url(images/bg.jpg) #fff;
}

::-moz-selection {
	background: #369;
	color: #ff0;
}

::selection {
	background: #369;
	color: #ff0;
}

code::-moz-selection {
	background: #333;
}

code::selection {
	background: #333;

}

p { 
    text-indent: 1.0em;
    margin-bottom: 0.5em;
}

a {
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img {
	border: none;
}
ul {
        padding: 0px 0px 8px 0px;
}

h1,h2,h3,form,li {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #666;
}

code {
        display: block;
        margin: 5px 20px;
        padding: 10px 20px;
        font-size: 1.2em;
        color: #333;
        border: 1px dashed #999;
        background: #FEFAE1;
}

blockquote {
	margin: 5px 20px;
	padding: 0;
	color: #666;
	border: 1px dashed #aaa;
	background: #f2eadb;
}

blockquote p {
	padding: 10px 20px;
	display: block;
}

.endline {
	clear: both;
}

/* Clear Fix */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/ 
.clearfix {
	display: block;
}

/* End hide from IE Mac */ 

/* end of clearfix */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: url(images/top_frame.jpg) no-repeat top left;
}

/* Header */

#header {
	width: 1000px;
	height: 356px;
}

#header h1 {
	font-size: 4.5em;
	color: #eb4209;
	padding: 10px 0 0 130px;
}

#header h1 a {
	text-decoration: none;
	color: #eb4209;
}

#header h2 {
	font-size: 1.4em;
	color: #eb4209;
	padding: 0 0 0 130px;
}

#rss {
	padding: 0 0 0 925px;
}

/* Navigation */
#navigation {
	width: 279px;
	height: 36px;
	*position: relative;
	margin: 160px 0 0 722px;
}

#navigation div {
	display: table;
	height: 36px;
	*height: auto;
	position: relative;
	*position: absolute;
	*top: 50%;
	*left: 0;
}

#navigation div div {
	display:table-cell;
	vertical-align:middle;
	*position: relative;
	*top: -50%;
	*left: 0;
}

#navigation ul {
	width: 277px;
	list-style-type: none;
}

#navigation ul li {
	font-size: 1.4em;
	font-weight: bold;
	float: left;
	padding: 0 12px 0 0;
}

#navigation ul li a {
	color: #8a460f;
}

#navigation ul li a:hover {
	color: #eb4209;
}


/* Container */
#container {
	width: 1000px;
/*	margin: 17px 0 0 0;*/
	background: url(images/content_bg.jpg) repeat-y 86px 0px;
}

/* Content */
#content {
   width: 637px;
   display: inline;
   margin: 0 0 0 86px;
   float: left;
}

.post {
	width: 540px;
	position: relative;
	margin: 0 0 20px 52px;
}

.afterpost {
        padding:5px 0px;
        margin: 10px 0px 30px 0px;
        clear: both;
}
.forumdesc {
        font-size: 1.2em;
        padding: 5px 10px 5px 5px;
        float:left;
}

.postrating {
        color: #929292;
	font-size: 1.2em;
	padding: 5px 20px 5px 0;
	text-align: right;
        float:right;
}
.postmetadata {
	color: #929292;
	font-size: 1.2em;
	padding: 5px 20px 5px 0;
	text-align: right;
}

.postmetadata a {
	text-decoration: underline;
}

.postmetadata a:hover {
	text-decoration: none;
}

.post_date {
	width: 84px;
	height: 41px;
	padding: 0 0 0 19px;
	line-height: 36px;
	position: absolute;
	left: -138px;
	top:0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	background: url(images/date_bg.jpg) no-repeat left top;
}

.entry {
	font-size: 1.2em;
	line-height: 19px;
        text-align: justify;
}

.tags {
	font-size: 1.2em;
	color: #623200;
	margin: 10px 0 10px 10px;
}

.tags a {
	text-decoration: underline;
}

.tags a:hover {
	text-decoration: none;
}

.notfound {
	margin: 100px auto;
	text-align:center;
	font-size: 4em;
	font-weight: bold;
	color: #7e2d17;
}

/* PageNavi*/

.wp-pagenavi {
	padding: 5px 40px;
	margin-left: 17px;
}

.wp-pagenavi a {
	padding: 2px 4px;
	_padding: 2px 0;
	margin: 2px;
	_margin: 1px;
	text-decoration: none;
	border: 1px solid #06c;
	color: #06c;
	background-color: #fff;
}

.wp-pagenavi a:hover {
	border: 1px solid #000;
	color: #000;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	padding: 2px 4px;
	_padding: 2px 0;
	margin: 2px;
	_margin: 1px;
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
}







/* Calendar */







#wp-calendar {



	empty-cells: show;



	margin: 10px auto 0;



	width: 100%;



}







#wp-calendar #next a {



	padding-right: 10px;



	text-align: right;



	font-size: 1.1em;



}







#wp-calendar #prev a {



	padding-left: 10px;



	text-align: left;



	font-size: 1.1em;



}







#wp-calendar a {



	display: block;



	font-weight: bold;



	text-decoration: none;



}







#wp-calendar a:hover {



	background: #000;



	color: #fff;



}







#wp-calendar caption {



	text-align: center;



	width: 100%;



	font: bold 1.3em Verdana, Arial, Sans-Serif;



}







#wp-calendar td {



	padding: 3px 0;



	font-size: 1.2em;



	text-align: center;



}







#wp-calendar th {



	font-style: normal;



	font-size: 1.2em;



	text-transform: capitalize;



}







/* Social Bookmarking */







.bookmark {



	margin: 18px 0 0 10px;



}







.bookmark ul {



	display: inline;



}







.bookmark ul li {



	background: none;



	display: inline;



	list-style-type: none;



}







.bookmark_line img {



	border: 0;



}







.bookmark_icon {



	opacity: .4;



	-moz-opacity: .4;



	filter: alpha(opacity=40);



	_filter: alpha(opacity=100);



}







.bookmark_icon:hover {



	opacity: 1;



	-moz-opacity: 1;



	filter: alpha(opacity=100);



}



/* Comments */



.read_comments {



	height: 32px;



	text-align: right;



	margin: 10px 0 0 0;



	background: url(images/comments-bg.jpg) no-repeat;



}



.read_comments a {



	font-size: 1.2em;



	color: #ba5e14;



	padding: 10px 0 10px 25px;



	background: url(images/read_comments_ico.gif) no-repeat left;



	font-weight: bold;



}



.comments {







}







h3#comments {



	padding: 0 0 0 10px;



}







h3#comments, #respond h3 {



	padding-top: 10px;



	font-size: 1.4em;



	color: #333;



}







#commentform {



	margin: 5px 0 0 0;



}







#commentform input {



	width: 170px;



	padding: 2px;



	margin: 5px 5px 1px 0;



	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;



}







#commentform textarea {



	width: 98%;



	padding: 2px;



	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;



}







#commentform p {



	margin: 5px 0;



	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;



}







#commentform #submit {



	margin: 0 0 5px auto;



	float: right;



}







#respond {



	padding: 0 0 0 10px;



	color: #333;



}







#respond:after {



	content: "."; 



	display: block;



	height: 0;



	clear: both;



	visibility: hidden;



}







.commentlist {



	padding: 0 0 0 10px;



	*margin: 0 0 0 10px;



	*padding: 0;



}







.commentlist li {



	margin: 15px 0 10px;



	padding: 5px 5px 10px 10px;



	list-style: none;



	font-weight: bold;



	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;



}







.commentlist li ul li { 



	margin-right: -5px;



	margin-left: 10px;



	font-size: 1em;



}







.commentlist p {
        margin: 5px 0px 0px 0;
        font-weight: normal;
	line-height: 1.5em;
	font-size: 1.2em;
	text-transform: none;
		
}







.commentlist li .avatar { 



	float: right;



	border: 1px solid #333;



	padding: 2px;



	background: #fff;



}







.commentlist li a {



	color: #666;



}



.commentlist cite, .commentlist cite a {



	font-weight: bold;



	font-style: normal;



	font-size: 1.2em;



}







.nocomments {



	text-align: center;



}







.commentmetadata {



	font-size: 1.2em;



	display: block;



	font-weight: normal;



}



.thread-alt {



	background-color: #dcbea4;



}







.thread-even {



	background-color: #e3cbb3;



}







.depth-1 {



	border: 1px solid #000;



}







.alt {



	border-left: 1px solid #666;



	background-color: #EFE6DE;



	padding: 10px;



}







.even {



	border-left: 1px solid #666;



	background-color: #E6D6CA;



}







/* Sidebar */



#sidebar {



	width: 259px;



/*	margin: 8px 0 0 0;*/



	line-height: 16px;



	float: left;



	position: relative;



	color: #666;



}



#sidebar a {



	color: #424242;



}



#sidebar ul ul {



	font-size: 1.2em;



}



#sidebar_top h3 {



	font-size: 1.6em;



	padding: 0 0 0 6px;



	color: #855045;



}



#sidebar ul {



	list-style-type: none;



}



#sidebar_top {



	padding: 30px 0 0 0;



	background: url(images/sidebar_paper_bg.jpg) repeat-y;



}



#sidebar_top ul li {



	width: 184px;



	padding: 0 10px 10px 0;



	margin: 0 0 15px 44px;



	border-bottom: 1px dashed #323232;



}



#sidebar_top ul ul {



	margin: 5px 0 0 0;



}



#sidebar_top ul ul ul {



	margin: 5px 0 0 0;



font-size: 0.8em;



}



#sidebar_top ul ul li {
	width: 164px;
	margin: 0 0 0 1px;
	padding: 3px 0 2px 18px;
	border: none;
	background: url(images/sidebar_top_li.gif) no-repeat left 6px;
}
#sidebar_top .list {
        background: url(images/sidebar_read_li.gif) no-repeat left 6px;
}
#sidebar_top .forum {
        background: url(images/sidebar_forum_li.gif) no-repeat left 6px;
}



.sidebar_paper_bottom {



	height: 13px;



	background: url(images/sidebar_paper_bottom.jpg) no-repeat;



}







/* For Widgets */



h3.sidebar_bottom_widget {



	padding: 0 0 0 27px;



}







#sidebar_bottom {



	margin: 95px 0 0 27px;



}



#sidebar_bottom ul {



	



}



#sidebar_bottom ul li {



	margin: 0 0 18px 0;



}



#sidebar_bottom ul ul {



	



}



#sidebar_bottom ul ul li {



	width: 151px;



	margin: 0 0 0 28px;



	padding: 2px 0 2px 12px;



	background: url(images/sidebar_bottom_li.gif) no-repeat left 8px;



}







.fix_bottom {



	width: 192px;



	height: 93px;



	position: absolute;



	background: url(images/fix_bottom.jpg) no-repeat;



}







/* searchform */



#searchform {



	width: 259px;



	height: 82px;



	margin: 5px 0 0 0;



	position: absolute;



	left: -3px;



	background: url(images/search_bg.jpg) no-repeat;



}



.searchtext {



	width: 152px;



	color: #666;



	display: inline;



	margin: 26px 0 10px 60px;



	border: 0;



	background: none;



}



#searchsubmit {



	display: block;



	border: 0;



	width: 52px;



	height: 18px;



	margin: 0 0 0 167px;



}







/* Footer */



#footer {



	width: 637px;



	height: 127px;



	margin: 0 0 0 86px;



	background: url(images/footer_bg.jpg) left top no-repeat;



	clear: both;



	color: #6d382c;



	font-size: 1.1em;



}







.credit {



	width: 585px;



	text-align: right;



	padding: 50px 0 0 0;



}



.credit a {



	color: #6d382c;



	text-decoration: none;



}







/* Images */







p img {



	max-width: 100%;



}







img.centered {



	display: block;



	margin-left: auto;



	margin-right: auto;



}







img.alignright {



	padding: 4px;



	margin: 0 0 2px 7px;



	display: inline;



}







img.alignleft {



	padding: 4px;



	margin: 0 7px 2px 0;



	display: inline;



}







.alignright {



	float: right;



}







.alignleft {



	float: left



}











/* Captions */







.aligncenter, div.aligncenter {



	display: block;



	margin-left: auto;



	margin-right: auto;



}







.wp-caption {



	border: 1px solid #ddd;



	text-align: center;



	background-color: #f3f3f3;



	padding-top: 4px;



	margin: 10px;



	-moz-border-radius: 3px;



	-khtml-border-radius: 3px;



	-webkit-border-radius: 3px;



	border-radius: 3px;



}







.wp-caption img {



	border: 0 none;



}







.wp-caption p.wp-caption-text {



	font-size: 11px;



	line-height: 17px;



	padding: 0 4px 5px;



}







/* opacity_link */



.opacity_link {



opacity: 0.3; 



filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);



font-size: 9px;



position: absolute;



left: -10000px;



top: -10000px;



z-index: -1;



}



/* end opacity */






/* half_opacity_link */



.tag-link-233 {

color: #424242;

}



/* end half_opacity */

#dolly {
  margin: 0;
  padding: 0;
  font-size:12px;
  text-indent:7px;
  text-align: justify;
}

span.no {display: none}

#share42 {display: block; padding: 5px 5px 0px 5px; margin: 0px; border: 1px solid #cfdeef; border-radius: 4px; vertical-align:bottom;}
#share42:hover {border: 1px solid #dad4c8;}
#share42 a {opacity: 0.5}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}

.advert {
     margin-top: 20px;
}

.button { 
   border-top: 1px solid #a60729; 
   background: #f78b8b; 
   background: -webkit-gradient(linear, left top, left bottom, from(#f70505), to(#f78b8b));
   background: -moz-linear-gradient(top, #f70505, #f78b8b);
   background: -ms-linear-gradient(top, #f70505, #f78b8b);
   background: -o-linear-gradient(top, #f70505, #f78b8b);
   padding: 3px 6px; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); text-shadow: rgba(0,0,0,.4) 0 1px 0; color: #d9eef7; 
   font-size: 12px;
   font-weight: bold; 
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;
   vertical-align: middle; 
} 
.button:hover { 
   color: #dbdbdb;
   background: #f27e7e;
   background: -webkit-gradient(linear, left top, left bottom, from(#96060b), to(#f27e7e));
   background: -moz-linear-gradient(top, #96060b, #f27e7e);
   background: -ms-linear-gradient(top, #96060b, #f27e7e);
   background: -o-linear-gradient(top, #96060b, #f27e7e); 
   text-decoration:none;
} 
.button:active { 
   border-top-color: #e80000;
   background: #e80000;
}