/*
Theme Name: New Vocations
Theme URI: http://horseadoption.com/
Description: Custom theme built for New Vocations by Design District
Version: 1.0
Author: Ben Callahan
Author URI: http://designdistrictinc.com/
*/



/**************/
/* CSS Layout */
/**************/

* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 62.5% 'Georgia', 'Times', serif;
	letter-spacing: .1em;
	text-align: center;
	background: #4a8797;
}



p.emailaboutthishorse {font-weight:900; width:210px;}
p.emailaboutthishorse a {color:#4A8797;}
a.moreaboutthishorse {font-weight:900; color:#4A8797 !important;}


img {
	border: none;
}

#wrapper {
	margin: 0 auto;
	width: 772px;
	text-align: left;
}

#floater {
	float: left;
	background: #fff url(i/bgTile.gif) repeat-y;
	padding: 0 11px 0 11px;
}

#header {
	float: left;
	position: relative;
	width: 750px;
	border-top: 11px solid #652525;
	background: #c3d7dc url(i/bgHeader.jpg) no-repeat top left;
	height: 139px;
}

#header #basicNav {
	margin: 0;
	padding: 0;
    margin-top:15px;
	float:right;
	list-style: none;
}.member-login {    margin:15px 15px 0px 10px;	font-size: 12.5px;	float:right;}

#header #basicNav li {
	float: left;
	margin: 0 .7em;
}

#pictures {
	float: left;
	width: 750px;
	background: #D0E0E4;
}

#pictures p {
	display: inline;
}

#pictures img {
	float: left;
	margin-right: 10px;
}

#pictures img#lastPicture, #pictures img.alignright {
	margin: 0;
}

#sideBar {
	float: left;
	width: 185px;
}

#mainNav {
	float: left;
	margin: 0px 25px 0 0px;
	background-color:#D0E0E4;
	width:180px;
	text-align:center;
}

#mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mission {
	float: left;
	margin: 12px 25px 25px 0px;
	text-align:center;
	width:180px;
}

#mission h2 {
	padding: 5px 0 5px 10px;
	background: #4a8797;
}

#mission p {
	padding: 5px 10px 10px 10px;
	background: #d0e0e4;
}

#emailSignup {
	float: left;
	margin: 12px 25px 0 15px;
}

#emailSignup #emailSubmit {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	background: #fff;
}

#emailSignup p {
	display: block;
	width: 160px;
	margin-bottom: 10px;
}

#mainContent {
	float: left;
	width: 558px;
	margin-top: 25px;
	margin-left:7px;
}
#mainContent.notopws {
	margin-top: 0px !important;
}

#feature {
	float: left;
	margin: 0 25px 25px 25px;
	padding: 14px;
	padding-right:5px !important;
	width: 514px;
	background: #d0e0e4;
}

#feature img {
	float: left;
	border: 5px solid #4a8797;
	margin: 0 14px 0 0;
}

.horseArchive {
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
	clear: left;
	width: 555px;
}

.newsItem img, .horseArchive img {
	border: 5px solid #4a8797;
	margin: 5px;
}

#feature p {
	padding-right: 14px;
}

#news {
	float: left;
	margin: 0 25px 25px 25px;
}

.newsItem {
	float: left;
	background: #fff url(i/newsRule.gif) bottom left no-repeat;
	margin: 5px 0 20px 0;
	padding-bottom: 20px;
	width: 450px;
	clear: left;
}

.horseArchive img {
	float: left;
/* 	margin-right: 10px; */
}

.newsItem p {
	margin-right: 25px;
}

#thanks p {
	display: inline;
	float: left;
}

#thanks {
	float: left;
	margin: 0 0 25px 25px;
	width: 450px;
	clear: left;
}

#thanks img {
	float: left;
}

#thanks a {
	float: left;
	border: 5px solid #fff;
	margin: 5px;
}

#thanks a:hover {
	border-color: #d0e0e4;
}

#mainContent .aligncenter {
	display: block;
	margin: 0 auto;
}

#mainContent .alignleft {
	display: block;
/* 	float: left; */
}

#mainContent .alignright {
	display: block;
	float: right;
}

#contact {
	float: left;
	width: 750px;
	background: #525252;
	margin-top: 25px;
}

#footer {
	float: left;
	width: 772px;
	padding: 25px;
	background: #4a8797 url(i/footerBottom.gif) bottom left no-repeat;
}

#mainContent .horseArchive .horseSummary p {
	margin: 0 0 5px;
	padding: 0;
}

.horseSummary {
	float: right;
	margin: -12px 25px 0 0;
	width: 310px;
}


/****************************/
/* Font Sizing and Coloring */
/****************************/
h1 {
	font-size: 1.6em;
	letter-spacing: .25em;
	color: #444;
	font-weight: normal;
	text-align: center;
	margin-top: 60px;
}

h1 em {
	font-size: 1.3em;
	font-style: normal;
	display: block;
	margin-bottom: .3em;
}

body {
	color: #525252;
}

#header {
	text-transform: uppercase;
}

#header #basicNav li {
	font-size: 12.5px;
}

a, #emailSignup #emailSubmit {
	color: #652525;
	text-decoration: none;
}

a:hover, a:visited, #emailSignup #emailSubmit:hover {
	color: #555;
}

a:hover, #emailSignup #emailSubmit:hover {
	text-decoration: underline;
}

li.current_page_item a {
	color: #fff;
	background-color: #652525;
}

#mainNav {
	font-size: 1.6em;
}

#mainNav li {
	margin-bottom: 1em;
}

#mission h2 {
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
}

#mission p {
	color: #525252;
	font-size: 1em;
}

#emailSignup #emailSubmit {
	font-family: 'Georgia', 'Times', serif;
	font-size: 11px;
	letter-spacing: .1em;
	width: 130px;
	text-align: left;
}

#feature h3 {
	font-size: 2em;
	color: #454545;
	font-weight: normal;
	margin-bottom: 10px;
}

#mainContent.page p {
	font-size: 1.3em;
	padding: 0 25px 15px 0;
	line-height: 1.3em;
}

#feature p {
	font-size: 1.3em;
	color: #525252;
	margin-bottom: 10px;
}

#news h4, #thanks h4, #mainContent h2, #horseArchive h4 {
	font-size: 2.2em;
	font-weight: normal;
	color: #333;
}

#mainContent h3 {
	font-size: 1.5em;
	font-weight: normal;
}

.newsItem h5 {
	font-size: 1.4em;
	color: #444;
	font-weight: normal;
}

.newsItem .newsDate {
	display: block;
	font-size: 1.1em;
	color: #4b8797;
	font-style: italic;
	padding-bottom: 5px;
}

.newsItem p {
	font-size: 1.3em;
	color: #525252;
	margin-top: 5px;
}

.newsItem .moreLink {
	font-size: 1.1em;
	display: block;
	margin: 5px 0;
}

.post-meta {
	list-style: none;
	font-size: 1.3em;
	display: block;
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}

.post-meta li {
	font-style: italic;
}

.post-meta li .post-meta-key {
	font-weight: bold;
	font-style: normal;
}

.contactItem {
	color: #ddd;
	width: 43%;
	font-size: 1.1em;
	float: left;
	padding: 15px;
}

.contactItem a {
	color: #fff;
}

.contactItem a:hover {
	color: #fff;
	background-color: #4b8797;
}

.contactItem h6 {
	font-size: 1.3em;
	font-weight: normal;
}

#footer p {
	color: #fff;
}


/***************************************/
/* fix for IE6 double margin float bug */
/***************************************/
#news, #thanks, #feature, #emailSignup, #mission, #mainNav {
	display: inline;
}

#header h1 em {margin-top:0px; font-size:26px; margin-left:55px; letter-spacing:0.2em;}
span.site-description {position:relative; top:10px; left:35px; font-size:24px; margin-left:70px; letter-spacing:0.25em; font-weight:900; color:#652525;}
.pay-for-adoption-button {float:right;}
#pay-for-adoption {position:relative; top:-24px;  float:right;}
#pay-for-adoption p {clear:both; font-size: 0.8em; width:170px; float:right; margin-right:0px !important; padding-right:0px !important;}

h2.adopt-h2 {float:left;}

#facebook {text-align:center; float:left; margin-top:15px; margin-left:10px;}
a.facebook-link {color:#652525; font-size:14px;}
#mainNav a {color:#000;}
p.adoption-paragraph {padding-top:25px; margin-bottom:5px; clear:both;}
a.application-link {color:#4A8797 !important; font-weight:900;}
a.application-link:hover {color:#4A8797 !important;}

#top-space {clear:both; height:25px;}

/* State Navigation Tab CSS */
#statetabs{text-align:center; width:558px; margin-left:auto; margin-right:auto;}
table.statetabs {width:550px; margin-top:15px; margin-bottom:15px; margin-right:5px !important; position:relative !important; left:-2px !important;}
table.statetabs td {background-color:#D0E0E4; border:1px solid #00677F;  border-left:none; margin-left:0px; text-align:center; padding-top:2px; padding-bottom:2px;}
table.statetabs td:hover {background-color:#11b9e3 !important;}
table.statetabs td a {font-size:16px; color:#000000 !important;}
table.statetabs td a:hover {text-decoration:none !important;}
table.statetabs td:hover a {color:#ffffff !important;}


