/*   
Theme Name: BuddingYogis
Theme URI: http://www.buddingyogis.com
Description: The Budding Yogis theme
Author: Mark Kennedy, based on design by Walt Irby
Version: 1.0
*/

/* BUDDING YOGIS COLORS
Vibrant Blue: #3a73d7
Dark Blue: #2c56a1
Light Blue: #88B1F0
Pale Blue: #
Dark Green: #467263
Light Green: #A4B5AF
Orange: #F7A252
Pale Orange: #FFCC99
Dark Orange: #f57f10
*/

* 
{
	margin: 0;
	padding: 0;
}

body 
{ 
	background: #88B1F0 url(/images/bg/dropshadow.png) repeat-y center;
	font-family: "Century Gothic", "Helvetica", sans-serif;
	font-size: 14px;
	color: #2c56a1;
}
	 
a:link, a:visited, a:active 
{	
	color: #2c56a1;
	text-decoration: underline;
}

a:hover 
{ 
	color: #2c56a1;
	text-decoration: none;
}

hr 
{
	border-top: 1px dotted #2c56a1;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

p, h1, h2, h3 
{
	position: relative;
	z-index: 3;
}

h1 
{
	padding-bottom: .5em;
	font-size: 20px;
}
	
h2 
{
	padding-bottom: .5em;
	font-size: 18px;
}

h3 
{
	padding-bottom: .5em;
	font-size: 16px;
}

.page-title
{
	text-transform: lowercase;	
}

p
{
	padding-bottom: 1.5em; 
}

ul
{
	padding-bottom: 1.5em;
	margin-left: 3em;
}

li
{
}

#left-announcements ul,
#right-announcements ul
{
	margin-left: 1em;
}

#header 
{ 
	background: #467263 url(/images/bg/header.jpg) repeat-x;
	font-size: 10px;
	z-index: 500;
	width: 978px;
	height: 132px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	color: #FFF;
	border-top: none;
	border-right: 1px solid #467263;
	border-bottom: none;
	border-left: 1px solid #467263;
}

#content 
{
	margin: 20px 20px 20px 20px;
}

/* Instructors page headers */
#post-19 h2
{
 	clear: both;
}

#workshops p
{
	line-height: 1.2;
}

.sidenav 
{
	border: 1px solid #467263; 
	list-style: none; 
	padding: 6px; 
	background: #F7A252; 
	font-size: 16px; 
	font-weight: bold;
	text-align: center;
}

.sidenav a:link, .sidenav a:visited, .sidenav a:active 
{
	text-decoration: none;
}

.sidenav a:hover 
{
	background: #f57f10;
}

/* Begin CSS Drop Down nav */

#navh-container 
{
	z-index: 999;
	position: relative;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 998px;
}

#navh 
{
	font-size: 11px;
	text-transform: lowercase;
	width: 100%;
	float: left;
	margin: 2em;
	margin-top: 1em;
}
		
#navh a 
{
	background-color: #2c56a1;
	text-align: center;
	display: block;
	border: 1px solid #88B1F0;
	-moz-border-radius: 5px;
	white-space: nowrap;
	margin: 0;
	padding: 0.3em;
}
	
#navh a:link, #navh a:visited, #navh a:active  /* nav at rest */
{
	color: #FFF;
	text-decoration: none;
}
	
#navh a:hover  /* nav on mouse-over  */
{
	color: #FFCC99;
	text-decoration: none;
}	
	
#navh ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navh li 
{
	position: relative;
	min-height: 1px;
	vertical-align: bottom;
	width: 120px;  /* width of all nav boxes */
	float: left;
	margin: 0;
	padding: 0;
}

#navh ul ul 
{
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	padding: 1em;
	margin: -1em 0 0 -1em;
}

#navh ul ul ul 
{
	top: 0;
	left: 100%;
}

div#navh li:hover 
{
	cursor: pointer;
	z-index: 100;
}

div#navh li:hover ul ul, 
div#navh li li:hover ul ul, 
div#navh li li li:hover ul ul, 
div#navh li li li li:hover ul ul 
 { display: none; }

div#navh li:hover ul, 
div#navh li li:hover ul, 
div#navh li li li:hover ul, 
div#navh li li li li:hover ul 
 { display: block; }

/* End CSS Drop Down nav */

#GRADorange 
{
	background: #6F92CA url(/images/bg/GRADorange.jpg) repeat-y;
	color: #FFF;
	margin: 0 auto;
	width: 998px;
	border-top: none;
	border-right: 1px solid #467263;
	border-bottom: 4px solid #467263;
	border-left: 1px solid #467263;
}

#midlowerR 
{
	background: #EEF3FB url(/images/bg/midlowerR.jpg) repeat-y;
	margin: 0 auto;
	width: 998px;
	border-top: none;
	border-right: 1px solid #467263;
	border-bottom: 1px solid #467263;
	border-left: 1px solid #467263;
}

#midlowerL 
{
	background: #EEF3FB url(/images/bg/midlowerL.jpg) repeat-y;
	margin: 0 auto;
	width: 998px;
	border-top: none;
	border-right: 1px solid #467263;
	border-bottom: 1px solid #467263;
	border-left: 1px solid #467263;
}


.half 
{
	width: 499px;
	float: left;
	display: inline;
}

.third 
{
	padding: 20px;
	width: 292.67px;
	float: left;
	display: inline;
}
	
.twothirds 
{
	padding: 20px;
	width: 625.34px;
	float: left;
	display: inline;
}
	
.quarter 
{
	padding: 20px;
	width: 209.5px;
	float: left;
	display: inline;
}

.threequarters 
{
	padding: 20px;
	width: 708.5px;
	float: left;
	display: inline;
}

.clear 
{
	clear: both;
}
	
#footer 
{ 
	margin: 0 auto;
	width: 958px;
	padding: 20px;
	border-top: 2px solid #467263;
	border-right: 1px solid #467263;
	border-bottom: none;
	border-left: 1px solid #467263;
	background: #FFCC99;
	color: #467263;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
	 
#footer a:link, #footer a:visited, #footer a:active 
{	
	color: #467263;
	text-decoration: none;
}

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

.post .entry p
{
	padding-bottom: 1.5em;
}


.video-container
{
	text-align:center;
}

div.video
{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	text-align:center;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.teacher-cert-call-out-box
{
	border: 1px dotted #2c56a1;
	margin: 0pt auto;
	width: 520px;	
	padding: 10px;
	text-align: center;
}





