@charset "utf-8";
/*
THEME NAME: Afrodita (src: Empty Canvas)
THEME URI: http://afrodita-studio.ru
VERSION: 1.0
AUTHOR: <a href="http://animeweekend.ru">Animeweekend.ru</a>
*/

@import "reset.css";

/*@@@ добавление*/

body {
	margin:0;
	padding:0;
	border:none;
	background:#FFFFFF url(images/top_line.jpg) center top repeat-x;
	font-family:sans-serif;
	font-size:12px;
}
a {
	color:#da178e;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
img {
	border:none;
	margin:0px;
	padding:0px;
}
/*@@@end*/

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

.post {
	margin-bottom: 50px;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 2px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 10px;
}

.post-meta a { /*@@@ ссылки на категории под заголовком материала */
	font-size:12px;
	background:#BA2B40 url(images/str.gif) right center no-repeat;
	color:#fff;
	font-weight:bold;
	padding:2px 13px 2px 7px;
	line-height: 1.3;
	color: #fff;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content table {
	margin:5px 0 5px 0;
}

.post-content table td, .post-content table th {
	padding:2px;
	font-size:x-small;
	border:#eee 1px solid;
}

.post-content img.alignnone {
	background: #FFF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content img.aligncenter {
	width:auto;
	margin:auto;
	text-align:center;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#content {
	width: 500px;
}

#sidebar {
	width: 230px;
	padding-right:20px;
}

#sidebar ul li, #sidebar ul li ul li { /*@@@ отступ между пунктами меню левого*/
	padding-top:1em;
}

#sidebar ul.leftmenu li a { /*??*/
	font-size:14px;
	/*background:#3B2F77 url(images/str.gif) right center no-repeat;
	color:#fff;*/
	font-weight:bold;
	padding:2px 13px 2px 7px;
	line-height: 1.3;
}

#sidebar ul.leftmenu li ul.children {
	padding-left:1.5em;
}

.sidepanel {
	margin-top: 0.5em;
	margin-bottom: 30px;
}

.sidepanel .textwidget {
	margin-top:-1em;
}

.sidepanel .widget-body {
	padding-top:0.2em;
	padding-left:0.2em;
}

.sidepanel span { /*заголовок виджета в сайдбаре*/
	font-size:14px;
	color: #000;
	font-weight: bold;
}

.sidepanel ul li {
	/*border-bottom: 1px solid #EFEFEF;*/
	padding: 1px 0;
	line-height: 1.1;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	padding:1em 0;
	font-size:11px;
	color:#999999;
	text-align:center;
}
.footer-links {
	list-style: none;
}

.footer-links li {
	display:inline; /*выравниваем список в строчку*/
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.screen-reader-text {
	display:none;
}

/*@@@ добавление */
/*блоки*/
#lblock {
	position: absolute; /*блок вне потока*/
	top:0px;
	left:0px; /*расположение слева, отступ от края*/
	width:50%;
	
	text-align:left;
}
#rblock {
	position: absolute; /*блок вне потока*/
	top:0px;
	right:0px; /*расположение справа, отступ от края*/
	width:50%;
	
	text-align:right;
}

#cblock {
	margin:0px auto; /*выравниваем блок по центру*/
	width:780px;
	
	text-align:center;
}

/*шапка*/
#toptable {
	width:780px;
	border:#000 0px solid;
	font-size:0px; /*for srict*/
}
#toptable td {
	height:78px;
	background:url(images/menu_line.gif) bottom left repeat-x;
	vertical-align:bottom;
}
#toptable th {
	vertical-align:top;
}
.drop_menu {
	position:absolute;
	display:block;
	margin-top:-5px;
}
.drop_menu #galery_submenu {
	border:#d74477 3px solid;
	font-size:14px;
	padding:15px;
	background:#e6acc0;
}
.drop_menu #galery_submenu .top-links {
	line-height:1.5em;
}

/*контент*/
#main {
	background:#e6acc0;
	width:750px; /*исходно 780 -отступы*/
	padding:0 15px 15px;
	text-align:left;
}
