/*   
Theme Name: Awakened Yoga
Theme URI: http://www.awakenedyogastudio.com
Description: Custom Template for Awakened Yoga Studio's Website
Author: Designio Solutions
Author URI: http://www.designiosolutions.com
Version: 1.0
*/
html, body {
    /* background: #FFF392 url(images/bg-site.gif) top center repeat-y; */
	background: #FFF;
    font-family: tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
}

#site {
    border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#main h2,
a {
    color: #FF6300;
}

#main h3 {
    color: #78A878;
}

img.alignright {
    float: right;
}

#site {
    background-color: white;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 800px;
}

#header {
    background-color: #FF6300;
    color: white;
    height: 94px;
    margin: 0 auto;
    position: relative;
    width: 800px;
}

#header h1.logo {
    background: transparent url(images/awakened-yoga.gif) center no-repeat;
    height: 88px;
    left: 23px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    width: 262px;
}

#header h1.logo span {
    display: none;
}

#header .right {
    border-bottom: 3px solid #FF914C;
    position: absolute;
    bottom: 15px;
    font-style: italic;
    right: 17px;
    text-align: right;
    width: 481px;
}

ul#mainNav {
    background-color: #78A878;
    color: white;
    list-style: none;
    margin: 4px auto;
    padding: 4px 0;
    text-align: right;
    width: 800px;
}

ul#mainNav li {
    display: inline;
}

ul#mainNav a {
    border-left: 1px solid #EEE;
    color: white;
    display: inline-block;
    font-size: 13px;
    padding: 0 1em;
    text-decoration: none;
}

ul#mainNav a:hover {
    text-decoration: underline;
}

ul#mainNav li:first-child a {
    border-left: 0;
}

.greenBox {
    background-color: #BBD3BB;
}

#mainWrapper {
    float: left;
    padding-bottom: 50px;
    width: 100%;
}

#main {
    margin-left: 20px;
    margin-right: 20px;
}

#sidebar {
    border-right: 1px solid #BBD3BB;
    float: left;
    margin: 1em 0 1em -800px;
    padding-bottom: 50px;
    width: 285px;
	display: none;
}

#footer {
    background-color: #78A878;
    bottom: 0;
    color: #EEE;
    font-size: 12px;
    margin: 0 auto;
    padding: .5em 0;
    position: absolute;
    text-align: center;
    width: 800px;
}

#footer p {
    margin: 0;
}

#footer a {
    color: #FFF;
}

.clear {
    clear: both;
}

#sidebar .parking {
    background: transparent url(images/bg-parking.gif) center no-repeat;
    font-size: 10px;
    font-weight: bold;
    margin: 1em auto;
    padding: 12px 0;
    text-align: right;
    width: 255px;
}

#sidebar .parking span {
    line-height: 20px;
    padding-right: 3px;
}

#sidebar a.buttonOrange{
    background: transparent url(images/bg-left-button.gif) left top no-repeat;
    color: white;
    display: block;
    font-size: 13px;
    line-height: 35px;
    margin: 5px 0;
    padding-left: 40px;
    text-decoration: none;
}

#sidebar .calHeader,
#sidebar li h2.widgettitle {
    background-color: #BBD3BB;
    font-size: 13px;
    font-weight: normal;
    margin: 1em 0;
    padding: 1em 0;
    text-align: center;
}

#sidebar li#ngg-images-3 h2.widgettitle {
    display: none;
}

#sidebar ul {
    list-style: none;
    margin: 1em 0;
    padding: 0;
}

#sidebar ul li li {
    padding: 0 1em;
    margin: 0;
}

#main .widecolumn {
    padding: 1em 2em;
}

#signup-for-newsletter {
	float:right; padding:5px;
}

