/*
Theme Name: Osteopathy
Description: Osteopathy Theme
Author: Jubal Mabaquiao
Version: 1.0
*/

@import url("styles/reset.css");

body {
    text-align:left;
    background: #bcd4e6 url(images/bg_body.png) repeat-x left top;
    color: #333;
}
h1 { font-size:200% } /* 26 */
h2 { font-size:184.6% } /* 24 */
h3 { font-size:153.8% } /* 20 */
h4 { font-size:138.5% } /* 18 */
p { padding-bottom:1em }
.menu a {
    text-decoration:none;
    display: block;
}
strong {
    font-weight:bold;
}
em {
                font-style:italic;
}
.clearfix { clear:both; }
.mod { position:absolute; }
.more-link {
    text-decoration: none;
    color: #005FAD;
}
.container {
    width: 960px;
    position: relative;
    margin: 0 auto;
    background: #2072c4;
}
.header {
    height: 147px;
    margin: 0 auto;
    position: relative;
}
.spacer.top { line-height: 70px; }
.entry a {
    color:#005FAD;
    text-decoration:none;
}
.entry a:hover {
    text-decoration:underline;
}
.entry .heading {
    color: #005FAD;
    padding-bottom: 0.5em;
}
.entry .heading a {
    color: #005FAD;
    text-decoration: none;
}
.entry .heading a:hover {
    color:#09F;
}
.entry ul {
    margin-left: 1em;
    margin-bottom: 1em;
}
.entry ul li {
    list-style: disc inside;
}
h4.description {
    color: #3E87DA;
    padding: 20px;
    text-align: center;
}
.header .menu #menu-main {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 743px;
}
.header .menu #menu-main li {
    float: left;
    padding: 0 2px;
}
.header .menu #menu-main li a {
    color: #fff;
    font-weight: bold;
    padding: 10px 5px;
    background: url(images/sprite-main-menu.png) no-repeat left 30px;
}
.mod.top {
    top:0;
    width:434px;
    height:93px;
    background:url(images/top-img.png) no-repeat 0 0;
    right: 0px;
    margin-top: -50px;
    margin-right: 30px;
}
.mod.text {
    color:#FFF;
    right:120px;
    top:60px;
}
.mod.left {
    position: relative;
    background: url(images/side-01.jpg) no-repeat center top;
    width: 200px;
    height: 315px;
}
a#logo {
    /*background:url("images/logobanner.png") no-repeat;*/
    display:block;
    height:60px;
    margin-left:210px;
    margin-top:10px;
    position:absolute;
    width:483px;
}
a#logo h1 { visibility: hidden; }
.contents .sidebar {
    float: left;
    width: 210px;
}
.contents .content {
    margin-left: 210px;
    background: #fff;
    margin-right: 18px;
    margin-bottom: 20px;
    padding-bottom: 1px;
}
.content .image-slug { 
    padding: 20px;
    text-align: center;
}
.content .image-slug img {
    height: 35px;
    width: 605px;
}
.content .entry {
    border-bottom: 1px dashed #06f;
    padding-right: 0;
    padding-left: 0;
    margin: 0 30px 20px;
}
.footer {
    position: relative;
    padding: 0 18px 20px;
    height: 40px;
}
#menu-footer {
    float: left;    margin: 8px auto 0;    padding-right: 10px;    text-align: center;
}
#menu-footer li {
    display: inline-block;
    border-left: 1px solid #fff;
}
#menu-footer li:first-child { border-left: 0 none; }
#menu-footer li a {
    color: #fff;
    padding: 5px;
}
.sidebar .heading {
    background:#39f;
    color:#fff;
    font-size:1em;
    font-weight:bold;
    margin-bottom:10px;
    padding:8px 20px;
    text-transform:capitalize;
}
.sidebar .menu { margin: 0 18px 20px; }
.sidebar .menu ul { margin: 0; }
.sidebar .menu li a {
    color: #FFF;
    padding: 5px 0;
    display: block;
}
.sidebar .menu li a:hover { color: #6CF; }
a#rss-icon {
    display:block;
    background: url(images/feed-icon-14x14.png) no-repeat 50% 50%;
}
a#rss-icon span{
    visibility:hidden;
}
.gallery .gallery-item {
    width:25%;
}
.facebook {
    background: url(images/facebook.png) no-repeat 0 0 transparent;
    float: right;    height: 53px;    margin-right: 35px;    margin-top: 56px;    width: 55px;
}
.facebook a {
    display:block;
    width: 55px;
    height: 53px;
}
.footer-img{
    float: left;
}
.footer-img ul li{
    float: left;
    padding-right:10px;
}
.footer-img li img{
    height: 40px;
    width:120px;
}

/* updates 5 10 2013 */
.profile-image {
    float: left;
    padding: 0px 15px 0 0;
}

/* update 10 18 2013 ryan */
#customr { padding-left: 30px; }
#customr ul { margin: 5px 15px; width: 200px; float: left; }
#customr li { margin: 10px 0; list-style: disc outside none; }
#customr a { text-decoration: none; color: #333333; }
#customr a:hover { color: #0099FF; }
