/* PCNews.ru CSS Document */

body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
#banner, #header, #content { margin-left: auto; margin-right: auto; margin-top: 0px; margin-bottom: 50px; }
#banner { width: 760px; height: 90px; background-color: #ddd; }
#header { 
	width: 660px; height: 90px; 
	padding: 0px 0px 0px 0px; 
}
#content { 
	width: 660px; 
	padding: 0px 50x 0px 50px; 
}
#header a.logo { display: block; float: left; width: 136px; height: 90px; border: 0px; }
#header a.logo img { border: 0px; display: block; }
#header h1 { display: block; margin: 0px; margin-left: 200px; font-size: 36px; font-weight: normal; }
#content .item { margin-bottom: 60px; }
#content .item  img {margin:10px !important}
#content h1 {font-size: 22px; font-weight: normal; }
#content .center-image img { display: block; margin: 0px auto; border: solid #F9F0D0 1px; }
#content .copyrights,
#content .copyrights a { color: #8F8E7D; text-decoration: none; }
#content .copyrights a:hover { text-decoration: underline; }
#content .copyrights { line-height: 20px; height: 20px; }
#content .copyrights .source {  float: left; }
#content .copyrights .readBy { float: right; }
#content .copyrights .readBy .number { font-size: 16px; font-weight: bold; color: #C1272D; }

#content h1 .meta-data,
.meta-data { font-family: Arial, Helvetica, sans-serif; color: #99988A; font-size: 11px; }
#content h1 .meta-data { display: block; margin-top: 7px; }

/* Comments flag */
.comments-flag { font-size: 11px; color: #fffddf; padding-bottom: 4px; margin-left: 5px;  vertical-align: text-top; 
	background-image: url('/media/i/comments-flag-2.gif'); background-position: center bottom; background-repeat: no-repeat; }
.comments-flag a { color: #fffddf; background-image: url('/media/i/comments-flag-1.gif'); background-repeat: repeat-x;
	background-position: left top; text-decoration: none;
	padding-left: 4px; padding-right: 4px;}
.comments-flag a:hover { text-decoration: none; }

#content h1.date { font-size: 36px; font-weight: normal; margin-bottom: 1em; }


blockquote {
    background: url("https://pcnews.ru/css/quote.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    margin: 0 15px;
    min-height: 50px;
    padding: 10px 0 10px 60px;
}
