/*  
Theme Name: Wisner Chiropractic
Theme URI: http://www.wisnerchiropractic.com/
Description: WordPress theme for Wisner Chiropractic. Design by JBerra Design.
Version: 1
Author: Jason Craft and Jackie Berra
Author URI: http://www.deftdevelopment.com/
*/

body {
    margin:0;
    padding:0;
    background:url(images/body-bg.png) repeat-x #FFF;
    font-size:80%;
    font-family:Verdana, sans-serif;
    line-height:1.4em;
    color:#4C4C4C;
}
a img, img {
    border:none;
    vertical-align:middle;
}
a {
    text-decoration:none;
    color:#273686;
}
a:hover {
    text-decoration:underline;
}
h1, h2, h3, h4 {
    margin:12px 0 6px;
    padding:0;
    font-size:1.4em;
    font-weight:normal;
    color:#262261;
    line-height:1.1em;
}
h3, h4, h5, h6 {
    font-size:1.1em;
    font-weight:bold;
}
h4, h5, h6 {
    font-size:1em;
}
h2.first, h3.first {
    margin-top:0;
}
p {
    margin:6px 0 16px;
}
ul {
    list-style-type:disc;
    margin:10px 0;
    padding:0 0 0 20px;
}
li {
    margin:0;
    padding:0;
}
form {
    margin:0;
    padding:0;
}
big {
    font-size:1.25em;
}
small {
    font-size:0.8em;
}
.alignRight {
    text-align:right;
}
.alignCenter {
    text-align:center;
}
.clear {
    clear:both;
}
.left {
    float:left;
}
img.left {
    margin:0 14px 14px 0;
}
.right {
    float:right;
}
img.right {
    margin:0 0 14px 14px;
}
.statusMessage, .error {
    color:#F6A600;
}

/**** outer ****/
#outer {
    margin:0 auto;
    width:751px;
}

/**** header ****/
#header {
    position:relative;
    background:url(images/header.jpg) no-repeat;
    width:751px;
    height:264px;
}
#header h1 {
    position:absolute;
    left:10px;
    bottom:30px;
    margin:0;
    padding:0;
}
#header h1 a {
    display:block;
    text-indent:-9999px;
    width:240px;
    height:110px;
}

/**** navigation ****/
#navigation {
    list-style-type:none;
    margin:10px 0;
    padding:0 0 0 2px;
    background:url(images/navigation-bg.png) no-repeat;
    width:753px;
    height:39px;
}
#navigation li {
    float:left;
    margin:0;
    padding:0 25px;
    background:url(images/nav-item-bg.png) 100% 50% no-repeat;
    line-height:39px;
}
#navigation li.end {
    margin:0;
    padding-right:0;
    background:transparent;
}
#navigation a {
    font-family:arial, sans-serif;
    font-size:0.9em;
    color:#262261;
    text-transform:uppercase;
    vertical-align:middle;
}
#navigation li.active a, #navigation li.current_page_item a {
    text-decoration:underline;
}
#navigation a:hover {
    text-decoration:underline;
}

/**** content ****/
#content {
    padding:0 12px;
}

/**** main content ****/
#main_content {
    float:left;
    padding:0 10px 0 0;
    width:450px;
    min-height:400px;
    overflow:hidden;
}

/**** sidebar ****/
#sidebar {
    float:right;
    font-size:0.8em;
    color:#262261;
    padding:0;
    width:260px;
    overflow:hidden;
}
#sidebar h3 {
    font-size:1.6em;
    font-weight:normal;
}
#sidebar .patientInfo, #sidebar .hours {
    margin:0 0 12px;
    padding:10px;
    background:#E9E8EF;
}
#sidebar .patientInfo a, #sidebar .hours a {
    text-decoration:underline;
}
#sidebar .hours td {
    padding:2px 6px;
    vertical-align:top;
}

/**** footer ****/
#footer {
    clear:both;
    margin:12px auto;
    padding:20px 10px;
    background:url(images/footer-bg.png) no-repeat #101242;
    font-size:0.9em;
    font-family:arial, sans-serif;
    color:#FFF;
    text-align:center;
    width:729px;
    min-height:50px;
}
#footer a {
    color:#FFF;
}
#footer small {
    font-size:1em;
    color:#B9CFA9;
}
#footer ul.info {
    margin:0;
    padding:0;
}
#footer ul.info li {
    list-style-type:disc;
    display:inline;
    margin:0 7px 0 0;
    padding:0 10px 0 0;
    background:url(images/footer-bullet.png) 100% 50% no-repeat;
}
#footer ul.info li.end {
    margin:0;
    padding:0;
    background:transparent;
}

/**** posts ****/
.post img.alignleft {
    float:left;
    margin:10px 10px 10px 0;
}
.post img .alignright {
    float:right;
    margin:10px 0 10px 10px;
}

