/* Блок с сообщениями */
#blogContent {
	margin:10px 60px 10px 20px;
	}
#blogContent .blogNews {
	margin:0 0 20px 0;
	border-bottom:solid 1px #ccc;
	padding-bottom:20px;
	}
#blogContent .blogNews.blogNewsLast { border-bottom:none; }
#blogContent .blogNews h2{
	font-size:1.7em;
	font-weight:bold;
	}
#blogContent .blogNews .blogDate {
	font-size:11px;
	color:#989898;
	}
#blogContent .blogNews img { margin-bottom:10px; }


/*Блок 'следующая'*/
#nextBlogNews {
	margin:40px 0;
	width:100%;
	text-align:right;
	background-color:#e5e5e5;
	padding:3px 10px 5px;
	font-size:12px;
	}
#nextBlogNews a { color:#000; }

a.further:link, a.further:visited, a.future:active {
	color:#000;
	font-weight:bold;
	}

a.blackLine:link, a.blackLine:visited, a.blackLine:active {
	color:#000;
	}

a.nounderlineBlack:link, a.nounderlineBlack:visited, a.nounderlineBlack:active {
	color:#000;
	text-decoration:none;
	}

/* Блок с сообщениями */

/* Послать новость */
#sendNews {
	margin:30px 0;
	width:300px;
	height:39px;
	text-align:center;
	border:solid 1px #f6dcd4;
	position:relative;
	background:url(http://pics.rbc.ru/img/cnews/2007/04/12/plus.png ) no-repeat 50px;
	}
#sendNews p {padding:12px 0 0 10px;}

#sendNews a:link, #sendNews a:visited, #sendNews a:active {
	color:#d34f2a;
	font-weight:bold;
	text-decoration:none;
	}

.pink_corner_left_bottom, .pink_corner_left_top, .pink_corner_right_bottom, .pink_corner_right_top 
	{
	position:absolute;
	width:7px;
	height:7px;
	padding:0;
	margin:0;
	}
.pink_corner_left_bottom {
	bottom:-1px;
	left:-1px;
	background: url( http://pics.rbc.ru/img/cnews/2007/04/12/pink_corner_left_bottom.jpg) no-repeat 0 100%;
	}
.pink_corner_right_bottom {
	bottom:-1px;
	right:-1px;
	background: url( http://pics.rbc.ru/img/cnews/2007/04/12/pink_corner_right_bottom.jpg) no-repeat 100% 100%;
	}
.pink_corner_left_top {
	top:-1px;
	left:-1px;
	background: url( http://pics.rbc.ru/img/cnews/2007/04/12/pink_corner_left_top.jpg) no-repeat 100% 0;
	}
.pink_corner_right_top {
	top:-1px;
	right:-1px;
	background: url( http://pics.rbc.ru/img/cnews/2007/04/12/pink_corner_right_top.jpg) no-repeat 100% 0;
	}

* html .pink_corner_right_bottom, * html .pink_corner_left_bottom { bottom:-2px; }
/* //Послать новость */

/* Популярные темы */
#popularTopicsBox {
	width:300px;
	overflow:hidden;
	}
#popularTopicsBox ul#popularTopics { 
	width:100%;
	margin:0;
	padding:0;
	}
#popularTopicsBox ul#popularTopics li {
	float:left;
	width:100%;
	margin:5px 0;
	list-style-type:none;
	}
#popularTopicsBox ul#popularTopics li a {
	font-size:11px;
	font-weight:bold;
	background:url(http://pics.rbc.ru/img/cnews/2006/11/08/grey_square.png) no-repeat 0px 5px;
	padding:0px 0 0px 12px;
	display:block;
	}
#popularTopicsBox ul#popularTopics li a:link,
#popularTopicsBox ul#popularTopics li a:visited,
#popularTopicsBox ul#popularTopics li a:active {
	color:#000;
	text-decoration:none;
	}
#popularTopicsBox ul#popularTopics li a span.popularTopicsComments {
	color:#989898;
	}
/* Популярные темы */

/*Новости справа*/
#blogNews {
	margin:50px 0;
	padding:10px;
	width:280px;
	border:solid 1px #ccc;
	font-size:11px;
	overflow:hidden;
	}
#blogNews div.blogNewsItem {
	margin:0 5px 20px 5px;
	width:100%;
	overflow:hidden;
	}
#blogNews div.blogNewsItem img {
	float:left;
	margin:3px 10px 0 0;
	margin-bottom:6px;
	}
#blogNews div.blogNewsItem p {
	float:right;
	width:150px;
	margin-bottom:0;
	}
#blogNews div.blogNewsItem h4 {
	margin:0 0 5px 0;
	font-size:110%;
	}

.detailed { font-size:11px; }

