html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}

/* remember to define focus styles! */
:focus {
        outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;
}


/******** END RESET ********/


html {
	background-color: #d6e2eb;
	background-image: url('http://images.boleryoga.com/bg.jpg');
	color: #1E2B59;
	font-family: "anisette-petite-1","anisette-petite-2", Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	min-width: 960px;
	overflow-x: hidden;
	position:relative;
}

div.colorbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background-image: url('http://images.boleryoga.com/colorbar3.gif');
	background-position: top center;
	background-repeat: repeat;
	box-shadow: 0 -1px 6px #000;
	-moz-box-shadow: 0 -1px 6px #000;
	-webkit-box-shadow: 0 -1px 6px #000;

}

#wrapper {	
	line-height: 24px;
	margin-left: auto;
	margin-right:auto;
	position: relative;
	width: 840px;	

}


a {
	color: #293871;
	text-shadow: 1px 1px 0 #fff;
	text-decoration: none;
	border-bottom: 1px dotted #293871;
}

a:hover {
	border-bottom: 1px solid #293871;
}

h1 { 	
	background: rgba(255, 255, 255, 0.9);
	font-family: "josefin-1","josefin-2", sans-serif;;
	font-size: 72px;
	font-weight: 100;
	line-height: 48px;
	margin-bottom: -4px;
	padding: 50px 20px 0px 20px;
	text-align: center;
	text-transform: lowercase;
	height: 168px;
	width: 200px;
	position: relative;
	left: -20px;
	
	text-shadow: 0 1px 0 white;
			
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	
	box-shadow: 0 2px 6px #666;
	-moz-box-shadow: 0 2px 6px #666;
	-webkit-box-shadow: 0 2px 6px #666;
	
	z-index: 2;
}


h1 a {
	text-decoration: none;
	border-bottom: none;
}

h1 a:hover {
	border-bottom: none;
}

span#firstname {
	display:none;
}

div#navigation {
	text-transform: lowercase;
	font-family: "josefin-1","josefin-2", sans-serif;;
	font-size: 22px;
	line-height: 32px;
	position: absolute;
	top: 114px;
	left:220px;
	text-align: right;
	width: 80%; 
	background-color: #FFF3DA;
	background: rgba(235, 237, 197, 0.5);

	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

#navigation ul li {
	float: left;
	text-align: center;
	padding: 1px 24px;
	-webkit-border: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 7px;
}


#navigation ul li a {
	text-decoration: none;
	border-bottom: none;
}

#navigation ul li:hover, #navigation ul li.selected {
	background-color: #999;
	background: rgba(225, 217, 177, 1);
	color: #fff;
}

#navigation ul li:first-child {
	margin-left: 40px;
}


#content #main {
	position:relative;
	top: -20px;
}

#content #main h2 {
	font-size: 21px;
	line-height: 28px;
}

#content #main h3 {
	font-size: 18px;
	font-weight: normal;
}

#content #main h4 {
	font-size:18px;
	font-weight: normal;
	margin-bottom: 14px;
}

#content #main h4 a {
	color: white;
	text-decoration: none;	
	padding: 2px;
	background-color: #5B7FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-style: normal;
	font-size: 12px;
	text-shadow: none;
	margin-left: 10px;
	font-weight: bold
}

#content #main h4 a:hover {
	background-color: #293871;
}

#content #main #classes h4 a.maplink {
	border-bottom: none !important;
}

#content #main h5 {
	font-size:14px;
	font-weight: normal;
	color:#B11416;
}


#content #main hr {
	height:2px;
	border: none;
	border-top: 1px solid #9DA8C7;
	border-bottom: 1px solid #fff;
	background-image: url('http://images.boleryoga.com/colorbar3.gif');
	background-position: top left;
	background-repeat: repeat;
	margin-top:36px;
	margin-bottom:36px;
}

#content #main ul {
	margin-bottom: 14px;
}

#content #main h6 {
	font-size: 18px;
	font-weight: 600;
}



#content #introduction {
	font-style:italic;
}


div#main {
	position: relative;
	top: 0px;
	right:0;
	width: 534px;
	margin-bottom: 20px;
	float:right;
}

div#main p {
	margin-bottom: 1em;
}


div#classrail {
	position: relative;
	font-size: 14px;
	line-height: 21px;
	width:240px;
	margin-bottom: -80px;
	float:left;
}

#classrail h2, #classrail h3 {
	text-transform: lowercase;
	color: #B11416;
	font-weight: 300;

}

#classrail h4 {
	font-weight: 600;
}

#classrail .today {
	background-color: #FFF5F0;
	width: 280px;
	text-shadow: 0 1px 0 white;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-bottom-right: 12px;
	margin-top: -40px;
	box-shadow: 0 1px 7px #666;
	-moz-box-shadow: 0 1px 7px #666;
	-webkit-box-shadow: 0 1px 7px #666;
	position:relative;
	left: -60px;
	padding: 10px 20px;
	z-index: 10; 
	margin-bottom: 20px;
	float:left;
}

#classrail .today h2 {
	font-size: 24px;
	color: #B11416;
	padding-bottom: 10px;
}

#classrail h3 {
	font-size:18px;
	padding-bottom: 10px !important;
	padding-top: 40px;
}

#classrail .class, #classrail h3 {
	background-color: white;
	padding: 20px;
	position: relative;
	left:-20px;
	z-index: 1;
	
	box-shadow: 0 4px 6px #333;
	-moz-box-shadow: 0 4px 6px #333;
	-webkit-box-shadow: 0 4px 6px #333;
}


#classrail .class:last-child {
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}

#classrail .class p.description {
	display: none;
}


#classrail .class.today p.description {
	display: inline;
}

#classrail p, #classrail h4 {
	margin-bottom: 0.5em;
}


#footer {
	background-color: #454545;
	color: #ccc;
	padding: 20px 0 10px 0;	
	font-size: 12px;
	clear:both;
	position:relative;
	bottom: 0;
	min-height: 20px;
	font-weight: 500;
	line-height: 18px;

}

#footer-wrapper {
	margin-left: auto;
	margin-right:auto;
	position: relative;
	width: 840px;
}

#footer-content {
	width: 534px;
	position: relative;
	float:right;
}

#footer-content a, #footer a {
	color: #eee;
	text-decoration: none;
	text-shadow: 0 1px 1px #222;
	border-bottom:none;
}

#footer-content a:hover {
	border-bottom: 1px dotted white;
}

#footer-content ul#classlist-btm {
	line-height: 21px;
	float: left;
	width: 178px;
}

#footer-content .sectionhead {
	font-size: 14px;
	font-weight: bold;
	color: white;
}

#footer-content p.contactinfo {
	clear:both;
	padding-top: 14px;
}

#footer div.credits {
	text-align: center;
	clear:both;
	padding-top: 30px; 
	font-size: 11px;
}

#footer #thanhost {
	margin-top: 10px;
}


/**** CONTENT-SPECIFIC ****/

.villas {
	float:right;
	padding: 3px;
	border: 1px solid #ccc;
	margin-left: 10px;
	background-color: white;
}


/**** NAV SELECT ****/

body.yoga-classes li.yoga-classes,
body.yoga-workshops li.yoga-workshops,
body.yoga-retreats li.yoga-retreats,
body.about-nancy li.about-nancy {
	background-color: #999;
	background: rgba(225, 217, 177, 1);
	color: #fff;
}


div#alert {
	text-transform: lowercase;
	font-family: "josefin-1","josefin-2", sans-serif;;
	font-size: 18px;
	line-height: 22px;
	width: 100%; 
	background-color: #FFF3DA;
	background: rgba(255, 207, 187, 0.5);
	padding:12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin-bottom:20px;
	font-weight: 500;
	margin-top:-20px;
	border: 1px solid #ffaa99;
}

div#alert h3 {
	color: #B11416;
}