/*
Theme Name: The Yoga Room v2
Theme URI: http://www.ancientsbest.com/
Description: Custom theme for The Yoga Room
Version: 2.0
Author: James Hewett
Author URI: http://www.jameshewett.com/
*/



/* ------------------------------------------ */
/* {00} RESETS
/* ------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	}

body {
    line-height:1;
	}

article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
    display:block;
	}

nav ul {
    list-style:none;
	}

blockquote, q {
    quotes:none;
}	

blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
	}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	}

ins {
    background-color:#999;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#999;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* ------------------------------------------ */
/* {01} GLOBAL ELEMENTS
/* ------------------------------------------ */
body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	color: #333;
	background: #fcfcfc url(images/background.png);
	}
a {
	color: #f3953d;
	text-decoration: underline;
	}
a:hover {
	color: #333;
	}
h1, h2, h3, h4, h5, h6 {
	
	}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
	}
strong {
	font-weight: 700;
	}
em {
	font-style: italic;
	}
.right {
	float: right;
	}
.left {
	float: left;
	}
.clear {
	clear: both;
	}
.aligncenter {
	margin: 0 auto;
	}

/* ------------------------------------------ */
/* {02} HEADER
/* ------------------------------------------ */
#band {
	background: #794f71 url(images/band.jpg);
	height: 3px;
	border-bottom: 3px solid #ddd;
	}	
#header {
	background: url(images/header.jpg);
	height: 150px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	}
#logo {
	position: absolute;
	top: 15px;
	left: 15px;
	}
#nav {
	position: absolute;
	top: 65px;
	right: 20px;
	margin: 0 auto;
	text-align: right;
	font-size: 18px;
	}
#nav ul {
	}
#nav ul li {
	display: inline;
	padding: 0 15px;
	}
#nav a {
	color: #b5aeb8;
	text-decoration: none;
	display: inline;
	}
#nav a:hover {
	color: #794f71;
	text-decoration: underline;
	}

/* ------------------------------------------ */
/* {03} INFO BOXES
/* ------------------------------------------ */
#infoboxes {
	width: 960px;
	margin: 0 auto;
	}
.infobox {
	width: 290px;
	padding: 10px;
	float: left;
	margin-right: 15px;
	font-size: 14px;
	line-height: normal;
	color: #fff;
	box-shadow: 3px 3px 0 #ddd;
	}
.infobox h2 {
	padding-top: 10px;
	}
.infobox h2 a {
	font-size: 18px;
	color: #eac4d9;
	text-decoration: none;
	}
.infobox h2 a:hover {
	text-decoration: underline;
	}
.infobox#left {
	background: #a0839b url(images/boxbg.png) top left no-repeat;
	}
.infobox#middle {
	background: #8c6885 url(images/boxbg.png) top left no-repeat;
	}
.infobox#right {
	background: #794f71 url(images/boxbg.png) top left no-repeat;
	margin-right: 0;
	}

/* ------------------------------------------ */
/* {04} CONTENT
/* ------------------------------------------ */
#content {
	width: 880px;
	margin: 20px auto 0;
	padding: 40px;
	}
#content h1 {
	font-size: 52px;
	color: #794f71;
	line-height: normal;
	font-weight: 400;
	}
#content blockquote {
	padding: 0 20px 0 20px;
	margin: 15px 0 15px 20px;
	border-left: 5px #794f71 solid;
	font-weight: 700;
	}
#content blockquote p {
	padding: 0;
	}
#content ul {
	list-style: outside;
	padding: 6px;
	margin: 2px 2px 2px 10px;
	}
#content h2 {
	font-size: 26px;
	line-height: normal;
	border-bottom: 3px solid #61284e;
	padding: 20px 0 5px;
	}
p {
	padding: 7px 0;
	}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 1.625em 1.625em 1.625em 0;
	box-shadow: 3px 3px 0 #ddd;
}
.alignright {
	display: inline;
	float: right;
	margin: 1.625em 0 1.625em 1.625em;
	box-shadow: 3px 3px 0 #ddd;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 1.625em auto;
	box-shadow: 3px 3px 0 #ddd;
}

/* Timetable */
table#timetable {
	font-size: 14px;
	color: #fff;
	border: 1px #57374f solid;
	background: #eaebec;
	margin: 10px 0;
	box-shadow: 3px 3px 0 #ddd;
	}
table#timetable th {
	padding: 20px;
	background: #794f71;
	border-bottom: 1px solid #57374f;
	}
table#timetable th:first-child {

	}
table#timetable tr {
	text-align: center;
	padding-left: 20px;
	}
table#timetable td:first-child {
	border-left: 0;
	width: 20%;
	background: #8c6885;
	border-bottom:1px solid #794f71;
	border-left: 1px solid #794f71;
	}
table#timetable td {
	padding:18px;
	width: 16%;
	border-bottom:1px solid #8c6885;
	border-left: 1px solid #8c6885;
	background: #a0839b;
	vertical-align: middle;
	}
table#timetable tr:last-child td {
	border-bottom:0;
	}

/* Contact Location */
#location {
	width: 800px;
	background: #794f71 url(images/boxbg.png) top left no-repeat;
	box-shadow: 3px 3px 0 #ddd;
	font-size: 14px;
	line-height: normal;
	color: #fff;
	padding: 10px 10px 10px 20px;
	margin: 50px auto;
	}
#location h2 {
	padding-top: 10px;
	border-bottom: none;
	}
#location h2, #location h2 a {
	font-size: 18px;
	color: #eac4d9;
	text-decoration: none;
	}
#location h2 a:hover {
	text-decoration: underline;
	}
#location #map_canvas {
	float: right;
	width: 454px;
	height: 224px;
	background: #55364f;
	padding: 3px;
	}


/* ------------------------------------------ */
/* {05} FOOTER
/* ------------------------------------------ */
#footer {
	width: 960px;
	margin: 50px auto;
	color: #b5aeb8;
	font-size: 14px;
	text-align: center;
	}