﻿/*
Theme Name: Latrec
Description: Тема для WP специально для latrec.ru
Author: Роман Буншафт
Author URI: http://www.bunsha.ru/
Version: 1.0
This theme is licenced under GPL:
	
http://www.opensource.org/licenses/gpl-license.php


*/



/* General */
/* ----------  Links ---------- */

body {
	margin: 0;
	font-family: Arial;
	background:#E1E1E1 url('images/bg.gif');
}
#page   {
	margin: 10px auto;
        padding: 0px;
	width: 760px;
        border: 2px solid #445;
        background-color: #cfd;
	}

h3, h4 {
	margin: 0;
	color:#ff8847
}

h1 {
	margin-top: 15px;
	color:#ff8847;
	font-family:Tahoma;
	font-weight:bold;
	font-size:24px;
	
}

.h2_div {
	background:#e2e8ee;
	color:#024692;
	height:20px;
	
}



h2 {
	color:#024692;
	font-family:Tahoma;
	font-weight:bold;
	font-size:13px;
	margin-left:10px;
	
}



a {
	color: #0d8dbe;
	text-decoration: none;
}

a:hover {
	color:#39C6FE;
	text-decoration: underline;
}

img {
	border: 0;
}

/* Page */

#page {
	margin: 0 auto ;
	width: 100%;
}

.leftwrap {
        width: 85%;
        float: left;  
        margin: 30px 0px; 
        }

.container {
        font: 1.1em Verdana, Arial, Sans-Serif;
        line-height: 1.3em;
        float: right;
        margin: 35px 18px 10px 0px;       
	width: 442px;
	text-align: left;
        /*fixes ie double margin bug*/ display: inline;
        }
#header {
	margin: 0px auto;
        padding: 2px 0px;
	height: 206px;
	width: 760px;
        background-image: url("images/header.jpg");
	}
#sidebar, #leftside {
	font: 1.1em Verdana, Arial, Sans-Serif;
        line-height: 1.3em;
	width: 148px;
        margin: 0px;
        float: right;
        background-color: #aec;
        /*fixes ie double margin bug*/ display: inline;
	}
#leftside {
        width: 120px;
        float: left;
        padding-left:10px;
        }
.leftside {
background:white ;
vertical-align:top;
padding-left:20px;

}

/* Header */

#header {
	width: 100%;
	background: #282828 url("images/sky_01.jpg") repeat-x;
}

#header #header-in {
	background: url("images/header_right.gif") no-repeat top right;
	margin: 0 auto;
	width: 100%;
	height: 167px;
	position: relative;
}

#header #header-in #line {
	background: url("images/line.gif") no-repeat;
	position: absolute;
	top: 87px;
	left: 100px;
	width: 479px;
	height: 3px;
}

#header #header-in h1 {
	margin: 0;
	color: #ffffff;
	font: normal 32px Arial;
	position: absolute;
	top: 50px;
	left: 10px;
}
	
#header #header-in h1 a {
	color: #ffffff;
	text-decoration: none;
}

#header #header-in .description {
	color: #ffffff;
	font: bold 17px Arial;
	position: absolute;
	top: 94px;
	right: 465px;
	
}

#header #header-in ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	bottom: 15px;
	left: 25px;
}

#header #header-in ul li {
	float: left;
}

#header #header-in ul li a {
	float: left;
	color: #56b7b5;
	padding-right: 10px;
	margin-left: 10px;
	font: normal 12px Arial;
	text-decoration: none;
	
	border-right: 1px solid #56b7b5;
}

#header #header-in ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}


.header_right {
    margin-right:1px;
	background: #ffffff url("images/head_right.jpg") ;
	width:502 px;
	height:231 px;
 }

/* Main */

#main {
	width: 100%;
	background: #ffffff url("images/main.gif") repeat-y;
	float: left;
}

#main #main-in {
	margin: 0 auto;

	width: 100%px;
	background: #ffffff;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
}

	/* Main - Sidebar */
	
	#main #main-in #sidebar {
		float: left;
		width: 220px;
		margin: 0 0 0 5px;
	}
	
	#sidebar {
		float: left;
		width: 220px;
		margin: 0 0 0 5px;
		height:100%
	}

	
	
	#main #main-in #sidebar .searchbox {
		height: 23px;
		padding-left: 37px;
		margin-bottom: 25px;
		background: url("images/search.gif") no-repeat;
	}
	
	#main #main-in #sidebar .searchbox #searchform {
		margin: 5px;
	}
	
	#main #main-in #sidebar .searchbox #s {
		width: 224px;
		line-height: 21px;
		background: url("images/search_bg.gif") repeat-x;
		border: 1px solid #bababa;
		height: 21px;
	}

	#main #main-in #sidebar .searchbox #searchsubmit {
		visibility: hidden;
		width: 1px;
	}
	
	#main #main-in #sidebar .left {
		float: left;
		width: 180px;
	}
	
	#main #main-in #sidebar .right {
		float: right;
		width: 180px;
	}
	

	
	#main #main-in #sidebar .box {
		width: 180px;
		margin-bottom: 25px;
	}
	
	#main #main-in #sidebar .box h3 {
		margin: 0;
		padding-left: 5px;
		font: normal 21px/28px Arial;
		color: #ffffff;
		height: 28px;
		width: 175px;
		background: #00a8ee;
	}
	
	#main #main-in #sidebar .box ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#main #main-in #sidebar .box ul li {
		color: #000000;
		height: 24px;
		font: normal 13px/24px Arial;
		display: block;
	}
	
	#main #main-in #sidebar .box ul li a {
		height: 24px;
		padding-left: 20px;
		color: #000000;
		font: normal 13px/24px Arial;
		text-decoration: none;
		display: block;
	}
	
	#main #main-in #sidebar .box ul li a:hover {
		text-decoration: underline;
	}
	
	
	
	/* Main - Content */
	
	#main #main-in #content {
		float:right;
		width: 585px;
		margin: 0 20px;
	}
	
	#main #main-in #content .post {
		margin: 0;
		font-size: 13px;
		color: #010101;
		float: left;
		margin-bottom: 20px;
		width: 500px;
	}
	
	#main #main-in #content .post .title {
		padding-bottom: 11px;
		border-bottom: 1px dashed #000000;
	}
	
	#main #main-in #content .post .title h2 {
		padding: 20px 0;
		color: #000000;
		font: bold 27px Arial;
	}
	
	#main #main-in #content .post .title h2 a {
		color: #000000;
		text-decoration: none;
	}
	
	#main #main-in #content .post .title h2 a:hover {
		text-decoration: underline;
	}	
	
	#main #main-in #content .post .title a {
		font-weight: bold;
		color: #000000;
		text-decoration: none;
	}
	
	#main #main-in #content .post .title a:hover {
		text-decoration: underline;
	}
	

	#main #main-in #content .post .entry {
		margin: 0;
		padding: 15px 0;
		line-height: 18px;
	}
	
	#main #main-in #content .post .entry a {
		color: #ad0000;
		text-decoration: none;
	}
	
	#main #main-in #content .post .entry a:hover {
		color: #ad0000;
		text-decoration: underline;
	}
	
	#main #main-in #content .post .entry .picture {
		margin: 0 5px 5px 0;
		float: left;
	}
	
	
	#main #main-in #content .post .entry .more-link {
		font: bold 13px/16px Arial;
		color: #ad0000;
		float: right;
	}
	
	#main #main-in #content .post .entry .more-link a {
		color: #ad0000;
		text-decoration: none;
	}
	
	#main #main-in #content .post .entry .more-link a:hover {
		color: #ad0000;
		text-decoration: underline;
	}
	
	#main #main-in #content .post .info {
		font: bold 13px Arial;
		color: #ad0000;
		padding-top: 5px;
		border-top: 1px dashed #000000;
	}
	
	#main #main-in #content .post .info a {
		color: #ad0000;
	}
	
	#main #main-in #content .post .info a:hover {
		text-decoration: underline;
	}
	

	
	
	
	
	

	
	
	#main #main-in #content .post .title h3 {
		height: 36px;
		color: #000000;
		font: bold 16px/36px Arial;
		margin-top: 15px;
	}
	
	
	
	
	#main #main-in #content .post .comments {
		margin: 0;
	}
	
	#main #main-in #content .post .comments ol {
		margin: 10px 0 10px 0;
		padding-left: 20px;
	}
	
	#main #main-in #content .post .comments ol li {
		padding: 5px;
	}
	
	#main #main-in #content .post .comments ol li.alt {
		background: #e2e2e2;
	}
	
	#main #main-in #content .post .comments ol li cite {
		color: #ad0000;
		font-style: normal;
		font-weight: bold;
	}
	
	#main #main-in #content .post .comments ol li cite a {
		color: #ad0000;
		text-decoration: none;
	}
	
	#main #main-in #content .post .comments ol li cite a:hover {
		text-decoration: underline;
	}
	
	#main #main-in #content .post #commentform {
		margin: 0;
	}
	/*
	#main #main-in #content .post #commentform #submit {
		margin-top: 5px;
		background: #e2e2e2;
		color: #c00000;
		font-weight: bold;
		font-size: 12px;
		border: 1px solid gray;
	}
	*/
/* Footer */

#footer {
	height: 63px;
	background: url("images/footer_center.jpg") repeat-x;
	width: 100%;
	clear: both;
	color: #6c6c6c;
	text-align: center;
	font: normal 12px/26px Arial;
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}


.footer_center ul {
	list-style-type: none;
	color:#fff;
}

.footer_center ul li {
	float: left;

}

.footer_center ul li a {
	float:inherit;
	color: #fff;
	padding-right: 4px;
	margin-left: 4px;
	font: normal 9px Tahoma;
	text-decoration: none;
	border-right: 1px solid #fff;
}

.footer_center ul li a:hover {
	color: #ffffff;
	text-decoration: underline;}
.head_center {
    height:231px;
	background-image:url('images/head_center.jpg')
}
.head_left { 
    width:521px;
    height:231px;
	background-image:url('images/head_left.jpg');
	
}
.head_right {
    width:502px;
    height:231px;
	background-image:url('images/head_right.jpg')
}

.menu {
	width:225px;

	font-family:Tahoma;
	font-size:10px;
}
.footer_center {
	background-image:url('images/footer_center.jpg');
	text-align:center;
	font-family:Tahoma;
	font-size:12px;
	color:white;
	border-bottom-color:green 
}
.right_up {
	background:#fff url('images/right_up.jpg') no-repeat fixed right bottom
}
#content_left {
	width:220px;
	background:white url('images/left_down.jpg') no-repeat  left bottom;
}
#content_right {
    width:220px;
    background:white url('images/img_03.jpg') no-repeat bottom right ;
    }
.content_right {
	background:white url('images/img_03.jpg') no-repeat  bottom right;
	    vertical-align:top;
	    width:290px;
}
.content_center {
	background:white;
	margin-right:0px;
        font-size:12px;
color:#024692
}

.menu_link {
	font-family:Tahoma;
	color:#e5d7a8;
	font-size:9px;
	text-align:center;
	text-decoration:none;
}


a.menu_link:hover {
		font-family:Tahoma;
	color:#e5d7a8;
	font-size:9px;
	text-align:center;
	text-decoration:underline;

}
.head_menu_link {
	font-family:Tahoma;
	color:white;
	font-size:11px;
	text-align:center;
	text-decoration:none

}

a.head_menu_link:hover {
	font-family:Tahoma;
	color:white;
	font-size:11px;
	text-align:center;
	text-decoration:underline

}



#news {
    background:white url('images/news_bg_07.jpg');
	width:191px;
	padding-top:15px
}

.widgettitle {
	color:#024591;
	font-size:11px;
	font-weight:bold;
}
.widgettitle2 {
	color:#024591;
	font-size:11px;
	font-weight:bold;
}


.textwidget {
	font-size:11px;
	padding-left:46px
}
.left_down {
	margin-bottom:-1px
}
#menu_left{
	color:#1d7dc0;
	font-family:Tahoma;
	font-size:12px;
	padding-left:20px
}

a.news_title:link, a.news_title:visited {
	color:#777;
	text-decoration:none;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	text-align:left
}

a.news_title:hover {
	color:#666;
	font-weight:bold
}


a.navi_first:link, a.navi_first:visited {
	background:#fff url left no-repeat;
	display:block;
	color:#747474;
	text-decoration:none;
	font-size:12px;
	border-bottom: 1px solid #e2e8ee;
	_border-bottom: 1px solid #e2e8ee;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
}

a.navi_first:hover {
	background:#fff url(img/page/navi_first_active.gif) left no-repeat;
	color:#66bffb;
	font-weight:bold
}


a.navi_first_active:link, a.navi_first_active:visited {
	background:#BBECFF url(img/page/navi_first_active.gif) left no-repeat;
	display:block;
	color:#666;
	text-decoration:none;
	font-size:12px;
	border-bottom: 1px solid #dcdcdc;
	_border-bottom: 1px solid #dcdcdc;
	padding-left:14px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
}
a.box_navi_first_active:hover {
}

a.navi_second:link, a.navi_second:visited {
	background-color: #F0FBFF;
	display:block;
	color:#777;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	padding-left:23px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom: 1px solid #e2e2e2;
	_border-bottom: 1px solid #e2e2e2;
	background-color:#fafafa
}

a.navi_second:hover{
	color:#777777;
}

a.navi_second_active:link, a.navi_second_active:visited {
	background-color: #eee;
	display:block;
	color:#777777;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	padding-left:23px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom: 1px solid #fff;
	_border-bottom: 1px solid #fff;
}

a.navi_second_active:hover{
	color:#777777;
}

a.navigation_third:link, a.navigation_third:visited {
	background-color: #EFEFEF;
	display:block;

	color:#747474;
	font-weight:normal;

	text-decoration:none;
	font-size:12px;
	padding-left:30px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #fff;
	
}

a.navigation_third:hover{
	color:#747474; /* C39700 */
}

a.navigation_third_active:link, a.navigation_third_active:visited {
	background-color: #EFEFEF;
	display:block;
	color:#252524;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	padding-left:30px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #fff;
}

a.navigation_third_active:hover{
	color:#000;}
li {
	
	list-style:none;
}
.novosti {
	font-family:Arial;
	font-size:12px;
	padding:1px 7px 10px 10px;
	text-align:justify
}
a.news_link:link{
	color:#ff8847;
	font-size:11px;
}


a.news_link:hover{
	color:#ff8847;
	font-size:11px;
	text-decoration:underline;
}
.news_date {
	color:#29b8fb;
	font-size:12px;
	font-weight:bold;
	padding-left:px;
}
.more-link {
   font-style: normal;
   text-align: left;
   margin-right:7px;
   color:#66bffb;
   text-decoration:underline;
   
}
a.more-link:link {
   font-style: normal;
   text-align: left;
   margin-right:7px;
   color:#66bffb;
      text-decoration:underline;

   
   
}
a.more-link:hover {
   font-style: normal;
   text-align: left;
   margin-right:7px;
   color:#66bffb;
      text-decoration:underline;

   
   }

a.links_boxes1:link,
a.links_boxes1:visited {color: #fff; font-size:13px; text-decoration:none; font-weight:bold;}
a.links_boxes1:hover   {color: #000; text-decoration:none}
.navigation_box       {line-height:20px; background:#E7E7E7 url(../img/page/box_innerhead.gif);padding:5px; border-bottom: 0px solid #D7D7D7; font-weight:bold;}

.button,
.button_bbodes {font-weight: bold;font-size:11px;color: #fff;background-color: #F14807;cursor: pointer;border: 1px solid #F14807; margin:1px}
#barsubmit{font-weight: bold;font-size:11px;color: #fff;background-color: #024591;cursor: pointer; border: 1px solid #024591; margin:1px; width:50px; height:21px;}

#11  {
	width:1000px;
	font-size:small;
	height:15px;
	margin-top:2px
	
}

.news_button {
    position:absolute;
	margin-top:-22px;
	padding-left:3px
}
.kons_button {
    position:absolute;
	margin-top:22px;
	padding-left:3px;
	}
	
	.page_footer {
	background: #fff url('images/img_04.jpg');
	height:183px; 
	width:1024px;
}
    .pageheader {
    background:#fff url('images/head.jpg');
    height:233px
    }
.input {

}
.lang {
	background:#fff url('images/img_07.png') no-repeat;
	color:#fff
}
a.lang_link:link, a.lang_link:visited {
	color:#fff;
	text-decoration:underline;
	font-weight:normal;
	font-family:Tahoma;
	font-size:11px;
}
a.lang_link:hover {
	color:#fff000;
	text-decoration:underline;
	font-weight:normal;
	font-family:Tahoma;
	font-size:11px;
}

.poisk_text {
	color:#024591;
	font-weight:bold;
	font-size:12px;
}
#stt {
	width:100px;
	font-size:small;
	height:15px;
	margin-top:2px
	
}
.wys-text {
widht:243px;
text-align:left;
   font-family: Tahoma;
    font-size:12px;
color:#024692;
}
#wp-calendar {
}

#today {
color:white;
background-color:#62BDFB;
font-weight:bold;
text-align:center;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9px;
font-weight:bold;

	}

#wp-calendar a {
	text-decoration: none;
font-weight:bold;
font-size:12px;
color:#7CA20C
	}


#wp-calendar caption {
	font: bold 11px; 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
font-size:11px;
	}
.pad { 
	font-size:11px; 

}
#wp-calendar tbody {
font-size:12px; 
}

.nocomments{
display:none;
}
.linklove {
display:none;
}

.dot {
height:5px;
}

#quick_subscribe_messages {
font-size:9px;
font-family:Arial;
text-align:left;
quick_subscribe_messages
}
