/*
Theme Name:     Yoga Collective
Description:    This is a theme built for Amy Martin by New Tricks based on Organic Theme\'s Restaurant Theme so that you can upgrade the theme without getting customizations overwritten!

Author:         judi knight
Template:       organic_restaurant

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../organic_restaurant/style.css");



/************************************************
*	3.	Headings  									*
************************************************/

h1 {
	color: #333333;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: normal;
	text-transform: none;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	}
h2 {
	color: #333333;
	font-size: 24px;
	line-height: 32px;
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: normal;
	text-transform: normal;
	text-align: left;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	}
h3 {
	color: #333333;
	font-size: 22px;
	line-height: 28px;
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	margin: 2px 0px 3px 0px;
	padding: 2px 0px 3px 0px;
	}
h4 {
	color: #5B5656;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: normal;
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
	}
h5 {
	color: #333333;
	font-size: 15px;
	line-height: 18px;
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: normal;
	text-transform: normal;
	margin: 2px 0px 4px 0px;
	padding: 2px 0px 4px 0px;
	}
h6 {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	font-family:'Helvetica', Arial, sans-serif;
	font-weight: normal;
	text-transform: normal;
	margin: 2px 0px 8px 0px;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px dotted #CCCCCC;
	}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited,
h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
	color: #333333;
	text-decoration: none;
	border: none;
	}
h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
	color: #333333;
	text-decoration: none;
	border: none;
}


#sidebar_right .widget {
    border-bottom: 5px dotted rgb(255, 255, 255);
    float: right;
    list-style: none outside none;
    margin: 0 0 30px;
    padding: 0 0 5px;
    text-align: left;
    width: 250px;
}	
#sidebar_right .widget h4 {
    margin: 0;
    padding: 10px 0 5px;
    text-align: left;
}

#navbar {
	float: left;
	display: block;
	background: #AE0D0D url(images/gradient_bg.png) bottom repeat-x;
	position: relative;
	width: 960px;
	height: 40px;
	font-size: 14px;
	font-family: Helvetica, 'Arial';
	font-weight: normal;
        font-style: normal;
	text-align: center;
        text-transform: uppercase;
	margin: 0px auto 0px;
	padding: 4px 10px;
	z-index: 9;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	}


#navbar span.fold {
	float: left;
	display: block;
	background: url(images/nav_fold.png) no-repeat;
	position: relative;
	width: 980px;
	height: 10px;
	top: 4px;
	left: -10px;
	z-index: 9;
	}
	
/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu {
	line-height: 1.0;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	}
.menu ul ul, ul.menu ul {
	position: absolute;
	top: -9999px;
	width: 160px; /* left offset of submenus need to match (see below) */
	margin: 0px;
	}
.menu ul ul ul, ul.menu ul ul {
	margin: 0px;
	}
.menu ul li ul li, ul.menu ul li {
	width: 100%;
	margin: 0px 0px 0px 0px;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	display: inline;
	position: relative;
	}
.menu li li {
	display: inline-block;
	position: relative;
	}
.menu a {
	display: inline-block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	left: 0;
	top: 40px; /* match top ul list item height */
	z-index: 99;
	}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}
	
/*** SKIN ***/

.menu .current_page_item a, .menu .current_page_item a:hover,
.menu .current-menu-item a, .menu .current-menu-item a:hover,
.menu .current_page_ancestor a, .menu .current_page_ancestor a:hover,
.menu .current-cat a, .menu .current-cat a:hover {
	color: #FFFFFF !important;
	background: #EDA910;
	margin: 4px 0px 4px 0px;
	padding: 0px 9px 0px 9px;
        border: 1px dotted #444444;
	}
.menu li .current_page_item a, .menu li .current_page_item a:hover,
.menu li .current-menu-item a, .menu li .current-menu-item a:hover,
.menu li .current-cat a, .menu li .current-cat a:hover {
	color: #ececec!important;
	background: #eda910;
	margin: 0px 5px 5px 0px;
	padding: 0px 10px;
	border: none;
	}
.menu .current_page_item ul li a,
.menu .current-menu-item ul li a,
.menu .current_page_ancestor li a,
.menu .current-cat ul li a {
	color: #ececec !important;
	background: #eda910;
	margin: 0px 5px 5px 0px;
	padding: 0px 10px;
	border: none;
	}
.menu .current_page_item ul li a:hover,
.menu .current-menu-item ul li a:hover,
.menu .current_page_ancestor li a:hover,
.menu .current-cat ul li a:hover {
	color: #333333 !important;
	background: #efcc0c;
	margin: 0px 5px 5px 0px;
	padding: 0px 10px;
	border: none;
	}
.menu {
	margin-bottom: 0;
	}
.menu a {
	font-size: 13px;
	margin: 5px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	line-height: 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #ececec;
	}

.menu li li a {
	display: block;
	background: #eda910;
        color:ececec;
	font-size: 12px;
	line-height: 28px;
	border: none;
	margin: 0px 5px 5px 0px;
	padding: 0px 10px 0px 10px;
	text-align: left !important;
	text-decoration: none;
	text-transform: none;
	text-shadow: none !important;
	}

.menu li {
	background: none;
	}
.menu li li {
	background: none;
	}
.menu li:hover, .menu li.sfHover {	
	}
.menu a:focus, .menu a:hover, .menu a:active {
	background: #efcc0c;
	color: #333333;
	margin: 4px 0px 4px 0px;
	padding: 0px 9px 0px 9px;
	border: 1px dotted #444444;
	outline: 0;
	}
.menu li li:hover, .menu li li.sfHover {
	}
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
	background:	#efcc0c;
	color: #333333;
	margin: 0px 5px 5px 0px;
	padding: 0px 10px 0px 10px;
	border: none;
	outline: 0;
	}

.menu {
    float: left;
    padding-left: 10px;
}
h2 {
    font-family: helvetica;
}
h1 {
    font-family: helvetica;
}
#header_border {
    padding: 5px 13px 0;
}
/* Navigation Links */

.more-link:hover, div.anythingSlider .thumbNav a:hover, div.anythingSlider .thumbNav a.cur, div.anythingSlider .arrow a:hover, #searchsubmit, #searchsubmit:hover, #commentform #submit:hover, .reply a:hover, .reply a:visited, #subbutton, #subbutton:hover {
    background-color: #3177A3 !important;
}

div.anythingSlider .anythingControls {
	float: left;
	display: block;
	background: #EEEEEE;
	width: 870px;
	left: 0;
	margin: 360px 25px 0px 25px;
	padding: 0px;
	position: absolute;
	z-index: 8;
	outline: 0;
	clear: both;
	}	
div.anythingSlider.activeSlider .thumbNav a:hover, 
div.anythingSlider.activeSlider .thumbNav a.cur {
	color: #FFFFFF;
	text-decoration: none;
	}
div.anythingSlider .thumbNav {
	text-align: center;
	height: 24px;
	margin: 0px auto 0px !important;
	padding: 0px;
	}
div.anythingSlider .thumbNav li {
	display: inline;
	}
div.anythingSlider .thumbNav a {
	color: #666666 !important;
	display: inline-block;
	font-size: 11px;
	line-height: 24px;
	text-decoration: none;
	margin: 0px;
	padding: 0px 10px;
	outline: 0;
	}
div.anythingSlider .thumbNav a:hover, 
div.anythingSlider .thumbNav a.cur {
	background: #99CC33 url(images/gradient_bg.) repeat-x;
	padding: 0px 10px;
	}
#wrap div.anythingSlider .thumbNav a:hover, 
#wrap div.anythingSlider .thumbNav a.cur {
	color: #FFFFFF !important;
	}
div.anythingSlider.rtl .thumbNav a { 
	float: right; 
	}
div.anythingSlider.rtl .thumbNav { 
	float: left; 
	}
.more-link {
    background: none repeat scroll 0 0 rgb(238, 238, 238);
    border: 1px dotted rgb(255, 255, 255);
    border-radius: 3px 3px 3px 3px;
    display: block;
    font-family: helvetica,'Times New Roman',Times,serif;
    font-style: italic;
    line-height: 30px;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.more-link:hover {
	background: #99CC33;
	}
#wrap .more-link:hover {
	color: #FFFFFF !important;
	}
#homepage .more-link {
	display: inline-block;
	width: auto;
	margin: 5px 0px 0px 0px;
	padding: 0px 12px;
	}
.postarea.blog .more-link {
	display: inline-block;
	width: auto;
	margin: 5px 0px;
	padding: 0px 12px;
	}
.postmeta p {
    display: none;
    margin: 0;
    padding: 0;
}

a, a:visited {
    color: rgb(237, 169, 16);
    text-decoration: underline;
}
#header_border {
    padding: 5px 13px 10px !important;
}

#footer {
    background: none repeat scroll 0 0 rgb(174, 13, 13);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 4px rgb(51, 51, 51);
    float: left;
    margin: 0 10px 20px;
    padding: 5px;
    width: 950px;
}
#mc_embed_signup .button {
    background-color: rgb(174, 13, 13);
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}	
#content.left .feature_img img {
    display: none !important;
}
.postmeta {
    background: none repeat scroll 0 0 rgb(188, 188, 188);
    padding: 1px 10px;
}
body {
    background: none repeat scroll 0 0 transparent;
}
#navbar {
    background: url("images/gradient_bg.png") repeat-x scroll center bottom #3177A3;
}
#header #title a {
    margin-bottom: -15px !important;
}
#footer {
    background: none repeat scroll 0 0 #3177A3;
}
.menu .current_page_item a, .menu .current_page_item a:hover, .menu .current-menu-item a, .menu .current-menu-item a:hover, .menu .current_page_ancestor a, .menu .current_page_ancestor a:hover, .menu .current-cat a, .menu .current-cat a:hover {
    background: none repeat scroll 0 0 #1B4E6D;
}
.menu a:focus, .menu a:hover, .menu a:active {
    background: none repeat scroll 0 0 #1B4E6D;
    color: #ffffff;
}
#wrap .more-link:hover {
    background: none repeat scroll 0 0 #9C53A7 !important;
}
#container a:hover, #container h1 a:hover, #container h2 a:hover, #container h3 a:hover, #container h4 a:hover, #container h5 a:hover, #container h6 a:hover, #containerhome a:hover, #containerhome h1 a:hover, #containerhome h2 a:hover, #containerhome h3 a:hover, #containerhome h4 a:hover, #containerhome h5 a:hover, #containerhome h6 a:hover, #footer a:hover, #sidebar_right ul.menu li a:hover, #sidebar_right ul.menu li ul.sub-menu li a:hover, #sidebar_right ul.menu .current_page_item a, #sidebar_right ul.menu .current-menu-item a, #footerwidgets ul.menu li a:hover, #footerwidgets ul.menu li ul.sub-menu li a:hover, #footerwidgets ul.menu .current_page_item a, #footerwidgets ul.menu .current-menu-item a {
    color: #3177A3;
}




.nocomments {
    display: none;
}
.postauthor p {
    display: none;
}
.menu li li a {
    background: none repeat scroll 0 0 #55395E;
}
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
    background: none repeat scroll 0 0 #9C53A7;
}
#container h3 a:visited{
	color:#3177A3;
        text-decoration:none;
}