@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
	{
	/* margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
	 vertical-align: baseline; */
	font-size: 100%;
}

header,footer,article,nav {
	display: block;
}

h1 {
	text-align:right;
	font-size: 22px;
	line-height: 26px;
	position: relative;
	margin-bottom: 16px;
	color: #b60002;
	font-family:myfont;
}

}
.fontface .navfont {
	font: 13px/15px myfont;
	text-shadow: none;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Logic style*/
body {
	margin: 0;
	margin: 0px;
	color: #333;
}

.container_24 {
	width: 1000px;
}

#containers {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background: url(https://yamn.site/skins/public/images/header2.png)  #fff;
	width: 900px; 
	margin: auto;
	height: 100px;
}



@font-face {
	font-family: "myfont";
	src: url( https://yamn.site/fonts/AlBayanNP-Bold.eot );
	/* IE */
	src: local("myfont"), url( https://yamn.site/sti/AlBayanNP-Bold.ttf ) format("truetype");
	/* non-IE */
}

@font-face {
	font-family: "myfont2";
	src: url( https://yamn.site/fonts/AlBayanNP-Medium.eot );
	/* IE */
	src: local("myfont2"), url( https://yamn.site/sti/AlBayanNP-Medium.ttf ) format("truetype");
	/* non-IE */
}

.fontface .myfont {
	font: 11px/13px myfont;
	text-shadow: none;
}
#nav {
	font-family: tahoma;
	font-weight: bold;
	font-size: 13px;
	display: block;
	width: 900px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
#nav {
	

	
	font: 13px/15px myfont;
	text-shadow: none;
}


#nav li {
	float: right;
	border-left: 1px solid #999;
	padding: 4px 10px;
	display: block;
	margin:3px 0;
}

#nav li a {

	text-decoration: none;
	color: #fff;
	
}

#nav li a:hover {
	color: #ccc;
}

#nav   .active  {
	color: #fff;
background:#333;

}

#nav  .active a:link , #nav  .active a:visited   {

	color: #fff !important;

}

.site_nav {
	display: block;
	padding-top: 5px;
}

.site_nav .active {
	background:#ccc;
}

.site_nav li {
	float: right;
}

.site_nav li a {
	padding: 8px 20px;
	margin: 7px 0;
	color: #fff;
	font-family: tahoma;
	font-size: 13px;
	text-decoration: none;
}

.site_nav li a:hover {
	color: #cfcfcf;
}

#sidebar {
	float: left;
	padding-top: 0px;
	width: 300px;
	color: #FFF;
	margin-left: 0px;
}

#contentwrapper {
	clear: both;
	padding-top: 15px;
}

#maincontent {
	float: right;
}

#subjectfont {
font-family: Arial, Gulim, sans-serif !important;
font-size: 18px !important;
font-style: normal !important;
font-variant: normal !important;
font-weight: normal !important;
line-height: 30px !important;
}

#newsTitle {
	font-size: 22px;
	font-weight: bold;
}
/*form style*/
.publicform {
	font-size: 16px;
}

.publicform textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	width: 50%;
}

.publicform label {
	font-size: 14px;
	padding: 3px;
	font-weight: bold;
	margin: 5px 0;
	display: inline-block;
}

.publicform input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	width: 100%;
	height: 20px;
}

.publicform select {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	width: 100%;
	height: 30px;
}

.publicform button {
	padding: 5px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	height: 25px;
	text-align: center;
	margin: 10px 0;
	color: #333;
	display: block;
	background: #eee;
	cursor: pointer;
	-moz-border-radius: 5px;
	background: #eee;
	color: #333;
}

.publicform fieldset {
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
}

#footer {
	padding-top: 20px;
	clear: both;
	padding: 10px;
	color: #fff;
	text-align: right;
}

#footer a:link,#footer a:visited {
	color: #fff;
	text-decoration: none;
}

/* the pagination class style */
.paginate {
	margin: 10px 0;
	font-size: 12px;
}

a.paginate {
	font-size: 10px;
	border: 1px solid #f00;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #b60002;
	background: #fff;
}

a.paginate:hover {
	background-color: #aaa;
	color: #ccc;
	text-decoration: underline;
}

a.current {
	font-size: 10px;
	border: 1px solid #b60002;
	padding: 2px 6px 2px 6px;
	cursor: default;
	background: #b60002;
	color: #fff;
	text-decoration: none;
}

span.inactive {
	border: 1px solid #999;
	padding: 2px 6px 2px 6px;
	color: #999;
	cursor: default;
}
/* ----------- */
.page_banner {
	background: #ECE7D3; /*changable*/
	color: #333;
	font-weight: bolder;
	font-size: 17px;
	line-height: 16px;
	padding-top: 7px;
	padding-bottom: 13px;
	padding-right:7px;
	height: 20px;
	margin: 10px 0;
}

.fontface .page_banner {
	padding-top: 5px;
	font: 20px/24px myfont;
}

.mainareaBanner {
	background: #cb0003; /*changable*/
	color: #fff;
	font-weight: bolder;
	font-size: 16px;
	line-height: 16px;
	padding: 5px;
	height: 20px;
	margin-top: 10px;
	background-repeat: repeat-x;
}

.extra {
	background: #D9D9D9;
	padding: 3px;
	padding-right: 10px;
	color: #FFFFFF;??????
	padding: 3px;
	padding-top:3px;
	border-bottom:3px solid #C9A93F;

}

.extra {
	font: 17px/22px myfont;
	color: #FFFFF;
}

/* new classes */
.mainArticles {
	padding: 5px;
	margin: 5px;
	font-size: 14px;
}

.articlesTitle {
	text-decoration: none;
}

.articlesTitle a:link,.articlesTitle a:visited {
	font-family:myfont;
	text-decoration: none;
	font-size: 13px;
	line-height: 15px;
	text-align:right;
	color: #b60002;
}

.indexarticlesTitle {
	text-decoration: none;
	font-weight: bolder;
}
.indexarticlesTitle a:link,.indexarticlesTitle a:visited {
	color: #b60002;
	font-family:myfont;
	text-decoration: none;
	font-size: 15px;
	font-weight:normal;
	line-height: 16px;
	text-align:right;
	color: #0F376A;
}



.articlesTitle a:hover {
	color: #666;
}

.postlink {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	font-weight: bolder;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

.postlink a:link,.postlink a:visited {
	font-family: myfont;
	color: #0F376A;
	text-decoration: none;
	font-size: 16px;
	line-height: 17px;
	font-weight: bolder;
	text-align: right;
}

.postlink a:hover {
	color: #666;
}

.subject {
	font: 13px/15px tahoma;
}

.cat {
	color: #fff;
	height: 20px;
	width: 100%;
	background: #333;
	padding: 3px 7px 3px 80px;
	font-size: 15px;
	line-height: 15px;
	font-weight: bolder;
	vertical-align: middle;
	cursor: move;
}

.writerName a:link,.writerName a:visited {
	text-align: left;
	color: #0f376a;
	text-decoration: none;
	font-weight: bolder;
	font-size: 14px;
}

.writerName2 a:link,.writerName2 a:visited {
	display: block;
	padding: 3px;
	background: #0780b5;
	color: #fff;
	text-decoration: none;
	font-weight: bolder;
	font-size: 14px;
	margin-bottom: 5px;
}
/* pool style */
form.webPoll {
	color: #000;
	background: #f4f7fe;
	border: 1px solid #bebebe;
	padding: 2px;
}

form.webPoll fieldset {
	
}

form.webPoll ul,li { /*// Make IE6 happy //*/
	zoom: 1;
}

form.webPoll ul {
	list-style-type: square;
	margin: 0;
	padding: 3;
	position: relative;
}

form.webPoll li {
	font-size: 16px;
	margin: 5px 16px;
	overflow: auto;
	padding: 4px 0 6px;
	position: relative;
	list-style-type: none;
}

li.bordered {
	
}

form.webPoll h4 {
	padding: 5px;
	font-weight: bolder;
	color: #444;
	margin: 6px 4px 12px;
}

form.webPoll input {
	position: absolute;
	top: 4px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

label.poll_active {
	float: right;
	width: 95%;
}

label.poll_result {
	
}

form.webPoll .result {
	background: #d81b21; /*changable*/
	color: #EFEFEF;
}

.buttons {
	margin: 8px 0 3px;
	padding: 0;
	text-align: right;
	width: 122px;
	color: #fff;
}

.vote,.vote:visited {
	text-align: left text-decoration:none;
	display: inline;
	padding: 3px;
	height: 25px;
	text-align: center;
	color: #333;
	background: #ffab41;
	cursor: pointer;
}

.vote:hover {
	background-position: 0 -41px;
	cursor: pointer;
}

/* end of poll style*/
.newstitle {
	font-size: 22px;
	line-height: 26px;
	text-decoration: none;
	color: #a3372d;
}

.news_date {
	color: #999;
	font-size: 12px;
	padding: 5px 0;
}

.bread_crumb {
	font-size: 14px;
	vertical-align: middle;
	color: #333;
	text-decoration: none;
}

.bread_crumb a:visited,.bread_crumb a:link {
	font-size: 14px;
	vertical-align: middle;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}

.bread_crump_first {
	/* background: url('https://yamn.site/skins/public/images/187y.gif') no-repeat left; */
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 3px;
}

.bread_crump_second {
	/* background: url('https://yamn.site/skins/public/images/187y.gif') no-repeat left; */
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 3px;
	color: #333;
}

.bread_crump_third {
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

.bread_crump_last {
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

/* search style */
#searchwrapper form {
	
}

#searchwrapper {
	font-size: 14px;
	width: 300px; /*follow your image's size*/
	height: 21px; /*follow your image's size*/
	background-image: url('https://yamn.site/skins/public/images/search.gif');
	background-repeat: no-repeat; /*important*/
	padding: 0px;
	margin: 0px;
	position: relative; /*important*/
}

#searchwrapper input:focus {
	background-color: transparent;
}

#searchwrapper form {
	display: inline;
}

.searchbox {
	color: #000;
	border: 0px; /*important*/
	background-color: transparent;
	position: absolute; /*important*/
	left: 55px;
	width: 244px;
	height: 22px;
	z-index: 150;
}

.searchbox_submit {
	border: 0px; /*important*/
	background-color: transparent; /*important*/
	position: absolute; /*important*/
	left: 0px;
	width: 56px;
	height: 22px;
}
/* END  search style */
.q {
	float: left;
	width: 200px;
	background: #EFEFEF;
	margin: 5px;
	padding: 5px;
	background:
}

.excerpt {
	color: #666;
	font-size: 13px;
	line-height: 14px;
	font-family: tahoma;
	font-weight: normal;
}

.tools {
	background: #efefef;
	margin: 10px 0;
}

.tools .builtin_tool img {
	vertical-align: middle;
	border: none;
}

.tools .builtin_tool a:link,.tools .builtin_tool a:visited {
	color: #333;
	text-decoration: none;
	display: inline-block;
	margin: 0 5px;
}

.tools .builtin_tool a:hover {
	color: #a3372d;
}

.comment_parent {
	padding: 10px;
	background: #cfcfcf;
	margin: 5px;
	margin-right: 0
}

.comment_child {
	padding: 10px;
	background: #efefef;
	margin: 5px;
	margin-right: 70px;

}

.hoverdiv {
	padding: 5px;
	margin: 5px;
	border: 1px solid #fff;

}

.hoverdiv:hover {
	background : #FAF9F1;
	border: 1px solid #ccc;
}