/* 
Theme Name: bendy yoga theme
Theme URL: http://www.bendyyoga.com/
Description: Bendy Yoga
Author: 3 Waves Media
Author URI: http://www.3wavesmedia.com
Version: 2.0.1

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

body {background: #EEE5D3; color: #540900; font-size: 75%; font-family: Arial;}

a:link {color: #923B2E; text-decoration: none;}
a:visited {color: #923B2E; text-decoration: none;}
a:hover {color: #540900;}

#container{
	width: 803px;
	margin: 0 auto;
	font-size: 1em;
}

h1 a {
	text-indent: -9999px;
	background: url(images/logo.jpg) no-repeat;
	display: block;
	width: 160px;
	height: 132px;
	margin: 0 auto;
}

#header {
	position: relative;
}
#header object {
	position:absolute;
	top:10px;
	right: 0;
}

#content {
	background: #fff;
	width: auto;
	width: 802px;
}

.home {padding: 10px 0; width: 802px;} 

#content h1 {
	font-size: 1.8em;
	font-family: 'Vollkorn', arial, serif;
	text-transform: uppercase;
	padding: 14px 0 0;
	text-align: center;
}

.regular {
	padding: 14px;
	background: #fff;
}

.regular div.text {
	background: #CFC0A9;
	padding: 0;
	min-height:377px;
	height:auto !important;
	height:377px;
}
.regular div.image {
	float: left;
	margin-right: 20px;
	height: 377px;
}

.regular p {
	margin-bottom: 10px;
}

.regular h2 {
	text-align: center;
	font-family: 'Vollkorn', arial, serif;
	font-style: italic;
	font-size: 1.3em;
	color: #933A31;
	margin-top: 5px;
}

.regular strong {font-weight: bold;}
.regular table {margin-top: 14px;}
.regular table td {padding-right: 20px; width: 50%; vertical-align: top;}
.regular ul {margin: 10px 0; padding-left: 14px;}
.regular ul li {margin-bottom: 5px;}

.regular a.schedule {background: #fff; padding: 4px 10px; margin-bottom: 10px; }
.regular a:hover.schedule {background: #923B2E; color: #fff; }

/* Calendar Styles */
.regular table.calendar-table {width: 90%; margin: 0 auto 20px; background: #fff;}
.regular table.calendar-table td {width: 90px; padding: 4px; color: #540900 !important; font-size: 1.1em!important;}
.weekend {color: #540900 !important;}
.calendar-heading {background: #CFC0A9 !important; border: 0 !important;}
p.calnk {color: #923B2E; font-weight: bold; font-size: 1.2em !important;}
p.calnk span.place {font-weight: normal;}

/* Menu Styles */

#topNav {
	clear:both;
	float:left;
	overflow:hidden;
	width:100%;
}

.menu ul {
	float:left;
	left:50%;
	list-style-type:none;
	margin:0 auto;
	padding:0;
	position:relative;
}

.menu ul li {
	float:left;
	position:relative;
	right:50%;
	font-family: 'Vollkorn', arial, serif; 
	font-size: 1.1em;
	text-transform: uppercase;
}

.menu ul li a {
	background:url(images/icon.gif) no-repeat 3px 3px;
	color: #5D0000;
  	padding:10px 16px 15px 24px;
	text-decoration:none;
	width:auto;
  	display:block;
}

.menu ul li a:hover {
	color: #b16b2f;
	background: url(images/icon_hover.gif) no-repeat 3px 3px;
}

.clear {
	clear: both;
}

#footer p {
	font-size: .9em; 
	margin: 10px; 
	text-align: center;
}



