/*
    Theme Name:    Sherwood Family Medicine
    Theme URI:     http://www.sherwoodfamilymedicine.com
    Description:   Theme for Sherwood Family Medicine
    Version:       1.0
    Author:        Jim Mock <jm@threedogsmedia.com>
    Author URI:    http://threedogsmedia.com
*/

/* =General */
body {
    background: #e9e1bf;
    font: small/18px Helvetica, Arial, sans-serif;
}

b, strong { font-weight: bold; }
i, em { font-style: italic; }
del { text-decoration: line-through; }

blockquote {
    margin: 0 0 20px 20px;
    padding: 0 0 0 20px;
}

blockquote p { margin-bottom: 10px !important; }
pre, tt, code { font-family: Consolas, Monaco, monospace; }

pre {
    font-size: 13px;
    margin-bottom: 20px;
}

ul {
    list-style-type: square;
    margin-bottom: 20px;
}

ol {
    list-style-type: decimal;
    margin-bottom: 20px;
}

/* =Links */
a, a img, a.image img {
    border: none;
    font-weight: bold;
    text-decoration: none;
}

a:link { color: #214781; }
a:visited { color: #888; }
a:hover { color: #5b9141; }

/* =Container */
.container {
    margin: 0 auto;
    width: 895px;
}

/* =Wrapper */
#wrapper {
    background: #e9e1bf url(_img/bg.png) repeat-y;
    margin: -16px auto 0 auto;
    width: 956px;
}

/* =Header */
#header { margin-top: 20px; }
#header .container { height: 142px; }

#header .logo {
    float: left;
    width: 456px;
}

#header .info {
    color: #002e45;
    float: right;
    font-size: 14px;
    margin-top: 75px;
    text-align: right;
}

/* =Nav */
#nav .container {
    margin-top: -10px;
    position: relative;
}

#nav ul {
    background: #5b9141;
    float: right;
    margin: 0 -10px 0 0;
	padding: 0 0 0 10px;
}

#nav li {
    color: #fff;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 30px;
}

#nav li.first { padding-left: 18px; }
#nav li.last { margin-right: 10px; }
#nav li a { color: #fff !important; }
#nav li a:hover { color: #f5f4b9 !important; }
#nav li a.here { color: #fc6 !important; }
#nav #searchform { padding-top: 2px; }

#nav #searchform input#s {
    background: #fff url(_img/search-icon.png) no-repeat 8px 56%;
    border: none;
    border-radius: 10px;
    color: #888;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 3px 10px 3px 24px;
    width: 160px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	margin: 1px;
}

#nav .soon { font-size: 10px; }

/* =Masthead */
#masthead .container {
    margin: 0 auto 20px auto;
    padding-top: 10px;
    width: 877px;
}

#masthead .container img.mid { margin: 0 7px; }

/* =Announcement */
#announcement { margin-bottom: 20px; }

#announcement .container {
    background: #f8fad7;
    border: 1px solid #f5f4b9;
    color: #003a4d;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 857px;
}

/* =Home Page */
body#home #content {
    margin: 0 auto 20px auto;
    width: 877px;
}

body#home #content #main {
    float: left;
    width: 600px;
}

body#home #content .container { width: 857px; }

body#home #content #main .post-wrapper {
    margin: 0 auto;
    width: 600px;
}

body#home #content #main .post {
    float: left;
    margin-right: 30px;
    width: 280px;
}

body#home #content #main h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

body#home #content #main .entry p { margin-bottom: 10px; }

body#home #content #main .latest-post {
    float: left;
    margin-right: 20px;
    width: 270px;
}

body#home #content #main .latest-post p { margin-bottom: 10px; }

/* Pages */
body#page #content {
    margin: 0 auto 20px auto;
    padding-top: 50px;
    width: 827px;
}

body#page #content .entry { width: 827px; }

body#page #content .entry p { margin-bottom: 20px; }
body#page #content .entry ul { margin-left: 20px; }
body#page #content .entry li { margin-bottom: 5px; }

body#page #content h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 40px;
}

body#page #content .entry h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

/* =Staff page */
body.staff .staff-wrap { margin-bottom: 30px; }
body.staff .staff-wrap-last { margin-bottom: 10px; }

body.staff .staff-img {
    float: left;
    margin-right: 40px;
    width: 172px;
}

body.staff .staff-img img {
	width: 172px;
	height: auto;
}

body.staff .staff-bio {
    float: left;
    width: 615px;
}

body.staff .staff-bio h2 {
    border-bottom: 2px solid #6e6e6e;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 5px;
}

body.staff .staff-bio p {
    margin-bottom: 20px;
    margin-right: 10px;
    padding-left: 5px;
}

body.staff .staff-bio p.staff-member { font-size: 18px; }
/* =Doctor Pages */
img.doc-img {
    margin-right: 20px;
    margin-bottom: 10px;
}
/* =Doctor Pages */
body.doctor img.doc-img {
    margin-right: 20px;
    margin-bottom: 10px;
}

body.doctor .staff-bio h1 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
}

body.doctor .staff-bio h2 {
    border-bottom: 2px solid #6e6e6e;
    float: right;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 490px;
}

body.doctor .staff-bio h1.alicia { margin-bottom: 0 !important; }

body.doctor .staff-bio p {
    line-height: 20px;
    margin-bottom: 20px;
}

/* =Testimonials Page */
body.testimonials .staff-member { margin-bottom: 40px; }
body.testimonials .staff-member-last { margin-bottom: 0; }
body.testimonials .staff-member-last p.last { margin-bottom: 0; }
body.testimonials .staff-member h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

body.testimonials .staff-member img {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
}

body.testimonials .staff-member p {
    margin-bottom: 20px;
}

/* =Health Page */
body#health #content {
    margin: 0 auto 20px auto;
    padding-top: 50px;
    width: 877px;
}

body#health #content #main {
    float: left;
    width: 600px;
}

body#health #content .container { width: 857px; }

body#health #content #main .post-wrapper {
    margin: 0 auto;
    width: 600px;
}

body#health #content #main .post-top { margin-bottom: 30px; }

body#health #content #main .post-top-left {
    float: left;
    margin-right: 20px;
    width: 200px;
}

body#health #content #main .post-top-right {
    float: left;
    width: 280px;
}

body#health #content h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 10px;
}

body#health #content #main .post-top-right p {
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

body#health #content #main .entry { margin-right: 30px; }
body#health #content #main .entry p { margin-bottom: 20px; }
body#health #content #main .entry p.last { margin-bottom: 0; }


/* =links Page */
body#links #content {
    margin: 0 auto 20px auto;
    padding-top: 50px;
    width: 877px;
}

body#links #content #main {
    float: left;
    width: 600px;
}

body#links #content .container { width: 857px; }

body#links #content #main .post-wrapper {
    margin: 0 auto;
    width: 600px;
}

body#links #content #main .post-top { margin-bottom: 30px; }

body#links #content #main .post-top-left {
    float: left;
    margin-right: 20px;
    width: 200px;
}

body#links #content #main .post-top-right {
    float: left;
    width: 280px;
}

body#links #content h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 10px;
}

body#links #content #main .post-top-right p {
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

body#links #content #main .entry { margin-right: 30px; }
body#links #content #main .entry p { margin-bottom: 20px; }
body#links #content #main .entry p.last { margin-bottom: 0; }




/* =contact Page */
body#contact #content {
    margin: 0 auto 20px auto;
    padding-top: 50px;
    width: 877px;
}

body#contact #content #main {
    float: left;
    width: 600px;
}

body#contact #content .container { width: 857px; }

body#contact #content #main .post-wrapper {
    margin: 0 auto;
    width: 600px;
}

body#contact #content #main .post-top { margin-bottom: 30px; }

body#contact #content #main .post-top-left {
    float: left;
    margin-right: 20px;
    width: 200px;
}

body#contact #content #main .post-top-right {
    float: left;
    width: 280px;
}

body#contact #content h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 10px;
}

body#contact #content #main .post-top-right p {
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

body#contact #content #main .entry { margin-right: 30px; }
body#contact #content #main .entry p { margin-bottom: 20px; }
body#contact #content #main .entry p.last { margin-bottom: 0; }

body#contact #content #main h2 {
font-size:18px;
margin-bottom:10px;
}

/* =Services Page */
body#services #content {
    margin: 0 auto 5px auto;
    padding-top: 50px;
    width: 827px;
}

body#services #content .entry { width: 827px; }

body#services #content h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
}

body#services #content h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 30px;
}

body#services #content .services-top {
    margin: 0 auto 30px auto;
    width: 778px;
}

body#services #content ol { margin-left: 20px; }
body#services #content ol li { margin-bottom: 10px; }

/* =Sidebar (home page) */
body#home #sidebar {
    float: left;
    width: 257px;
}

body#home #sidebar .sidebar-wrap { margin-bottom: 20px; }

body#home #sidebar h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

body#home #sidebar .sidebar-img {
    float: left;
    margin-right: 10px;
    width: 124px;
}

body#home #sidebar .sidebar-content {
    float: left;
    width: 123px;
}

body#home #sidebar p { margin-bottom: 10px; }

/* =Sidebar (Your Health page) */
body#health #sidebar {
    background: #c8e0ed;
    float: left;
    padding: 20px 15px;
    width: 227px;
}
body#health #sidebar .sidebar-wrap { margin-bottom: 20px; }

body#health #sidebar h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

body#health #sidebar .sidebar-img {
    float: left;
    margin-right: 10px;
    width: 102px;
}

body#health #sidebar .sidebar-content {
    float: left;
    font-size: 12px;
    width: 105px;
}

/* =Sidebar (Your contact page) */
body#contact #sidebar {
    background: #c8e0ed;
    float: left;
    padding: 20px 15px;
    width: 227px;
}
body#contact #sidebar .sidebar-wrap { margin-bottom: 20px; }

body#contact #sidebar h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

body#contact #sidebar .sidebar-img {
    float: left;
    margin-right: 10px;
    width: 102px;
}

body#contact #sidebar .sidebar-content {
    float: left;
    font-size: 12px;
    width: 105px;
}



/* =Footer */
#bottom { padding-bottom: 5px; }

#bottom .container {
    background: url(_img/footer-bg.png) repeat-x;
    height: 147px;
    width: 877px;
}

#bottom h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

#bottom p { margin-bottom: 10px; }

#bottom .bottom-content {
    float: left;
    margin-right: 40px;
    margin-top: 20px;
    padding-left: 10px;
    width: 560px;
}

#bottom .bottom-hours {
    float: left;
    margin-top: 20px;
    width: 257px;
}

#bottom .bottom-hours p {
    color: #fff;
    margin-bottom: 1px;
}

#bottom .bottom-hours .days {
    display: block;
    float: left;
    width: 120px;
}

#bottom .bottom-hours p.insurance { padding-top: 5px; }

#footer {
    margin-bottom: 20px;
    margin-left: -2px;
}

#footer p { margin: 0; }

/* =Miscellaneous */
.hidden { display: none; }

.edit-announcement {
font-size:10px;
font-weight:normal;
margin-top:5px;
text-transform: uppercase;
}

.edit-post { padding-top: 5px; }

/* =Clearfix */
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


.sidebar-health li
{
	margin-left: 15px;
}

.dynamic_sidebar
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.masthead .container ul
{
	list-style: none;
}

.main_sidebar img
{
	float: left;
	margin: 0 10px;
}

.textwidget
{
	clear: both;
	margin: 0 0 20px 0;
}

.textwidget p
{
		vertical-align:top;
}

#nav
{
	position: relative;
	z-index: 2;
}

.masthead
{
clear:both;
margin:0 auto;
width:887px;
position: relative;
z-index: 1;
top: -10px;
height: 177px;
}

.masthead img
{
margin:1px;
width:217px;
height:auto;
}

.blogroll
{
	margin-left: 20px;
}