html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

.html, body {
	background-color:#e5e3df;
	color: #383838;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

body, div, td, font, span, a { line-height: 16px; }

img { border: 0; }
.clr { clear:both; }

/* ==================== */

a {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
a:active, a:visited, a:link {
	color: #757575;
	text-decoration: none;
}
a:hover {
	color: #4b73d4;
	text-decoration: underline;
}

/* ==================== */

#auth {padding: 7px 1px 1px 7px; background: none; margin-bottom: 21px;}
#auth dd, #auth dt {margin-bottom: 3px;}

#auth .u-name {background: url(../images/u-name.png) left no-repeat #fff; height: 25px; border: 1px solid #cdd6e0; padding: 0 0 0 35px; width: 129px;}
#auth .u-name input {background: none; font: 12px arial; color: #333333; height: 17px; border: none; padding-top: 5px;}

#auth .u-pass {background: url(../images/u-pass.png) left no-repeat #fff; height: 25px; border: 1px solid #cdd6e0; padding: 0 0 0 35px; width: 129px;}
#auth .u-pass input {background: none; font: 12px arial; color: #333333; height: 17px; border: none; padding-top: 5px;}

.u-login {width: 165px; height: 27px; font: bold 14px arial; color: #fff; background: #8fd301;}

/* ==================== */

/*UL, LI*/
ul {
	margin: 0;
	padding-left: 16px;
	list-style-position:outside;
	list-style-image:none;
}

ul li { margin: 0; padding: 0; }

ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 18px;
	margin-left: 2.2em;
}

p { margin-bottom: 18px; }
.clr { clear: both; }
a img  { border: none; }
img.left { float: left; margin: 2px 20px 16px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }
hr	{ border: 0 none; border-top: 1px solid #cfcfcf; }

/*===WRAPPERS===*/
.wrapwide { 
	width: 100%; 
	height: auto; 
	text-align: center; 
	min-width: 980px; 
}
* HTML .wrapwide { 
	width: expression(document.body.clientWidth > 980 ? "100%" : "980px") 
}

.wrapper {
	margin: auto;
	width: 980px;
	text-align: left;
}
/*===WRAPPERS END===*/

/* header */

#header {height: 150px; position: relative;}
#header .logo {left: 0; top: 10px; position: absolute;}
#header .adv {right: 30px; top: 32px; position: absolute;}
/*===header END===*/

/*mainbody*/
#mainbody {
	width: 100%;
	min-height: 980px; max-height: 100%;
	background: #ffffff url("../images/mainbody_bg.png") repeat-y left top;
}
#mainbody_b {
	width: 980px;
	height:35px;
	margin-top:-25px;
	background: #ffffff url("../images/mainbody_bottom.png") no-repeat left top;
}
#mainbody_t {
	width: 980px;
	height:13px;
	background: #ffffff url("../images/mainbody_top.png") no-repeat left top;
	margin-top:5px;
}

#mainbody_t a, #mainbody_t a:hover {padding-top:5px; padding-left:15px;}

.container {padding-left: 200px;}
.maincol {
	float: right;
	width: 740px;
	font-size: 12px;
	overflow: hidden;
}

.maincol, .maincol div, .maincol td, .maincol span { 
	line-height: 21px; 
}
.leftcol { 
	float: left; 
	width: 200px; 
	overflow: hidden; 
}
/*mainbody end*/

/* ===== TOPNAV ===== */
#topnav {
	height: 51px;
	position: relative;
	background: #ffffff url("../images/footer.png") no-repeat left top; 
	border-top:1px solid #ccc; 
}

#navinfo { 
	padding-top: 10px; 
	padding-left: 10px; 
	padding-right: 10px; 
}
/* ===== TOPNAV END ===== */


/*===TOPMENU===*/
.topmenu a {
	color: #636363; 
	text-decoration: none;
}
.topmenu a:hover { 
	color: #4B73D4;
	text-decoration: underline;
}

.topmenu {
	padding-top: 5px;
	white-space: nowrap;
	display: block;
	font-size: 12px;
	font-weight:bold;
	font-family: Tahoma, Arial, sans-serif;
}

.t_home {background: transparent url("../images/class_t.png") no-repeat left 0px;}
.t_stats {background: transparent url("../images/class_t.png") no-repeat left -20px;}
.t_feed {background: transparent url("../images/class_t.png") no-repeat left -40px;}

/*===TOPMENU END===*/

/*menuicons*/
#menuicons ul, #menuicons li { padding: 0; margin: 0; list-style: none; background: none; }
#menuicons li img { width: 20px; height: 20px; margin-right: 5px; margin-bottom: -5px; }

#menuicons ul li {
	display: inline;
	padding: 5px 0 0 5px;
}

#menuicons li a { color: #646464; }
#menuicons li a:hover { color: #3f87a2; }

/*menuicons end*/

/*===SEARCH===*/
.searchbox { float: right; width: 230px; height: 35px; position: relative; top: -25px; }
.searchbox div { padding-left: 18px; padding-top: 5px; float: left; }

.searchbox div input {
	width: 173px; height: 22px;
	padding: 0;
	border: 1px solid #bbbec3;
	background: #ffffff url("../images/inputext_bg.png") repeat-x left top;
}

.searchbox .btn {
	position: relative;
	top: 0;
	float: right;
	width: 33px; height: 33px;
	color: #fff;
	background: transparent url("../images/search_btn.png") no-repeat left top;
}

.searchbox .btnhover {
	position: relative;
	top: 0;
	float: right;
	width: 33px; height: 33px;
	color: #fff;
	background: transparent url("../images/search_btn.png") no-repeat left -33px;
}
/*===SEARCH END===*/

/* ===== FOOTER ===== */
#footer {
	height: 51px;
	position: relative;
	background: #ffffff url("../images/footer.png") no-repeat left top; 
	border-top:1px solid #ccc; 
	margin-top: 5px;
}

#footinfo { 
	padding: 10px; 
}
/* ===== FOOTER END ===== */


/*===COPYRIGHT===*/
.copyright a {
	color: #636363; 
	text-decoration: none;
}
.copyright a:hover { 
	color: #4B73D4;
	text-decoration: underline;
}

.copyright {
	color: #636363;
	padding-top: 5px;
	padding-left: 10px;
	white-space: nowrap;
	display: block;
	font-size: 13px;
	font-weight:bold;
	font-family: Tahoma, Arial, sans-serif;
}
/*===COPYRIGHT END===*/

/*===Ñ×ÅÒ×ÈÊÈ===*/
div.count {
	position: absolute;
	right: 10px;
	top: 10px;
}

div.count span {
	display: block;
	float: left;
	height: 31px;
	margin-right: 2px;
}

.quub {
	float: right;
}
/*===Ñ×ÅÒ×ÈÊÈ END===*/

/*===BLOCKS===*/
.block {
	width: 200px;
	background: #015e9a url("../images/block.png") repeat-x -200px bottom;
	padding-bottom:15px;
}

.block .dtop { height: 34px; background: #4c849e url("../images/block.png") no-repeat 0 top; overflow: hidden; }
.block .dtop h3 a { color: #ffffff; }
.block .dtop h3 {
	padding-left: 19px;
	padding-top: 9px;
	font-weight: bold;
	font-size: 0.9em;
	color: #f1f1f1;
	text-transform: uppercase;
}

.block .dcont { 
	width: 180px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 19px;
	padding-right: 19px;
	padding-top: 8px;
	color: #f1f1f1;
}

.block .dcontm { 
	width: 180px;
	padding-bottom: 10px;
	margin-left: 19px;
	margin-right: 19px;
	padding-top: 8px;
	color: #f1f1f1;
}

.block .dcontm a {
	color:#ffffff;
	text-decoration:none;
}

.block .dcontm a:hover {
	color:#ffffff;
	text-decoration:none;
}

.block .dcont a {
	color:#ffffff;
	text-decoration:none;
}

.block .dcont a:hover {
	color:#ffffff;
	text-decoration:underline;
}
/*===BLOCKS END===*/

/*===MENU===*/
.menu table{vertical-align:top;padding:0;border:0px;width:180px;background:none; }
.menu table td{padding:0px;color:#fff; }
.menu table td:hover{color:#fff; text-decoration:none; }
.menu table td a:link, .menu table td a:visited, .menu table td a:hover, .menu table td a:active{color:#fff;text-decoration:none;font-size:12px;font-family:Trebuchet MS, arial, verdana; }
.menu table td a:hover{color:#c8e1e8;background-color:#262b30; padding-left:3px; padding-right:3px;}
.menu table td img {padding-left:0px;padding-right:3px;border:0px; }
/*===MENU END===*/

/*===SHORTSTORY===*/
.base2 { padding-bottom: 7px; }
.base {
	padding-bottom: 25px;
	overflow: hidden;
}
.maincont { padding: 20px 0; }
.maincont img {padding: 5px;}
.morelink { line-height: 35px; height: 62px; background: transparent url("../images/moreling_bg.png") repeat-x left bottom; }
.morelink span { color: #959391; }
.argmore { float: right; }
.argmore a {
	display: block;
	height: 35px;
	padding-right:20px;
	line-height: 35px;
	overflow: hidden;
	text-indent: 22px;
	color: #333;
	text-decoration: none !important;
}

.argmore a:hover {
	color: #900;
}
.binner { margin: 0 18px; }

.heading2 {
	height: 65px;
	background: transparent url("../images/heading2_line_bg.png") repeat-x left bottom;
}
.heading2 h1 a { color: #bb66bd; }
.heading2 h1 {
	font-size: 16px;
	color: #60534e;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 18px;
}
.infofield {
	height: 28px;
	line-height: 25px;
	position: relative;
}

.storeinfo span { color: #7f7c7b; margin-right: 8px; margin-bottom: -10px;}
.si_comm img, .si_date img, .si_views img, .si_aut img, .si_cat img {
	width: 14px; height: 14px;
	vertical-align: middle;
	margin-right: 3px;
}
.si_comm img { background: transparent url("../images/icon.png") no-repeat left 0px; }
.si_date img { background: transparent url("../images/icon.png") no-repeat left -14px; }
.si_views img { background: transparent url("../images/icon.png") no-repeat left -28px; }
.si_aut img { background: transparent url("../images/icon.png") no-repeat left -42px; }
.si_cat img { background: transparent url("../images/icon.png") no-repeat left -56px; }
/*===SHORTSTORY END===*/

/*comments*/
.comments {
	background: #f3efea url("../images/commnetrr_left.png") repeat-y left top;
	border-top: 1px solid #c9c2bc;
}
.comments2 { padding-bottom: 15px; background: transparent url("../images/comment_btm.png") repeat-x left bottom; }

.comments .binner { padding: 14px 0; margin-left: 24px; }
.comments .dleft {
	float: left; width: 138px; 
	font-family: Tahoma, Arial, sans-serif;
	color: #656463;
	font-size: 0.9em;
}
.comments .dleft a { color: #878787; }

.avatar {
	float: left;
	margin-bottom: 6px;
}

.avatar span img {
	display: block;
	width: 100px; height: auto;
	padding: 5px;
	background-color: #cccac7;
	border: 1px solid #a29999
}

.avatar span { float: left; }

.cmaincont { padding: 8px 0;}
h3.comname, h3.comname a { color: #ac3615; }
h3.comname { font-size: 17px; font-weight: normal; }

.comments .dright { margin-left: 158px; }
.comments .drightinn  { overflow: hidden; }

.signature { color: #e6bfd8; }
.slink { color: #878787; }

.cmorelink { padding-left: 158px; height: 17px; }
span.arg { padding-right: 9px; }