/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.
*/
body.custom {
	 background:#006699;
}

#navigation {
font-weight:bold;
}


input#s { 
width: 94%; 
background: #f6f6f6; 
border: 1px solid #1A3665; 
color: #666; 
font-size: 1.2em; 
padding: 4px 5px; 
height:26px;
font-weight:bold;
}
input#s:focus { background: #fff; border: 1px solid #888; color: #222; }


.widget_newsletter input[type=text], .newsletter-widget input[type=text] {
width: 94%; 
background: #f6f6f6; 
border: 1px solid #1A3665; 
color: #666; 
font-size: 1.2em; 
padding: 4px 5px; 
height:26px;
font-weight:bold;

}

.widget_ns_mailchimp input[type=text] {
width: 62%; 
background: #f6f6f6; 
border: 1px solid #1A3665; 
color: #666; 
font-size: 1.2em; 
padding: 3px 3px; 
height:24px;
font-weight:bold;
margin-right:6px;

}

.newsletter-subscription input[type=text] {
background: #f6f6f6; 
border: 1px solid #1A3665; 
color: #666; 
font-size: 1.2em; 
padding: 4px 5px; 
height:26px;
font-weight:bold;
width:300px;
}

.widget_ns_mailchimp label {
color: #666; 
font-size: 1.2em;
font-weight:bold;
padding-top:10px;
}


.widget_newsletter input[type=submit], .newsletter-widget input[type=submit], .newsletter-subscription[type=submit], .widget_ns_mailchimp input[type=submit] {
padding: 3px 3px;
}


