/* READ ME: Do not use margins to set vertical spacing (with the exception of the margin-top value already set for #footer). Any additional vertical margins may throw off the height calculation that is keeping the footer stuck to the bottom of the page. See http://www.cssstickyfooter.com/ for more information. */

/* START Backgrounds */

html {
	background-color: #aaab99;
	height: auto;
	padding: 0;
	margin: 0;
	}
	
body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: verdana;
	min-width: 957px;
        font-size: 14px;
	}

#body_home {
	background-image: url('http://oregonstrongvoice.typepad.com/oregon-strong-voice/images/backgrounds/home_columns_bg.jpg');
       background-repeat: repeat-y; 
       background-position: center;
	}
	
#body_sub {
	background-image: url('http://oregonstrongvoice.typepad.com/oregon-strong-voice/images/backgrounds/sub_columns_bg.jpg');
       background-repeat: repeat-y; 
       background-position: center;
       position: relative;
	}
	
#logo_banner {
	background-image: url('http://oregonstrongvoice.typepad.com/oregon-strong-voice/images/backgrounds/logo_banner_bg.jpg');
        background-repeat: repeat-x;
	width: 100%;
	margin: 0px auto;
	}
	
body > #wrapper {
	height: auto;
	min-height: 100%;
        text-align: center;
	}
	
/* END Background */


/* START Frame */

#wrapper {
	height: auto;
	}

#main_content {
	padding-bottom: 111px; /* must be same height as the footer */
	width: 957px;
	margin-left: auto;
	margin-right: auto;
	}
	
#home_top_banner {
	margin: 0px auto;
        height: 238px;
	}

#left_content_column {
	width: 637px;
	float: left;
	}

#right_content_column {
	width: 320px;
	padding-top: 10px;
	height: auto;
	float: left;
        text-align: left;
	}	
	
/* END Frame */



/* START Home Nav */
#home_nav {
    top: 3px;
    left: 15px;
    width: 621px;
    height: 642px;
    list-style-type: none;
    margin: 0;
    position: relative;
    padding-bottom: 6px;
    }

#home_nav li {
    height: 321px;
    padding: 0;
    margin: 0;
    position: absolute;
    overflow: hidden;
    }

#nav_economy {
    top: 0px;
    left: 0px;
    width: 310px;
    }
    
#nav_jobs {
    top: 0px;
    left: 310px;
    width: 311px;
    }
    
#nav_voice {
    top: 321px;
    left: 0px;
    width: 310px;
    }
    
#nav_about {
    top: 321px;
    left: 310px;
    width: 311px;
    }
    
#nav_economy a {
    background-image: url('/oregon-strong-voice/images/home/economy.jpg');
    background-repeat: no-repeat;
    background-position: 0px -321px;
    }
    
#nav_jobs a {
    background-image: url('/oregon-strong-voice/images/home/jobs.jpg');
    background-repeat: no-repeat;
    background-position: 0px -321px;
    }
    
#nav_voice a {
    background-image: url('/oregon-strong-voice/images/home/voice.jpg');
    background-repeat: no-repeat;
    background-position: 0px -321px;
    }
    
#nav_about a {
    background-image: url('/oregon-strong-voice/images/home/about.jpg');
    background-repeat: no-repeat;
    background-position: 0px -321px;
    }
    
#nav_economy a:hover {
    background-position: 0px 0px;
    }
    
#nav_jobs a:hover {
    background-position: 0px 0px;
    }
    
#nav_voice a:hover {
    background-position: 0px 0px;
    }
    
#nav_about a:hover {
    background-position: 0px 0px;
    }
    
#home_nav li, #home_nav a {
    height: 321px;
    display: block;
    }
    
/* END Home Nav */

/* Start sub-page styling */

#main_content #left_content_column {
text-align: left;
}

#main_content #left_content_column .content_title {
padding-left: 10px;
padding-top: 20px;
}

.content_copy {
margin-top: -15px;
padding-left: 20px;
padding-right: 50px;
padding-bottom: 10px;
}

/* END sub-page styling */

/* Start elements for accessibility */

.screen_reader{
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
        height: 0px;
        margin: 0px;
	}
	
/* End elements for accessibility */



/* START Text Styling */

a {
color: #056839;
}

h3 {
	margin: 0;
        text-color: #186d37;
        font-size: 16px;
	}
	
#right_content_column h3, .home_news_date, .home_news {
	margin-left: 10px;
	margin-right: 10px;
	}
	
#left_content_column h3, #left_content_column h1, .content_title, .content_copy {
	margin-left: 10px;
	margin-right: 10px;
	}
	
#left_content_column h3 {
	padding-top: 10px;
	}
	
	
.home_news a {
	text-decoration: none;
	}
	
.home_news a:hover {
	text-decoration: underline;
	}
	
.content_title {
	font-weight: bold;
	padding-top: 10px;
	}
	
.content_copy a {
	text-decoration: none;
	}
	
.content_copy a:hover {
	text-decoration: underline;
	}


/* END Text Styling */

/* START sidebar styling */


#right_content_column ul {
padding-left: 20px;
margin-top: 20px;
}

#right_content_column li {
font-size: 12px;
padding-right: 45px;
list-style-type: none;
}

#right_content_column h2 {
font-size: 16px;
margin-bottom: 0px;
padding-bottom: 5px;
}

#right_content_column h2 a {
text-decoration: none;
color: #056839;
}

/* END sidebar styling */


/* START Content Image Positioning */

.content_copy img {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	float: right;
	}

.content_item {
	min-height: 150px;
	clear: both;
	}

/* END Content Image Positioning */


/* START Content Main Sub Image Positioning: 
Voice, Jobs, Economy, About */

.content_copy p img {
	margin-left: 10px;
	margin-right: 0px;
	padding-bottom: 10px;
        padding-top: 5px;
	}

/* END Content Main Sub Image Positioning */

/* START Twitter Feed Adjustments */
.twitter {
margin-left: 15px;
margin-bottom: 15px;
}

/* END Twitter Feed Adjustments */

/* START Footer */

#footer {
	position: relative;
	height: 111px;
	margin-top: -111px; /* negative value of footer height */
	background-image: url('http://oregonstrongvoice.typepad.com/oregon-strong-voice/images/backgrounds/footer_bg.jpg');
        background-repeat: no-repeat; 
        background-position: center;
	clear: both;
	}

.footer_nav {
padding-top: 40px;
text-align: center;
font-size: 14px;
}

		
/* END Footer */

/* Wufoo */

.info h2 {
 display: none !important;
}

/* END Wufoo */

/* START Cat Archive Header fix */
.content_item h2 {
padding-left: 30px;
margin-top: 20px;
margin-bottom: -15px;
}

/* END Cat Archive Header fix */

/* Google Custom Search fixes */

#cse-search-results iframe {
 width: 547px !important;
 height: 1000px !important;
 padding-top: 20px;
}

/* ph=1 */

