/*
Theme Name: The Drain Doctor
Author: Blairmore Media
Author URI: http://www.blairmoremedia.com/
Description: Custom
*/

html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

/* Museo Slab */
/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.com */
@font-face {
	font-family: 'MuseoSlab500';
	src: url('font/museo_slab_500-webfont.eot');
    src: url('font/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/museo_slab_500-webfont.woff') format('woff'),
         url('font/museo_slab_500-webfont.ttf') format('truetype'),
         url('font/museo_slab_500-webfont.svg#MuseoSlab500') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #fff;
	color: #404040;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 2em;
	padding: 10px 0;
	position: relative;
	height: 100%;
}

h1 {
	color: #0082c8;
	font-family: "MuseoSlab500", "Museo Slab", Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 0.5em;
}
h2 {
	color: #0082c8;
	font-family: "MuseoSlab500", "Museo Slab", Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 0.5em;
}
	h2.side {
		color: #e51937;
		font-size: 2em;
		/*margin-bottom: 0;*/
	}
	div+h2.side {
		margin-top: 1em;
	}
h3 {
	color: #0082c8;
	font-family: "MuseoSlab500", "Museo Slab", Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
}

h2+h2 {
	padding-top: 1em
}

p, #main ul {
	padding-bottom: 1em;
}
p+h2 {
	margin-top: 1em;
}

.content ol, .content ul {
	margin-left: 20px;
	padding-left: 15px;
}

a {
	color: #e51937;
}
a:hover {
	color: #777;
}

.wrap {
	margin: 0 auto;
	width: 940px;
}

#mob-phone, #mob-slogan, #mob-menu, #mob-logo, #mob-footer {
	display:none;
}

#header {
	background: url(images/bg-header.png) repeat-x bottom;
	text-align: center;
}

#nav {
	background: #e51937 url(images/bg-bar.png) repeat-x top;
	border-bottom: 1px solid #fff;
}
	#nav ul, #subnav ul {
		list-style-type: none;
		line-height: 1em;
		margin: 0 auto;
		width: 940px;
	}
	#nav ul:after {
		content: '';
		display: block;
		clear: both;
	}
		#nav li {
			float: left;
			text-align: center;
			margin-right:30px;
		}
			#nav a, #nav a:visited {
				color: #fff;
				display: block;
				font-family: "MuseoSlab500", "Museo Slab", Verdana, Tahoma, Arial, sans-serif;
				font-size: 16px;
				padding: 25px 0 20px 0;
				position: relative;
				top: 1px;
				text-decoration: none;
				text-transform: uppercase;
			}
				#nav a span {
					color: #f8bfc8;
					display: block;
					font-size: 12px;
					font-family: Verdana, Tahoma, Arial, sans-serif;
					font-style: italic;
					padding-top: 8px;
					text-transform: none;
				}
	#nav .active a {
		background: url(images/marker.png) no-repeat center bottom;
	}
		#nav a:hover {
			text-shadow: 0 2px 0 rgba(0,0,0,0.3);
			top: 0;
		}
		#nav .active a span, #nav a:hover span {
			color: #fff;
		}
		
#subnav {
	background: #0082c8 url(images/bg-barsub.png) repeat-x top;
	border-bottom: 1px solid #fff;
	text-align: center;
	padding: 15px 0;
}
	#subnav li {
		display: inline;
		margin: 0 20px;
	}
	#subnav a, #subnav a:visited {
		color: #d0e8f5;
		font-style: italic;
		text-decoration: none;
	}
	#subnav .active a, #subnav a:hover {
		color: #fff;
	}

#nav+#main, #nav+#subnav {
	border-top: 1px solid #e51937;	
}

#subnav+#main {
	border-top: 1px solid #0082c8;
}
			
#main {
	background: url(images/bg-content.png) repeat-x top;
	padding-top: 40px;
}
	#main .wrap:after {
		content: '';
		clear: both;
		display: block;
	}

.content {
	float: left;
	width: 620px;
}

.sidebar {
	float: right;
	width: 300px;
}
	.widget {
		background: #0082c8;
		color: #fff;
		padding: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}
		.widget h1, .widget h2, .widget h3 {
			color: #fff;
		}
		.widget h2 {
			font-size: 2em;
		}
		.widget a {
			color: #ccc;
		}
	.side-morelink {
		color: #0082c8;
		display: block;
		font-family: "MuseoSlab500", "Museo Slab", Verdana, Tahoma, Arial, sans-serif;
		font-size: 16px;
		padding-top: 8px;
		text-align: right;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	#social {
		list-style-type: none;
	}
		#social a {
			background-repeat: no-repeat;
			background-position: 0 center;
			display: inline-block;
			padding-left: 30px;
		}
		#facebook {
			background-image: url(images/facebook.png);
		}
		#twitter {
			background-image: url(images/twitter.png);
		}
		#email {
			background-image: url(images/email.png);
		}
		
footer {
	display: block;
	padding: 40px;
	text-align: right;
	color: #999;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #999;
}
/* <footer class="wrap">
	<small>&copy;<?php the_date('Y');?> Drain Doctor | <a href="http://www.blairmoremedia.com" target="_blank">Website design by Blairmore Media</a></small>
</footer> */


/* forms */
form {
	border: 4px solid #eee;
	width: 60%;
	margin: 0 auto 40px auto;
	padding: 20px;
}
input, textarea {
	width: 98%;
	border: 1px solid #ccc;
	background: #f9f9f9;
	padding: 5px 1%;
}
input:focus, textarea:focus {
	background: #fff;
	border-color: #999;
	outline: none;
}
.wpcf7-submit {
	background: #fff url(images/bg-content.png) repeat-x top;
	width: 100%;
	border-bottom-width: 2px;
}
.wpcf7-submit:active{
	position: relative;
	top: 2px;
	border-bottom-width: 1px;
	padding-bottom: 6px;
}


/* presentational */
#top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 13px;
}
#bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.split {
	width: 940px;
	height: 13px;
	position: absolute;
	top: 0;
	left: 50%;
}
	.split img {
		margin: 0;
		padding: 0;
		height: 13px;
		display: block;
	}
#top .r {
	background: url(images/bg-red.png);
	float: left;
	height: 13px;
	width: 50%;
}
#top .b {
	background: url(images/bg-blue.png);
	float: left;
	height: 13px;
	width: 50%;
}
#top .split {
	background: url(images/bg-red.png);
	margin-left: -450px;
}
	#top .split img {
		float: right;
	}
#bottom .r {
	background: url(images/bg-red2.png);
	float: left;
	height: 13px;
	width: 50%;
}
#bottom .b {
	background: url(images/bg-blue2.png);
	float: left;
	height: 13px;
	width: 50%;
}
#bottom .split {
	background: url(images/bg-blue2.png);
	margin-left: -500px;
}
	#bottom .split img {
		float: left;
	}