/*
Theme Name: Health Partners Free Clinic
Theme URI: http://healthpartnersclinic.org
Description: A custom WordPress theme built for Health Partners Free Clinic
Version: 1.0
Author: Ben Callahan, Forge
Author URI: http://forgeideas.com/
*/



/********************************************************************
	CSS File
	Design: Ben Callahan
	XHTML/CSS: Ben Callahan
	Programming: Ben Callahan
--------------------------------------------------------------------
	CHANGE LOG:
		BDC:	02-01-09		File Creation

********************************************************************/

/* HPC ORANGE */
#mission h2, .sectionFor a:hover, #footerHome #updates a:hover, #priCol h1, #mainNav li.current_page_item a {
	color: #f58026;
}

/* HPC GREEN */
#mission h1, #mission .readMore, .sectionFor a, #footer a, #priCol blockquote, #subCol ul a, #priCol a {
	color: #00788a;
}

/* EASY GRAY */
h2, h3, h4, h5, h6 {
	color: #333;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 62.5% "Trebuchet MS", "Verdana", sans-serif;
	background: #e5e5e5 url(i/bgTile.gif) top left repeat-x;
	letter-spacing: .05em;
	text-align: center;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
/* 	color: #000; */
}

/* HEADER font sizes */
h2 { font-size: 1.6em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.3em; }
h6 { font-size: 1.2em; }
/* END HEADER font sizes */

#wrapper {
	width: 842px;
	margin: 0 auto;
	text-align: left;
	background: url(i/bg-subPage.gif) left top repeat-y;
}


#header {
	width: 842px;
	height: 168px;
	background: url(i/bg-header.jpg) left top no-repeat;
	position: relative;
}

#wrapper.subPage #header {
	background: url(i/bg-header2.jpg) left top no-repeat;
}

#header h3 {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
	text-transform: uppercase;
	padding-top: 87px;
	margin-left: 0px;
	margin-right: 266px;
	text-align: center;
}

#logo {
	display: block;
	position: absolute;
	height: 113px;
	width: 218px;
	top: 12px;
	left: 583px;
}

#mainNav {
	list-style: none;
	position: absolute;
	top: 136px;
/* 	left: 21px; */
	text-align: center;
	width: 842px;
	margin: 0 auto;
/* 	padding-top: 36px; */
/* 	border: 1px solid red; */
}

#mainNav li {
/* 	float: left; */
/* 	width: 133px; */
	display: inline;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

#mainNav li a {
	color: #00788a;
	font-size: 1.3em;
/* 	display: block; */
}


#mainNav li a:hover, #mission a:hover {
	color: #000;
}

#mission {
	width: 842px;
	background: #fff url(i/bg-mission.jpg) left bottom no-repeat;
	font-family: Palatino, Times, serif;
	padding-bottom: 18px;
}

#mission h2 {
	font-size: 3.3em;
	font-weight: normal;
	padding: 15px 80px 4px 336px;
}

#mission h1 {
	font-size: 1.9em;
	font-weight: normal;
	padding: 4px 80px 12px 347px;
	line-height: 1.4em;
}

#mission a.readMore, #mission p.editThis {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 84px 0 348px;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
}

#targeting {
	background: #fff;
	margin-left: 15px;
	padding-left: 27px;
	width: 785px;
	float: left;
}

.sectionFor {
	float: left;
	width: 245px;
	margin-right: 12px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.sectionFor h4 {
	background: url(i/bg-sectionFor-title.jpg) left top no-repeat;
	padding: 8px 18px 8px 43px;
	color: white;
	text-transform: uppercase;
	font-size: 1.2em;
}

.sectionFor a {
	display: block;
	font-size: 1.4em;
	padding: 5px 18px 5px 20px;
}

.sectionFor a:hover {
	background: url(i/bug-sectionFor.png) left 50% no-repeat;
}

.sectionFor ul {
	list-style: none;
	background: #e5e5e5 url(i/shoe-sectionFor.jpg) left bottom no-repeat;
	padding-top: 5px;
	padding-bottom: 10px;
}

#priCol {
	float: right;
	width: 536px;
	margin-right: 40px;
}

#priCol #copy {
	float: left;
/* 	width: 360px; */
}

#priCol #pics {
	padding-right: 20px;
	padding-top: 60px;
	float: right;
	width: 155px;
}

#priCol h1 {
	font-family: Palatino, Times, serif;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: lighter;
	font-size: 2.5em;
}

#priCol blockquote {
	width: 496px;
	background: url(i/cap-quote.gif) left top no-repeat;
	padding: 20px 20px 0 20px;
	font-family: Palatino, Times, serif;
	font-size: 1.6em;
	text-align: center;
}

#priCol p, #priCol ul, #priCol ol {
	font-size: 1.2em;
	color: #555;
	padding-bottom: 1.5em;
	line-height: 1.4em;
/* 	float: left; */
}

#priCol ul, #priCol ol {
	margin-left: 20px;
	padding-left: 20px;
}

#priCol p.wp-caption-text {
	padding-bottom: 0;
}

#priCol h2 {
	color: #333;
	margin-bottom: .5em;
/* 	font-size: 1.5em; */
}

#priCol img {
	padding-top: 20px;
	padding-left: 20px;
	float: right;
}

#priCol .wp-caption img {
	padding: 0;
	float: none;
}

#priCol a:hover {
	color: #000;
}

#priCol ul {
	font-size: 1.2em;
	margin-left: 24px;
	color: #555;
}

#subCol {
	float: left;
	margin-left: 42px;
	width: 203px;
}

#subCol ul {
	list-style: none;
	font-size: 1.4em;
	padding-top: 20px;
	padding-bottom: 20px;
}

#subCol ul li {
	width: 203px;
	height: 26px;
	padding-bottom: 5px;
}

#subCol ul li a {
	display: block;
	height: 26px;
	line-height: 26px;
	margin-left: 20px;
}

#subCol ul li a:hover {
	color: #000;
}

#subCol ul li.current, #subCol ul li.current_page_item {
	background: url(i/bg-subNav.jpg) left top no-repeat;
}

#subCol ul li.current a, #subCol ul li.current_page_item a {
	color: #fff;
}

#subCol #subscribe h5 {
	height: 32px;
	width: 189px;
	background: url(i/bg-subSubscribe.gif) left top no-repeat;
	color: #e5e5e5;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 1.2em;
	padding-left: 20px;
}

#subCol #donate {
	height: 30px;
	width: 189px;
	background: url(i/btn_donate.jpg) left top no-repeat;
	padding-bottom: 30px;
}

#subCol #donate h5 {
	color: #e5e5e5;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 30px;
	text-align: center;
}

#subCol #donate h5 a:hover {
  color: #000;
}

#subCol #donate h5 a {
  color: #e5e5e5;
}

#subCol #subscribe {
	background-color:	#5ca4ae;
	width: 189px;
}

#subCol #subscribe p {
	color: #e5e5e5;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2em;
}

#subCol #subscribe #subscribeButton {
	float: none;
	margin-left: 20px;
	margin-bottom: 20px;
/* 	width: 80%; */

}

#subscribeButton {
    float: left;
    clear: left;
    margin-top: 10px;
}

#emailTextBox {
    width: 205px;
}

#subCol #subscribe #emailTextBox {
	width: 149px;
	margin-left: 20px;
}

.subPage #footer {
	background: #e5e5e5 url(i/cap-subPage-footer.gif) left top no-repeat;
	padding-top: 30px;
}

#footerHome {
	clear: both;
	float: left;
	background: url(i/bgTile-footerHome.gif) left top repeat-y;
	width: 842px;
}

#footerHome #updates {
	float: left;
	width: 534px;
	margin-left: 15px;
	background: #787878;
	margin-bottom: 12px;
	padding-bottom: 10px;
	color: #e5e5e5;
	display: block;
}

#updates .editThis {
	float: left;
	clear: both;
	margin-left: 120px;
}

#footerHome .update {
	float: left;
	width: 510px;
	padding-top: 10px;
	font-size: 1.1em;
}

#footerHome h5 {
	margin-left: 27px;
	margin-top: 20px;
	color: #e5e5e5;
	text-transform: uppercase;
	font-size: 1.2em;
}

#footerHome #updates dt {
	margin-left: 27px;
	float: left;
	width: 85px;
}

#footerHome #updates dd {
	float: right;
	width: 390px;
}


#footerHome #updates .readMore {
	float: left;
	font-weight: bold;
	font-size: .8em;
	color: #e5e5e5;
	text-transform: uppercase;
/* 	margin-bottom: 10px; */
}

	
#subscribeHome p {
	color: #e5e5e5;
	margin-left: 27px;
	margin-right: 24px;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}

#subscribeHome {
	float: right;
	width: 266px;
	background: #a0a0a0;
	margin-right: 15px;
	padding-left: 12px;
	padding-bottom: 15px;
/* 	border: 1px solid blue; */
}

#subscribeHome input {
	margin-left: 27px;
}

#footer {
	background: #e5e5e5;
	padding-top: 32px;
	clear: both;
	width: 842px;
	text-align: center;
	font-size: 1em;
	color: #555;
	background: #e5e5e5 url(i/shoe-footerHome-white.gif) left top no-repeat;
}

#footer a:hover {
	color: #000;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	clear: both;
	}

img.alignleft {
/*
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	clear: both;
*/
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


#priCol .ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;
	margin:4px 0 4px 5px;
	padding:4px;
	position:relative;
	float: left;
}

#postLinks {
	/* position: relative; */
	float: left;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

.previous {
	float: left;
}

.next{
	float: right;
}

.all {
	clear: both;
}

#sponsors {
/* 	clear: left; */
	width: 266px;
	float: left;
}

#sponsors p {
	float: left;
/* 	width: 100%; */
}

#sponsors a {
	float: left;
}

#sponsors img {
/* 	float: right; */
/* 	margin: 20px; */
/* 	border: 5px solid #efefef; */
}



#sponsors img:hover {
/* 	border: 5px solid #ddd; */
}

/* .clear1 { height:1px;font-size:1px;padding:0;clear:left; } */