/*
Theme Name: HCPOA
Theme URI: http://hairydogdigital.com
Author: the WordPress team
Author URI: http://hairydogdigital.com/
Description: WordPress theme for HCPOA.
Version: 1
*/ 
/* HCPOA style.css */


/*******Reset*******/

/* 
	Eric Meyer's CSS Reset
	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
*/
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		vertical-align: baseline;
	}
	html {
		font-size: 62.5%; 
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	sub {vertical-align: sub;}
	sup {vertical-align: super;}
	
	body { background: #fff; font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 13px; font-size: 1.3rem; line-height: 18px; color: #555; position: relative; -webkit-font-smoothing: antialiased; }


/******** General ********/

body {
	background-color: #354178;
	background: #1e3060 url('images/misc/bg.jpg') top center no-repeat;
}

#container {
	width: 1040px;
	margin: 0 auto;
	padding-left: 70px;
	position: relative;
}

.clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: 'League Gothic';
    src: url('fonts/leaguegothic-regular-webfont.eot');
    src: url('fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-regular-webfont.svg#league_gothic_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}


strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/******** Header ********/

#facebook_icon {
	float: right;
	padding-top: 15px;
	padding-right: 85px;
}

#header {
	float: left;
	position: relative;
	background: url('images/misc/header_bg.gif') repeat ;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #96979a;
	width: 960px;
	height: 150px;
	margin:45px auto 0 auto;
}

#masthead {
	position: absolute;
	left: -40px;
	background: url('images/misc/title_bar_bg.png') top center no-repeat;
	width: 1040px;
	height: 135px;
	margin-top: 28px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 100;
}

#masthead #hcpoa_logo {
	position: absolute;
	top: -55px;
	margin-left: 50px;
}

#masthead #nameplate {
	position: absolute;
	top: 18px;
	left: 253px;	
}

#masthead #tagline {
	position: absolute;
	top: 97px;
	left: 280px;
}


/******** Slider *********/

#slider {
	float: left;
	position: relative;
	width: 985px;
	height: 383px;
	z-index: 98;
	margin-top: 55px;
}

#slider_content {
	position: absolute;
	width: 960px;
	top: 0;
	left: 0;
	border: 0;
	padding: 0;
	box-shadow: 4px 4px 16px rgba(0,0,0,0.75);
	background-color: black;
/*	background: #CCC url('images/slider-background.jpg') center center no-repeat;	*/
}

#slider_nav {
	position: absolute;
	top: 341px;
	left: -9px;
	width: 985px;
	height: 46px;
	background: url('images/misc/slider_nav_bg.png') top center no-repeat;
}


/******* Body Content ********/


#content {
	float: left;
	width: 920px;
	background-color: #fff;
	padding: 40px 20px 40px 20px;
	box-shadow: 4px 4px 16px rgba(0,0,0,0.75);	
}

#content h2, #content h3,#content h3 a{
	font-family: 'League Gothic', "Helvetica", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
}

#content header {
	margin-bottom: 24px;
}


#content h2 {
	color: #263478;
	font-size: 39px;
	line-height: 42px;
	margin-bottom: 0;	
	margin-top: 0;
}

#content h2 + p.event_title {
	margin-top: 24px;
}

#content h3 {
	color: #263478;
	font-size: 30px;
	line-height: 38px;
	margin-top: 0;
	margin-bottom: 2px;
}

#main h3 a:link, #main h3 a:visited {
	color: #555;
	text-decoration: none;
}

#main h3 a:hover, #main h3 a:active {
	color: #263478;
}

#sidebar h2 {
	color: #666;
	font-size: 36px;
	line-height: 39px;
}

#sidebar h2 a{
	text-decoration: none;
	color: #666;
}

#affiliated h3 {
	color: #fff;
	font-size: 36px;
	line-height: 36px;
}

#main {
	float: left;
	width: 600px;
	margin-top: 15px;
}

#main p {
	color: #444;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
}

#main ul li{
	list-style: disc;
}

#main ul {
	font-size: 18px;
	margin-bottom: 24px;
}

#main li {
	margin-bottom: 4px;
	margin-left: 40px;
}


#main p.event_title {
	color: #666;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

#main p.event_date {
	color: #263478;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

#main p a:link {
	color: #ec9c2f;
	text-decoration: none;
}

#main p a:hover, #main p a:active {
	color: #ca7703;
	text-decoration: underline;
}

#main p a:visited {
	color: #f3b45b;
	text-decoration: none;
}

#sidebar {
	float: right;
	width: 300px;
}

.gray_box {
	background-color: #eee;
	padding: 20px;
	margin-bottom: 20px;
}

#recent_news {
	height: 670px;
}

#recent_news p a:link, #recent_news p a:visited {
	color: #444;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#recent_news p a:hover, #recent_news p a:active {
	color: #999;
}

#news_scroller {
	height: 572px;
	overflow: scroll;
	border-bottom: 4px solid #ccc;
	border-top: 4px solid #ccc; 
	margin-bottom: 10px;
}

#news_scroller p.story {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#news_scroller p {
	padding: 10px 0 10px 0;
}

#news_scroller .news_story .story p {
	padding-top: 5px !important;
}

#news_scroller p.title, #news_scroller p.date {
	font-weight: bold;
	border: 0;
	padding: 0;
}

#news_scroller p.date {
	font-size: 0.85em;
	text-transform: uppercase;
}

#news_scroller p.title {
	padding-top: 10px;
}

#news_scroller p a.read_more{
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
}

#member_login {
	height: 220px;
}

#member_login p {
	margin-bottom: 4px;
}

p#password {
	margin-top: 4px;
}

#fine_print {
	margin-bottom:10px;
	margin-left:2px;
	margin-top: 16px;
}

#remember_radio,rememberme {
	margin-bottom: 6px;
}

#fine_print a {
	color: #666;
	font-size: 12px;
}

.button,#wp-submit,.login.button a{
	padding: 8px 25px;
	background-color: #263478;
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 5px;
	border: 0;
}
#wp-submit{
float:right;
}

#login {
	float: right;
	margin-top: 20px;
	margin-right: 4px;
}

#contact_information p {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

#contact_information p#highlight {
	background-color: #263478;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	font-style: italic;
	font-weight: normal;
	padding: 10px;
	margin-top: 10px;
}

#footer {
	position: absolute;
	bottom: -260px;
	margin-left: -1px;
}

#affiliations {
	float: left;
	position: relative;
	width: 930px;
	padding: 20px 20px 15px 20px;
	margin-left: -3px;
	background: url('images/misc/orange_bg.gif') top left repeat;
}

#affiliations h3 {
	float: left;
	font-family: 'League Gothic', "Helvetica", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	width: 175px;
	margin-left: 10px;
	margin-top: 10px;
}

#affiliations p {
	float: left;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#affiliations p img {
	margin-bottom: 15px;
}

p.associations {
	text-align: center;
	margin: 0 12px;
}

#affiliations a {
	text-decoration: none;
	color: #fff;
}

#affiliations a:hover {
	text-decoration: none;
	color: #263478;
}

#footer_top_bg{
	width: 977px;
	height: 15px;
	margin-left: -6px;
	margin-top: ;
	background: url('images/misc/footer_top_bg.png') top center no-repeat;
}


#footer_bottom_bg {
	float: left;
	width: 984px;
	height: 42px;
	margin-left: -6px;
	background: url('images/misc/footer_bottom_bg.png') top left no-repeat;
}

#footer_type {
	float: left; 
	width: 920px;
	padding-left: 20px;
	margin: 10px auto 20px auto;
}

#footer_type p {
	color: #fff;
	font-size: 14px;
}
#footer_type .left {
	float: left;
}

#footer_type a.right {
	float: right;
}


/*********** Interior Pages *********/

#sidebar #upcoming_events p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

#sidebar #upcoming_events .event_name, #sidebar #upcoming_events .event_date, #sidebar #upcoming_events #read_more p {
	font-weight: bold;
	color: #555;
	margin-bottom: 0;
}


#sidebar #upcoming_events #read_more {
	border-top: 4px solid #ccc;
	padding-top: 8px;
	margin-top: 8px;
}

#sidebar #upcoming_events #read_more a{
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

#main #about ul li a {
	text-decoration: none;
	color: #263478;
}

.news_story{
border-bottom: 4px solid #fff;
}

.post {
	border-bottom: 1px solid #ccc !important;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

article.post {
	border-bottom: none !important;
	margin-bottom: 0;
	padding-bottom: 0;
}

	
.entry-meta {
	margin-bottom: 24px;
}

.entry-content img {
	border: 8px solid #ccc;
	margin: 8px 16px;
}

img.alignleft {
	margin-left: 0;
	float: left;
}

img.alignright {
	margin-right: 0;
	float: right;
}

span.edit-link {
	display: none;
}



/* ********* Meteor Slides overrides *********** */

div#meteor-buttons {
	text-align: center;
}

div#meteor-buttons a {
	display: inline-block;
	float: none;
}


/* ********* Classifieds overrides *********** */

/*
	safest to prefix rules with [#main #classiwrapper] to ensure proper
	overrides without needing !important on everything.
*/	

div.uiwelcome {
    color: #444444;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 24px;
}

#main #classiwrapper {
	padding: 0;
}

#main #classiwrapper ul#postsearchads {
	margin-bottom: 24px;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	padding: 8px 0 0 0;
	text-align: center;
}

#main #classiwrapper ul#postsearchads li {
	display: inline-block;
	float: none;
	padding-right: 30px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

#main #classiwrapper ul#postsearchads li:last-child {
	padding-right: 0;
}

#main #classiwrapper p.awpcp-form-spacer {
	font-size: 14px;
	line-height: 16px;
}

#main #classiwrapper p.awpcp-form-spacer .helptext {
	display: none;
}

#main #classiwrapper p.awpcp-form-spacer input,
#main #classiwrapper p.awpcp-form-spacer select,
#main #classiwrapper p.awpcp-form-spacer textarea
 {
	font-size: 18px;
    color: #444444;
}

#main #classiwrapper p.awpcp-form-spacer textarea {
	padding: 5px;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 18px;
    color: #444444;
}


#main #classiwrapper .displayaditemseven,
#main #classiwrapper .displayaditemsodd {
	padding-top: 5px;
    color: #444444;
    font-size: 18px;
    line-height: 24px;
}

#main #classiwrapper .awpcp_ad_tn {
	float:left;
	padding-right:20px;
}

#main #classiwrapper .awpcp_ad_tn img {
	display: inline;
	margin: 0;
}

#main #classiwrapper .awpcp_ad_excerpt {
	float:left;
	width: 460px;
	padding: 0;
}

#main #classiwrapper .awpcp_ad_excerpt h4 {
	font-weight: bold;
}

#main #classiwrapper .awpcp_ad_excerpt p {
	font-size: 16px;
	margin-bottom: 8px;
}

#main #classiwrapper .awpcp_ad_meta {
	float:left;
	padding:0;
	font-size: 13px;
}

#main #classiwrapper .awpcp_ad_meta br {
	display: inline;
}


/*	----------------------------------------------------
	#### BEGIN CATEGORY ELEMENT OVERRIDES ####
	These overrides surpress CATEGORY items, since 
	there is only ONE CATEGORY. When additional
	categories are added, these overrides should be
	removed and multiple category styling will need
	to be applied.
	----------------------------------------------------	*/

#main #classiwrapper ul#postsearchads li:last-child {
	display: none;
}

#main #classiwrapper div.changecategoryselect {
	display: none;
}

div.showawpcpadpage div.awpcp-title {
	font-size: 18px !important;
}

div.showawpcpadpage + div.showawpcpadpage {
	padding-top: 10px;
}

div.showawpcpadpage {
	font-size: 15px;
	line-height: 20px;
}

div.showawpcpadpage label {
	font-size: 13px;
	font-weight: bold;
}


/*	----------------------------------------------------
	#### END CATEGORY ELEMENT OVERRIDES ####
	----------------------------------------------------	*/


#pippin_password_form label {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	display: block;
}

div.pippin_message {
	background-color: #ddd;
	border: 1px solid #000;
	margin-bottom: 24px;
	padding: 6px;
	font-size: 16px;
	color: #000;
}

