/*
Theme Name:     Steve Otis 2012
Description:    instance of Js Campaign 
Author:         Jeremy Sherber
Author URI:     http://jeremy.sherber.com/
Template:       Js-campaign
Version:        1.0
*/

/* Import Google Fonts if used */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);

/* Import Base Style */
@import url(../Js-campaign/style.css);

/* Now make any installation-specific changes to the base style */

/* Steve Otis header image is a little bigger */
#branding {height: 150px;}

/* Headlines use new font */
h1.entry-title {font-family: 'Open Sans Condensed';}

/* Widgets at bottom to blue */
#footer-widget-area p.footer-issue-topic,
#footer-widget-area h3.entry-title {
	background-color: #003355;
}
#footer-widget-area p.footer-issue-blurb,
#footer-widget-area .entry-summary {
	background-color: #bbbbbb;
	color: #333333;
}
