* {
	margin: 0; padding: 0;
}
body {
	background: #F7F6F6 url(../images/background.gif) repeat-x 0 0;
}
#wrapper a {
	color: #003366;
}

#wrapper ul, #wrapper ol{
margin:0;
}

#wrapper a:hover {
	text-decoration: none;
	color: #ff0000;
}
#wrapper img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 980px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/

#featured .post{
    background-color: #fff!important;
}

#header {
	height: 200px;
	margin-bottom: 15px;
}
	#header .pages {
		list-style-type: none;
		height: 39px;
		padding-top: 3px;
		float: left;
		  margin: 0;
	}
		#header .pages li {
			float: left;
		}
		#header .pages li a {
			display: block;
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
			padding: 12px 15px;
			text-decoration: none;
			  padding: 12px 35px 0 0;
		}
		#header .pages li a:hover {
			text-decoration: underline;
		}
	#header form {
		width: 245px; 
		height: 26px;
		float: right;
		padding: 20px 0px 0 0;
	}
		#header form input {
			border: 0;
			float: left;
			width: 170px;
            padding: 5px;
		}
		#header form button {
			border: 0;
            color: #fff;
			width: 60px; 
			height: 27px;
			float: right;
			background-color: rgba(85, 148, 208, 1);
			margin-top: 2px;
		}
		
		#header input[type="submit"]{
			  border: 0;
			  color: #fff;
			  width: 60px;
			  height: 27px;
			  float: right;
			  background-color: rgba(85, 148, 208, 1);
			  margin-top: 2px;
		}
		
		.lang_select{
			  width: 20%;
  padding-top: 50px;
		}
		
	#header .logo {
		clear: both;
		float: left;
		padding-bottom: 25px
	}
		#header .logo h1 {
			font-size: 2em;
			text-transform: uppercase;
			  margin: 0;
		}
			#header .logo h1 a {
				text-decoration: none;
			}
		#header .logo p {
			color: #888888;
			font-weight: bold;
			font-size: 1.2em;
			text-transform: uppercase;
		}
	#header .sponsor {
		float: right;
		padding: 25px 0;
	}

.menu-a{
    clear: both;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.menu-a ul.navbar_a {
  background: #fff; /* Old browsers */
  width: 980px;
  margin: 2em auto;
}

.menu-a ul.navbar_a li {
	float: left;
	margin: 0;
	position: relative;
    list-style: none;
}

.menu-a a{
    color: #000;
}

.menu-a ul.navbar_a li a {
	display: block;
	padding: 13px 15px;
	color: #000 !important;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
}

ul.navbar_a li a:hover,
ul.navbar_a li:hover > a {
	background: #377dc3;
	color: #fff !important;
}

.menu-a ul.navbar_a li ul {
  margin: 0;
  position: absolute;
  background: #ffffff;
  left: 10%;
  font-size: 10px;
  min-width: 170px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all .1s ease;
}

.menu-a ul.navbar_a ul li { float: none; }
.menu-a ul.navbar_a li:hover > ul { opacity: 1; visibility: visible; left: 0; max-height: 250px }
.menu-a ul.navbar_a > li:hover > ul { opacity: 1; visibility: visible; top: 100%; left: 0; }
.menu-a ul.navbar_a li > ul  ul { top: 0; left: 90%; }
.menu-a ul.navbar_a li > ul li:hover > ul { left: 100%; }

/** END header **/

/** BEGIN content **/
#content {
	clear: both;
	width: 650px;
	float: left;
	padding-bottom: 10px;
	  padding-top: 20px;
}
	#featured {
		border: 1px solid #DDDDDD;
		padding: 10px;
		margin-bottom: 10px;
		height: 260px;
	}
		#featured .post {
			padding: 10px;
		}
		#featured h2 {
			font-size: 1.6em;
			margin: 0;
		}
			#featured h2 a {
				text-decoration: none;
			}
		#featured .details {
			font-size: 0.9em;
			color: #888888;
		}
			#featured .details a {
				color: #888888;
				text-decoration: none;
			}
			#featured .details a:hover {
				color: #003366;
				text-decoration: underline;
			}
		#featured .thumb {
			border: 1px solid #dddddd;
			padding: 5px;
			float: left;
			margin: 0 10px 10px 0;
		}
			#featured .thumb a {
				width: 300px; height: 175px;
				display: block;
				overflow: hidden;
			}
			#featured .thumb a img {
				width: 300px;
			}
		#featured p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		#featured .tags {
			clear: both;
			font-size: 0.9em;
			color: #888888;
			margin-bottom: 0;
		}
			#featured .tags a {
				text-decoration: none;
			}
		#featured .readmore {
			font-size: 0.8em;
		}
	#content .recent {
		border: 1px solid #DDDDDD;
	}
		#content .recent .post {
			padding: 15px;
			clear: both;
		}
			#content .recent .post h2 {
				font-size: 1.5em;
				margin: 0;
                line-height: 1.3em;
                margin-bottom: 10px;
			}
				#content .recent .post h2 a {
					text-decoration: none;
				}
			#content .recent .post img {
				float: right;
				padding: 5px;
				border: 1px solid #DDDDDD;
				background-color: #FFFFFF;
				margin-left: 20px;
                width: 30%;
			}
			#content .recent .post p {
				line-height: 1.4em;
				margin-bottom: 10px;
			}
			#content .recent .post .readmore {
				font-size: 0.8em;
			}
		#content .recent .o {
			background-color: #EEEEEE;
		}
	#content {
		
	}

.recent-header{
    padding-top: 5px;
    padding-bottom: 10px;
    color: #003366;
    text-transform: uppercase;
    font-size: 18px;
}

.recent-header h5{
margin:0;
}

.boootm{
    padding-top: 10px;
    padding-bottom: 30px;
}

.boootm a{
    text-transform: uppercase;
}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 320px;
	float: right;
	  padding-top: 20px;
}
	#sidebar .box {
		border: 1px solid #DDDDDD;
		margin-bottom: 10px;
	}
		#sidebar .box h2 {
			font-size: 0.9em;
			text-transform: uppercase;
			color: #003366;
			background-color: #EEEEEE;
			  padding: 0px 0px 0px 15px;
			  margin:0;
			border-bottom: 1px solid #dddddd;
		}
		#sidebar .box ul {
			list-style-type: square;
			list-style-position: inside;
			padding: 10px;
		}
			#sidebar .box ul li {
				line-height: 1.4em;
				color: #888888;
				padding: 2px 0;
			}
			#sidebar .box ul li a {
				color: #888888;
				text-decoration: none;
			}
			#sidebar .box ul li a:hover {
				color: #003366;
				font-weight: bold;
				text-decoration: underline;
			}
		#sidebar .box .video {
			padding: 12px;
		}
		#sidebar .box .flickr {
			padding: 5px;
			text-align: center;
		}
			#sidebar .box .flickr img {
				margin: 6px;
			}
		#sidebar .box .tags {
			padding: 10px;
		}
			#sidebar .box .tags a {
				color: #888888;
				text-decoration: none;
			}
			#sidebar .box .tags a:hover {
				color: #003366;
				text-decoration: underline;
			}
		#sidebar .box .popular {
			list-style-type: none;
			list-style-position: outside;
		}
			#sidebar .box .popular li {
				padding: 5px 0;
			}
			#sidebar .box .popular li a {
				color: #003366;
				text-decoration: underline;
				font-weight: bold;
			}
			#sidebar .box .popular li p {
				padding-top: 5px;
			}
		#sidebar .box .sponsors {
			padding: 10px 10px 0;
			text-align: center;
		}
			#sidebar .box .sponsors img {
				margin: 6px;
				-webkit-transition:0.5s;
				 -moz-transition:0.5s;
				 -o-transition:0.5s;
				 transition:0.5s;
			}
			#sidebar .box .sponsors img:hover {
				opacity:0.7;
				 -webkit-transition:0.5s;
				 -moz-transition:0.5s;
				 -o-transition:0.5s;
				 transition:0.5s;
			}
		#sidebar .box .bookmarks {
			list-style-type: none;
			list-style-position: outside;
			padding: 5px 10px 10px;
		}
			#sidebar .box .bookmarks li {
				font-family: Arial;
				border-bottom: 1px dotted #CCCCCB;
				padding: 5px 0 5px 20px;
				background-position: 0 6px;
				background-repeat: no-repeat;
			}
			#sidebar .box .bookmarks li a {
				color: #DA3372;
			}
	#sidebar .l {
		float: left;
		width: 155px;
	}
	#sidebar .r {
		float: right;
		width: 155px;
	}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #003366;
	color: #ffffff;
	font-size: 0.9em;
	padding: 20px 10px;
}
	#footer a {
		color: #ffffff;
	}
	#footer p {
		width: 980px;
		margin: auto auto;
		text-align: left;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#content .postnav {
	clear: both;
	padding: 10px 0;
}
	#content .postnav ul {
		list-style-type: none;
		padding: 10px;
	}
		#content .postnav ul li {
			float: left;
			color: #B5B4BC;
			padding: 4px;
		}
		#content .postnav ul li a {
			color: #636363;
			text-decoration: none;
			display: block;
			padding: 2px 6px;
			border: 1px solid #E2E2E2;
		}
		#content .postnav ul li a:hover {
			border-color: #ffffff;
		}
		#wp_page_numbers ul {
			border-top: 0 !important;
		}
		#wp_page_numbers .page_info {
			padding: 3px 6px !important;
			margin-right: 2px;
			border: 1px solid #e0e0e0 !important;
			margin-top: 4px;
		}
		#wp_page_numbers .active_page a {
			background-color: #ffffff !important;
			border: 0 !important;
		}
#content .single {
	padding: 10px;
}
	#content .single h2 {
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e0e0e0;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
#comments {
	padding: 10px;
}
	#comments h2 {
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	#comments a {
		text-decoration: none;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}

.news_view1{
	padding:15px 0 30px;
	position:relative; 
	min-height:110px;
}

.news_view1 .img_box1 img{
	  float: right;
  padding: 5px;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  margin-left: 20px;
  width: 30%;
}

.news_view1 h2{
	font-size:14px;
	font-weight:bold!important;
	margin:0 0 5px 0!important;
	padding:0;
	line-height:15px;
	text-align:left;
}	

.news_view1 .link1{
	float: right;
	font-size: 12px;
}

.h50{
	line-height: 18px;
	font-size: 12px;
}

.dunamic{
	overflow: hidden;
}

.dum{
  width: 30%;
  float: left;
  padding-top: 20px;
  background: #F5F5F5;
  padding: 5px;
  margin: 5px;
   transition:1s;
  -o- transition:1s;
  -webkit- transition:1s;
  -ms-transition:1s;
  -moz-transition:1s;
  border-bottom: 1px solid #ccc;
  
}

.dum:hover{
  background: #fff;
  border-bottom: 1px solid #003366;
  transition:1s;
  -o- transition:1s;
  -webkit- transition:1s;
  -ms-transition:1s;
  -moz-transition:1s;
}

.dum img{
	float: left;
	margin: 0 10px 0 0;
	width: 100px;
	height: 100px;
} 

.feedback ol li, .review ol li{
	display: block;
	clear: both;
	list-style: none;
}

.feedback ol li label, .review ol li label{
	display: block;
	margin: 0;
}

.feedback ol li input.text, .review ol li input.text{
	width: 380px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 5px 2px;
	height: 25px;
	background: #fff;
}

.feedback ol li textarea, .review ol li textarea  {
	width: 380px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 2px;
	background: #fff;
}

.feedback ol li input.capinput,.review ol li input.capinput {
	width: 100px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 5px 2px;
	background: #fff;
}

.feedback ol li img#capimg, .review ol li img#capimg {
	border: none;
	top: 20px;
	margin: 10px 10px 10px 0;
	float: left;
}

li.button{
	clear:both;
} 

.item{
	display: block;
}

.answerList .name,.answerList .topic,.answerList .message{
	padding: 0 7px;
	background-color: #eeeeff;	
}

.answerList .name{
	padding-top:7px;
	margin-top: 15px;
	border-radius:5px 5px 0 0;
}

.answerList .message{
	padding-bottom: 0 7px;
	border-radius:0 0 5px 5px;
}
.answerList .answer_message{
	background: #C4C4FF;
	padding: 7px;
	border-radius:5px;
	margin: 5px 0;}
	
.name .date{float:right} 

#statistika li {
	width:65px;
	list-style:none;
	height: 22px;
	line-height: 23px;
	padding: 0 9px 0 8px;
	font-size: 13px;
	color: #555;
	text-decoration: none;
	text-shadow: 0 1px white;
	background: #fafafa;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #dadada #d2d2d2 #c5c5c5;
	-webkit-border-radius: 3px 0 0 3px;	
	-moz-border-radius: 3px 0 0 3px;	
	border-radius: 3px 0 0 3px;	
	background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
	background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
	background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
	background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
	position: relative;
}

#statistika li:after {
	content: '';
	z-index: 2;
	position: absolute;
	top: 10px;
	right: -2px;
	width: 5px;
	height: 6px;
	opacity: .95;
	border-radius: 3px 0 0 3px;	
	-webkit-border-radius: 3px 0 0 3px;	
	-moz-border-radius: 3px 0 0 3px;	
	background: #56a3d5;
	-webkit-box-shadow: inset 1px 0 #276f9e;
	box-shadow: inset 1px 0 #276f9e;
}

#statistika li span {
	height: 24px;
	width: 60px;
	position: absolute;
	top: -1px;
	left: 100%;
	line-height: 21px;
	color: white;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	border-radius: 0 2px 2px 0;	
	-webkit-border-radius: 0 2px 2px 0;	
	-moz-border-radius: 0 2px 2px 0;	
	opacity: .95;
	background: #56a3d5;
	border-color: #3591cd #318cc7 #2f86be;
	background-image: -webkit-linear-gradient(top, #6aaeda, #4298d0);
	background-image: -moz-linear-gradient(top, #6aaeda, #4298d0);
	background-image: -o-linear-gradient(top, #6aaeda, #4298d0);
	background-image: linear-gradient(to bottom, #6aaeda, #4298d0);
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 15px 0 15px!important;
	max-width: 100px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.feedback{
	padding:10px;
}

.feedback h2{
	font-size:18px;
}



/* комментарии */
                                                 
    #comments .item{
    padding-bottom:15px;
    }
    #comments .avatar{
    width: 45px;
    height: 32px;
    display: inline;
    float: left;
    margin: 0 6px 0 0;
    overflow: hidden;
    }
    #comments .avatar img{
    max-width: 45px;
    max-height: 32px;
    }
    #comments textarea{
    width:500px;
    height:100px;
    }
    
    #comments .list .list{
    background: url(http://www.astana-bilim.kz/custom/social/eop/images/idc-grey-0404.png) no-repeat -1533px -104px;
    padding: 5px 0 0 18px;
    }
    
    #comments .owner{
    background: url(http://www.astana-bilim.kz/custom/social/eop/images/idc-universal.png) -20px 0 no-repeat;
    height: 32px;
    margin: 0 0 8px;
    line-height: 32px;
    }
	
	.advert li#av_li {
	padding: 10px 0 20px 0;
	border-bottom: 1px #ccc dotted;
	list-style:none;
}

.advert li header {
	font-size: 14px;
	font-weight: bold;
}

.advert li .date {
	font-size: 11px;
	color: #999999;
	margin: 0;
	text-decoration: none;
}

.advert li a {
	float: right;
}

                                                  
                                                