body{
	padding:0;
	margin:0;
	background-color: #212121;
	background-repeat:repeat;
	background-image: url('images/background-texture.jpg');
}
.wrap{
	padding:25px 0 0 0;
	margin:0;
	background-position:center top;
	background-repeat:no-repeat;
	background-image: url('images/header-background.jpg');	
}
.container {
	max-width:962px;
}
#headerwrap{
	
}
#headerinside{
	background:#fbf3e4;
	background-image: url('images/sides.png');
	background-repeat:repeat-y;
	outline:none;
	min-height:172px;
	margin:0px auto;
	/*border: 1px solid #F00;*/
}
#headtop{
	min-height:108px;
	background-repeat:no-repeat;
	background-position:-2px top;
	background-image: url('images/top-piece.jpg');
}
#site-name{
	min-width:242px;
	height:102px;
	padding:6px 0 0 6px;
}
#site-name img{
	border:0;
	outline:none;
}

#header-right {
	padding:15px 5px 6px 0;
}
#hlinks{
	height:32px;
	font-size:12px;
	text-align:right;
	padding:5px 22px 10px 0;
}
#hlinks img{
	width:16px;
	height:16px;
	margin:0 0 -4px 0;
}
#hlinks a:link{color:#40587b;}
#hlinks a:visited{color:#40587b;}
#hlinks a:hover{color:#40587b;}
#hlinks a:active{color:#40587b;}
#headermenu{
	height:50px;
	width:100%;
	background-repeat:no-repeat;
	background-image: url('images/menu-bar.jpg');
	margin:auto;
	overflow:hidden;
}
#headermenu a{
	float:left;
	font-weight:bold;
	font-size:14px;
	line-height:50px;
	padding-right:16px;
	margin-left:-5px;
	padding: 14px 12px;
	outline: none;
	text-decoration: none;
	line-height: 23px;
	cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#headermenu a:link {
	color:#FFF;
}
#headermenu a:visited {
	color:#FFF;
}
#headermenu a:hover {
	color:#DBDBDB;
}
#headermenu a:active {
	color:#FFF;
}
#usernav{
	float:right;
	margin:0 6px 5px 0;
	border-bottom:#E5E5E5 1px solid;
	overflow:hidden;
}
#usernav a{
	float:left;
	font-weight:600;
	font-size:13px;
	padding-right:16px;
	outline: none;
	text-decoration: none;
	text-shadow: 0 -1px #0F0F0F;
	cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#usernav a:link {	color:#000; }
#usernav a:visited {	color:#000; }
#usernav a:hover { color:#6b3c6b; }
#usernav a:active { color:#000; }
#usernav a.highlight { color: #f6f6f6; }
#pagewrap{
	max-width:962px;
	margin:0px auto;
	background:#fbf3e4 url('images/sides.png');
	background-repeat:repeat-y;
	padding:0 0 10px 0;
	overflow:hidden;
}
#page{

}
#contentfooter{
	max-width:960px;
	height:12px;
}
.redtext{
	color:#F00;
}
.greentext{
	color:#0C0;
}
.boldtext{
	font-weight:bold;
}
.status{
	margin:0px auto;
	border:2px solid #06F;
	width:90%;
	padding:10px;
	text-align:center;
	font-weight:bold;
	background: url('images/status.png') left #f6f6f6;
	background-repeat:no-repeat;
}

/* join page */
form.register {
	padding-left:100px;
	padding-top:40px;
}
form.register input{
	width:180px;
	height:30px;
	padding:6px;
	line-height:30px;
	margin:0 0 8px 0;
}
form.register .button {
	cursor:pointer;
	font:24px;
    padding: 0;
	font-weight:bold;
}
/* Front Page items */
.fpitem{
	min-width:300px;
	min-height:250px;
}
.fpwrap{
	min-width:292px;
	min-height:242px;
	padding:3px;
	overflow:hidden;
}
.fpad{
	margin:0 5px 0 0;
	height:250px;	
}
.fpright{
	min-width:128px;
	min-height:108px;
}
.fptitle{
	min-height:70px;
	padding:19px 0 0 14px;
	font-size:22px;
	display: table; 
}
.fptitle a{
	display: table-cell; 
	vertical-align: middle; 
	height: 100%;
	width: 100%;
}
.fptitle a:visited, .fptitle a:active, .fptitle a:link{color:#333; text-decoration:none;}
.fptitle a:hover{color:#585858;}
.fpextras{
	font-size:11px;
}
.fpextras img{
	margin:0 0 -3px 0;	
}
.fpextra{
	margin:auto;
}
/* article page */
#main h1{
	color: #222;
	padding:2px;
	margin: 0 0 16px 16px;
	font-family: 'Domine', serif;
	border-bottom:#577047 dashed 1px;
}
#main{
	padding-bottom:2px;
}
.thumb img{
	width:77px;
	height:50px;
	padding:0 8px 0 0;
}
.abody{
	font-size:23px;
	padding:0 10px 12px 0;
	font-weight:300;
	line-height: 110%;
	color:#000;
	font-family: 'Open Sans', sans-serif;
}
.author{
	font-size:13px;
	padding-bottom:8px;
}
.time{
	font-size:12px;
	font-weight:bold;
	padding-bottom:12px;
}
.sharing{
	
}
.source{
	font-size:12px;
	padding-bottom:12px;
}
.comments{
	padding-top:20px;
	overflow:hidden;
}
.cmsg{
	
}
.commment-item{
	padding:6px;
}
.commment-reply{
	padding:6px 6px 6px 30px;
}
.cuser{
	font-size:13px;
	font-weight:bold;
}
.cuser a:link{color:#729ACB; text-decoration:none;}
.cuser a:visited{color:#729ACB; text-decoration:none;}
.cuser a:hover{color:#729ACB; text-decoration:underline;}
.cuser a:active{color:#729ACB; text-decoration:none;}
.ctime{
	font-size:10px;
	color:#666;
	padding-left:15px;
}
.comment-text{
	font-size:13px;
}
.cextra{
	font-size:12px;
	font-weight:bold;
}
.cextra a:link{color:#9291A2; text-decoration:none;}
.cextra a:visited{color:#9291A2; text-decoration:none;}
.cextra a:hover{color:#9291A2; text-decoration:underline;}
.cextra a:active{color:#9291A2; text-decoration:none;}
textarea#comment{
	width:320px;
	height:120px;
	padding: 5px;
}
.replybox{
	padding:0 0 0 30px;
}
textarea#reply{
	width:320px;
	height:100px;
}
/* side bar */
.sidebut {
	margin:10px;
}
.sidebut .top{
	min-height:74px;
	max-width:145px;
	height:94px;
}
.sidebut img{
border-left:#FFF 2px solid;
border-top:#FFF 2px solid;
border-right:#FFF 2px solid;
width:145px;
height:94px;
margin-bottom:0px;
}
.sidebut .bot{
	display: table; 
	background:#1c1b1c;
	width:145px;
	margin:0 0 0 2px;
	height:80px;
	font-family: 'Domine', serif;
	overflow: hidden;
}
.sidebut .type{
	font-weight:600;
	font-size:14px;
	padding:3px;
	line-height:14px;
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
	overflow:hidden;
}
.sidebut .bot a:link, .sidebut .bot a:visited, .sidebut .bot a:active{color:#f5f5f5; text-decoration:none;}
.sidebut .bot a:hover{color:#e0e5e6;}


.sb-wrap{
	min-width:302px;
	border:#e4dabd solid 1px;
	background-image: url('images/back-dots.png');
	background-repeat:repeat;
	min-width:304px;
	margin:auto auto;
}
.sb-title{
	min-width:292px;
	height:40px;
	background-image: url('images/sb-title.jpg');
	background-repeat:no-repeat;
}
.sb-title-text{
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	line-height:38px;
	margin:0 0 0 30px;
}
.sb-contentpad{
	padding:5px;
	margin:auto auto;
}
.sb-mostitem{
	min-width:290px;
	height:90px;
	border-bottom:#ece4cc solid 1px;
	line-height:85%
}
.sb-mostitem a{
	text-decoration:none;
	color:333;
	font-size:13px;
	font-weight:600;
}
.sb-inside a:link{color:#333;}
.sb-inside a:visited{color:#333;}
.sb-inside a:hover{color:#585858;}
.sb-inside a:active{color:#333;}
.mi-left{
	width:119px;
	padding:14px 6px;
	float:left;
}
.mi-right{
	width:159px;
	height:114px;
	float:right;
}

.sbm-left{
	width:5px;
	height:114px;
	background-image: url('images/sb-most/left.png');
	background-repeat:no-repeat;
	float:left;
}
.sbm-mid{
	width:145px;
	height:114px;
	background-image: url('images/sb-most/mid.png');
	background-repeat:no-repeat;
	float:left;
}
.sbm-mid img{
	width:145px;
	height:94px;
}
.sbm-right{
	width:7px;
	height:114px;
	background-image: url('images/sb-most/right.png');
	background-repeat:no-repeat;
	float:left;
}
.sb-comment-item{
	font-size:14px;	
}
/* pageanation */
#pagination {
	display:block;
	text-align:left;
	height:30px;
	line-height:30px;
	clear:both;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
}

#pagination a:link, #pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #51783f;
	margin-left:10px;
	text-decoration:none;
	background-color:#668858;
	color:#FFF;
	font-weight:normal;
	width: 90%;
	text-align: center;
}

#pagination a:hover {
	background-color:#eae5d7;
	border:1px solid #b2ae91;
	color:#4b461e;	
}
#nextpage, #backpage{
margin:10px 0 10px 0;	
}
/* User Page */
.userpwrap h2{
	color: #1D1D1D;
	padding:2px;
	margin: 0 0 0 12px;
	font-family: 'Domine', serif;	
}
.userpagecomment, .writterlink{
	font-size:15px;	
	padding-bottom:3px;
	padding-left:16px;
}
.userpagecomment a:link{color:#050b73;}
.userpagecomment a:visited{color:#050b73;}
.userpagecomment a:hover{color:#1D1C22;}
.userpagecomment a:active{color:#050b73;}
.writterlink a:link{color:#050b73;}
.writterlink a:visited{color:#050b73;}
.writterlink a:hover{color:#1D1C22;}
.writterlink a:active{color:#050b73;}


#footer{
	min-height:160px;
	background-image: url('images/footer-sides.jpg');
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	color:#857a73;
	font-size:12px;
	-webkit-font-smoothing: subpixel-antialiased;
	overflow:visible;
}
.footlink{
	background:#262626;
	padding:4px;
	text-align:center;
	min-width:75px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.footlink a:link, .footlink a:visited, .footlink a:active{
	color:#857a73;
	text-decoration:none;
	padding:0 4px;
}
.footlink a:hover{
	color:#857a73;
	text-decoration:underline;
}
.foottitle{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	padding:22px 0 18px 0;
	text-shadow: 1px 1px #000;
}
#footbot{
	height:68px;
	background-image: url('images/footer-bot.jpg');
	background-repeat:no-repeat;
}
#footer a:link{color:#DADADA;}
#footer a:visited{color:#DADADA;}
#footer a:hover{color:#DADADA;}
#footer a:active{color:#DADADA;}
/* join modal */
#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}
.join-modal{
	display:none;
	width:620px;
	background: #2c7bb3;
	padding: 16px; 	
	border: 3px solid #FFF;
	float: left;
	font-size: 13px;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	border-radius: 3px 3px 3px 3px;
   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* category fb */
#fbmodal{
	width:230px;
	height:180px;
	position: fixed;
    bottom: 0px;
    right: 0px;
	background: #e7ecf0;
	border-top: 2px solid #3a3636;
	border-left: 2px solid #3a3636;
}
/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


.caption{
	background:#f2f2f2;
	border:1px #cccccc solid;
	padding: 10px 10px 6px 10px;
	margin:0 0 10px 0;
}
figcaption{
	color:#000000;
	font-size:14px;
	padding: 2px 0 0 0;
}