/*
Theme Name: Corporate Folio Theme
Theme URI: 
Description: 
Version: 
Author: Tony Nachev
Author URI: 
*/

@import "reset.css";
@import "text.css";
html {-webkit-text-size-adjust:none;}

html, body{
	background: #fff url(../images/bg_inside.png) top left repeat-x;
	color: #fff;
	text-align: center;
	height: 100%
}
.home{
	background: #fff url(../images/bg.gif) top left repeat-x;
}
/* PAGE STRUCTURE */
.wrapper{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#container{
	position: relative;
	min-height: 100%;
	_height:  100%;
}
#container .wrapper{
	padding-bottom: 20px;
}

/* HEADER */
#logo{
	float: left;
	margin: 0;
	padding: 0;
	width: 280px;
	height: 32px;
	background: url(../images/logo.gif) top left no-repeat;
}
#logo a{
	display: block;
	text-indent: -9999px;
}
#topnav {
	height: 33px;
}
#topnav ul{
	float: right;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 0.9em;
}
#topnav ul li{
	float: left;
	list-style: none;
	margin: 0;
}
#topnav ul li a{
	color: #FFEDE8;
	text-decoration: none;
	padding: 0 10px 0 10px;
	line-height: 32px;
	display: block;
	margin: 0;
}
#topnav ul li a.current, #topnav ul li a:hover{
	color: #F4FBFF;
	text-decoration: none;
	background: url(../images/nav_glow.gif) bottom center no-repeat;
}
#header{
	background: url(../images/header.jpg) no-repeat;
	background-position: 19px 0;
}
#highlight h1{

	font-weight: bold;
	line-height: 1em;
	font-size: 2em;
	color: #fff;
	padding: 20px 0 0 0;
}
#inside #header #highlight h1{
	padding: 17px 0 3px 9px;
}
#highlight p{
	margin: 0;
	padding: 0;
}
#highlight img{
	float: left;
	margin: 0;
	
	padding: 0;
}
#highlight{
	position: relative;
}
#highlight p{
	color: #FFEDE8;
	font-size: 1.2em;
       font-weight: normal;
}
#buttons{
	position: absolute;
	bottom: 20px;
	right: 0;
}
#buttons span {
line-height: 37px;
font-size: 1.5em;
color: black;
margin-right: 20px;
}
#call_to_action, #call_to_action1{
	display: block;
	float: right;
	font-size: 14.4px;
	text-decoration: none;
}
#call_to_action1{
	background: url(../images/call_to_action.gif) top left no-repeat;
	color: #fff;
	font-weight: bold;
}
#call_to_action1 em{
	background: url(../images/call_to_actionr.gif) top right no-repeat;
	padding: 0 10px;
}
#call_to_action{
	background: url(../images/call_to_action1.gif) top left no-repeat;
	color: #444;
	margin: 0 15px 0 0;
	font-weight: bold;
}
#call_to_action em{
	background: url(../images/call_to_action1r.gif) top right no-repeat;
	padding: 0 35px 0 10px;
}
#call_to_action em, #call_to_action1 em{
	font-style: normal;
	display: block;
	line-height: 37px;
}
/* MAIN CONTENT AREA */
#content{
	margin: 20px 0 0 0;
}
.with_sidebar{
background: url(../images/content_sidebar.gif) top left repeat-y;
}
#slides, #right{
	background: url(../images/slides.gif) top right no-repeat;
	width: 690px;
	float: right;
	margin: 0;
	padding: 0;
}
#sidebar{
	background: url(../images/sidebar.gif) top left no-repeat;
	width: 270px;
	float: left;
}
#sidebar h3{

	font-weight: bold;
	line-height: 1em;
	font-size: 1.3em;
	margin: 15px 0 10px 21px;
}
#sidebar p{
	color: #444;
	padding: 10px;
}
#sidebar .execphpwidget {
border-bottom: 1px solid #CACACA;
}
#sidebar a{
	color: #0A3150;
	text-decoration: none;
}
#searchform{
	margin: 0 0 0 20px;
	padding: 0;
}
#s{
	border:1px solid #CCCCCC;
	padding:5px 5px 6px 5px;
	color:#909090;
	width:130px;

}
#searchsubmit{
	background: url(../images/button_bg.jpg) bottom left repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	border:1px solid #32312f;
	font-size:10px;
	margin:0px;
	padding:6px 4px;
}
#submit{
	margin: 0 auto;
	background: url(../images/button_bg.jpg) bottom left repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	border:1px solid #32312f;
	font-size:.8em;
	margin:0px;
	padding:4px 5px;
	text-transform: uppercase;

}
.block{
	background: url(../images/news.gif) top left no-repeat;
	width: 203px;
	margin: 0 0 0 19px;
	color: #333;
}
.block ul{
	background: url(../images/news_footer.gif) bottom left no-repeat;
	margin: 0;
	padding: 0 0 15px 0;
	list-style:none;
}
.block ul li{
	padding: 15px 15px 0 15px;
}
.block ul li em{
	font-weight: bold;
	display: block;
	font-size: .9em;
	font-style: normal;
}
ul.navigation li a span{

	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	border: none;
	color: inherit;
	}

#content .panel-wrapper ul li {margin-bottom:10px;}

#content_footer{
	background: url(../images/content_footer.gif) top left no-repeat;
	height: 20px;
	clear: both;
}
#slides h2, #right h2{

	font-weight: bold;
	text-align: center;
	color: #444;
	font-size: 2em;
	padding-top: 7px;
	line-height: 1.3em;
}
.column{
	float: left;
	width: 230px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.align_left, .alignleft{
	float: left;
	margin: 5px 20px 20px 0;
}
.align_right, .alignright{
	float: right;
	margin: 5px 0 20px 20px;
}
h4{

	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	line-height: 15px;
}
#footer{
	background: url(../images/footer.gif) top left repeat-x;
	margin: -86px 0 0 0;
	height: 46px;
	padding: 30px 0 10px 0;
	color: #555;
	position: relative;
	clear: both;
}
#fake{
	display: none;
}
#follow{
	float: right;
	margin: 5px 5px 20px 0;
	text-transform: uppercase;
	font-size: .8em;
}
#footer img{
	float: right;
	margin: 0 0 0 5px;
}

/*SLIDER*/


#slider {
    width: 960px;
    margin: 0 auto;

	padding: 0;
}

ul.navigation {
    list-style: none;
    margin: 0px;
    padding: 0;
    padding-top: 20px;
}

ul.navigation li {
	width: 253px;
	height: 38px;
	padding: 0 0 2px 17px;
	margin: 0;
}
ul.navigation img{
	float: left;
	margin: 9px 8px 0 12px
}
#sidebar ul.navigation a {
    padding: 9px 10px 10px 10px;
    color: #000;
	 background: url(../images/tab.gif) top left no-repeat;
    text-decoration: none;
	 display: block;
	 font-weight: bold;
	font-size: 14px;
	outline: none;
}
#sidebar ul.navigation a.current {
	 background: url(../images/tab_a.gif) top left no-repeat;
	 color: #fff !important;
}

ul.navigation a:focus {
    outline: none;
}

.hide {
    display: none;
}
.panel h2{
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 1.4em;
}

/*Inside pages*/

#right{
	color: #444;
	padding: 18px 60px 0 20px;
	width: 610px;
	_width: 600px;
	}

#right ul{
	margin: 15px 15px 15px 0;
	border-bottom: 1px solid #BFBFBF;
	padding: 0;
}
#right ul li{
	border-top: 1px solid #BFBFBF;
	padding: 5px;
	margin: 0;
	list-style-position: inside;
}
#right ol li{
	padding-bottom:15px;
	margin: 0;
}

#right img{
	padding: 4px;
	background: #EEEEEE;
	border: 1px solid #DFDFDF;
}

.entry h3{

	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 10px 0;
	line-height: 25px;
}
.post-meta{
	background: #F3F3F3;
	padding: 6px;
	font-size: .8em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.entry{
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #EAEAEA;
	padding: 0 0 10px 0;
}

/* CONTACT FORM*/
legend{

	font-weight: bold;
	font-size: 1.4em;
	line-height: 15px;
	margin: 0 0 10px 0;
}
#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;
}

/* COMMENTS */

.commentlist{
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist li{
	margin: 0 0 15px 0;
	min-height: 150px;
	clear: both;
	background: #F4F4F4;
	border: 1px solid #CACACA;
	padding: 10px;
	padding-bottom: 20px;
}
.comment-meta{
	margin: 0 0 10px 0;
}
.comment-meta a{
	text-decoration: none;
	color: #7F7F7F;
}

.comment-author{
	float: left;
	width: 90px;
	margin: 0 10px 0 0;
	text-align: center;
}
.comment-author cite{
font-weight: bold;
font-size: 16px;
padding: 5px 0 5px 0;

}
.comment-author cite a{
	text-decoration: none;
}
.says{
	display: none;
}
.fix{
	clear: both;
}
.comment-meta{
	text-transform: uppercase;
	font-size: 11px;
}
form#comments{
	background: #F4F4F4;
	border: 1px solid #CACACA;
}
.fieldset{
	padding: 0;
	margin: 0;
}
.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;
	display: block;
}
.submit{
	text-align: center;
	padding: 10px 10px 5px;
}


.panel embed{
	position: relative;
	z-index: 5;
	margin: 20px;
	overflow: hidden;
	
}
.dk-speakup-petition-wrap {
	margin: .5em 0 .5em 0;
}
.dk-speakup-petition-wrap a {
	text-decoration: none;
	outline: none;
}
.dk-speakup-petition-wrap p { margin: 0 0 .75em 0; }
.dk-speakup-petition-wrap input,
.dk-speakup-petition-wrap textarea,
.dk-speakup-message {
	color: #444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px !important;
	line-height: 1.4em !important;
	border: 1px solid #aaa;
	background: #fff;
	margin: 0 0 6px 0;
	padding: 2px;
}

input.dk-speakup-first-name,
input.dk-speakup-last-name,
input.dk-speakup-email,
input.dk-speakup-custom-field { width: 240px; }

.dk-speakup-petition-wrap input { height: 20px; }
textarea.dk-speakup-address {
	height: 50px !important;
	width: 240px;
}
.dk-speakup-message {
	height: 200px !important;
	width: 560px;
	padding: 4px;
	overflow: auto;
	background-color: #f9f9f9;
}
.dk-speakup-greeting { font-weight: bold; }
.dk-speakup-submit-wrap { margin: 13px 0 20px 0; }
.dk-speakup-submit {
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #470B0B;
	padding: 6px 12px 4px 12px;
	font-size: 18px;
	font-weight: bold;
	background: #B11B1B;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-shadow: 0px 2px 1px #D92121;
	-webkit-box-shadow: inset 0px 0px 0px 1px #DA2222;
	-moz-box-shadow: inset 0px 0px 0px 1px #DA2222;
	box-shadow: inset 0px 0px 0px 1px #DA2222;
	cursor: pointer;
}
input#gform_submit_button_1, input#gform_submit_button_2
{ 
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #470B0B;
	padding: 6px 12px 4px 12px;
	font-size: 18px;
	font-weight: bold;
	background: #B11B1B;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-shadow: 0px 2px 1px #D92121;
	-webkit-box-shadow: inset 0px 0px 0px 1px #DA2222;
	-moz-box-shadow: inset 0px 0px 0px 1px #DA2222;
	box-shadow: inset 0px 0px 0px 1px #DA2222;
	cursor: pointer;
	color: #fff;
}

.dk-speakup-submit span { color: #fff; }
.dk-speakup-response, .dk-speakup-share, .dk-speakup-notice { margin: 1em 1em 0 0; }
.dk-speakup-response, .dk-speakup-share { display: none; }

/* highlight colors used in form validation */
.dk-speakup-error {
	border: 1px solid #c00 !important;
	background-color: #ffebe8 !important;
}

/* label styles */
.dk-speakup-petition-wrap label {
	font: normal 13px/1.4em Helvetica, Arial, sans-serif;
	position: absolute;
	z-index: 3;
	margin: 4px 5px 0 5px;
	display: block;
	color: #999;
}
.dk-speakup-optin-wrap label {
	color: inherit;
	position: relative;
	margin: 0;
	display: inline;
	padding-left: 2px;
}
.dk-speakup-optin-wrap input {
	vertical-align: middle;
	margin-top: 3px;
}
.dk-speakup-blur { visibility: visible; }
.dk-speakup-focus { visibility: hidden; }

/* sharing links */
a.dk-speakup-facebook {
	background: url(../images/button-facebook.png);
	display: block;
	height: 37px;
	width: 130px;
	float: left;
}
a.dk-speakup-twitter {
	background: url(../images/button-twitter.png);
	display: block;
	height: 37px;
	width: 130px;
	float: left;
	margin: 0 0 0 10px;
}
.dk-speakup-signature-count span { font-weight: bold; }
.dk-speakup-progress {
	background: #ddd url(../images/bg-progressbar-large.png) repeat-x top left;
	height: 16px;
	border: 1px solid #999;
	margin-top: .25em;
}
.dk-speakup-progressbar { height: 16px; }
.dk-speakup-progressbar-low, .dk-speakup-progressbar-medium, .dk-speakup-progressbar-complete {
	background: #999 url(../images/bg-progressbar-large.png) repeat-x top left;
	border-right: 1px solid #999;
}
.dk-speakup-progressbar-medium { background-color: #09f; }
.dk-speakup-progressbar-complete { background-color: #3c0; }

/* expired petition styles */
.dk-speakup-expired-deadline,
.dk-speakup-expired-signatures,
.dk-speakup-expired-goal {
	font-size: .9em;
	margin: .25em 0 .25em 0;
}

.dk-speakup-expired-deadline span,
.dk-speakup-expired-signatures span,
.dk-speakup-expired-goal span { font-weight: bold; }

/* misc */
.dk-speakup-clear { clear: both; }

.footer-container {
width: 960px;
margin: 0 auto;
}
.footer-widgets {
float: left;
width: 960px;
color: #000;
background: #fff;
padding-bottom: 40px;
}
.footer-widgets .widget {
width: 300px;
padding: 20px 20px 20px 0;
float: left;
}

#right .listing h2 {text-align:left;}
#right .con-listing h2 {display:none;}

input#conlist-button
{ 
	background: url(../images/button_bg.jpg) bottom left repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	border:1px solid #32312f;
	font-size:10px;
	margin:2px 0 0 0;
	padding:6px 10px;
float:right;
}

#conlist {text-align:right;padding-bottom:20px;}

#conlist form select {border: 1px solid #ccc;
	padding: 4px 1px 3px 5px;}

.usercount {background-color:#B11B1B;color:#fff;font-size:13px; padding:5px 10px; border:1px solid #470B0B; -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;text-align:center;font-weight:bold;margin:10px 0 20px 0;text-shadow: 0px 2px 1px #D92121;}
.usercount a {color:#fff;}

#gform_wrapper_4 li#field_4_10 div.gfield_description {padding:0;}
