/*
Theme Name: Corporate Folio Theme
Theme URI: 
Description: 
Version: 
Author: Tony Nachev
Author URI: 
*/

@import "css/reset.css";
@import "css/text.css";

html, body{
	background: #e0e0e0 url(images/style1/bg.gif) top left repeat-x;
	text-align: center;
}
a{
	color: #3B8EC5;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1 a,h2 a,h3 a{
	color: #3399cc;
	text-decoration: none !important;
}
#wrapper{
	width: 960px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	text-align: left;
}
#logo{
	float: left;
	width: 310px;
	height: 86px;
	background: url(images/Logo.png) top left no-repeat;
	margin: 20px 0 20px 10px;
}
#header{
	position: relative;
}
#slogan{
	position: absolute;
	top: 55px;
	left: 84px;
	display: block;
	float: left;
}
#logo a{
	text-indent: -9999px;
	display: block;
	width: 310px;
	height: 60px;
}
#main_navigation{
	float: right;
	list-style: none;
	margin: 95px 20px 0 0;
}
#main_navigation li{
	float: left;
	background: url(images/style1/nav_lh.gif) top left no-repeat;
	margin: 0 5px 0 0;
}
#main_navigation li.current_page_item{
	background: url(images/style1/nav_l.gif) top left no-repeat !important;
}
#main_navigation li.hovered{
	background: url(images/style1/nav_l.gif) top left no-repeat;
	color:#CCCCCC;
}
#main_navigation li a{
	display: block;
	padding: 5px 10px 5px 10px;
		background: url(images/style1/nav_rh.gif) top right no-repeat;
	text-decoration: none;
	color: #444;
	text-transform: uppercase;
}
#main_navigation li.current_page_item a{
	background: url(images/style1//nav_r.gif) top right no-repeat !important;
	color: #fff;
}
#main_navigation li.hovered a{
	background: url(images/style1/nav_r.gif) top right no-repeat;
	color:#fff;
}
.content{
	background: url(images/content_repeat.gif) top left repeat-y;
	margin: 0 0 10px 0;
}
.content_footer{
	background: url(images/style1/content_foot.gif) top left no-repeat;
	height: 29px;
}
#content_background1{
	background: url(images/style1/content_main.gif) top left no-repeat;
}
#content_background2{
	background: url(images/style1/content_head.gif) top left no-repeat;
}
#featured{
	background: url(images/style1/featured.jpg) top left no-repeat;
	width: 880px;
	height: 257px;
	margin: 0 auto;
	padding: 30px 30px 0 30px;
}
	#slides{
		width: 880px !important;
	}
	li.slide{
		margin: 0;
		padding: 0;
		list-style: none;
		width: 880px !important;
		height: 257px;
		display: none;
	}
	#s1{
		display: block;
	}
	#featured img{

	}
	.extra{
		text-transform: uppercase;
		color: #EDEDEF;
		font-size: 11px;
	}
	#featured h1{
		margin: 0;
	}
	.next_link{
		background: url(images/style1/next_link.gif) top left no-repeat;
		float: right;
		position: absolute;
		top: 190px;
		right: 20px;
	}
	.next_link a{
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		padding: 10px;
		text-transform: uppercase;
		font-size: 13px;
		display: block;
		background: url(images/style1/next_link_r.gif) top right no-repeat;
	}
.col{
	list-style:none;
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
	min-height: 310px;
}
.widget{
	margin: 10px 0 0 0;
}
.widget ul{
	margin: 0;
	padding: 0;
}
.widget h2{
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #CCCDCE;
	margin: 0 0 15px  0;
	padding: 45px 0 10px 0;
	background: url(images/icon1.gif) top center no-repeat;
}
.c1{
	background: url(images/style1/shadow_left.gif) top right no-repeat;
}
.c1 .widget, .c3 .widget{
	padding: 5px 20px 10px 20px;
}
.c2 .widget{
	padding: 5px 0 10px 0;
}
.c3{
	margin: 0;
	background: url(images/style1/shadow_right.gif) top left no-repeat;
}



.widget ul li{
	background: url(images/bullet.gif) top left no-repeat;
	background-position: 0 5px;
	font-weight: bold;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}
.read_more{
	float: right;
	background: url(images/read_more.gif) top left no-repeat;
	padding: 0 0 5px 0;
}
.read_more a{
	padding: 8px 10px 5px 12px;
	display: block;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none !important;
	font-size: 12px;
	background: url(images/read_more_r.gif) top right no-repeat;
}
.widget h4{
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.widget h4 a{
	color: #4594C7;
}
.meta-data{
	text-transform: uppercase;
	font-size: 12px;
	color: #696A6C;
}
.widget blockquote{
	font-style: italic;
}
.widget cite{
	float: right;
	font-weight: bold;
	font-style: normal;
}
.flickr_badge_image{
	float: left;
	margin: 2px;
	border: 3px solid #DEDFE0;
}
#footer{
	background: url(images/style1/footer.gif) top left no-repeat;
	margin: 0 0 10px 0;
	height: 37px;
	padding: 15px 15px 0 15px;
}
#footer p{
	float: left;
}
#footer ul{
	float: right;
}
#footer li{
	list-style: none;
	float: left;
}
#footer li a{
	color: #fff;
	text-decoration: none;
}


/* Inner page styles*/

#page_heading{
	margin: 0 auto;
	width: 900px;
	background: url(images/style1/heading.jpg) top left no-repeat;
	height: 57px;
	padding: 25px 20px 0 20px;
}
#page_heading h1{
	width: 610px;
	float: left;
	color:#fff;
}
#search{
	width: 290px;
	float: left;
}
.page{
	float: left;
	width: 600px;
	padding: 20px 30px 30px 20px;
}
.search_btn{
	background: url(images/style1/search.gif) top left no-repeat;
	width: 86px;
	height: 39px;
	text-indent: -9999px;
	float: left;
	border: 0px solid;
}
#searchinput{
	background: url(images/style1/search_field.gif) top left no-repeat;
	width: 193px;
	height: 32px;
	float: left;
	margin: 3px 5px 0 0;
}
#searchinput input{
	width: 180px;
	margin: 2px 0 2px 2px;
	height: 20px;
	padding: 5px 0 0 5px;
	border: 0px solid;
}
.page a,.page-wide a{
	color: #3B8EC5;
	text-decoration: none;
}
.page a:hover,.page-wide a:hover{
	text-decoration: underline;
}
.meta{
	float: left;
	width: 140px;
}
.meta h3{
	font-size: 13px;
	background: #3B8EC5;
	color: #fff;
	padding: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid #3B8EC5;
}
.meta span{
	text-transform: uppercase;
	font-size: 11px;
}
.post{
	border-bottom: 1px solid #DFDFDF;
	margin: 0 0 20px 0;
}
.entry{
	float: right;
	width: 440px;
	padding: 0 0 10px 0;
}
.entry h2{
	font-size: 20px;
}
#bademail{
	border: 2px solid #B44426;
	background: #F0C4B9;
	padding: 5px;
	margin-bottom: 10px;
}
#success{
	border: 2px solid #239E1A;
	background: #BAF3B6;
	padding: 5px;
	margin-bottom: 10px;
}
#badserver{
	border: 2px solid #BEBF00;
	background: #FFFFAA;
	padding: 5px;
	margin-bottom: 10px;
}
#myForm input,#myForm textarea{
	border: 1px solid #ccc;
	padding: 5px;
}
#submitinput{
	background: #3B8EC5;
	color: #fff;
	font-weight: bold;
	border: 1px solid #275F83;
}
/* POST STYLES */

.alignleft{
	float: left;
	margin: 0 20px 0 0;
}
.alignright{
	float: right;
	margin: 0 0 0 20px;
}

/* COMMENTS */

.commentlist{
	list-style: none;
}
.commentlist li{
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	background: #EFEFEF;
	height: 100px;
	padding: 10px;
}
.comment-author{
	float: right;
	width: 90px;
	margin: 0;
}
.says{
	display: none;
}
.fix{
	clear: both;
}
.comment-meta{
	text-transform: uppercase;
	font-size: 11px;
}
form#comments{
	background: #EFEFEF;
}
.fieldset li{
	list-style: none;
	border-bottom: 1px solid #fff;
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #ddd;
	margin: 0;
}
#comments input,#comments textarea{
	border: 1px solid #ccc;
	padding: 5px;
}
.submit{
	text-align: center;
	padding-bottom: 10px;
}
#submit{
	background: #3B8EC5;
	color: #fff;
	font-weight: bold;
	border: 1px solid #275F83;
}

/* Widget Styles */

#calendar_wrap table{
	width: 100%;
}
#calendar_wrap table caption{
	background: #EDEDED;
	padding: 5px;
}
li.testimonial img{
	float: left;
	margin: 6px 20px 0px 0;
}
.widget a{
	color: #444;
}
.testimonial h2{
	background-image: url(images/icon2.gif);
}
.gallery h2{
	background-image: url(images/icon3.gif);
}
.widget_pages h2{
	background-image: url(images/icon6.gif);
}
.widget_recent_entries h2{
	background-image: url(images/icon4.gif);
}
.widget_categories h2{
	background-image: url(images/icon7.gif);
}
.widget_links h2{
	background-image: url(images/icon8.gif);
}
.widget_tag_cloud h2{
	background-image: url(images/icon10.gif);
}
.widget_recent_comments h2{
	background-image: url(images/icon2.gif);
}
.widget_recent_comments{
	font-weight: normal;
}

/*page with no sidebar*/
.page-wide{
	width: 920px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}
.post-wide{
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #DFDFDF;
}
.post-wide .meta{
	width: 350px;
}
.post-wide .entry{
	width: 570px;
}