@charset "utf-8";

@font-face {
	font-family: 'Conv_Vivaldi';
	src: url('../fonts/Vivaldi.eot');
	src: url('../fonts/Vivaldi.woff') format('woff'), url('../fonts/Vivaldi.ttf') format('truetype'), url('../fonts/Vivaldi.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

:focus {
	outline: 0;
}

ol, ul {
	padding: 0 0 10px 3px;
	list-style-position: inside;
}

h1{
	font-size: 24px;
	padding: 0 0 10px 5px;
	color: #751b6d;
	line-height: 115%;
	font-weight: normal;
}
h2{
	font-size: 20px;
	color: #751b6d;
	line-height: 115%;
	font-weight: normal;
	padding: 0 0 10px 5px;
}
h3{
	font-size: 18px;
	color: #751b6d;
	line-height: 115%;
	font-weight: normal;
	padding: 0 0 10px 5px;
}

a {
	color: #555;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

html, body { 
	height: 100%;
}

body {
	font-family: 'Arial';
	font-size: 14px;
	color: #751b6d;
	line-height: 130%;
	background: #FCE1C4;
}

#wrapper {
	min-height: 100%;
	position: relative;
}	

#inner {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 100px;
	position: relative;
	z-index: 10;
}

#site_shadow {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1100px;
	left: 50%;
	margin-left: -550px;
	background: #fff;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.5);
	z-index: 1;
}

#header {
	height: 255px;
	position: relative;
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	margin-bottom: 25px;
}

#logo, #bottom_logo {
	display: block;
	min-width: 60px;
	min-height: 69px;
	padding: 0 0 0 50px;
	position: absolute;
	top: 110px;
	left: 85px;
	font-size: 12px;
	line-height: 100%;
	color: #6a1364;
	text-decoration: none;
	text-align: left;
}

#logo span, #bottom_logo span {
	display: block;
	font-family: 'Conv_Vivaldi';
	font-size: 46px;
	line-height: 100%;
	color: #b90296;
}

#bottom_logo {
	top: 12px;
	left: 60px;
	background: url(../images/logo_small.png) 0 0 no-repeat;
}

#menu {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 48px;
	padding: 0 335px 0 70px;
	background: url(../images/menu_bg.png) 0 100% repeat-x;
}

#menu ul {
	display: block;
	list-style: none;
}

#menu ul li {
	display: block;
	float: left;
	width: 110px;
	height: 48px;
}

#menu ul li a {
	display: block;
	font-size: 11px;
	color: #fff;
	text-shadow: 0 1px 1px #480a43;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	height: 28px;
	padding-top: 20px;	
}

#menu ul li.current-menu-item a, #menu ul li.current-menu-parent a, #menu ul li a:hover  {
	background: url(../images/menu_item.png) 0 0 no-repeat;
	text-shadow: 0 1px 1px #b40594;
}

#search {
	display: block;
	width: 290px;
	position: absolute;
	bottom: 12px;
	left: 772px;
	overflow: hidden;
}

#search input[type="text"] {
	display: block;
	float: left;
	margin-right: 7px;
	width: 185px;
	height: 17px;
	background: #e5e5e5;
	padding: 0 7px;
	border: 1px solid #999;
	border-right: none;
	border-bottom: none;
	font-size: 11px;
	line-height: 17px;
	color: #777;
}

#search input[type="submit"] {
	display: block;
	height: 18px;
	height: 17px;
	padding: 0 10px 5px 10px;
	background: url(../images/search_button_bg.png) 0 0 repeat-x;
	border: 1px solid #650e5c;
	border-right-color: #de6fde;
	border-bottom-color: #de6fde;
	border-radius: 3px 4px 3px 4px;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
}

#content_box {
	margin: 0 66px;
}

#sidebar_l {
	width: 220px;
	float: left;
}

#sidebar_r {
	width: 220px;
	float: right;
}

#sidebar_l + #content, #sidebar_l + #sidebar_r + #content {
	margin-left: 234px;
}

#sidebar_r + #content {
	margin-right: 234px;
}

#nav {
	
}

#nav ul {
	display: block;
	list-style-position: outside;
	list-style: none;
	padding: 3px;
}

#nav ul li {
	display: block;
	border-top: 1px dotted #fff;
}

#nav ul li a {
	display: block;
	padding: 4px 10px 5px 25px;
	font-size: 12px;
	color: #555;
	text-shadow: 0 1px 1px #fff;
	text-decoration: none;
	border-top: 1px dotted #beb5ac;
	background: url(../images/nav_arrow.png) 7px 50% no-repeat;
}

#nav ul li:first-child {
	border-top: none;
}

#nav ul li:first-child a {
	border-top: none;
}

#nav ul li.active, #nav ul li:hover  {
	background: #f9e1ab;
}

#nav ul li.active + li, #nav ul li:hover + li {
	border-top-color: #edd5af;
}

#slider {
	width: 484px;
	height: 233px;
	position: relative;
	text-shadow: none;
}

#slider_inner {
	width: 484px;
	height: 233px;
	overflow: hidden;
}

#slider ul {
	display: block;
	width: 484px;
	height: 233px;
	list-style-position: outside;
	list-style: none;
	overflow: hidden;
}

#slider ul li {
	display: block;
	width: 484px;
	height: 233px;
	overflow: hidden;
	position: relative;
}

#slider ul li a {
	display: block;
	width: 484px;
	height: 233px;
	text-decoration: none;
	overflow: hidden;
}

#slider ul li img {
	width: 484px;
	height: auto;
}

#slider ul li span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 45px;
	background: #5d1557;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#slider ul li span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 38px;
	padding: 7px 12px 0 12px;
	font-size: 11px;
	line-height: 140%;
	color: #fff;
}

#slider_nav {
	padding-top: 21px;
	height: 30px;
	text-align: center;
}

#slider_nav b {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../images/slider_nav.png) 0 0 no-repeat;
	margin: 0 0 0 7px;
	cursor: pointer;
	vertical-align: top;
}

#slider_nav b:first-child {
	margin-left: 0;
}

#slider_nav b.active, #slider_nav b:hover {
	background: url(../images/slider_nav_act.png) 0 0 no-repeat;
}


#account {
	padding-left: 3px;
}

#account p {
	height: 19px;
	padding: 4px 0 5px 4px;
	margin: 5px 0 0 0;
	background: url(../images/input_bg.png) 0 0 no-repeat;
}

#account b {
	font-size: 12px;
	line-height: 130%;
	color: #629893;
	display: block;
	margin-top: 5px;
}

#account b a {
	text-decoration: none;
	color: #3e8a87;
}

#account b a:hover {
	text-decoration: underline;
}

#account b a:first-child {
	color: #8c0000;
	font-weight: normal;
	margin-right: 7px;
}

#account p span {
	display: inline-block;
	width: 53px;
	font-size: 11px;
	font-weight: bold;
	line-height: 130%;
	color: #fb7d39;
	text-shadow: 0 1px 1px #fff;
}

#account input[type="text"], #account input[type="password"] {
	display: inline-block;
	width: 134px;
	height: 17px;
	padding: 0 7px;
	font-size: 12px;
	line-height: 17px;
	color: #444;
	background: #faf9f3;
	border: 1px solid #999;
	border-bottom-color: #e5e5e5;
	border-right-color: #e5e5e5;
}

#account input[type="submit"] {
	display: block;
	width: 118px;
	height: 39px;
	border: 0;
	padding: 0;
	background:  url(../images/account_submit.png) 0 0 no-repeat;
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 1px #55114f;
	cursor: pointer;
	padding-bottom: 13px;
	padding-right: 6px;
}

#pagination {
	padding-top: 15px;
	background: #fff;
	text-align: center;
}

#pagination a, #pagination span {
	display: inline-block;
	height: 19px;
	padding: 2px 7px 0 7px;
	margin-left: 3px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 130%;
}

#pagination a:first-child, #pagination span:first-child {
	margin-left: 0;
}

#pagination a {
	text-decoration: none;
	font-size: 12px;
	line-height: 130%;
	color: #fff;
	background: url(../images/page_bg.png) 0 0 repeat-x;
	text-shadow: none;
}

#pagination span, #pagination a:hover {
	color: #784047;
	text-shadow: 0 1px 1px #fff;
	background: url(../images/page_bg_act.png) 0 0 repeat-x;
}

#comments {
	
}

.comment {
	margin-top: 15px;
	overflow: hidden;
}

.avatar {
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left;
}

.comment_info {
	margin-bottom: 8px;
	color: #7f7266;
}

.comment_info b {
	font-style: italic;
	text-decoration: none;
	color: #7f7266;
	margin-right: 8px;
}

.avatar img {
	width: 50px;
	height: auto;
}

.avatar + .comment_text {
	margin-left: 60px;
}

.comment_text p {
	padding-bottom: 6px;
	font-style: italic;
}

#respond {
	display: block;
	padding: 15px 0;
	position: relative;
	margin-bottom: 50px;
}

#respond textarea {
	display: block;
	width: 464px;
	height: 100px;
	padding: 5px 7px;
	border: 0;
	background: #fff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	font-size: 11px;
	line-height: 130%;
	color: #999;
	overflow: auto;
}

#respond input[type="submit"] {
	display: block;
	width: 155px;
	height: 21px;
	padding-top: 1px;
	position: absolute;
	bottom: -21px;
	right: 0;
	background: url(../images/comment_submit.png) 0 0 no-repeat;
	border: none;
	color: #FFFFFF;
	text-shadow: none;
	font-size: 9px;
	line-height: 130%;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

#footer {
	width: 1100px;
	height: 100px;
	position: absolute;
	bottom: 0;
	margin-left: 50%;
	left: -550px;
	background: url(../images/footer_bg.png) 0 0 repeat-x;
	z-index: 10;
}

#counters {
	position: absolute;
	top: 23px;
	left: 470px;
}

#counters a {
	display: block;
	float: left;
	margin-left: 22px;
	width: 88px;
	height: 31px;
}

#counters a:first-child {
	margin-left: 0;
}

#social_links {
	position: absolute;
	top: 23px;
	right: 900px;
}

#social_links a {
	display: block;
	float: left;
	width: 30px;
	height: 26px;
	padding-top: 4px;
	margin-left: 20px;
	text-align: center;
	font-size: 15px;
	line-height: 130%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/disk.png) 0 0 no-repeat;	
}

#social_links a:first-child {
	margin-left: 0;
}

#copyright {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 13px;
	line-height: 130%;
	color: #c14b5c;
}

#footer_pic {
	width: 92px;
	height: 122px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/footer_pic.png) 0 0 no-repeat;	
}

.clear {
	clear: both;
}

.overflow {
	overflow: hidden;
}

.block {
	margin-bottom: 35px;
	position: relative;
}

.bg {
	background: #fef1e7;
	text-shadow: 0 1px 1px #fff;
}

.gradient {
	background: #fed7bc;
	background: -moz-linear-gradient(top, #feefc6 0%, #fee3c2 30%, #fed4ba 60%, #feceb8 100%);
	background: -webkit-linear-gradient(top, #feefc6 0%, #fee3c2 30%, #fed4ba 60%, #feceb8 100%);
	background: -o-linear-gradient(top, #feefc6 0%, #fee3c2 30%, #fed4ba 60%, #feceb8 100%);
	background: -ms-linear-gradient(top, #feefc6 0%, #fee3c2 30%, #fed4ba 60%, #feceb8 100%);
	background: linear-gradient(top, #feefc6 0%, #fee3c2 30%, #fed4ba 60%, #feceb8 100%);
	text-shadow: 0 1px 1px #fff;
}

.border {
	border: 1px solid #fae4b3;
}

.border_2 {
	border: 1px solid #efece8;
}

.pad_t {
	padding-top: 27px;
}

.pad_b {
	padding-bottom: 24px;
}

.pad_7 {
	padding: 7px;
}

.rubric, .rubric_2 {
	height: 26px;
	padding-top: 9px;
	background: url(../images/rubric_bg.png) 0 0 repeat-x;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 130%;
	color: #fff;
	text-shadow: 0 1px 1px #c0129d;
	
}

.rubric_2 {
	background: url(../images/rubric_2_bg.png) 0 0 repeat-x;
	text-shadow: 0 1px 1px #692a62;
	
}

.topic {
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	height: 51px;
	background: url(../images/topic_bg.png) 0 0 no-repeat;
	overflow: hidden;
	text-align: center;
}

.topic span {
	font-size: 11px;
	line-height: 130%;
	color: #fff;
	text-shadow: 0 1px 1px #bb0b99;
	text-transform: uppercase;
	display: block;
	margin: 18px 5px 0 5px;
}

.topic a {
	color: #fff;
	text-shadow: 0 1px 1px #bb0b99;
	text-decoration: none;
}

.topic a:hover {
	text-decoration: underline;
}

.title {
	text-align: center;
	overflow: hidden;
}

.title_inner {
	font-size: 14px;
	line-height: 130%;
	color: #75206e;
	position: relative;
	text-transform: uppercase;
	white-space: nowrap;
	display: inline-block;
}

.title_inner:before {
	content: '';
	height: 1px;
	width: 50px;
	display: block;
	background: #75206e;
	position: absolute;
	left: -60px;
	top: 9px;
}

.title_inner:after {
	content: '';
	height: 1px;
	width: 50px;
	display: block;
	background: #75206e;
	position: absolute;
	right: -60px;
	top: 9px;
}

.more_1 {
	width: 60px;
	height: 24px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	background: url(../images/more_1.png) 0 0 no-repeat;
}

.more_2 {
	width: 110px;
	height: 17px;
	padding-top: 3px;
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left: -55px;
	background: url(../images/more_2.png) 0 0 no-repeat;
	font-size: 10px;
	line-height: 130%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none;
}

.more_2:hover {
	text-decoration: underline;
}

.more_2.back_f {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	background: #fff url(../images/more_2.png) 50% 0 no-repeat;
	width: auto;
	margin: 0;
}

.width_60 {
	width: 60px;
	height: auto;	
}

.width_100 {
	width: 100px;
	height: auto;
}

.width_150 {
	width: 150px;
	height: auto;
}

.width_235 {
	width: 235px;
	height: auto;
}

.link_1, .link_2, .link_3 {
	display: inline-block;
	color: #751b6d;
	text-decoration: none;
	margin-bottom: 2px;
}

a.link_1:hover, a.link_2:hover, a.link_3:hover {
	text-decoration: underline;
}

.link_1 {
	font-size: 14px;
	line-height: 130%;

	text-shadow: none;
}

.link_2 {
	font-size: 16px;
	line-height: 130%;
}

.link_3 {
	font-size: 14px;
	line-height: 130%;
	color: #751b6d;
	display: inline-block;
}

.relative {
	position: relative;
}

.dotted {
	background: url(../images/dotted_2.png) 0 0 repeat-x;
}

.post {
	overflow: hidden;
	padding: 10px 0 6px 0;
	position: relative;
}

.post.pad_b {
	padding-bottom: 30px;
}

.post.small {
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
	zoom: 1;
	*display: inline;
}

.post.small.width_235 {
	vertical-align: top;
}

.article {
	overflow: hidden;
}

.post_l {
	position: relative;
	float: left;
}

.post_l > img.width_150 {
	margin-right: 10px;
}

.post_l + .post_r {
	margin-left: 68px;
}

.article {
	padding: 7px 10px;
	color: #555;
} 

.single {
	padding: 0 10px;
	color: #555;
}

.single .link_2 {
	display: block;
	margin-bottom: 7px;
}

.single p {
	margin-bottom: 12px;
}

.single img {
	max-width: 470px;
}

.post_box {
	overflow: hidden;
	text-align: justify;
	text-align-last: justify;
}

.article {
	padding: 7px 10px;
	color: #555;
} 
.article .post_l + .post_r {

margin-left: 165px;

}



.post_box:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.post_2 {
	width: 150px;
	padding: 8px;
	display: block;
	float: left;
	border: 1px solid #fff;
	border-right: none;
	text-align: center;
	position: relative;
	padding-bottom: 28px;
}

.post_2 p {
	text-align: left;
	color: #444;
	margin-top: 3px;
}

.post_2:first-child {
	border-left: none;
}

.date {
	background: url(../images/date_icon.png) 0 0 no-repeat;
	margin-bottom: 3px;
	display: block;
}

.date span {
	display: inline-block;
	height: 15px;
	margin-left: 18px;
	background: url(../images/date_bg.png) 0 0 repeat-x;
	font-size: 12px;
	line-height: 120%;
	color: #fff;
	text-shadow: none;
}

img + .date {
	margin-top: 4px;
}

.post_2 .date {
	display: inline-block;
}

.date_2 {
	background: url(../images/date_icon.png) 0 0 no-repeat;
}

.date_3 {
	width: 110px;
	height: 17px;
	padding-top: 3px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/more_2.png) 0 0 no-repeat;
	font-size: 12px;
	line-height: 120%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
}

.info {
	position: relative;

	padding: 6px 0 7px 0; 
	overflow: hidden;
}

.info i {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;

}

.info span {
	display: block;
	float: left;
	padding-left: 25px;
	margin-right: 30px;
	font-size: 12px;
	line-height: 130%;
}

.info span a {
	text-decoration: none;
}

.info span a:hover {
	text-decoration: underline;
}

.tag {
	background: url(../images/tag_icon.png) 0 50% no-repeat;
}

.com {
	background: url(../images/com_icon.png) 0 50% no-repeat;
}

.last_comment {
	position: relative;
	padding: 0 7px 11px 7px;
	margin-bottom: 7px;
	margin-top: 1px;
}

.last_comment > div {
	min-height: 22px;
	text-align: right;
	padding-left: 88px;
	padding-top: 3px;
}

.last_comment .link_1 {
	color: #91318b;
}

.related {
	padding: 10px 0 7px 0;
}

.related ul {
	display: block;
	list-style: none;
	overflow: hidden;
}

.related li {
	display: block;
	float: left;
	width: 146px;
	margin: 0 0 8px 20px;
}

.related li:first-child {
	margin-left: 0;
}

.related li a {
	display: inline-block;
	background: url(../images/disk_small.png) 0 4px no-repeat;
	padding-left: 12px;
	text-decoration: none;
}

.related li a:hover {
	text-decoration: underline;
}

.banner {
	display: block;
	width: 218px;
	height: auto;
}

.banner img {
	width: 218px;
	height: auto;
}

img.circle {
	width: 80px;
	height: 80px;
	border: 6px solid #d3cbc4;
	border-radius: 43px;
	margin: 6px 0;
}

img.alignleft {
	display: block;
	float: left;
	margin: 0 10px 4px 0;
}
