@import url('reset.css');

@font-face {
	font-family:'b-yekan';
	src: url('fonts/yekan.eot');
	src: url('fonts/yekan.eot?#iefix') format('eot'), 
	url('fonts/yekan.woff') format('woff'), 
	url('fonts/yekan.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
h1,h2,h3{
  direction: rtl;
  font-family: b-yekan;
}
input{font-family: tahoma;}
h1{
	font-size:23px
}
h2{font-size:22px;
}
h3{font-size:20px;
	line-height: 16px;
    margin: 20px 0 0;
}
h6{font-size:22px;font-family:bweb-font;}
ul h5{
display:inline;
}
p{
  direction: rtl;
  font-family: Tahoma;
  font-size: 9;
}
a{color:#333;text-decoration:none;}
a:hover, h1:hover{text-shadow:0 0 6px #a6a4a4;color:#000;}
body{
font-family:'tahoma';
	font-size:12px;
	color:#404141;
	text-align: right;
	direction: rtl;
	background:#f2f2f2;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-x -y;
}
*{
	padding:0;
	margin:0;
	behavior: url(iepngfix.htc);
}
.main{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	box-shadow:0px 1px 2px #c4c4c4;
	background: url("../images/body-bg.jpg") repeat scroll 0 0 ;
	overflow:hidden;
}
.header{
	width:980px;
	height:215px;
	background:url(../images/header-bg.jpg) no-repeat 0px top;
}
#logo{
	display:block;
	width:281px;
	height:104px;
	text-indent:-999px;
	position:absolute;
	top:15px;
}

.slogan{
	position:relative;
	top:106px;
	right:100px;
	line-height:35px;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	width:600px;
}
.search-box{
	background-color:#efefef;
	height:36px;
	position: relative;
	top: 112px;
	border-bottom: 1px solid #CCC8C8;
}
#search-form {
	width:218px;
	overflow:hidden;
	height:25px;
	float:left;

	border:1px solid #bdc3c5;
	margin:5px 20px 0 12px;
	border-radius:2px;
	-moz-border-radius:2px; /* Firefox */
	-webkit-border-radius:2px; /* Safari and Chrome */
	-o-border-radius:2px; /* Opera */
	-khtml-border-radius:2px; /* Konqueror */
	background:#fff;
}
#search-form input {
	border:none;
	height:25px;
	font-family:tahoma;
}
#search-form #s {
	float:right;
	width:173px;
	height:21px;
	padding:2px 4px;
}
#search-submit {
	width:37px;
	float:left;
	background:url(../images/search.png) no-repeat;
	cursor:pointer;
 *width:33px;
}
#slide-wrapper{
	width:940px;
	height:300px;
	margin:0px 20px 0 20px;
}
#announcement{
	width:310px;
	height:280px;
	float:left;
	box-shadow: 0 0 1px #666;
	background-color:#f8f8f8;
	border:1px solid #99abb1;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
#announcement-header{
	width:288px;
	height:37px;
	border:1px solid #605ca8;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	padding-top:8px;
	padding-right:20px;
	background: #605ca8;
}
#announcement-header h2,#announcement-header img{
	float:right;
	margin-left:10px;
	line-height: 33px;
	color: #EAF5F5;
	text-shadow:0px 1px 1px #000;
	font-size:18px;
}
#announcement-body{
	width:288px;
	height:202px;
	margin:10px auto 20px auto;
	text-align:justify;
	line-height: 24px;

}
#announcement-body .Announcement-img{
	width:290px;
	height:100px;
}
#announcement-body p{
	display:block;
	font-size: 13px;
	line-height: 16px;
	margin-top: 4px;
}
#announcement-body h2{
	display:block;
	margin-top:20px;
}
#announcement-body a{
	color:#404141;
	text-decoration:none;
}
#slide{
	width:600px;
	height:270px;
	padding:5px;
	float:right;
	background-color:#fff;
	border:1px solid #99abb1;
	box-shadow: 0 0 1px #666;
}
.coin-slider{
	overflow:visible;
	zoom:1;
	position:relative
  }
.coin-slider a{
	text-decoration:none;
	outline:0;
	border:0
 }
.cs-buttons{
	width:auto;
	height:24px;
	padding-right:18px;
	padding-left:12px;
	font-size:0;
	background-image: url("../images/cs-button.gif");
	background-repeat:repeat-x;
	float:left;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	box-shadow:0px 0px 4px #666;
	z-index:1001;
	top:-5px;
  }
.cs-buttons a{
	padding:0 auto;
	margin-top:7px;
	margin-left:6px;
	height:10px;
	width:10px;
	float:left;
	border:1px solid #b8c4cf;
	color:#b8c4cf;
	text-indent:-1000px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow:inset 1px 1px 2px #666;
}
.cs-active{
	background-color:#1c84ad;
	color:#fff;
}

.cs-title{
	width:580px;
	padding:10px;
	background-color:#605ca8;
	color:#fff;
	text-align:right;
	font-family:tahoma;
}
.cs-prev,.cs-next{
	background-color:#605ca8;
	color:#fff;padding:0 10px;
	font-family:tahoma;}
#chosens{
	width:940px;
	height:190px;
	margin:10px 20px;
}
#register,#login{
	width:263px;
	height:68px;
	float:left;
	margin:26px 0px;

}
#register h2.register {
	border:1px solid #99abb1;
	box-shadow: 0 0 4px #777;
	display:block;
	width:263px;
	height:68px;
	background:url("../images/register.jpg") top no-repeat;
	background-position:0px -69px;
	text-indent:-9999px;
	margin-bottom:15px;
}
#register h2.login {
	border:1px solid #99abb1;
	box-shadow: 0 0 4px #777;
	display:block;
	width:263px;
	height:68px;
	background:url("../images/login.jpg") top no-repeat;
	background-position:0px -69px;
	text-indent:-9999px;
	margin-bottom:15px;
}
#register h2.register:hover  {
	background-position:0px 0px;
}
#register h2.login:hover  {
	background-position:0px 0px;
}
#register h2 a{display:block;
	width:263px;
	height:68px;}
#chosen{
	width:653px;
	height:208px;
	float:right;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background:url(../images/bg-slide.jpg)  no-repeat;

}
/*  mini slider */

.chosen-body {
	position:relative;
	width:589px;
	margin:0 auto;
}

#gallery {
	width:15000px;
	position:absolute;
	top:0px;
	left:0px;
}
.chosen-slide {
	width: 593px;
	overflow: auto;
	position:relative;
	height:136px;
	
	margin:0 auto;
}
#gallery li {
	float:left;
	padding:6px 6px;
	margin:0px 5px;
	border:1px solid #d3d3d3;
	width:125px;
	overflow:hidden;
	background-color: #E4E4E4;
	height:120px;
	
}

#gallery li img{
	width:125px;
	height:100px;
	
}
.next {
	position:absolute;
	right:-29px;
	top:38px;
	z-index:100;
	cursor:pointer;
	display:block;
	width:20px;
	height:25px;
	text-indent:-999px;
	background:url("../images/slide-button.png") top no-repeat;
	background-position:-25px -2px;
}
.next:hover{

	background:url("../images/slide-button.png") top no-repeat;
	background-position:-25px -1px;
}
.previous{
	position:absolute;
	left:-29px;
	top:38px;
	z-index:100;
	cursor:pointer;
	display:block;
	width:20px;
	height:25px;
	text-indent:-999px;
	background:url("../images/slide-button.png") top no-repeat;
	background-position:-2px -2px;
	opacity:0.4;
	filter:alpha(opacity=40);

}
.previous:hover{

	background:url("../images/slide-button.png") top no-repeat;
	background-position:-2px -1px;
}

#chosen-header h2{
	line-height:42px;
	text-indent:40px;
	background:url("../images/ico2.png") right no-repeat;
	background-position:right;
	margin:6px 5px 0 0;
	width: 150px;
}
#links{
	width:940px;
	height:190px;
	margin:20px 20px;
	padding:20px 0;
	background:url(../images/bg-3.png) center no-repeat;
}

#links ul li {
    border-bottom: 1px dotted #E5E4E2;
    height: 19px;
    padding-top: 4px;
	font-family:tahoma;
	font-size:13px;
	font-weight:normal;
	line-height:10px;
}
#links ul a{
	text-decoration:none;
	color:#404141;
}

#links ul a:hover{
	color:#549FC6;
}

#links h2{
	padding:5px 0 5px 0;
	text-indent:40px;
	background:url("../images/ico2.png") right no-repeat;
	background-position:right;
	margin-right:5px;
	width: 185px;
	color:#085687;}
#other-media{
	width:31%;
	height:190px;
	margin:0 0 0 2.3%;
	float:right;
}
#articles{
	width:31%;
	height:190px;
	margin:0 1.15%;
	float:right;
}
#acepoll{
	width:31%;

	margin:0 2.3% 0 0;
	float:right;
}
#links form{
	font-size:14px;
	padding: 12px;
	line-height: 26px;
	padding:5px 12px 12px 12px;
}


.line{
    background: url("../images/triple-dot.gif") repeat-x scroll 0 0 transparent;
    height: 8px;
	width:100%;
	border:0;
}

#links ul{
	padding:5px 0 0 0; 
}
#links ul li a{
	background: url("../images/squar.gif") no-repeat scroll right 3px transparent;
    display: block;
    padding-right: 15px;
}
#links ul li.links-active, #links ul li.links-active a {
	color:#549FBC
}


}
#links form a:hover{
	text-shadow:0 0 1px #404141; 
}
#media{
	width:940px;
	height:190px;
	margin:30px 20px 10px 20px;

}
#film-wrapper{
	width:307px;
	height:190px;
	margin:0 6px 0 0;
	float:right;
	background: url("../images/media-bg.gif") repeat scroll 0 0;
}
#audio-wrapper{
	width:307px;
	height:190px;
	margin:0 3px;
	float:right;
	background: url("../images/media-bg.gif") repeat scroll 0 0;
}
#pictures-wrapper{
	width:307px;
	height:190px;
	margin:0 0 0 6px;
	float:right;
	background: url("../images/media-bg.gif") repeat scroll 0 0;
}
#media h2{
	display:block;
	text-indent:50px;
	margin-right: 10px;
	float:right;
	padding-top:5px;
	width: 185px;
	color:#033C50;
	line-height: 47px;}
h2.picture{background:url(../images/picture.jpg) right  no-repeat;}
h2.audio{background:url(../images/audio.jpg) right  no-repeat;}
h2.film{background:url(../images/video.jpg) right  no-repeat;}
#media a.ico{
	float:right;
	margin: 10px;
	width:40px;
	height:40px;
}
#media #film-wrapper a.ico{
	background:url(../images/line4-ico.gif) -90px
	}
#media #audio-wrapper a.ico{
	background:url(../images/line4-ico.gif) -43px}
#media #picture-wrapper a.ico{
	background:url(../images/line4-ico.gif) 0}
/*  mini slider */

.media-wrapper {
	position:relative;
	width:294px;
	margin:0 auto;
	overflow:hidden;
	height: 120px;
	left: 0px;
	top: 5px;
}
#pictures-gallery,#film-gallery,#audio-gallery {
	width:15000px;
	position:absolute;
	top:0px;
	left:0px;
}
.pictures-slide,.film-slide,.audio-slide {
	width: 295px;
	overflow: hidden;
	height:104px;
	margin:0 auto;
}
#pictures-gallery li,#film-gallery li,#audio-gallery li {
	float:left;
	padding:6px 6px;
	width:87px;
	overflow:hidden;
	height:115px;
}
#pictures-gallery li h3,#film-gallery li h3,#audio-gallery li h3 ,#gallery li h3,#gallery li a{
	text-align:center;
	text-decoration:none;
	color:#404141;
	font-size:12px;
	font-family:tahoma;
	margin: 10px 0 0;
}
#pictures-gallery li img,#film-gallery li img,#audio-gallery li img{
	width:88px;
	height:56px;
	border: 1px solid #A1A1A1;
}
.pictures-next,.film-next,.audio-next {
	position:relative;
	top:97px;
	right:250px;
	z-index:100;
	cursor:pointer;
	display:block;
	width:20px;
	height:25px;
	text-indent:-999px;
	background:url("../images/next-pre.gif") top no-repeat;
	background-position:-20px -2px;
}
.pictures-next:hover,.film-next:hover,.audio-next:hover{

	background-position:-20px -1px;
}
.pictures-previous,.film-previous,.audio-previous{
	
	position:relative;
	top:72px;
	right:270px;
	z-index:100;
	cursor:pointer;
	display:block;
	width:20px;
	height:25px;
	text-indent:-999px;
	background:url("../images/next-pre.gif") top no-repeat;
	background-position:-2px -2px;
}
.pictures-previous:hover,.film-previous:hover,.audio-previous:hover{
	background-position:-2px -1px;
}
#pagination {
    padding: 0px 0 4px 32px;
	height: 35px;
	background:url(../images/h_line.gif) center bottom no-repeat;
}
#contents{
width:980px;
height:auto;
overflow: hidden;
margin:15px 0 0 0;
background:url(../images/line_5_bg.gif) repeat;
}
#contents h2{
	text-indent:20px;
	color:#FEFEFF;
	text-shadow:1px 1px 1px #333;
	padding:8px 0 4px 0;
	font-size: 21px;
	background: url("../images/line.png") repeat-x scroll 0 13px transparent;
	line-height: 30px;
	}
#contents-3 ul,#contents-2 ul{
	}
#contents ul li{
	border-bottom:1px dotted #E5E4E2;
	height: 26px;
    padding-top: 4px;
	line-height: 22px;
	}
#contents ul a{
	text-decoration:none;
	color:#E5E4E2;
	font-family:tahoma;
	font-weight:normal;
	background: url("../images/arrow.gif") no-repeat scroll right 9px transparent;
	padding-right: 15px;
	display:block;
}
#contents ul a:hover,#contents ul.art-pic a:hover{
text-shadow:1px 1px 1px #404141;
color:#FFF;
}
#contents .art-pic li {
	height: 69px;
	display:block;
	line-height: 20px;}
#contents .art-pic li  a{
	background: none;
	padding-right: 0;
}
#contents .art-pic p {
	padding-top:7px;
    font-size: 12px;
    font-weight: normal;
	}
#contents .art-pic li img {
	float:right;
	width:72px;
	height:52px;
	margin:7px 0 10px 20px;
	border:1px solid #CDCFCE;
	}
#contents .art-pic li .last {
	margin:7px 0 0 20px;
	}
#contents-1{
	width:287px;
	margin:0 20px 0 0;
	padding:0 10px;
	float:right;
}
#contents-2{
	width:287px;
	margin:0 10px;
	padding:0 10px;
	float:right;
}
#contents-3{
	width:286px;
	margin:0 0 0 20px;
	padding:0 10px;
	float:right;
}
#copy-right{
	width:980px;
	margin:0;
    margin-top: 0px;
	position:relative;
    font-family: tahoma;
    text-align: center;
	background:#653b7d;
	font-size: 13px;
    line-height: 35px;
	color:#E8F0F2;
	
}
#copy-right a,#copy-right a{
	color:#E8F0F2;
    text-decoration: none;
    text-align: right;
}
#copy-right a:hover{
  color:#CCC;
}
#footer-favicon {
    background: url("../images/favicon-bweb.png") no-repeat scroll center center transparent;
    cursor: pointer;
    display: block;
    height: 16px;
    margin: 0px auto 0;
    text-indent: -9999px;
    width: 16px;
}
#temp{width:100px;
	height:500px;
}
#sng-wrapper{
	width: 980px;
	height:auto;
	overflow:hidden;
}
.sng{
	width: 655px;
	height:auto;
	border: 1px solid #99ABB1;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	box-shadow: 0 0 1px #666666;
	margin:0px 20px 10px 0;
}
.sng-content{
	width:625px;
	padding:15px 15px;
	overflow:hidden;
	text-align:justify;
	/*background-color:#ebebeb;*/
	line-height: 24px;
}
/*
=forms-form,comments,suptic
----------------------------------------------------*/
#bweb-comment, .forms, .suptic {
	padding:0 14px !important;
	width:541px;
	font-family: tahoma;
}
p.nocomments {
	margin-bottom:8px;
}
ol.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	width:600px;
}
ol.commentlist li {
	border:1px solid #d5d5d5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 0 10px;
	padding:8px 7px;
	position:relative;
	background:#fff;
	width: 97%;
}
ol.commentlist li.pingback comment-author {
	padding:0 0px 0 0;
}
ol.commentlist .comment-body {
	overflow:hidden;
}
ol.commentlist li div.vcard {
	overflow:hidden;
	width:310px;
	float:right;
}
ol.commentlist li div.vcard cite.fn a.url {
	color:#cc0000;
	text-decoration:none;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	color:#000;
}
ol.commentlist li div.vcard img.avatar {
	background: #fff;
	border:1px solid #aaa;
	padding: 5px;
	float:right;
	margin:0 0 10px 10px;
}
ol.commentlist li div.comment-meta {
	float:left;
	margin:15px 0;
	width:150px;
}
ol.commentlist li div.comment-meta a {
	color:#205B87;
	text-decoration:none;
}
ol.commentlist li p {
	margin-bottom:12px;
	float:right;
	clear:both;
}
ol.commentlist li ul {
	font-weight:normal;
	font-size: 12px;
	line-height: 16px;
	font-family:tahoma;
	list-style:square;
	margin:0 0 12px;
	padding:0;
}
ol.commentlist li div.reply {
	background:#999;
	border:1px solid #666;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color:#fff;
	padding:6px 5px 4px;
	text-align:center;
	width:58px;
	float:left;
	clear:both;
	font-size:11px;
	margin-bottom:10px;
}
ol.commentlist li div.reply:hover {
	background:#27a554;
	border-color:#015a21;
}
ol.commentlist li div.reply a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
ol.commentlist li ul.children {
	list-style:none;
	margin:12px 0 0;
	text-indent:0;
}
ol.commentlist li ul.children li.depth-2 {
	margin:0 0 3px;
}
ol.commentlist li ul.children li.depth-3 {
	margin:0 0 3px;
}
ol.commentlist li ul.children li.depth-4 {
	margin:0 0 3px;
}
ol.commentlist li ul.children li.depth-5 {
	margin:0 0 3px;
}
ol.commentlist ul.children li.odd {
	background:#f7f7f7;
}
ol.commentlist ul.children li.even {
	background:#f8f8f8;
}
ol.commentlist li.pingback div.vcard {
	padding:0 170px 0 0;
}
#comments {
	color:#5077b4;
	font-size:18px;
	margin-bottom:8px;
	padding:0 10px;
	font-weight:normal;
}
#respond {
	padding:0 10px;
}
#respond h3 {
	margin-bottom:12px;
	height:39px;
}
#respond h3 span {
	color:#5077b4;
	display:block;
	padding-right:10px;
	line-height:33px;
	font-size:18px;
	font-weight:normal;
}
#commentform, .forms-form, .suptic form {
	overflow:hidden;
	margin-top:20px;
}
#commentform p, .forms-form p, .suptic p {
	overflow:hidden;
	color:#4C4C4C;
	margin-bottom:10px;
	font-weight:bold;
}
#commentform label {
	display:block;
}
#commentform input, #commentform textarea, .forms-form input, .forms-form textarea, .suptic input, .suptic textarea, .forms-form .forms-select {
	float:right;
	margin-top:10px;
	padding:3px 8px;
	color:#4C4C4C;
	font-family:tahoma;
	background:#fff;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#commentform textarea, .forms-form textarea, .suptic textarea {
	width:370px;
	margin-right:8px;
}
#commentform #submit, .forms-form .forms-submit {
	float:left;
	cursor:pointer;
	padding:2px 8px;
	width:60px;
	margin-left:155px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyODI4MiIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(130,130,130,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,130,130,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(130,130,130,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(130,130,130,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(130,130,130,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(130,130,130,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6828282', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */

}
#commentform #submit {
	float:left;
	margin-left:144px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyODI4MiIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(130,130,130,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,130,130,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(130,130,130,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(130,130,130,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(130,130,130,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(130,130,130,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6828282', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */

}
.cancel-comment-reply {
	margin-bottom:10px;
}
#commentform #url, #commentform #email, .forms-validates-as-email {
	text-align:left;
}
#commentform .cptch_block input {
	margin-top:none;
	float:none;
}
.forms-form .forms-select {
	font-family: tahoma;
	height: 25px;
	width: 235px;
	padding:0;
}
.forms .forms-submit:active {background:#333; color:#fff;}
.forms-form .forms-select option {
	padding:5px;
}
.forms-checkbox, .forms-radio {
	margin:10px 10px 0 0;
	display:block;
}
.forms-checkbox .forms-list-item, .forms-radio .forms-list-item {
	margin-left:10px;
}
.forms-checkbox .forms-list-item input, .forms-radio .forms-list-item input {
	float:none;
	margin:0;
	background:none;
	border:none;
}
.forms-quiz-label {
	float:right;
	margin:14px 0 0 12px;
	*margin:0 0 0 12px;
}
.forms-form .forms-acceptance {
	margin:4px 0 0 10px;
	background:none;
	border:none;
}
.forms-form .forms-file {
	background:none;
	border:none;
}
/*
=suptic
--------------------------------------*/
.suptic input, .suptic textarea {
	padding:2px 8px;
}
.suptic p select {
	margin-top:5px;
	font-family:tahoma;
	padding:4px;
}
.suptic p select option {
	text-align:center;
}
/*
=etc
----------------------------------------*/
.sng p { line-height:18px;    margin-bottom: 15px;text-align: justify;}
.sng a{	color:#159DCA;font-family: tahoma;font-size: 12px;}
.sng ol li,.sng ul li{	font-family: tahoma;font-size: 12px; line-height: 20px;}
.sng a:hover { text-decoration:none;color:#1182AF}
.sng ul li{list-style:inside disc; }
.sng ol li {list-style:none;}
.sng img {box-shadow:0 0 10px #888;}
.sng .alignright {float:right; margin:12px 0 12px 12px;}
.sng .alignleft {float:left; margin:12px 12px 12px 0;}
.sng .aligncenter {display:block; margin:12px auto;}
.sng h1{color:#0E5C73;text-shadow: 0 1px 1px #FFFFFF; font-size:22px; line-height:2; margin:0; font-family:'bweb-font';  background: url("images/double-border.gif") repeat-x scroll left bottom transparent;margin-top: 4px;}
.sng h2 {color:#0E5C73;text-shadow: 0 1px 1px #FFFFFF; font-size:25px; line-height:2; margin:0; font-family:'bweb-font';}
.sng h3 {color:#0E5C73;text-shadow: 0 1px 1px #FFFFFF; font-size:23px; line-height:2; margin:0; font-family:'bweb-font';}
.sng h4 {color:#0E5C73;text-shadow: 0 1px 1px #FFFFFF; font-size:20px; line-height:2; margin:0; font-family:'bweb-font';}
.sng h5 {color:#0E5C73;text-shadow: 0 1px 1px #FFFFFF; font-size:18px; line-height:2; margin:0; font-family:'bweb-font';}
.sng h6 {color:#0E5C73;text-shadow: 0 1px 1px #FFFFFF; font-size:16px; line-height:2; margin:0; font-family:'bweb-font';}
.sng table td {border:0px solid #555; padding:3px 6px;}
.sng .related-post-title {line-height:1.5; border-bottom:1px solid #444; margin:7px 0; width:350px;}
.sng .related-posts ul li{list-style:inside disc;}
.sng .related-posts h4 {line-height:1.2;display: inline;}
.sng .related-posts ul li a {font:normal normal 13px/1.5 tahoma;}
.sng hr{margin-top: -5px;;padding:0;}
ul.sng-meta {margin-bottom:7px;font-size: 11px;margin-top: 15px;overflow: hidden;}
.sng-meta li{display:block;float:right;border-left:1px solid #666;padding:0 5px;margin:5px 0;height:15px;line-height: 12px; }
 /*
=wp-page-numbers
---------------------------------------------------*/
 #wp_page_numbers {
	direction: rtl;
	background:transparent;
	border: 1px dotted #F1F1F1;
}
#wp_page_numbers {
    border-radius: 4px 4px 4px 4px;
    font-size: 11px;
    margin: 3px auto;
    padding: 4px;
    width: 500px;
}
#wp_page_numbers li {
    float: left;
    list-style: none outside none;
    margin: 0 3px 0 0;
}
#wp_page_numbers ul li a{
    direction: rtl;
	float:left;
	margin-right:3px;
	height:22px;
	width:22px;
	text-align:center;
	line-height:22px;
	color:#333;
	border:1px #C3C3C3 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none;
}
#wp_page_numbers ul li a.current, #wp_page_numbers ul li a:hover{
    background: none repeat scroll 0 0 #9AD9EA;
    color: #333;
}
#wp_page_numbers .active_page a{
    background: none repeat scroll 0 0 #9AD9EA;
    color: #333;
}
#wp-page_numbers li.space, #wp_page_numbers li.page-info {
	color: #333;
	font-family: tahoma;
	font-size: 10px;
	padding-right: 5px;
	line-height: 20px
}
#wp_page_numbers li.space {
}
/*
=sidebar
----------------------------------------*/

#sidebar{
	width:263px;
	float:left;
	margin: 0px 0px 26px 20px;
}
#widg{
	width:263px;
	margin-bottom: 25px;
	box-shadow: 0 0 1px #666;
	background-color:#f8f8f8;
	border:1px solid #99abb1;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;

}


.title{
	width:100%;
	height:35px;
	border:1px solid #605ca8;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	padding-top:5px;
	margin-right: -1px;
	margin-top: -5px;
	background: #605ca8;
}

.title h2,.title h1, .title img {
    color: #EAF5F5;
    float: right;
    line-height: 24px;
    margin-left: 10px;
    margin-right:10px;
    text-shadow: 0 1px 1px #000000;
    font-size:18px;
    width: 600px;

}
.widg-content{
	width:251px;
	padding:5px 6px;
	background-color:#ebebeb;
	line-height: 24px;
}
.widg-content p {
	text-align:justify;
	font-size:12px;
	line-height:20px;
}
.widg-content img {
	width:251px;
	height:100px;
	margin:4px 0;
}
.widg ul{
	width:250px;
	margin:0 auto 0 auto;
}
.widg-content ul li{
	background:url(../images/dash.png) repeat-x bottom;
}
.widg-content ul li a{
    color:#333;
	text-decoration:none;
	padding-right: 5px;
    font-family: tahoma;
    font-size: 13px;
    line-height: 30px;
	display:block;
	background: url("../images/arrow-left.png") no-repeat scroll right 9px transparent;
	padding-right: 15px;

}
 .content-line{width:285px;
	 border:1px solid;
	 border-top-color:#065E82;
	 border-bottom-color:#80B4C9;
	 margin-top:4px;
 }
 #hot-news{
  line-height: 36px;
    list-style: disc inside none;
    padding-right: 20px;
    width: 610px;
	float:right;
	
 }
 #search{float:left;}
 /*
=fading inputes
----------------------------------------   */
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:20px;padding:4px 6px;margin-bottom:9px;font-size:14px;line-height:20px;color:#555;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
input,textarea,.uneditable-input{width:206px}
textarea{height:auto}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear 0.4s,box-shadow linear 0.4s;-moz-transition:border linear 0.4s,box-shadow linear 0.4s;-o-transition:border linear 0.4s,box-shadow linear 0.4s;transition:border linear 0.4s,box-shadow linear 0.4s}
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;*margin-top:0;line-height:normal;cursor:pointer}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto}
.post-meta{
	margin-top:10px;
}
.wp-polls-ul li{
	height: 30px;
    padding-right: 12px;
	
	}
.wp-polls-ul li input{
margin-top: 5px;
	
	}
.wp-polls-ans {overflow:hidden}
.wp-polls-ans p .Buttons{
	background: none repeat scroll 0 0 #127DA7;
    border: medium none;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    margin: 10px 0;
    padding: 4px 3px;
	width: 80px;
	float: left;
		-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
div.wp-polls form.wp-polls-form .wp-polls-ans p a{
	
	font-size: 14px;
    line-height: 21px;
	background: none repeat scroll 0 0 #127DA7;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    color: #FFFFFF;
    display: block;
    margin: 11px 8px;
	float:left;
    padding: 2px 0;
    width: 80px;
		-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;}
div.wp-polls form.wp-polls-form .wp-polls-ans p a:hover,.wp-polls-ans p .Buttons:hover{background: none repeat scroll 0 0 #13627F;}
/*
wpcf7
*/
.wpcf7 form.wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-text{margin-top: 5px;}
.wpcf7 form.wpcf7-form span.wpcf7-form-control-wrap{margin-top: 5px;display:block}
.wpcf7 form.wpcf7-form p{margin: 0;}
.wpcf7 form.wpcf7-form p .wpcf7-submit{background: none repeat scroll 0 0 #127DA7;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    margin: 10px 0;
    padding: 4px 3px;
    transition: all 0.2s ease 0s;
    width: 80px;}
.wpcf7 form.wpcf7-form span.wpcf7-form-control-wrap .wpcf7-select{border: 1px solid #CCCCCC;
    font: 12px/14px tahoma;
    height: 25px;}
.wpcf7 form.wpcf7-form span.wpcf7-form-control-wrap textarea{
	width:250px;
}
.sng-content  .pic {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    float: right;
    margin-left: 10px;
    padding: 2px;
}
.sng-content .archive_title a {
color: #0A536D;
    font: 20px/38px tahoma;
    text-shadow: 0 0 1px #fff;
	  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.sng-content .archive_title a:hover {
    text-shadow: 0 0 1px #159DCA;
	color:#444;
}
.arch_post {
    background: url("../images/line1.png") no-repeat scroll center bottom / 80% 1% transparent;
    overflow: hidden;
    padding: 10px 0;
}
.arch_post a.more-link {
    background: none repeat scroll 0 0 #1497C4;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: block;
    float: left;
    font: 12px/20px tahoma;
    padding: 3px 5px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
    width: 60px;
	cursor:pointer;}
.arch_post a.more-link:hover {
	background: none repeat scroll 0 0 #1182AE;
	cursor:pointer;
}
/*
=end
----------------------------------------   */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	right: 0;
	z-index: 99;
}
.sf-menu > li {
	float: right;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	right: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: right;
    padding-top: 1px;
}
.sf-menu ul {
	box-shadow: 2px 0px 6px rgba(0,0,0,.2);
	min-width: 16em; /* allow long menu items to determine submenu width */
	*width: 16em; /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
	text-decoration:none;
    text-align: right;
	zoom: 1; /* IE7 */
}

.sf-menu a {
	color: #333;
	padding: 5px 10px;
}
.sf-menu li {
    height: 31px;
}
.sf-menu ul li {
	background: #643b7d;
}
.sf-menu ul ul li {
	background: #643b7d;
}
.sf-menu li:hover,
.sf-menu li.sfHover {

	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-left: 1.5em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	left: .95em;
	top: .9em;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/arrows-ffffff.png) no-repeat 0 -100px;
}

li:hover > a .sf-sub-indicator,
li.sfHover > a .sf-sub-indicator {
	background-position: -10px -100px;
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position: 0 0;
}
.sf-menu ul li:hover > a .sf-sub-indicator,
.sf-menu ul li.sfHover > a .sf-sub-indicator {
	background-position: -10px 0;
}
#navigation{ height: 33px;
    position: relative;
    top: 114px;
    width: 950px;}

#navigation ul li a{color:#efefef;font: 18px/21px bweb-font;}
li.current-menu-item,#navigation a:hover{
color:#000;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
#navigation ul ul li a{	
	border-radius:0px;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid #DDD;
	border-left: none;
	color:#efefef;
	font: 18px/21px bweb-font;}
#navigation ul ul li a:hover{
color:#000;
}
#acepoll ul li a {
	display:none;
}
#acepoll ul li a {
	display:none;
}
div.announcement-img p img{float:right;margin:0 0 5px 5px;border:2px solid #FFF;}