/*  
Theme Name: YogaNutz
Theme URL: http://www.yoganutz.co.uk
Description: Designed exclusively for YogaNutz.co.uk 
Version: v2.01
Author: Adrian Burns 
Author URI: http://www.pebcom.co.uk/ 
*/

/* CSS Document */




/* ---------------------------- GENERAL ---------------------------- */

body {
text-align: center;
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
color: #444;
margin: 40px auto 0 auto;
padding: 0;
background: url(images/bg-body.png) top center no-repeat #cfeaab fixed;
}

* {
margin: 0;
}

html {
margin: 0;
padding: 0;
width: 100%;
}

a img {
border: 0;
}

#sidebar img {
vertical-align: bottom;
}

.post-content img {
float: left;
margin: 0 17px 17px 0;
border: 1px solid #e6f7cf;
padding: 4px;
}

p {
padding-bottom: 17px;
}

ol {
list-style: decimal;
padding-left: 2.7em;
}

ul {
list-style: disc;
padding-left: 2em;
}




/* ---------------------------- NAV MENU ---------------------------- */

#nav {
list-style: none;
margin: 0;
float: left;
padding: 0;
}

#nav li {
width: 250px;
height: 30px;
float: left;
line-height: 30px;
border-bottom: solid 1px #e6f7cf;
margin: 0;
}

#nav .current_page_item a, #nav .current_page_item a:visited{
color: #419fcb;
text-decoration: none;
}

#nav .page_item a{
color: #e0528a;
text-decoration: none;
padding: 0;
font-family: 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;
font-size: 1.3em;
letter-spacing: 0;
display: block;
padding-left: 10px;
}

#nav .page_item a:hover {
color: #fff;
background-color: #419fcb;
}




/* ---------------------------- DIVS ---------------------------- */

#page {
width: 750px;
padding: 0;
margin: 0 auto;
overflow: hidden;
background: url(images/bg-main.png) right repeat-y #fff;
border: 0;
vertical-align: top;
}

#header-small {
float: left;
width: 750px;
height: 170px;
text-align: left;
vertical-align: middle;
line-height: 170px;
line-height: 100px;
border:0;
background-color: #fff;
overflow: hidden;
}

#header-big-left {
float:left;
width: 499px;
height: 200px;
text-align: left;
margin: 0;
padding: 0;
overflow: hidden;
}

#header-big-right {
float:right;
width: 250px;
height: 200px;
text-align: left;
margin: 0;
padding: 0;
border-left: solid 1px #e6f7cf;
overflow: hidden;
}

#sidebar {
float: right;
width: 250px;
text-align: left;
margin: 0;
padding: 0;
overflow: hidden;
}

#content-header {
float:left;
width: 750px;
height: 30px;
text-align: left;
margin: 0;
padding: 0;
overflow: hidden;
}

.post-content {
float: left;
width: 440px;
margin: 0;
padding-right: 30px;
padding-left: 30px;
text-align: justify;
line-height: 1.4em;
font-size: 1.3em;
overflow: hidden;
}

.post-content li {
list-style: disc;
padding-left: 0;
padding-bottom: 17px;
}

#email {
width: 100%;
float: left;
height: 25px;
line-height: 25px;
overflow: hidden;
margin-top: 0;
margin-bottom: 17px;
}

#email img {
margin-right: 0;
vertical-align: middle;
}

#content-footer {
float: left;
width: 750px;
height: 60px;
}

#footer {
width: 725px;
height: 80px;
text-align: left;
padding-left: 25px;
line-height: 78px;
border-top: solid 1px #e6f7cf;
float: left;
background: url(images/footer.png) left no-repeat #fff;
margin: 0;
}

#footer-base {
width: 100%;
height: 70px;
float: left;
background: url(images/footer-base.png) top center no-repeat;
margin: 0;
padding: 0;
}

.team-profile {
float: left;
width: 420px;
border: solid 1px #e6f7cf;
margin-top: 10px;
margin-bottom: 25px;
padding: 10px 10px 35px 10px;
min-height: 225px;
background: url(images/team-profile-base.png) bottom left no-repeat;
}




/* ---------------------------- FONTS ---------------------------- */

h1 {
font-family: 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;
font-size: 1.8em;
letter-spacing: -1px;
text-align: left;
color: #e0528a;
margin-bottom: 30px;
}

h2 {
font-size: 1em;
font-weight: bold;
padding-bottom: 5px;
text-transform: none;
color: #444;
}

h3 {
font-family: 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;
font-size: 1.3em;
letter-spacing: 0;
}

a {
color: #419fcb;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

small {
font-family: 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;
font-size: 0.80em;
color: #c5dfa4;
letter-spacing: 0;
}

.footer-text {
font-family: 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;
font-size: 1em;
color: #c5dfa4;
letter-spacing: 0;
}

#footer a {
color: #c5dfa4;
text-decoration: none;
font-weight: normal;
}

#footer a:hover {
text-decoration: underline;
}