::selection , ::-moz-selection, ::-webkit-selection {
	background-color: #6DB2F8;
	color: white;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    list-style:none;
}
  iframe {max-width: 728px; padding:2px;}
  object {max-width: 728px; padding:2px;}
body {
    line-height:1;
    background: #555;
    font-weight: normal;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555555;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul li {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    color: #6CB1F6;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

a, a:link, a:visited {
			text-decoration: none;
			-webkit-transition: color 0.3s ease;
			-moz-transition: color 0.3s ease;
			-o-transition: color 0.3s ease;
			-transition: color 0.3s ease;		
			}
a:hover {
	color: #333333;
	outline: none !important
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}
/* change colours to suit your needs */
ins {
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

.wrapper{
    width: 100%;
    margin: 0 auto;
}

header{
    height: 136px;
    width: 100%;
    margin: 0 auto;
    background: url(../images/top-footer.png);
}

a.logo{
    background: url(../images/logo.png) no-repeat;
    width: 240px;
    height: 40px;
    display: block;
    float: left;
    margin: 30px 0 0 8px;
}

nav{
    border-top: 1px solid #666B6E;
    border-bottom: 5px solid #72B7FC;
    background: #373A3C;
    float: left;
    width: 100%;
}

nav a{
    border-right: 1px solid #666B6E;
    float: left;
    color: white;
    padding: 8px 10px 8px 10px;
}

nav a:hover{
    background: #72B7FC;
    color: white;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}
.nblock {
	display: none;
}
.item1{
    padding: 5px 10px;
    background: #373A3C;
    border: 1px solid #686B6E;
    border-radius: 0 0 5px 5px;
    float: left;
    margin-left: 15px;
    font-size: 11px;
}

.item1 ul li{
    float: left;
    margin-left: 5px;
    margin-right: 4px;
}

.item1 a{
	text-decoration: none;
	color: #C0C0C0;
}
    
.item1 a:hover {
	color: white;
	outline: none !important
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}

.item2{
    padding: 5px 10px;
    background: #373A3C;
    border: 1px solid #686B6E;
    border-radius: 0 0 5px 5px;
    float: right;
    margin-right: 15px;
}

.item3{
    padding: 5px 10px;
    background: #373A3C;
    border: 1px solid #686B6E;
    border-radius: 5px 5px 0 0;
    float: left;
    font-size: 11px;
}

.item4{
    padding: 5px 10px;
    background: #373A3C;
    border: 1px solid #686B6E;
    border-radius: 5px 5px 0 0;
    float: right;
    margin-right: 10px;
}

.clock{
    font-size: 11px;
    color: #C0C0C0;
}

#Date{
    float: left;
    margin-right: 8px;
}

.clock ul{
    list-style: none;
    float: left;
}

.clock li{
    float: left;
}

.center{
    margin: 0 auto;
    width: 1068px;
}

.main{
    background: #F7F8F9;
    width: 100%;
    height: 100%;
    float: left;
    padding: 30px 0 50px 0;
}

.content{
    float: left;
    width: 728px;
    margin-left: 10px;
}

.sidebar{
    float: right;
    width: 295px;
    margin-right: 10px;
}

.widget{
    text-align: center;
    margin-bottom: 15px;
}

.title-block h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #72B7FC;
    margin-bottom: 12px;
    text-align: center;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 10px;
}

.title-block .divider{
	height: 5px;
	display: block;
	width: 100%;
	background-color: #575b5e;
	margin-bottom: 10px;
}

footer{
    width: 100%;
    margin: 0 auto;
    background: url(../images/top-footer.png);
    border-top: 5px solid #72B7FC;
    font-size: 11px;
    color: #DDDDDD;
}

footer a{
    color: #DDDDDD;
}

footer a:hover {
	color: #999;
	outline: none !important
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}

.foot{
    width: 980px;
    margin: 20px auto 0 auto;
}

.foot small{
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.row{
    width: 220px;
    height: auto;
    float: left;
    margin-right: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.row h6{
    font-size: 12px;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
}

.twitter{
    border-bottom: 1px dashed #777777;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.twitter img{
    float: left;
    margin: 0 10px 5px 0;
}

p.about{
    margin-top: 12px;
}

p.vtitle{
    background: white;
    text-align: center;
    border: 1px solid #DCE2E7;
    margin: 0 25px 15px 25px;
    padding: 5px;
    border-radius: 5px;
}

.shortstory{
    margin-bottom: 15px;
    color: #555555;
}

.title{
    border-bottom: 5px solid #575B5E;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.title h1{
	font-size: 22px;
}
.title a {
	padding-left: 10px;
	font: bold 18px Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-transform: uppercase;
	color: #72b7fc;
	margin-bottom: 5px;
}

.title h2 {
	padding-left: 20px;
	background: url(../images/title-indicator.png) left 3px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	color: #72b7fc;
	margin-bottom: 5px;
}

.title a:hover{
    color: #333333;
	outline: none !important
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}

i.indicator{
    background: url(../images/title-indicator.png) left 3px no-repeat;
    width: 12px;
    height: 16px;
    float: left;
}

.story{
    border-bottom: 1px solid #DCE2E7;
    padding-bottom: 18px;
}

.story img{
    margin: 0 10px 10px 0;
    max-width: 580px;
    padding: 5px;
    border: solid 1px #EFEFEF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.03);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.03);
}

.shortstory ul{
    margin: 5px 0 5px 0;
  padding-left:23px;
    padding-top:13px;
}

.shortstory ul li{
list-style: disc outside;
margin: 5px 0 13px 0;
}

a.more{
    float: right;
    font-weight: bold;
    padding:5px;

}

.userimage{
    width: 98px;
    height: 98px;
    border-radius: 5px;
    float: left;
}

ul.loginbox{
    float: left;
    text-align: left;
    margin-left: 25px;
}

.social{
    margin-bottom: 16px;
}

.topnews{
    padding: 10px 0;
    border-bottom: 1px dashed #DCE2E7;
    color: #999999;
}

.topnews img{
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.topnews h5{
    font-size: 11px;
    font-weight: normal;
}

.topnews a{
    font-size: 11px;
    font-weight: bold;
}

.related{
    float: left;
    margin-right: 1px;
    font-size: 11px;
}
.related a:hover{
text-decoration:underline;
}
.related img{
    width: 240px;
	height: 150px;
}

.related p{
    font-size: 11px;
}

.dcont{
    float: left;
    margin-left: 16px;
}

.bcomment{
    padding-bottom: 15px;
    border-bottom: 1px dashed #DCE2E7;
    margin-bottom: 15px;
}

.comments ul{
    font-size: 11px;
    float: left;
}

.comments a{
    color: #333333;
    font-weight: bold;
}

a h3.reply{
    background: #F1F2F3;
    float: left;
    padding: 5px;
    font-size: 11px;
    border: 1px solid #DCE2E7;
    margin-top: 10px;
    border-radius: 10px;
    color: #999;
}

.silver{
    color: #AAAAAA;
}

.pagination{
    text-align: center;
}

.searchform input{
    font-size: 11px;
    margin-top: 13px;
    float: left;
}

.photo{
    border: 1px solid #999;
    display: block;
    padding: 5px;
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 11px 10px 0;
}

.article{
    border-bottom: 1px dashed #777777;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.article img{
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 10px 5px 0;
}

a.category{
    background: #F1F2F3;
    padding: 2px 4px 2px 4px;
    border: 1px solid #C8CED3;
    border-radius: 5px;
    margin-top: 3px;
    float: left;
    color: #777777;
}

.article b{
    float: left;
    margin: 6px 5px 5px 15px;
}


.fixed {
    position: fixed;
    top: 0px;

}
.floating {
    width: 240px;

}
.container {
 height: 3530px; /*высота блока + отступы*/
}

.footer {
   height: 240px;

}