/*
Theme Name: MWD Theme
Description: The default WordPress theme for Midwest Dental.
Author: Billups Design
Author URI: http://billupsdesign.com/
*/



/***********************************
RESETS
***********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: top; background: transparent;
}
body { line-height: 1;
}
ol, ul { list-style: none;
}
blockquote, q { quotes: none;
}

/ remember to define focus styles! /
:focus { outline: 0;
}

/ remember to highlight inserts somehow! /
ins { text-decoration: none;
}
del { text-decoration: line-through;
}

/ tables still need ‘cellspacing=”0”’ in the markup /
table { border-collapse: collapse; border-spacing: 0;
}
/***********************************
MAIN LAYOUT
***********************************/
body{
	background:#000 url(images/bg.png) repeat-x;
	font:11px "CentGoth", Arial, sans-serif;
}
#container{
	width:990px;
	margin:0 auto;
	background:url(images/BGContainer.png) repeat-y;
	padding:0 4px;
	overflow:auto;
}
#header{
	background:url(images/BGHeader.jpg);
	height:146px;
}
#header h1{
	float:left;
	display:inline;
	margin:8px 0 0 20px;
}
#header h1 a{
	display:block;
	width:472px;
	height:124px;
	background:url(images/logo.png);
	text-indent:-9999px;
	overflow:hidden;
}
#address{
	float:right;
	background:url(images/BGAddress.png);
	width:233px;
	height:79px;
	display:inline;
	margin:20px;
	padding:13px;
}
#address h2{
	font-size:14px;
	line-height:15px;
	padding:5px 0;
	border-bottom:1px solid #d6d4c0;
}
address{
	padding:5px 0;
	border-top:1px solid #edede2;
	font:normal 12px/16px "CentGoth", Arial, sans-serif;
	color:#584e3e;
}
address a{
	color:#584e3e;
	text-decoration:none;
}
address strong{
	color:#766b58;
}
#sidebar{
	background:url(images/BGSidebar.png) no-repeat;
	width:201px;
	min-height:574px;
	padding:5px;
	float:left;
}
#main{
	float:left;
	width:755px;
	padding:10px;
}
#breadcrumbs{
	border-bottom:1px solid #d4d4d4;
	width:100%;
	padding-bottom:10px;
	font:bold 10px "CentGoth", Arial, sans-serif;
	text-transform:uppercase;
}
#breadcrumbs span{
	font-weight:normal;
	color:#666;
	padding:0 3px;
}
#breadcrumbs a{
	font-weight:normal;
	color:#51370f;
}
#footer{
	clear:both;
	background:#ecece0;
	border-top:1px solid #e4e4d3;
	text-align:center;
	padding:20px 0;
	color:#8d7959;
	line-height:20px;
}
#footer a{
	color:#462b00;
}
#footerLinks li{
	display:inline;
	padding:0 8px;
}
/***********************************
NAVIGATION
***********************************/
#nav{
	height:30px;
	background:url(images/BGNav.png) repeat-x;
	border-top:1px solid #3e3e3e;
	border-bottom:1px solid #3e3e3e;
	padding:2px 0 0 10px;
}
#nav li{
	float:left;
	height:29px;
	padding-right:0px;
	margin:0 13px 0 0;
}
#nav li.hover{
	background:url(images/BGNavItems.png) bottom right no-repeat;
}

#nav li a{
	font-size:13px;
	line-height:29px;
	color:#fff;
	padding:0 0 0 20px;
	text-decoration:none;
	text-shadow:1px 1px 1px #222;
	display:block;
	background:url(images/BGNavItems.png) top left no-repeat;
	left:-10px;
	position:relative;
	opacity:.9999;
}
#nav li.hover a{
	background-position: 0 -29px;
    text-decoration:underline;
}
#nav li.page-item-347.hover a{
	text-decoration:none;
}
#nav li.page-item-347.hover ul a{
	text-decoration:underline;
}
#nav #home.hover,
#nav #contact.hover{
	background:none;
}
#nav #home a,
#nav #contact a{
	background:none;
}
#nav #home a:hover,
#nav #contact a:hover{
	color:#ddd;
}
#nav li ul{
	position:absolute;
	width:236px;
	padding:0 0 13px 0;
	background:url(images/BGDrop.png) bottom center no-repeat;
	display:none;
	margin-left:-15px;
	z-index:10000;
}
#nav li ul li{
	background:url(images/BGDropList.png);
	width:206px;
	padding:0 15px;
	margin:0;
	float:none;
	height:auto;
}
#nav li ul li a{
	background:url(images/dropDot.png) left center no-repeat;
	padding:10px;
	color:#7d4d00;
	text-shadow:none;
	display:block;
	border-bottom:1px solid #d7d5b9;
	border-top:1px solid #fbfaf8;
	line-height:13px;
	left:0;
	position:static;
	height:auto;
	opacity:1;
}
#nav li.hover ul li{
	background:url(images/BGDropList.png);
}
#nav li.hover ul li a{
	background-position:left center;
}
#nav li ul li a:hover{
	text-decoration:underline;
}
#nav li ul li ul{
	position:static;
	display:block;
	background:none;
	padding:0;
	margin:0 0 0 0px;
	width:195px;
}
#nav li.hover ul li ul li{
	background:none;
	width:190px;
}
/***********************************
SIDEBAR
***********************************/
#sidebar h3{
	background:url(images/sideNavTop.png);
	width:201px;
	height:35px;
	font:normal 13px/36px "CentGoth", Arial, sans-serif;
	color:#807d52;
	text-shadow:-1px -1px 1px #fff;
	text-indent:10px;
}
#sideNav{
	background:url(images/BGSideNav.png);
	width:201px;
	padding:5px 0;
	overflow:auto;
}
#sideNavBottom{
	width:201px;
	height:13px;
	background:url(images/sideNavBottom.png) bottom no-repeat;
}
#sideNav li{
	margin:4px 15px 0 8px;
	display:block;
}

#sideNav a{
	font-size:11px;
	line-height:26px;
	color:#4d3103;
	text-decoration:none;
	display:inline-block;
	position:relative;
	left:5px;
	line-height:140%;
}
#sideNav a:hover{
	background:url(images/BGSideNavLinkHover.jpg) top right;
}
#sideNav li.current_page_item a,
#sideNav li.current_page_item a:hover{
	
	position:relative;
	background:url(images/BGSideNavLink.jpg) 0 -10px;
	color:#fff;
}
.sideNavIcon{
	display:none;
}
.page_item a:hover .tl,
.page_item a:hover .tr,
.page_item a:hover .bl,
.page_item a:hover .br{
	background-image:url(images/BGSideNavLinkHover.jpg);
}
.current_page_item .tl,
.current_page_item a:hover .tl,
.current_page_item .tr,
.current_page_item a:hover .tr,
.current_page_item .bl,
.current_page_item a:hover .bl,
.current_page_item .br,
.current_page_item a:hover .br{
	background-image:url(images/BGSideNavLink.jpg);
}

.tl{
	display:block;
	height:10px;
}
.tr{
	background-position:100% 0;
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	top:0;
	right:0;
}
.middle{
	display:block;
	padding:0 15px 0 8px;
	margin:-6px 0;
}
.bl{
	background-position: 0 100%;
	display:block;
	height:10px;
}
.br{
	background-position:100% 100%;
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	bottom:0;
	right:0;
}
.sideNavIcon{
	position:absolute;
	right:3px;
	top:50%;
	z-index:2;
	margin-top:-4px;
}
#testimonial{
	font:bold 15px "CentGoth", Arial, sans-serif;
	color:#111;
	margin:20px 6px;
}
#testimonial span{
	font:bold 30px "CentGoth", Arial, sans-serif;
	color:#cdb97f;
}
#testimonial blockquote{
	font:normal 12px/16px "CentGoth", Arial, sans-serif;
	margin:10px 0;
	padding-left:18px;
	position:relative;
	top:-40px;
}
#testimonial blockquote span{
	line-height:2px;
	position:relative;
	top:11px;
}
cite{
	font:italic 11px/16px "CentGoth", Arial, sans-serif;
	padding-left:35px;
	position:relative;
	top:-45px;
}
h5{
	font:bold 14px "CentGoth", arial, sans-serif;
	margin:6px 0;
}
#sidebarTestimonial{
	clear:both;
	margin:20px 10px;
	line-height:130%;
}
#sidebarTestimonial cite{
	position:static;
	color:#666;
	display:block;
	padding-top:5px;
}
/***********************************
HOMEPAGE
***********************************/
.homeMainBody{
	float:left;
	width:321px;
	top:-3px;
	position:relative;
	z-index:20;
	line-height:14px;
}
.homeMainBody h3{
	background:url(images/BGMainHeaders.png);
	color:#fff;
	height:33px;
	font:normal 15px/33px "CentGoth", Arial, sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #3c2500;
	color:#f3e4bf;
	padding:0 0 0 15px;
	margin:0 0 15px 0;
	border-right:1px solid #040300;
	border-left:1px solid #4f3100;
}
.homeMainBody strong{
	color:#462b00;
	font-size:13px;
	margin-left:15px;
}
.homeMainBody a{
	color:#462b00;
}
.homeMainBody p{
	margin:0 0 0 15px;
	padding:10px 0;
}
#homepractice{
	color:#462b00;
	font-size:13px;
	margin-left:0px;
}
#homeSidebar{
	float:right;
	width:348px;
	padding:0 0 20px 0;
	background:#fdfdfc url(images/BGHomeSidebar.png) no-repeat;
	line-height:14px;
}
#homeSidebar h3{
	background:url(images/homeSidebarHeader.png);
	color:#fff;
	height:30px;
	font:normal 15px/30px "CentGoth", Arial, sans-serif;
	text-transform:uppercase;
	padding:0 0 0 15px;
	text-shadow:1px 1px 1px #222;
	margin:0 0 15px 0;
}
#homeSidebar strong{
	padding:0 20px 0 15px;
	font-size:13px;
	color:#000;
	display:block;
}
#homeSidebar strong a{
	color:#000;
}
#homeSidebar p{
	padding:10px 15px;
}
#homeSidebar ul{
	font-style:italic;
	margin:5px 0 0 15px;
	color:#444;
}
#homeSidebar ul strong{
	padding:0;
    display:inline;
	color:#000;
	font-weight:bold;
	font-size:11px;
}
/***********************************
POSTS
***********************************/
.post{
	margin:20px 15px;
}
.post h2{
	font:bold 18px "CentGoth", Arial, sans-serif;
	color:#462b00;
}
.entry{
	margin-top:5px;
}
.post p{
	font:normal 12px/16px "CentGoth", Arial, sans-serif;
	color:#111;
	padding:8px 0;
}
.entry a{
	color:#00688f;
}
.entry ul{
	list-style:disc;
	margin-left:15px;
}
.entry li{
        font:normal 12px/16px "CentGoth", Arial, sans-serif;
	padding:3px 0;
}
.entry ol{
	list-style:decimal;
	margin:10px 0 0 15px;
}
.entry img{
	padding:5px;
	border:1px solid #d4d4d4;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.entry h1{
	font:bold 18px "CentGoth", Arial, sans-serif;
	color:#462b00;
	display:block;
}
.entry h2{
	font:bold 18px "CentGoth", Arial, sans-serif;
	color:#462b00;
	display:block;
}
.entry h3{
	font:bold 18px/25px "CentGoth", Arial, sans-serif;
	color:#000;
	display:block;
	padding-bottom:3px;
}
.entry h4{
	font:bold 15px "CentGoth", Arial, sans-serif;
	color:#a9a781;
	display:block;
}
.entry hr{
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
#contactForm input{
	width:360px;
	padding:4px;
}
#contactForm textarea{
	width:400px;
	padding:4px;
	height:200px;
}
#contactForm input#sendMessage{
	width:auto;
}
.error{
	color:#f00;
}
.error,.success{
	font-size:14px;
}
.success{
	color:#23d627;
}
strong{
	font-family:"CentGoth", Arial, sans-serif;
	font-weight:bold;
}
@font-face {
	font-weight:normal;
	font-family: "CentGoth"; 
	src: url(stylesheets/CENTURYG.OTF); 
	format: opentype; 
}
@font-face {
	font-weight:bold;
	font-family:"CentGoth";
	src: url(stylesheets/CENTURGB.OTF);
	format: opentype;
}