/*
Theme Name: finebalanceyoga.ca
Author: Peter Svec
*/

body {
        background: White url() repeat top left;
        font-family: "Century Gothic", Arial, Helvetica, sans-serif;
        font-size: 13px;
        margin: 20px 0px 0px 0px;
        padding: 0px;
        color: Black;
}

input {
        width: 300px;
        background: #FAEBD7 url() repeat-x;
        border-top: 1px solid black;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        border-left: 1px solid black;
        font: normal 1em/normal "Century Gothic", Arial, Helvetica, sans-serif;
        color: Black;
}

textarea {
        width: 550px;
        background: #FAEBD7 url() repeat-x;
        border-top: 1px solid black;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        border-left: 1px solid black;
        font: normal 1em/normal "Century Gothic", Arial, Helvetica, sans-serif;
        color: Black;
}

#submit {
        width: 150px;
        background: Black url() repeat-x;
        border-top: 1px solid black;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        border-left: 1px solid black;
        font: normal 1em/normal "Century Gothic", Arial, Helvetica, sans-serif;
        color: White;
}

h1, h2, h3 {
        color: #A6236F;
        margin-bottom: 0px;
        padding-bottom: 0px;
}

h1, h1 a, h2, h2 a {
        text-decoration: none;
}

h1 a:hover, h2 a:hover {
        text-decoration: underline;
}

h1 {
        font-size: 38px;
}

h2 {
        font-size: 26px;
        font-weight: normal;
}

h3 {
        font-size: 16px;
}

h4 {
        margin-bottom: 0px;
        padding-bottom: 0px;
}

p {
        margin-top: 0px;
        margin-bottom: 20px;
        line-height: 190%;

}

ul, ol {
        margin-top: 1.5em;
        line-height: 190%;
        padding-left: 20px;
}
blockquote {
        margin-left: 3em;
        margin-right: 3em;
}

a {
        color: #A6236F;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

.current_page_item a, .current_page_parent a {
        font-weight: bold;
}

.current_page_item a:hover {
        font-weight: bold;
        text-decoration: none;
}

a img {
        border: none;
}

img.left {
        float: left;
        margin-right: 20px;
}

img.right {
        float: right;
        margin-left: 20px;
        padding: 3px;
}

hr {
        display: none;
}


/* Header */

#header {
        background: transparent;
        width: 1000px;
        height: 280px;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 1px solid Black;
}


/* Logo */

#logo {
        float: left;
        margin: 100px 0px 0px 100px;
        background: url("images/logo.png") no-repeat scroll left top transparent;
        width: 300px;
        height: 140px;
}

#logo h1, #logo h2 {
        text-transform: none;
}

#logo h1 {
        width: 300px;
        height: 140px;
}
#logo a {
        float: left;
        width: 300px;
        height: 140px;
}

#splash {
        float: right;
        width: 450px;
        height: 280px;
        padding-bottom: 0px;
        background:  url() no-repeat left top;
}

/* Search */

#search {
        float: right;
        width: 260px;
        margin: 0px;
        margin-top: 10px;
}

#search fieldset {
        border: none;
}

#search #s {
        width: 160px;
        height: 23px;
        background: #;
        border: 1px solid Black;
}

#search #x {
        width: 40px;
        background: #FF6699;
        border-top: Black solid 1px;
        border-bottom: Black solid 1px;
        border-left: Black solid 1px;
        border-right: Black solid 1px;
        color: Black;
}

#wrapper {
        width: 800px;
        margin: 0 auto;
        background: url() repeat-x left top;
}

/* Horizontal menu */

#menu {
        padding-left: 100px;
        padding-bottom: 0px;
        background: transparent;
        font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

#menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: normal;
}

#menu li {
        float: left;
        font-size: 20px;
}

#menu a {
        display: block;
        float: left;
        padding: 10px 30px 5px 18px;
        height: 30px;
        text-decoration: none;
        text-transform: lowercase;
        color: Black;
}

#menu a:hover {
        color: #A6236F;

}
#menu .current_page_item a, #menu .current_page_parent a {
        font-weight: bold;
        color: #A6236F;
        text-decoration: none;
}
#menu .current_post_item a {
        color: #A6236F;
        font-weight: bold;
        text-decoration: none;
}


/* Page */

#page {
        width: 1000px;
        margin: 0 auto;
        padding-top: 0px;
        background: url(images/bg_menu.png) no-repeat left top;
}

/* Content */

#content {
        border-left: black solid 1px;
        margin-top: 70px;
        padding-left: 50px;
        float: right;
        width: 550px;
}

.post {

}

.post .title {
        margin: 0;
        padding: 0px 0px 0px 0px;
}

.post h1.title {
        padding-bottom: 20px;
        font-size: 2.4em;
        text-transform: lowercase;
}

.post .title a:hover {
        text-decoration: none;
}

.post .entry {
        margin: 0px;
        padding: 0px 30px 0px 0px;
}

.post .meta {
        height: 35px;
        margin: 15px 0 20px 0;
        padding: 15px 0 0 20px;
        line-height: normal;
        background: url(images/img05.jpg) repeat-x left top;
}

.post a {
        color: #A6236F;
}

h1.pagetitle_category {
        padding-bottom: 50px;
        color: #A6236F;
}
h2.widgettitle {
        display: none;
}
/* Sidebar */

#sidebar {
        float: right;
        margin-top: 70px;
        padding-right: 50px;
        text-transform: lowercase;
        font-size: 18px;
        text-align: right;
        width: 340px;
}

#sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: normal;
}

#sidebar li {
        margin-bottom: 15px;
}

#sidebar li ul {
        padding-left: 30px;
}

#sidebar li li {
        margin: 0;
        padding: 5px 0px;
}

#sidebar li h2 {
        margin: 0 0 1em 0;
        padding: 15px 0  5px 25px;
        height: 30px;
        text-transform: lowercase;
        font-size: 28px;
        letter-spacing: -1px;
}

#sidebar li p {
        padding: 0 20px;
}

/* Calendar */

#sidebar #calendar {
        padding: 0;
}

#calendar caption {
}

#calendar table {
        width: 100%;
        padding: 0 20px;
        text-align: center;
}

#calendar thead th {
        border-bottom: 2px solid #F2F2F2;
        border-top: 1px solid #F2F2F2;
}

#calendar tbody td {
        padding: 5px 0;
        border-bottom: 1px solid #F2F2F2;
}

#calendar tfoot td {
        border-top: 1px solid #F2F2F2;
}

#calendar #prev {
        text-align: left;
}

#calendar #next {
        text-align: right;
}

#calendar a {
        font-weight: bold;
}

/* Footer */

#footer {
        clear: both;
        width: 1000px;
        height: 50px;
        margin: 0 auto;
        border-top: 1px solid Black;
        background: transparent url() repeat-x top left;
}

#footer p {
        margin: 0;
        line-height: normal;
        padding: 8px 15px;
}

#footer a {
}
#footer .contact {
        width: 1000px;
        text-align: center;
        float: left;
        padding-top: 4px;
}

#footer .legal {
        font-size: 13px;
        float: left;
        clear: both;
}

#footer .credit {
        font-size: 11px;
        float: right;
}
