/*
Theme Name: MD Sleep
Theme URI: http://wordpress.org/
Description: This theme was developed for MD Sleep by Tactic Marketing, Inc.
Version: 1.0
Author: Nate Nitsch
Author URI: http://tacticmarketing.com/
Tags: blue, custom header, fixed width, two columns

*/



/* Begin Typography & Colors */
/* ---------------------------------- Global Resets ---------------------------------- */

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {
	cursor: pointer;
}

strong {
	font-weight: bold;
}

/* ---------------------------------- Styles ---------------------------------- */

html {
	background: #e1e2e3;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 950px;
	background: #fff;
}

a {
	text-decoration: none;
	color: #0081b6;
	cursor: pointer;
}

a:hover {
	color:#1b242a;
}

p, ul {
	margin: 10px 0 0 0;
	line-height: 16px;
	font-size:12px;
	color:#1b242a;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 26px;
	margin: 10px 0 0 0;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0 0 0;
}

h3 {
	line-height: 16px;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

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

small {
	font-size:9px;
	line-height:10px;
}

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

#headerContainer {
	position: relative;
	min-width: 950px;
	height: 135px;
}

#headerContainerHome {
	position: relative;
	min-width: 950px;
	height: 385px;
	background: url(images/header_background.jpg) no-repeat top center #000;
}

#headerContent {
	position: relative;
	width: 930px;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
}

#logo {
	position: absolute;
	top: 0;
	left: -13px;
	z-index: 10;
}

#logo a {
	width: 280px;
	height: 120px;
	display: block;
	background: url(images/logo.png) no-repeat top center;
}

#slogan {
	position: absolute;
	width: 425px;
	height: 120px;
	top: 174px;
	left: 26px;
	background: url(images/slogan.png) no-repeat;
}

#headerContainerHome #headerBottomBorder {
	position: absolute;
	width: 100%;
	min-width: 950px;
	height: 5px;
	bottom: 0;
	background: url(images/header_bottomBorder.png) repeat-x bottom;
	
}

#headerNav {
	min-width: 950px;
	height: 65px;
	padding: 20px 0 0 0;
	background: url(images/headerNav_background.png) repeat-x 0 20px;
}

#mainNav {
	text-align: right;
	width: 930px;
	height: 65px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}

#mainNav a {
	display: inline-block;
	height: 25px;
	margin: 20px 0 0 10px;
	background-position: top;
	background-repeat: no-repeat;
}

#mainNav a:hover, #mainNav .onPage {
	background-position: bottom;
}

#headerNav_about {
	width: 96px;
	background-image: url(images/headerNav_about.png);
}

#headerNav_locations {
	width: 105px;
	background-image: url(images/headerNav_locations.png);
}

#headerNav_services {
	width: 90px;
	background-image: url(images/headerNav_services.png);
}

#headerNav_patients {
	width: 90px;
	background-image: url(images/headerNav_patients.png);
}

#headerNav_careers {
	width: 88px;
	background-image: url(images/headerNav_careers.png);
}

#headerNav_contact {
	width: 116px;
	background-image: url(images/headerNav_contact.png);
}

#subNav {
	width: 950px;
	margin: 0 auto;
}

#subNav div {
	margin: 10px 0 0 315px;
}

#subNav a {
	text-decoration: none;
	margin: 0 20px 0 0;
	color: #1b242a;
}

#subNav a:hover {
	color: #0081b6;
}

#subNav .onPage {
	text-decoration: none !important;
	color: #0081b6;
}


/* ---------------------------------- Main Content ---------------------------------- */

#mainContent {
	position: relative;
	width: 870px;
	padding: 30px 40px 40px 40px;
	margin: 0 auto 0 auto;
	color: #1b242a;
	min-height:236px;
}

#mainContentHome {
	position: relative;
	width: 870px;
	padding: 30px 40px 40px 40px;
	margin: 0 auto 0 auto;
	color: #1b242a;
	min-height:186px;
}

#leftColumn {
	width: 460px;
	float: left;
}

#rightColumn {
	width: 350px;
	float: right;
}

#contactTable {
	width: 470px;
	margin: 10px -5px 0 -5px;
}

#contactTable td {
	padding: 7px 0px 5px 5px;
}

#contactTable input, #contactTable select {
	width: 150px;
}

#contactTable textarea {
	width:300px;
	height:50px;
}

#sendMsg {
	margin:10px 0 0 111px;
}

#sleepinessScale .evenEntry {
	background: #f3f3f3;
}

#sleepinessScale {
	width: 460px;
	margin: 2px 0;
}

#sleepinessScale td, #sleepinessScale th {
	padding: 5px;
	vertical-align: top;
}

#sleepinessScale td {
	padding-top: 7px;
}

#sleepinessScale th {
	text-align: center;
	padding-top: 3px;
}

#sleepinessScale .evenEntry {
	background: #f3f3f3;
}


/* ---------------------------------- Twitter ---------------------------------- */

.twit {
	list-style:none;
	font-size:12px;
	line-height:16px;
	margin:16px 0 0 0;
}

.org {
	color:#1b242a;
	font-style:oblique;
	
}

.org:hover {
	color:#1b242a;
}

.tweetwhen {
	margin-top:5px;
}

#twitterIcon {
	position:absolute;
	margin-left:186px;
	margin-top:-22px;
	height:27px;
	width:96px;
	background:url(images/twitter-icon.jpg);
}

#twitterIcon:hover {
	background-position:0 -27px;
}

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

#footerNav {
	position: relative;
	height: 170px;
	min-width: 950px;
	background: url(images/footerNav_background.png) repeat-x;
}

#footerNavContent {
	position: absolute;
	width: 951px;
	height: 170px;
	top: 10px;
	left: -475px;
	margin: 0 50%;
	z-index: 10;
}

#footerNav #footerNavContent a {
	display: block;
	height: 150px;
	float: left;
	background-repeat: no-repeat;
}

#footerNav_alreadyAPatient a {
	width: 310px;
	height:150px;
	background-image: url(images/footerNav_alreadyAPatient.png);
}

#footerNav_alreadyAPatient a:hover {
	background-position:0 -150px;
}

#footerNav_ourPartners{
	position:relative;
	float:left;
	width: 324px;
	height:147px;
	margin-left:5px;
}

#footerNav_looking a {
	width: 310px;
	height:150px;
	background-image: url(images/footerNav_looking.png);
}

#footerNav_looking a:hover {
	background-position:0 -150px;
}

#footerNavBackground {
	position: absolute;
	top: 0;
	width: 100%;
	height: 170px;
	background: url(images/footerNav_background_center.png) no-repeat center;
	z-index: 0;
}

#footer {
	position: relative;
	height: 75px;
	min-width: 950px;
	background-color:#e1e2e3;
	background: url(images/footer_background.jpg) repeat-x;
}

#footerContent {
	font-size: 12px;
	width: 880px;
	height: 85px;
	margin: 0 auto;
	padding: 20px 40px 0 32px;
}

#footerContent a {
	margin: 0 8px;
	color: #1b242a;
}

/* ---------------------------------- MISC ---------------------------------- */

.tenpoint {
	font-size:10px;
}

strong {
	color: #0081b6;
}

.blue {
	color: #0081b6;
}

.servicePics {
	position:relative;
	float:left;
	margin: 0 0 0 -10px;
	padding: 0 10px 70px 0;
}

#eop {
	padding: 0 10px 70px 0;
}

.profilePics {
	position:relative;
	float:left;
	margin: -3px 0 -5px -5px;
	padding: 0 5px 0px 0;
}
	