/*  
Theme Name: David Taylor M.D.
Theme URI: http://www.davidtaylor.com
Description: A custom wordpress theme for David Taylor M.D
Version: 0.1
Author: Mark Martin
Author URI: http://lotusvskoi.com
*/

/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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,
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: baseline;
}
/* 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: "" "";
}

/* Global
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	font-family: Arial, sans-serif;
	font-size:75%;
	background:#fff;
	color:#111;
}

html>body {
	font-size: 12px;
}

p {
	font-size:1em;
	line-height:1.7;
	margin-bottom:1.7em;
}

strong { font-weight:bold; }
em { font-style:italic; }


/* Container
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#wrap {
	width:800px;
	height:100%;
}

/* min-height for Mozilla/Safari/Opera */
/**>#wrap {
 padding-top: 592px;
 min-height: 1px;
}
*>#wrap #header {
 margin-top: -592px;
}
\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Backgrounds
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body.home { background:#8f9a32 url(images/home.jpg) 0 0 repeat-y; }
body.profile { background:#cd8e1d url(images/profile.jpg) 0 0 repeat-y; }
body.practice { background:#a15021 url(images/practice.jpg) 0 0 repeat-y; }
body.resources { background:#016b79 url(images/resources.jpg) 0 0 repeat-y; }
body.contact { background:#8e8868 url(images/contact.jpg) 0 0 repeat-y; }


/* Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#logo {
	float:left;
	margin:35px 0 0 25px;
}

h1 {
	float:left;
	margin:50px 0 0 70px;
	display:inline;
}

h2 {
	font-size:1.1667em;
	font-weight:bold;
	line-height:1.46;
}

h3 {
	font-size:1em;
	font-weight:bold;
	line-height:1.7em;
}

#nav {
	float:left;
	margin:20px 0 0 160px;
	display:inline;
}

#nav ul li {
	float:left;
}

#nav ul li a {
	float:left;
	padding:3px 10px;
	margin:0 1px;
	text-decoration:none;
	color:#fff;
	text-transform:lowercase;
	font-size:1.65em;
	letter-spacing:1px;
	font-weight:lighter;
	font-family:'Futura Condensed', 'Helvetica Neue', Arial, sans-serif;
}

#nav ul li a:hover,
#nav ul li.current_page_item a,
#nav ul li.current_page_parent a { border:1px solid #111; padding:2px 9px; }

#nav ul li a img { vertical-align:middle; }


/* Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content {
	margin:30px 0 0 170px;
}


/* Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#sidebar {
	float:left;
	width:180px;
}

#sidebar ul {
	font-size:1em;
	line-height:1.8;
}

#sidebar ul ul {
	margin:0 0 0 1.5em;
}

#sidebar ul ul ul {
	line-height:1.5;
}

#sidebar a {
	text-decoration:none;
	color:#fff;
}

#sidebar a:hover,
#sidebar li.current_page_item a {
	text-decoration:underline;
}


/* Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body.home #body {
	font-size:1.4em;
	font-family:"Garamond", Times, serif;
	font-style:italic;
}

#body {
	width:400px;
	float:right;
	margin:0 45px 0 0;
}

#body img.left {
	float:left;
	border:1px solid #fff;
	margin:0.4em 2em 0.45em 0;
}

#body a:link,
#body a:visited {
	color:#111;
	text-decoration:underline;
}

#body a:hover,
#body a:active {
	color:#111;
	text-decoration:none;
}

#body ul {
	line-height:1.7;
	margin-bottom:1.7em;
}


/* Utility
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display:inline-block; display:block; }