/*
Theme Name: MTR Health Theme 
Theme URI: not publicly available
Version: 1.0
Author: Joseph C Dolson
Author URI: http://www.joedolson.com
Description: Custom theme for MTR Health
*/
* {
margin: 0;
padding: 0;
}
body {
text-align: center;
}
#wrap {
text-align: left;
margin: 0 auto;
width: 760px;
background: #f1f9ee;
}
#outer {
width: 775px;
}
#content {
float: left;
width: 495px;
padding: 5px;
background: #fff;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
color: #333333;
line-height: 1.4;
}
#content h1, #content h2, #content h3, #content h4 {
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
color: #333333;
margin: .5em 0;
}
#nav {
background: #fff;
padding: 1em;
border-left: 1px solid #ccc;
float: right;
width: 240px;
}
p { 
margin: 1em;
}
#content ul, #content ol, #content dl {
margin: .5em 3em;
}
#content li {
padding: 2px;
}

#nav ul {
list-style-type: none;
}
#nav a {
text-decoration: none;
}
#footer {
clear: both;
}
.thedate {
float: right;
color: #666;
font-style: italic;
}
#content h2 {
padding-top: 1em;
margin-left: 12px;
}
.comments {
background: #f6e597;
padding: .25em;
border: 1px solid #386C9C;
}
#searchform {
background: #f6f6f6;
border: 1px solid #eee;
}
#searchform p {
margin: -10px 5px 15px;
}
#s {
width: 95%;
padding: 2px 1px;
}
#searchform label {
position: relative;
left: -2000em;
top: -2000em;
}
#nav table, #nav caption {
color: #000;
margin: 0 auto;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
}
#nav tr {
color: #333;
background: #fff;
padding: 1px;
}
#nav td {
padding: 2px;
text-align: center;
}
#nav td a {
display: block;
background: #eee;
font-size: 12px;
padding: 2px;
}
#today {
border: 1px solid #ddd;
background: #fff;
}
caption {
font-weight: 700;
}
#content .breadcrumb {
font-style: italic;
background: #fff;
border-bottom: 1px solid #ddd;
}
blockquote {
margin: 1em 2em;
border-left: 4px solid #7ba400;
}
#nav ul {
font-size: 12px;
}
#nav ul h3 {
font-size: 1.1em;
color: #386c9c;
margin: .5em 0;
border-bottom: 1px solid #ccc;
}