/*
Theme Name: Central Coast School of Yoga
Author: Usable web sites
Author URI: http://www.mlbouchet.net/
Tags: fluid width, three columns
*/

/* -------------------- Resets --------------------- */
body, form, fieldset, ol, ul, li, h1, h2, h3, h4, h5, h6, p {
margin:0;
padding:0;
font: 100%/1em verdana, geneva, sans-serif;
}
img {
border:0; /* kills Gecko bug when img's are placed inside links */
vertical-align:bottom; /* set vertical align to bottom for IE */
}



/* --------------- colour scheme -------------- */
/* 
#fe9c13 - orange
#7f7f7f - light grey
#9eabb3 - Mid Grey 
#000 - body background
fonts
#333 -  near black
#ea4b02 - dark orange
#5e6875 - light grey
#737373 - mid grey
#645f5f - dark grey
Verdana, Geneva, sans-serif - font-family 
*/


/* GENERAL */

body {	
	
	background:url(images/med-grey-bg.gif) repeat;
	border-top:1px solid #777;
	font: 100%/1em verdana, geneva, sans-serif;
	background-color: #fff;
    margin: 0px;
	padding: 0px;
	text-align: left;	
}

A {
	color: #ea4b02; 
}

A:link {
        color: #ea4b02;
	text-decoration:none;        
}

A:visited {
	text-decoration:none;
        color: #645f5f;
}


A:hover {
	text-decoration:underline;
	color: #ea4b02;
        
}


.hide {
	display: none;
    padding: 0px;
    margin: 0px;
	}
	
.clearboth { clear: both; }

.indented
{    padding-left: 1.5em;}.indented-both{    padding-left: 2.5em;padding-right: 4.5em;line-height: 1.8em;font-style:italic;}

.right{text-align: right;}tr td .right {text-align: right;}

/* STRUCTURE */
h1
{	color: #333;
    font-size: 1.8em;
	line-height: 1.15;
    font-weight: normal;
    padding: .7em 0 .5em 0;}

h2
{
	color: #333;
    font-size: 1.2em;
	line-height: 1.15;
    font-weight: normal;
    padding: .4em 0 .5em 1.5em;
}

h3
{
	color: #333;
	font-size: 115%;
	font-weight: normal;
	padding-bottom: 1em;
	line-height: 1.6em;
}

h4
{	color: #ea4b02;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: .5em;
}

h5
{
	color: #ea4b02;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1em;
}

.sub-heading {color: #333;
	font-size: 140%;
	font-weight: normal;
	padding: 1em 0;
	line-height: 1.6em;}		.bold
{font-weight: bold;	}
	
.block
{	background-color: #fe9c13;}
.italic {	font-style: italic;}
.smallerfont {	padding-top: .4em;	font-size: 85%;}.largerfont {font-size:110%;}

p {	font-size: 90%;
	line-height: 1.5em;
	padding-bottom: .6em;
}

.center
{	text-align: center;
	font-size: 85%;
	line-height: 1.7em;
	padding-bottom: .6em;
	color: #ea4b02;
}
.promo-centre {text-align: center;color: #000;font-size:1em;font-weight:600;}

/* HEADER */

#header
{     
	margin: 0 auto;
	height: 150px;
	background-color: #fff;
	border-bottom: 2px solid #000;
}

#row
{
	min-width: 500px; 
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
	
}
#logo
{ 
	float: left;
	margin: 0.5em 0em 0.5em 0em;
}

#byline
{
	float: right;
	width: 260px;
	margin: 20px 15px 0px 0px;
	text-align: right; 
	font-style: italic;
	font-size: .7em;}

#outer{min-width: 500px; 
max-width: 900px;
margin: 0px auto 10px auto;
min-height: 100%;
height: auto !important;
height: 100%;
background-color: #fff;
text-align: left;
border-bottom: 1px solid #000;
}

/* NAVIGATION */
#nav{	padding: 7.5em 1em 0em 6em;
}
#nav ul
{
}

#nav ul li 
{
    text-decoration: none;
	padding: .3em .2em .3em .2em;  
    color: #fe9c13;
	font-size: 95%;
	margin-top: .4em;
    float: left;
	list-style-type: none;
	text-align: center;
}
#nav ul a:link
{
   margin: 0em;
   padding: .3em .3em .3em .3em;  
   text-decoration: none;
   color: #fe9c13;
} 

#nav ul a:visited
{
   margin: 0;
   padding: .3em .3em .3em .3em; 
   text-decoration: none;
   color: #7f7f7f;
}

#nav ul a:active
{
   margin: 0;
   padding: .3em .3em .3em .3em; 
   
   color: #7f7f7f;
}

#nav ul a:hover
{
   margin: 0;
   padding: .2em .3em .2em .3em; 
   text-decoration: none;
   color: #040102;
   background: #fe9c13;
   -moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}

#nav ul li.menubg
{
	
	display: block;
	background-color: #fe9c13;
	padding: .3em .4em .7em .4em; 
	color: #000;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}

#nav ul li.menubg a{
	color:#000;
}


/* MAIN CONTENT */

.list  li
{
	font-size: 90%;
	line-height: 1.7em;
	padding-bottom: .6em;
	margin-left: 2em;
}

.listnobullet  li
{	line-height: 1.7em;
	padding-bottom: .6em;
	margin-left: 0.5em;
	list-style: none;
	font-size: 85%;
}
#middle
{	background-color: #fff;}
#introsection
{ 	width: 900px;
	height: 280px;
	background-color: #ff9640;
	overflow: auto;
	border-bottom: 4px solid #645653;
}

#headlineblurb
{	padding: 0em 0 1.5em 3em;
    float: left;
}

#promo
{float: left;
    width: 260px;
    margin: 3em -2em 0 9em;
    height: 150px;
	border: 3px solid #fedbab;
	background-color: #645653;
	color: #fff;
	font-size: 1em;
	line-height: 1.4em;
	padding: 5px 4px 3px 4px;
	text-align: center;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

#promo2
{
	float: left;
    width: 260px;
    margin: 3em -2em 0 9em;
    height: 70px;
	border: 1px solid #333;
	background-color: #FEDBAB;
	color: #000;
	font-size: 1em;
	line-height: 1.4em;
	padding: 5px 4px 3px 4px;
	text-align: center;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}
#promo-foundation
{
	float: left;
    width: 210px;
    height: 25px;
	border: 3px solid #fedbab;
	background-color: #dedede;
	color: #fff;
	font-size: 1.1em; 
	font-weight:600;
	line-height: 1.4em;
	padding: 5px 4px 3px 4px;
	text-align: center;	-moz-border-radius: 16px;	-webkit-border-radius: 16px;
	border-radius: 16px;
}
.promo-foundation-small
{
	float: left;
    width: 175px;
    height: 20px;
	border: 3px solid #fedbab;
	background-color: #dedede;	color: #fff;
	font-size: 1em; 
	font-weight:500;
	line-height: 1.4em;
	padding: 5px 4px 3px 4px;
	text-align: center;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
#box1
{	float: left;
    width: 200px;
    margin: 5px 3px 4px 20px;
}

#box2
{
	float: left;
    width: 200px;
    margin: 5px 0 4px 12px;}

#box3
{float: left;
    width: 200px;
    margin: 5px 0 4px 12px;}


#box4
{
	float: left;
    width: 200px;
    margin: 5px 0px 4px 25px;}
.boxtop
{
	float: left;
    margin: 2px 0 0 0;
    width: 200px;
	height: 20px;
	padding: 6px 0px 6px 0px;
	
}

.boxcontent

{
	float: left;
    font-size: .8em;
	line-height: 1.6;
	padding: 5px 2px 0px 2px;
	color: #333;
    width: 188px;
	margin-bottom: 1em;

}

.boxcontentlist

{
	float: left;
    font-size: .9em;
	line-height: 1.3;
	padding: 5px 2px 0px 2px;
	color: #333;
    width: 188px;
	margin-bottom: 1em;

}

.orangearrow ul li
{
        list-style-image: url("images/orangearrow.gif");
        margin: 0 .5em 0 2em;
		
		line-height: 1.5em;
		font-size: .85em;
}


/* LANDING PAGES */

#titlesection
{       
    padding: 0em 0em 3em 1em;
    width: 905px;
	height: 30px;
	background-color: #fe9c13;
	border-bottom: 1px dotted #000;
}

#titlesection h1
{
	color: #000;
	

}
 

#pagecontent
{
	padding: 1em;
	font-size: 85%;
	float: left;
	overflow: hidden;
	width: 70%;
	height: 60%;
	margin-left: 1em;
}
#bookcontent
{
	padding: 1em;
	font-size: 85%;
	float: left;
	overflow: hidden;
	width: 70%;
	height: 60%;
	margin-left: 1em;
}
#rightcolumn

{
	float: left;
	width: 15%;
	background-color: #bfb0a4;
	text-align: center;
	height: auto;
	margin-left: 4em;
	margin-top: 1em;
}
#rightcolumnxmas

{
	float: left;
	width: 25%;
	height: 220px;
	margin-right: 3em;
	margin-top: 2em;
}
#pagecontentxmas{	padding: 1em;	font-size: 95%;	float: left;	overflow: hidden;	width: 60%;	height: 60%;	margin-left: 1em;}

#contactrightcolumn

{
	float: left;
	width: 38%;
	
	text-align: center;
	height: 520px;
	margin-left: 1em;
	margin-top: 1em;
}


#contactpagecontent
{
	padding: 1em 3em 1em 1em;
	font-size: 80%;
	float: left;
	overflow: hidden;
	width: 52%;
	height: 65%;
	margin-left: 1em;
	
}
#timetablepagecontent
{
	padding: .5em;
	font-size: 80%;
	height: 60%;
	margin-left: 1em;
	}
#testimonialpagecontent {
	padding: 1em;
	
	height: 60%;
	margin: 1em 4em 1em 3em; font-size: 85%;}
	
.quote
{
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
	border-top: 1px dotted #645f5f;
	border-bottom: 1px dotted #645f5f;
	padding: 1em;
}

.border
{
	border: 1px dotted #737373;
	padding: 1em;
	margin: 2em 1.5em 2em 1.5em;
	width: 240px;
	float: left;
	 
}


.smallphoto
{
	width: 110px;
	background-color: white;
	border: 1px solid black;
	margin: .7em;
}
.photo {border: 1px solid black;width:500px;}

.tableformat
{
	padding:.5em;
	text-align: center;
	margin: 1em 1em .5em 1em;
	
}

.xmastableformat
{
	padding:.5em;
	margin: 1em 1em .5em 1em;
	}
	
.amrowxmas
{	vertical-align: top;
	border: 1px solid #ccc;
	width: auto;
	padding: 13px 15px;
	font-size: 1.1em;
	font-weight: bold;
}
.amrow2xmas{	vertical-align: top;
	border: 1px solid #ccc;
	width: auto;
	color: #333;
	padding: 13px 15px;}
	
.rowformat
{
	vertical-align: top;
	border: 1px solid #ccc;
	width: 120px;
	color: #737373;
	padding: 2px 2px;
	
}
.class
{
	padding-top: .4em;
	color: #000;
	font-size: .9em;}
	
.foundation-class
{ background-color: #9FCBEA;}

.amrow
{
	vertical-align: top;
	border: 1px solid #ccc;
	width: 28px;
	color: #333;
	padding: 1px 1px;

}

.small
{
	color: #333;
	font-size: .8em;
}
.small-white
{
	color: #fff;
	font-size: .7em; 
}


/* Resources page */

#books h5
{
	color: #333;

}
.indent
{
padding-left: 1.5em;
}

.bookreview
{
	margin-left: 1.5em;
	font-style: italic;
	}

#bookcovercolumn

{
	float: left;
	width: 15%;
	text-align: center;
	height: auto;
	margin-left: 4em;
	margin-top: 6em;}
	
	.guruji {margin: 15px 0px 20px 20px; border: 1px solid black;}

	.halfpage { width:45%; padding: 0px 15px;float:left;}

.box
{	border: 1px dotted #645f5f;
	padding: 1em;
	background-color: #F9DDB8;
	height: 68px;
	width: 800px;
}

.ygbhalfpage { width:40%; padding: 0% 0% 0% 3.5%;float:left;}.ygbhalfpage p {font-size: 100%; line-height: 1.5em; padding-bottom: .6em;}
/*width-block */#widthblock	{	min-width: 500px; 	max-width: 900px;	margin: 1em auto 1em auto;			}#three-quarters{	float: left;    width: 69%;    margin: 5px 15px 4px 20px;}			
/* FOOTER*/

#footer
	{
	min-width: 500px; 
	max-width: 900px;
	margin: 2em auto 1em auto;
	height: 100px;
	font-size: .7em;
	color: #fff;
	text-align: center;	}	

.footerelement
{	padding: 12px;}

@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px) {

#outer {width:auto;}

}

/*ossibutton */

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* text-break - toget text to wrap*/

.text-break { white-space: normal; }

@media (max-width: 479px)
{	.google-map {width: 400px;}.mobile-timetable {width:80%;}#titlesection { padding: 0em 0em 3em 1em; width: 85%;}#byline {float:none;}
	#outer {min-width: auto; max-width: 470px;}	}/*#row {min-width: auto;}
}*/

@media (min-width: 480px) and (max-width: 767px)
{.google-map {width: 400px;}
	#titlesection { padding: 0em 0em 3em 1em; width: 85%;}
}

@media (min-width: 768px) and (max-width: 991px)
{.google-map { width: 740px;}
	.text-break-md { white-space: normal; }
}
.btn { width: 220px; font-size: 1.2em; background-color: #ffffff;}
.btn a: hover {background-color: silver;}