/*  
Theme Name: Schedulers
Theme URI: http://www.splaniroval.ru/
Description: Splaniroval.ru Theme
Version: 2.0.4
Author: splaniroval.ru
Author URI: http://www.splaniroval.ru/
*/

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	line-height:1;
	font-family: Arial;
	line-height: 20px;
}

h2, h3, h4, h5{
	font-weight: bold;
	margin: 0 0 5px;
}

h2{
	font-size: 32px;
	font-family: Arial;
}

h3,h4{
	font-size: 24px;
	font-family: Arial;
}

h4{
	font-size: 24px;
	font-family: HelveticaNeue-UltraLight, 'Helvetica Neue UltraLight', 'Helvetica Neue', Helvetica, helvetica, arial, sans-serif;
}


h5{	font-size: 14px;}

a{
	text-decoration: none;
	border-bottom: 1px dashed #404040;
}

a:hover{ border-bottom: 1px solid #404040; }

input,select,textarea{
	border: 1px solid #808080;
	font-size: 12px;
	padding: 5px;
}
select{ padding: 0; }

li{ list-style: none; }

/*==============  HEADER  ===================*/
#top{
	clear: both;
	height: 30px;
	margin: 0 auto;
	padding:0;
	line-height:29px;
	font-size:12px;
}

#top a { border-bottom: 0px; }

#header{
	height: 130px;
	border-bottom: 1px dotted #404040;
	margin: 10px 0px;
	padding: 5px 0px;
}

.logo, .logo a, .logo h2{
	border-bottom: 0px;
	font-weight: lighter;
	line-height:25px;
	}


.post-info,  #blogdescription{
	font-size: 11px;
	height: 30px;
	margin: 40px 0 0px;
}

	
/*- Search -*/
#search{
	height: 32px;
	margin: 0 0 10px;
}

#search input{
	background: transparent;
	border: 0px;
	float: left;
	font-size: 12px;
	margin: 5px 0 0 10px;
	width: 178px;
	padding:2px;
}

#search .btn{
	margin: 7px 0 0;
	padding: 0;
	width: auto;
}

/*==============  MAIN  ===================*/
/*=== MU Blog ===*/
.blog-name,.blog-name a{
	font-size:14px;
	border-bottom: 0px;
	font-weight: 300;
	margin: 10px 0px 20px;
	text-align: right;
}

.mu_post{ font-size: 12px; margin: 3px 18px 0px; }
.mu_post .mu_date{ font-size: 11px; padding:2px;}
.mu_post .mu_title{ font-size: 12px; margin: 0px 5px 0px; font-weight: 900; }
.mu_post .mu_details{ font-size: 11px; margin: 0px 5px 0px;}


/*=== Styling Boxes ===*/

/*- Box (main column boxes) -*/
.box{
	padding:18px;
	font-size: 12px;
}

/*- Post -*/
.featurepost h2{ font-size:28px; }
.featurepost a {border: 1px dotted #404040 important!;}
.box h2   { font-size:24px; line-height: 20px;}
.box h2 a { border-bottom: 0px; }
.box div a { border-bottom: 0px; }

.post-category, .post-category a{
	font-family: HelveticaNeue-UltraLight, 'Helvetica Neue UltraLight', 'Helvetica Neue', Helvetica, helvetica, arial, sans-serif; 
	font-size: 24px;
	line-height: 20px;
	border-bottom: 0px;
	font-weight: 100;
	height: 26 px;
}

.post-info{
	border-top: 1px dotted #404040;
	font-size: 11px;
	height: 30px;
	margin: 10px 0 10px;
}
.post-info tbody tr td {overflow: hidden;}
.post-info tr td a, .post-info tbody tr td a:hoover { border-bottom: 0px; }
.post-info div {margin: 0px 5px 0px;}

img.post-thumbnail { float:left; margin: 5px 10px 5px 0; }

/*- Single Post -*/
.singlepost-title{
	font-size: 30px;
	line-height: 26px;
	font-family: Arial;
	font-weight: bold;
	margin: 0 0 5px;
}

.singlepost-info, .singlepost-info a{
	font-family: HelveticaNeue-UltraLight, 'Helvetica Neue UltraLight', 'Helvetica Neue', Helvetica, helvetica, arial, sans-serif; 
	font-size: 30px;
	line-height: 26px;
	border-bottom: 0px;
	font-weight: 100;
	height: 30 px;
}
.singlepost-info sup, .singlepost-info sup a{
	font-size:12px;
}


.singlepost-more{
	font-size: 11px;
}

.entry { margin-bottom:5px;}
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6 {font-family: Arial; padding-top: 10px;}

.entry p{
	font-size:12px;
	line-height:16px !important;
	padding-bottom: 10px;
	}

.entry table{
	border-spacing: 0px;
	margin-bottom: 5px;
}

.entry table, .entry table tr, .entry table tr td{
	border: 1px solid #777777;
	font-size:12px;
	line-height:16px;
	}
	
.entry table tr td{
padding-left: 5px;
}
	
.entry h1{
		font-size: 28px !important;
		line-height: 25px !important; 
		height: 30 px !important;
}

.entry h2{
		font-size: 22px !important;
		line-height: 20px !important;
		height: 25 px !important;
}


.entry h3{
		font-size: 18px !important;
		line-height: 16px !important;
		height: 22 px !important;
}
	
	
.entry h4{
		font-size: 16px !important;
		line-height: 14px !important;
		height: 18 px !important;
}
	
.entry blockquote { 
	padding: 0px 10px;
	border-left: 2px solid #777777;
	margin: 5px auto 15px auto;
	width:85%;
	color: #777777;
	font-style: italic;
	}
	
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 18px;
	}
	
.entry img { 
	padding: 2px 2px 2px 2px;
	background:#F8F8F4;
	border: solid 1px #e6e6e6; 
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:16px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle outside !important;
	margin-left:15px;
	padding:1px 0px;
	}
.entry ul li ul li {
	list-style:disc outside !important;
	}
.entry ol li {
	list-style:decimal outside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero outside !important;
	}

	
/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em !important;
	padding: 0 0 5px;
	color:#333 !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p, #respond p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist .content {
	margin-left:70px;
}
.commentmetadata a {
	font-size:11px;
	color:#333333;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li.comment{
	padding: 15px 15px 5px;
	margin:10px 0;
	/* background:#F8F8F4; */
	/* border:1px solid #DEDBD1; */
}

input#submit {
	font-size: 12px;
	color:#363636;
	font-weight:bold;
	padding:7px 10px;
	margin: 0 0 7px 0;
	text-align: left;
	border: 1px solid #DEDBD1;
	background:#F5F4F0;
}

	
/*- Lite Post -*/
.litebox{
	padding: 0px 20px 40px 20px;
	border: 0px;
	font-size: 11px;
	margin-right: 100px;
}

.litebox h2 ,.litebox h2 a { 
	font-size:20px; 
	line-height: 20px; 
	border-bottom: 0px;
}

.litebox .post-category, .litebox .post-category a  { 
	font-family: HelveticaNeue-UltraLight, 'Helvetica Neue UltraLight', 'Helvetica Neue', Helvetica, helvetica, arial, sans-serif; 
	font-size:20px; 
	line-height: 20px;
	border-bottom: 0px;
	font-weight: 100;
	height: 25 px;
}



/*- Sidebar&widgets -*/
.hl{
	font-weight: bold;
	font-size: 18px;
}

.widget{ margin: 0 0 20px;}
.widget ul li{font-size: 14px;}
.widget ul li a,.widget div a{border-bottom: 0px;}



/*=== Footer ===*/
#footer{
	border-top: 1px dotted #404040;
	font-size: 12px;
	height:30px;	
	margin-top:10px;
	padding: 18px 0 0px 0;
	line-height:22px;
}

#footer a { border-bottom: 0px; }

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

.fl{
	float: left;
}
img.fl{
	margin: 0 12px 5px 0;
}
.fr{
	float: right;
}
.fn{
	float: none;
	display:inline;
}

.ac{
	text-align: center;
}
.ar{
	text-align: right;
}

.gravatar {
	float:left;
	border: 1px solid #DEDBD1;
	margin: 0px 7px 0 0;
	padding:4px;
	background:#FFFFFF;
}

/*- Navigation -*/
.more_entries {
font-weight: bold;
font-size: 14px;
}
.more_entries a {border-bottom: 0px;}

/*=== Searchpage ===*/

#searchpage{
	height: 50px;
	margin: 0 20px 30px;
}

#searchpage input{
	background: transparent;
	border: 0px;
	float: left;
	font-size: 22px;
	font-weight: lighter;
	margin: 5px 0 0 10px;
	width: 420px;
	padding:2px;
}

#searchpage .btn{
	margin: 7px 0 0;
	padding: 0;
	width: auto;
}

/*=== Registration ===*/
.mu_register h2{
	font-size: 30px;
	font-family: Arial;
	font-weight: bold;
	margin: 0 0 5px;
}

#user_name, #user_email{
	float: left;
	font-size: 22px;
	font-weight: lighter;
	margin: 5px 0 0 10px;
	width: 420px;
	padding:2px;
}

