/*
	Theme Name: YB-Light
	Description: Modified from a theme by <a href="http://blog.seonews2.com/">Yellow Blog</a>
	Author: Aivar Azizov
	Author URI: http://blog.seonews2.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form, ul, ol {
	margin: 0;
	padding: 0;
}
ul { list-style: none; }
ol { list-style-position: inside; }

a { text-decoration: underline; color: #549bcc; }
a:hover { color: #333; }

body{
	font: normal 12px Verdana; 
	color: #333;  
	background: #fff url(images/header.jpg) repeat-x left top;
	text-align: center;
}

#container{
	width: 860px;
	height: 100%;
	text-align: left;
	margin: 0px auto 0px auto;
	}
	
#wrapper {
	float: left;
	width: 100%;
	}
	
#main {
	float: left;
	width: 650px;
	}
	
h1, h2, h3 { font: normal 24px Verdana; color: #eb95b8; }
h1 { font-size: 20px; margin-bottom: 7px; }
h2 { font-size: 18px; margin-bottom: 5px; }
h3 { font-size: 16px; margin-bottom: 5px; }

h1 a { color: #549bcc; text-decoration: none; }

h1 a:hover { color: #eb95b8; }

blockquote { 
	font-style: normal;
	text-align: justify;
	color: #000; 
	margin: 1.5em 1.5em 1.5em 0px;
	padding: 0px 0px 0px 30px;
	}

p { line-height: 18px; padding-bottom: 20px; }	

/*----HEADER----*/

#header{
	width: 100%;
	height: 100px;
 	padding-top: 50px;	
 	background: transparent;
	}
#header h1 { font-size: 30px;}
	


/* Description ------------------- */

#description { font: normal 18px Verdana; color: #eb95b8; text-decoration: none; margin: 0; }


/*--- Search Form ---*/
#search {
	float: right;
	margin: 0 10px 0 0;
	padding: 0;
	position: relative;
	top: -40px;
}
	
#s {
	background: #F4F4FC ; 
	color: #999;
	border: #c0c0cc solid ; 
	border-width: 2px 1px 1px 2px; 
	width: 170px;
	height: 14px;
	padding: 2px; 
	margin:0;
	}
	

/*--- Content ---*/

#content{
	float: right;
	width: 580px;
	padding: 0 0 0 0;
	margin-right: 40px;
}

#main #content {
	width: 400px;
	margin-right: 20px;
	}


.subtitle  {
	font-size: 16px;
	text-align: center;
	border-bottom: 4px double #999;
	padding-bottom: 2px;
	margin-bottom: 16px;
	}

#content h4 {
	padding: 0 0 0 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	}

/*----POST----*/

.post{
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dashed #aaa; 
	margin-bottom: 15px;}

.post h4 {
	font-style: normal !important;
	font-weight: bold !important;
	text-align: left !important;
	font-size: 13px;
	}
.post p a { text-decoration: underline; color: #549bcc; }
.post p a:hover { color: #eb95b8; }

.post h2{
	font-size: 14px;
	padding: 0;
	margin: 0 !important;
}

.post h2 a:link, .post h2 a:visited {
	text-decoration: none;
	color: #333 !important;
	}

.post h2 a:hover {
	text-decoration: none;
	color: #00c !important;
	}

.page .post h2 {
	font-size: 16px;
	color: #777777;
	}

.post .date { font-size: 12px; color: #abbbac; margin-bottom: 10px; }


.postinfo{
	font-size: 11px;
	color: #999;
	padding: 2px 0 10px 0;
}

.postinfo a, .postmetadata a {
	color: #999 !important;
}

.postmetadata{
	font-size: 11px;
	color: #aaa;
	margin: 20px 0 0 0;
	padding: 5px 0 ;
	text-align: right;
}

.entry p { 
	margin: 0 0 15px 0; 
	padding: 0;
	line-height: 150%;
}

.post h4 {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	}

.entry ol {
	margin-left: 25px;
	line-height: 150%;	
	}
	
.entry ul { 
	list-style-image: url(images/bullet.png); 
	margin-left: 20px;
	line-height: 150%;
	}
	
.entry ul li { 
	margin: 0 0 5px 10px; 
	}
.entry ol li { 
	margin: 0 0 5px 15px; 
}
		
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 0px; 
}

/*--- Entry Tables ---*/
.entry table {
	border-collapse: collapse;
	}
.entry table td, .entry table th {
	border: 1px solid #ccc;
	padding: 2px 4px;
	}

/*--- Entry Images --*/

.entry img {
	max-width: 100%;
	padding: 6px; 
	margin: auto;
	border: 1px solid #ccc;
	background: #eee;
	}


.entry img.alignleft { 
	margin: 0.5em 10px 0.5em 0; 
	padding: 0; 
	border: 1px solid #ccc;
	background: #fff;
	float: left; 	
	display: inline;
}
		
.entry img.alignright { 
	margin: 0.5em 0 0.5em 15px; 
	padding: 6px; 
	border: 1px solid #ccc;
	background: #fff;
	float: right; 
	display: inline;
}
		
.entry img.centered { 
	display: block; 
	padding: 6px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.centered {
	text-align: center;
	}
	
a img {border: none; }
/* End Images */
img.wp-smiley { display: inline !important; float: none !important; margin: 0; padding: 0; border: none; background: transparent;}

img#wpstats{display:none}

dt {
	font-weight: bold;
	margin-bottom: 1ex;
	border-bottom: 1px solid #999;
	}
dd {
	margin-bottom: 2ex;
	line-height: 150%;	
	}
	
.tabledisplay dt {
	width: 10em;
	float: left;
	margin: 0 0 6px 0;
	font-weight: bold;
	border: none;
	}
.tabledisplay dd {
	margin: 0 0 6px 11em;
}



dl img {float: left;
	padding: 0 !important;
	margin: 0 6px 0 0;
	border: 0px !important;
	background-color: #fff !important;
	}
	
	
.list dd {margin-bottom: 20px; margin-left: 8em;}	
	


table.schedule {
	margin: 10px auto;
	width: auto;
	border-collapse: collapse;
	font-size: 100%;
	}
.schedule th { 
	border-bottom: 1px solid #999;}
.schedule td {
	empty-cells: show;
	padding: 1px 10px;
	}




	
/*--- Formatting for Logo Gallery --*/

dl.gallery-item dt {
	border: none;
	}
	
.gallery .entry {
	text-align: left;
	margin-left: .5em;
	}
	
.attach img { width: 100%; }

dt.gallery-icon {
	border: none;
	text-align: center !important;
	margin-bottom: 0;
	}
	
.gallery img.attachment-thumbnail {
	float: none;
	}
/*--- Navigation ---*/
.navigation{
	float: left;
	width: 100%;
	margin: 10px auto;
	}

.previous {  
	float: left;
	}
	
.next {
	float: right;
	margin-right: 20px;
	}

.navigation a {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #549bcc;
	}
.navigation a:hover {
	text-decoration: underline;
	color: #eb95b8;
	}

/* Sidebar ------------------- */

.sidebar { background: #f7fcff; 
	margin-bottom: 10px; 
	width: 200px;
	}


.sidebar h1 {
	font-size: 100%;
	text-transform: uppercase;
	margin: 0;
	padding: 0; }
	
.sidebar h2{
	color: #eb95b8;	
	padding: 3px 0px 3px 10px;
	}


.sidebar ul{
	list-style: none;
	margin: 0 0 10px 10px;
	padding: 0;
	border: none;
}

.sidebar ul li{
	padding: 4px 0px;
	margin: 0px;
	list-style: none;
	
}

.sidebar a:link, .sidebar a:visited{
	text-decoration: none;
	color:#00c;
	color: #549bcc;
}

.sidebar a:hover{
	text-decoration: none;
	color: #eb95b8;
}

.sidebar form{
	margin-top: 6px;
	padding-top: 0;
	}
	
.sidebar form .input {
	border: #e5e5e5 2px inset;
	background-color: #efeffc;
	}
	
.linkcat { list-style: none;
	}
/*--- Left Sidebar ---*/
#sidebar_l{
	float: left;
	}

#main #sidebar_l { margin-left: 0px; }
	
/*--- Right Sidebar ---*/

#sidebar_r {
	float: right;
	font-size: 95%;
	text-align: center;
	width: 200px;
	margin: 0px 0px 5px 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	
	}
	
#sidebar_r ul {margin-left: 0; }
	
#buildinglogo {
	margin-bottom: 10px;
	}
	
/*-- calendar ---*/

table#wp-calendar {
	width: 95%;
	font-size: 100%;
	text-align: center;
	margin: 0px 1px 20px 10px;
	border-collapse: collapse;
	background-color: transparent;
}

#wp-calendar caption {
	font-weight: bold;
	padding: 1ex 0 6px 0;
	margin: 0 0 0;
	}

#wp-calendar td, #wp-calendar th {
	border: none;
	width: 14%;
	height: 2ex;
	}
#wp-calendar th {
	border-bottom: 4px double #eb95b8;
	}
td#today {
	color: #549bcc;
	border: 1px solid #549bcc;
	}
#wp-calendar .month{
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.1em;
	background-color: #efeffc;
	padding: 6px 0;
	border: 1px solid #aaa;
	}
#wp-calendar tfoot td {
	border-top: 4px double #eb95b8;
	
	}
	
#wp-calendar a{
	font-weight: bold;
	display: block;
	}
	
#wp-calendar a:hover{
	display: block;
	text-decoration: none;
	background-color: #fc0;
	}

/*
 * Comments
 *
 */
 
h2#comments { color: #549bcc; margin-bottom: 10px; font-size: 16px; }
 
.comment { background: #fafafa; padding: 10px; margin-bottom: 10px; color: #777; }
.comment p { color: #333; font-size: 11px; line-height: 16px; }
.comment .author { margin-bottom: 5px; }

.comment-form { position: relative;z-index: 10; }
.comment-form h3 { color: #333; }
.comment-form p {  padding-bottom: 5px; }
.comment-form .text { width: 150px; height: 20px; margin-top: 5px; }
.comment-form label { margin-left: 5px; }
.comment-form textarea { width: 380px; height: 70px; margin-top: 5px; }
.comment-form .submit { margin-top: 5px; padding: 3px 5px; margin-bottom: 10px; }

	
/*----FOOTER----*/

#footer { 
	background: #fff url(images/footer-bg.gif) repeat-x left bottom;
	text-align: center;
	 color: #549bcc;
 	font-size: 90%; 
	line-height: 1.2; 
	clear: both; 
	padding: 50px 0 20px 0;
	margin: 0px;
	}
	
#footer p {
	padding: 0;
	margin: 0;
	}

#footer a {
	color: #eb95b8;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #549bcc;
	text-decoration: underline;
	}
	
.disclaimer {
	font-style: italic;
	}

.clear { clear: both; width: 1px;}


