/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* Content Container */
.custom #container {
margin-top: 0;
margin-bottom: 0;
padding: 0;


}




.custom .comments_closed p {display: none ;}

.custom #footer {
  text-align:center;
}

img { border: none; }

.custom #header { border-bottom:none;
height:157px;
width:990px;
padding-top:0;
padding-bottom:0;
padding-right:0;
background:url('/wp-content/uploads/2010/01/Kay_Banner_Photoshop_vsn990.jpg')
center left no-repeat;

}
#header_form {
    float: right;
    width: 170px;
    height: 87px;
    margin-right: 10px;
    margin-left: 15px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.header_input_email {
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

	height: 20px;
	width: 148px;
	margin-top: 50px;
	margin-bottom: 5px;
        margin-left: 10px;
        margin-right: 10px;
}

.header_input_zip {
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        margin-left: 10px;
	height: 20px;
	width: 76px;
	float: left;
}

.header_input_button {
float: right;
    height: 20px;
        margin-right: 10px;

}

.entry-content-twitter{
font-size: 12px;
line-height:14px;
margin-left:10px;
}

.menu{background-color:#D1D9EE;}

.h3{
style: bold;}

#signup input.text { margin-bottom: 10px; }
#signup label { font-size: 13px; color: #3a2602; }
#signup #email, #signup .input_addr1, #signup .input_addr2 { width: 325px;}
#signup #firstname { width: 130px;} #signup #lastname { width: 150px;}
#signup .input_addr1 { margin-bottom: 5px;}
#signup .input_city { width: 90px;} #signup .select_state_cd { width: 75px;} #signup .input_zip { width: 50px;}
#signup textarea { width: 330px; font-size: 12px; color: #454545; padding: 2px; border: 1px solid #a7a7a7; margin: 2px 0 15px;}
#signup .submit { margin-top: 10px;}

.required { color: #e31937; }


/*body.custom { background: #003a9f url('images/gradientbackground.jpg') 50% 0 no-repeat; }*/

	.custom #container { margin-top: 3em; margin-bottom: 2em; }

		.custom #page { background: #fff; }

                       .custom #sidebars { border-color:#DDDDDD;border-style:solid; }

/* this puts a line (which we can change to any color by building a new 3x3px gif, or possibly smaller, and loading it on our site) as a vertical separator. I could not get a 1X1gif to work, and didn't try 2X2.*/
.custom #content_box { 
  width: 100%; 
  background: url('http://www.kayforcouncil.com/wp-content/uploads/2010/01/3x3pxd1d9ef.gif') 640px 0 repeat-y; 
}


/* campaign blue as background for sidebar titles
.custom .sidebar h3{background-color: #167bbf;*/
/* campaign orange  
.custom .sidebar h3{background-color: #dc3a1f;*/

.custom .sidebar h3{background-color: #d1d9ef;

/*-moz-border-radius: 4px;&nbsp;*/
padding: 0.1em 0.1em 0.1em 0.5em; 
font-weight:bold; 
font-size:1.1em; 
color:#177dc1}

.widget_twitter div h3{background-color: #dc3a1f;

/*-moz-border-radius: 4px;&nbsp;*/
padding: 0.1em 0.1em 0.1em 0.5em; 
font-weight:bold; 
font-size:1.1em; 
color:#177dc1;}

.widget_twitter a.twitterwidget-title {
    font-weight:bold;
    color:#177dc1  
}


.full_width .page { width: 990px; }
