/*
Theme Name: Purofirst
Theme URI: http://www.purofirst.net/
Description: The default theme for Purofirst of Metropolitan Washington.
Author: Pongo Interactive
Author URI: http://www.pongos.com/
Version: 1.0
License: GPL2
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   Modifications: Michael Dance - April 2011
*/

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,
a,abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strong,sub,sup,tt,var,
b,u,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0;
}
article,aside,details,figcaption,figure,footer,
header,hgroup,menu,nav,section{
	display:block;
}

body {
	line-height:1.2;
}

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;
}

em, i {
	font-style:italic;
}

strong, b {
	font-weight:bold;
}

/* end resets --------------------------- */

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: ""; display: block; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

.hide { display: none; visibility: hidden; }

body {
	font-family: "New Times Roman", Times, Georgia, serif;
	font-size:15px;
	color:#000;
}
h1,h2,h3,h4,h5,h6 {
	color:#933;
	font-weight: bold;
	line-height: 1;
}
h1 {
	font-size: 200%;
	margin-bottom: .6em;
}
h2 {
	font-size: 150%;
	margin-bottom: .6em;
	margin-top: 1em;
}
h2:first-child { margin-top: 0;}
h3 {
	font-size: 120%;
	margin-bottom: .7em;
	margin-top: .6em;
	line-height: 1.3;
}
h4 {
	font-size: 110%;
	margin-bottom: .3em;
}
p {
	margin: .5em 0 .7em;
}
li {
	margin-bottom: .2em;
}
#wrapper {
	width:760px;
	margin:10px auto 20px;
	border:1px solid #999;
	padding:1px;
}

a {
	color:#933;
	text-decoration:underline;
}
a:hover {
	color:red;
}

/* =Header
------------------------------------------ */

#header {
	position:relative;
	background-color:#933;
	text-align: center;
	overflow: hidden;
}

#header .logo {
	float: left;
	margin:12px 0 -4px 20px;
}
#header #header-text {
	float: left;
	margin: 10px 10px 0 0;
	width: 471px;
}

#header h3,
#header h4 {
	text-shadow: 1px 2px 5px #000;
	color: #f8d11c;
	line-height: 1.1;
}
#header h3 {
	font-size: 108%;
	margin-bottom: .5em;
	margin-top: 0;
}
#header h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	margin-bottom: .8em;
	color: white;
	font-weight: normal;
}
#header h4 span {
	color: #f8d11c;
}
#header .tagline span {
	color: white;
	font-size: 203%;
	display: block;
	line-height: 1.1;
	margin-top: .1em;
}


/* =Navigation
------------------------------------------ */

#navigation {
	height:30px;
	background-color:#000;
	margin-top:1px;
	border-bottom:4px solid #fc0;
	padding-left:10px;
	position:relative;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li {
	float:left;
	line-height: 1;
	margin: 0;
}

#menu li ul {
	position:absolute;
	background-color:#ffefb8;
	border:2px solid #fc0;
}

#menu li li {
	position:relative;
}

#menu a {
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:10px 7px;
}
#menu .current_page_item > a,
#menu .current-page-ancestor > a,
#menu a:hover {
	color:#fc0;
}

#menu li li a {
	text-transform:none;
	font-weight:normal;
	color:#000;
	padding:7px 10px;
}
#menu li li.current_page_item a,
#menu li li a:hover {
	background-color:#933;
	font-weight:bold;
	color:#fc0;
}

#search-form {
	padding:6px 10px;
	text-align:right;
}

#s, #search-submit {
	background-color:#1a1a1a;
	border:1px solid #677;
	color:#fff;
}


/* =Banner
------------------------------------------ */

#banner {
	height:292px;
	margin:8px 8px 10px;
	position:relative;
	overflow:hidden;
	z-index:0;
}

/* Homepage Banner */

.slider .banner-text {
	display:none;
	position:absolute;
	top:0;
	left:0;
}

.slider .banner-text-1 {
	display:block;
}

.slider .banner-image {
	float:left;
	width:123px;
	top:0;
	overflow:hidden;
	padding-right:3px;
	position:relative;
}

.slider .banner-image img {
	margin-left:3px;
	position:relative;
	z-index:0;
}

.slider .banner-image-1 {
	margin-left:237px;
}

.slider .banner-image-4 {
	text-align:right;
	/* overflow:visible; */
}

/* =Breadcrumbs
------------------------------------------ */
#bread-social {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin:0 -2px;
	padding: 5px 29px;
	height:20px;
	font-size:11px;
	line-height:20px;
	color:#667;
}
.breadcrumbs {
	float: left;
}

.breadcrumbs a {
	color:#933;
	text-decoration:none;
}

.breadcrumbs a:hover {
	text-decoration:underline;
}

.breadcrumbs .trail-end {
	color:#000;
}
.breadcrumbs .sep { padding: 0 3px; color: #a5a5a5; }



/* =Content
------------------------------------------ */

#content {
	float:left;
	width:545px;
	border-right:1px solid #999;
}

.page-template-no-sidebar-php #content,
.page-template-contact-php #content,
.page-template-site-map-php #content {
	float:none;
	width:auto;
	border:0;
}

#content {
	padding:25px;
}

#content ul, #content ol {
	margin:.5em 0 .7em 29px;
}

#content li {
	list-style-image:url('images/bullet.jpg');
}

#content hr {
	color:#933;
	margin:15px 0;
	clear:both;
}

/* Search */
#content #search-form {
	padding:6px 0;
	text-align:left;
}

#content #s, #content #search-submit {
	background-color:#f9f9f9;
	color:#000;
	margin-right:5px;
}

/* Bottom Pagination */
.nav-next a, .nav-previous a {
	font-weight:bold;
	text-decoration:none;
}

.nav-previous {
	float:left;
}

.nav-next {
	float:right;
}


/* =Contact Form
------------------------------------------ */

.page-template-contact-php #container {
	padding-bottom:25px;
}

.page-template-contact-php #content .alert {
	border:2px solid;
	padding:12px;
	font-weight:bold;
	margin-bottom:20px;
}

.page-template-contact-php #content #good-alert {
	border-color:090;
	color:#090;
	background-color:#dfd;
}

.page-template-contact-php #content #bad-alert {
	border-color:#900;
	color:#900;
	background-color:#fdd;
}

.page-template-contact-php #content label {
	float:left;
	width:150px;
	font:bold 13px Verdana, Arial, Helvetica, sans-serif;
	color:#474747;
	clear:left;
}

.page-template-contact-php #content select, #content input, #content textarea {
	float:left;
	margin-bottom:10px;
	clear:right;
}

.page-template-contact-php #content select {
	width:100px;
}

.page-template-contact-php #content input {
	width:200px;
}

.page-template-contact-php #content textarea {
	width:325px;
}

.page-template-contact-php #content .submit {
	clear:both;
	width:auto;
	margin-left:150px;
}


/* =Site Map
------------------------------------------ */

#content #site-map, #content #site-map ul {
	margin-left:0;
	margin-bottom:42px;
}

#site-map li {
	list-style:none;
	float:left;
	margin-right:15px;
	width:115px;
}

#site-map li a {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#933;
}

#site-map li li {
	float:none;
	width:auto;
}

#site-map li li a {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#04a;
}


/* =Blog
------------------------------------------ */

#content .archive-heading {
	font-weight:bold;
	font-size:16px;
	border-bottom:1px solid #aaa;
	padding-bottom:6px;
	margin:0 0 25px;
}

#content .post-title a {text-decoration: none;}
#content .post-title a:hover {text-decoration: underline;}

#content .post-byline, #content .post-tags, #content .post-categories {
	font-weight:bold;
	font-size:11px;
}

.post-byline {
	margin:5px 0 15px;
}

.post-tags {
	margin:5px 0 5px;
}

.post-categories {
	margin:5px 0 25px;
}

#content .share-links ul {margin-left: 0;}
.share-links {
	margin: 1em 0;
	padding: 1em 0;
	overflow: hidden;
	clear: both;
}

	.share-links h4 {
		margin: 0 0 .5em;
	}

	#content .share-links li {
		position: relative;
		list-style: none;
		float: left;
		margin-right: .75em;
		margin-left: 0;
	}

.share-links a,
.share-links a:hover  {border: none;}

		.share-links a {
			display: block;
			background-image: url(images/icons-misc-sprite.png);
			background-repeat: no-repeat;
			text-indent: -999em;
			height: 24px;
			opacity: .8;
		}

			.share-links a:hover {opacity: 1;}
		
			.share-links .googleplus	{margin-top: 2px;}
			.share-links .stumble a		{background-position: -35px 0; width: 24px;}
			.share-links .facebook a	{background-position: -88px 0; width: 20px;}
			.share-links .twitter a		{background-position: -111px 0;width: 55px;}
			.share-links .digg a		{background-position: -170px 0;width: 50px;}
			.share-links .delicious a	{background-position: -268px 0;width: 21px;}
			.share-links .reddit a		{background-position: -294px 0;width: 23px;}

		.fb_edge_widget_with_comment {top: 2px;}


/* =Comments
------------------------------------------ */

#content .commentlist {
	margin-left:0;
}

#content .commentlist li {
	clear:both;
	list-style:none;
	border:1px solid #933;
	background-color:#f9f0f0;
	margin:20px 0;
	padding:20px;
}

.comment-meta a, .comment-reply-link, #cancel-comment-reply-link {
	display:block;
	margin:8px 0 16px;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}

.comment-meta a, .comment-author cite, em.comment-awaiting-moderation {
	padding-left:10px;
	float:left;
}

.comment-author .says {
	padding-left:4px;
}

.comment-meta + p {
	clear:both;
}

img.avatar {
	float:left;
}

.comment-meta a {
	margin:2px 0 10px;
}

#respond, #respond p {
	clear:both;
}

#respond label {
	margin-left:6px;
}

#respond textarea {
	width:542px;
}

#respond input, #respond textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


/* =Sidebar
------------------------------------------ */

#sidebar {
	float:right;
	width:124px;
	padding:25px 20px;
}

#sidebar .widget {
	margin-bottom:1.5em;
}
#sidebar ul {
	margin: .8em 0 1em 0;
}
#sidebar li {
	font-size: 90%;
}
.cta {
background: #f8d11c;
padding: 9px;
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 1.5em;
text-align: center;
border: 2px solid #933;
}
.cta p {
margin: 0;
line-height: 1.1;
font-size: 72%;
font-weight: bold;
}

.cta h3 {
font-family: "Arial Black", Helvetica, sans-serif;
font-weight: normal;
padding: 5px 0 6px;
margin: 6px 0 8px;
line-height: 1.1;
font-size: 93%;
border-top: 1px solid white;
border-bottom: 1px solid white;
text-shadow: -1px -1px 1px #fff;
}

.social {
margin: 1em 0;
}

#facebook a {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-left: 29px;
	background: url(images/facebook.png) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
}

/* =Footer
------------------------------------------ */

#content-footer {
	margin-top:1.5em;
	clear:both;
	text-align:center;
}

#content-footer img {
	margin:15px 0 0;
	width: 100%;
	height: auto !important;
}

#footer {
	background:#933 url('images/footer.gif') no-repeat 6px 2px;
	height:11px;
	padding:9px 12px 17px;
}

#footer li {
	float:left;
	padding:0 6px;
	border-left:1px solid #e88;
}

#footer li:first-child {
	border-left:0;
}

#footer a {
	font-size:10px;
	color: #fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


/* =Classes
------------------------------------------ */

.clear {
	clear:both;
}

.req {
	color:#f00;
}

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

.alignleft {
	float:left;
	margin:0 18px 12px 0;
}

.alignright {
	float:right;
	margin:0 0 12px 18px;
}

.sf-sub-indicator {
	background:url('images/drop-down.png') 4px 3px no-repeat;
	padding:0 6px;
}


.wp-caption {
	margin-top:12px;
	text-align:center;
}
.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}
.wp-caption figcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	margin:0;
	padding:0 4px 5px;
}


.testimonialswidget-wrap {
	background: url(images/testimonials_pic_sm.jpg) no-repeat left top;
	padding-top: 120px;
}

.testimonial p {
	font-size: 90%;
	font-style: italic;
	position: relative;
	margin-bottom: 0;
}
.testimonial p:before,
.testimonial p:after {
	position: relative;
	display: block;
	color: #c5c5c5;
	font-size: 35px;
	line-height: 12px;
}
.testimonial p:before {
	content: "\201C";
	top: 24px;
	left: -21px;
}
.testimonial p:after {
	content: "\201D";
	top: -7px;
	right: -121px;
}
.testimonialswidget-wrap .more-link {
	font-size: 11px;
}