/***********************************************************
*  Owner:      	Cora Wen | USA
*  Title:      	YogaBloom by Cora Wen
*  Version      1.0 screen media
*  Author:     	www.doko.com telecommunication
*  Created:		12.21.2007 cd
*  Updated:    	08.22.2008 cd
************************************************************/

/* layout
---------------------------------------------------------- */

body
{
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: 80%;
	background-color: #CCE0CC;
}

#maincontainer
{
	width: 890px;
	margin: 0 auto;
}

#topsection
{
	background-color: #CCE0CC;
	height: 90px;
}

#menu
{
	background-color: #CCE0CC;
	height: 45px;
}

#contentwrapper
{
	float: left;
	width: 100%;
}

#contentcolumn
{
	margin-right: 200px;
	border-top: 1px #007E16 solid;
	border-left: 1px #007E16 solid;
	border-bottom: 1px #007E16 solid;
}

#rightcolumn
{
	float: left;
	width: 200px;
	margin-left: -200px;
	background-color: #005308;
}

#footer
{
	clear: left;
	width: 100%;
	padding: 1px 0 4px 0;
	color: #006411;
	text-align: center;
}

.innertube
{
	margin: 10px;
	margin-top: 0;
}

.rightinnertube { margin: 50px 12px 30px 12px; }

/* typo
---------------------------------------------------------- */

#contentcolumn h1
{
	color: #006411;
	font-size: 1.7em;
	margin: 15px 0 15px 0;
}

#contentcolumn h2
{
	color: #006411;
	font-size: 1.3em;
	margin: 15px 0 15px 0;
}

#contentcolumn p
{
	color: #00540C;
	font-size: 1em;
	line-height: 1.5;
}

#contentcolumn strong { color: #00540C; }

#rightcolumn p
{
	font-size: 12px;
	color: #FFF;
	line-height: 120%;
}

#footer p
{
	color: #00540C;
	font-size: 10px;
}

/* class
---------------------------------------------------------- */

#contentcolumn .author
{
	margin-top: -1em;
	font-size: 12px;
	color: #416CA6;
	font-style: italic;
	line-height: 120%;
}

#rightcolumn .author
{
	margin-top: -.7em;
	font-size: .9em;
	color: #CCC;
	font-style: italic;
	line-height: 120%;
}

.new
{
	color: #CC0000;
	font-weight: normal;
}

.date_line { border-bottom: 1px #006D15 dotted; }

/* map
---------------------------------------------------------- */

#appointment a
{
	display: block;
	float: left;
	/* border: 1px dashed red; */
}

#appointment a span { display: none; }

#appointment a#appointment
{
	margin: 0 0 0 690px;
	height: 25px;
	width: 198px;
	color: #fff;
	position: fixed;
}

/* menu
---------------------------------------------------------- */

#modernbricksmenu
{
	padding: 11px 0 0 0;
	width: 100%;
	background: transparent;
}

#modernbricksmenu ul
{
	margin: 0;
	margin-left: 0px;
	padding: 0;
	list-style: none;
	font-size: 1em;
}

#modernbricksmenu li
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: none;
}

#modernbricksmenu a
{
	float: left;
	display: block;
	color: #00540C;
	margin: 0 1px 0 0;
	padding: 4px 12px 4px 14px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #CBE1CC;
}

#modernbricksmenu a:hover { background-color: #E6E6E6; }

#modernbricksmenu #current a
{
	background-color: #CBE1CC;
	color: #00510E;
	font-weight: bold;
}

/* images
---------------------------------------------------------- */

img { border: 0px none; }
#rightcolumn .center { padding: 20px; }

#menu img
{
	margin: -8px 0px 10px 0px;
	float: right;
}

.photo_left
{
	margin: 0px 10px 10px 0px;
	padding: 0;
	float: left;
}

.img_left
{
	margin: 0px 5px 0px 0px;
	padding: 0;
	float: left;
}

.share
{
	margin: 0px 50px 0px 0px;
	float: right;
}

.facebook
{
	margin: -3px 10px 0px 0px;
	float: right;
}

/* links
---------------------------------------------------------- */

#contentcolumn a:link { color: #2705CB; }
#contentcolumn a:visited { color: #2705CB; }

#contentcolumn a:hover
{
	color: #fff;
	background-color: #5F96E8;
	text-decoration: none;
}

#contentcolumn a:active { color: #5F96E8; }

/* tables
---------------------------------------------------------- */

.schedule
{
	border-spacing: 1px;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #006411;
}

.level { font-size: 1em; }

td
{
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	background-color: #fff;
	padding: 3px;
}

th
{
	font-size: .85em;
	font-weight: normal;
	text-align: left;
	background-color: #fff;
	vertical-align: middle;
	padding: 3px;
}

.T_odd
{
	vertical-align: top;
	background-color: #FDFDF4;
}

.T_even
{
	vertical-align: top;
	background-color: #F3F1EA;
}

/* form
---------------------------------------------------------- */

legend { color: #006411; }
fieldset { border: 1px #006411 solid; }

label
{
	display: block;
	float: left;
	color: #006411;
	width: 170px;
	padding: 0;
	margin: 5px 0 0;
	text-align: right;
}

input, form textarea, form select
{
	width: auto;
	margin: 5px 0 0 10px;
}

input#reset { margin-left: 0px; }
textarea { overflow: auto; }
.required { font-weight: bold; }
br { clear: left; }
