/*
----------------------------------------------------------------
CSS:     	  Styles for Yoga78.fr
Author:  Nicholas Marshall, Marshall & Marshall Website Designers
----------------------------------------------------------------
*/

body, html  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	text-align: justify;
	height: auto !important;
	height: 100%;
	background-color: #FFFFFF;
}

a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	border: none;
	cursor: pointer;
	cursor: hand;
}

a:hover {
	color: #D2B35A;
	text-decoration: underline;
}

p {
	font-family:  Verdana, Helvetica, Arial, sans-serif, 'sans serif';
	font-size: 18px;
	color: #333333;
	line-height: 1.8;
	text-align: left;
	padding: 15px;
}

li {
	font-family:  Verdana, Helvetica, Arial, sans-serif, 'sans serif';
	font-size: 18px;
}

address {
	font-family:  Verdana, Helvetica, Arial, sans-serif, 'sans serif';
	font-size: 12px;
	font-style: normal;
	color: #333333;
	margin:  0 10px 10px 29px;
	line-height: 1.5;
}
	
img {
	border: none;
	border: 0;
}
	
h1 {
	font-family:  Verdana, Helvetica, Arial, sans-serif, 'sans serif';
	font-size: 18px;
	font-weight: 800;
	color: #333333;
	line-height: 1.5em;
	margin-left: 8px;
	display: block;
	clear: both;
}

h2 {
	font-family:  Verdana, Helvetica, Arial, sans-serif, 'sans serif';
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	line-height: 1.5em;
	margin-left: 8px;
	display: block;
	clear: both;
}

h3 {
	font-family:  Verdana, Helvetica, Arial, sans-serif, 'sans serif';
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 1.5em;
	padding: 15px;
	display: block;
	clear: both;
}
	
h4 {
	font-family:  Verdana, Helvetica, Arial, sans-serif, 'sans serif';
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 1.5em;
	padding: 15px;
}

#container {
	width: 1050px;
	text-align: left;
	min-height: 800px;
	display: block;
	margin-top: -40px;
	margin-left: 0; /* the bottom margin is the negative value of the footer's height */
	/* border: 1px solid green */
}

#header {
	display: none;
	/* border: 1px solid yellow */
}

/* TOP */
#nav {
	display: none;
	/* border: 1px solid red */
}

/* Most imporant: display styles on hover */
#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

/* =nav */
#nav ul {
	height: 60px;
	list-style: none;
	display: inline;
	padding-top: 0;
	margin-top: 1px;
	margin-left: -30px;
	margin-bottom: 0;
	/* display: block;  IE not affected - dipslays correctly */
	background: none;
	overflow: hidden;
	float: left;
	/* border: 1px solid aqua; */
}

/* IE 7 */
html>body #nav ul {
	*margin-top: 0;
	*margin-left: 14px;
}

#nav ul li {
	font-size: 12px;
	height: 60px;
	_height: 45px;
	width: 132px;
	float: left; /* IE force into display inline */
	position: relative;
	letter-spacing: 0.08em;
	text-transform: none;
	display: inline;
	margin-top: -3px;
	margin-left: 0;
	padding-top: 8px;
	color: #333333;
	background: transparent;
	/* border: 1px solid red; */
}

#nav ul li a {
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	height: 22px;
	margin-top: 1px;
	padding-top: 8px;
	color: #333333;
	display: block;
	white-space: normal; /* IE work-around the IE block issue */
	/* border: 1px solid green; */
}

#nav ul li a:hover {
	color: #333333;
	text-decoration: underline;
}

#nav ul li a.active {
	color: #333333;
	text-decoration: underline;
}

#content {
	width: 900px;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	margin-top: 15px;
	margin-bottom: -15px;
	padding-bottom: 15px;
	display: block;
	clear: both;
	background-color: transparent;
	/* border: 1px solid pink; */
}

#content p {
	color: #333333;
}

.content {
	width: 100%;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	margin-top: 15px;
	margin-bottom: -15px;
	padding-bottom: 15px;
	display: block;
	clear: both;
	/* background: #FFFFFF url(../images/bg-images/content_bg.jpg) repeat-y 723px 0; */
	background-color: #372B31;
	/* border: 1px solid pink; */
}

#content_left {
	width: 490px;
	min-height: 500px;
	height: 100%;
	float: left;
	text-align: center;
	margin: 0 0 0 100px;
	background-color: #372B31;
	/* border: 1px solid aqua; */
}

#content_left p {
	color: #333333;
}

#content_right {
	width: 560px;
	min-height: 620px;
	float: left;
	margin: 8px 0 0 22px;
	background-color: transparent;
	/* border: 1px solid aqua; */
}

#content_right p {
	padding: 8px;
}

#content_right_right {
	width: 200px;
	min-height: 620px;
	float: left;
	margin: 150px 0 0 22px;
	background-color: transparent;
	/* border: 1px solid aqua; */
}

#content a {
	color: #333333;
}

#content a:hover {
	color: #333333;
}

#content ul {
	width:930px;
	margin-left: 20px;
}

/* IE 7 */
html>body #content ul  {
	*margin-top: 0;
	*margin-left: 49px;
	*width:910px;
}

#content li {
	width: 580px;
	text-align: justify;
	color: #333333;
	margin-bottom: 5px;
	list-style-image: url(../images/bg-images/list-marker.gif);
	list-style-position: outside;
}

#content li ul li {
	width: 520px;
}

#content li a {
	text-decoration: none;
	color: #333333;
}

#home_left {
	display: none;
	/* border: 1px solid maroon */
}

#home_left p {
	text-align: right;
	color: #a3852b;
}

#home_left a {
	color: #a3852b;
	text-decoration: underline;
}

#home_left a:hover {
	color: #D2B35A;
	text-decoration: underline;
}

#home_right {
	width: 870px;
	min-height: 600px;
	float: right;
	background-color: transparent;
	/* border: 1px solid aqua */
}

#schedule_left {
	width: 620px;
	float: left;
	margin-left: 130px;
	/* border: 1px solid blue */
}

#schedule_right {
	width: 300px;
	float: right;
	/* border: 1px solid green */
}

#schedule_right p {
	margin-top: 4px;
	line-height: 1;
}

table {
	font-family:  Verdana, Helvetica, Arial, sans-serif, 'sans serif';
	font-size: 18px;
	color: #000000;
	line-height: 1.5;
	/* border: 1px solid green */
}

th {
	font-family:  Verdana, Helvetica, Arial, sans-serif, 'sans serif';
	font-size: 18px;
	font-weight: 800;
	font-style: italic;
	text-align: center;
	color: #000000;
	line-height: 1.5;
}

tr.even {
	background-color: none;
}

tr.odd {
	background-color: none;
}

td {
	font-family:  Verdana, Helvetica, Arial, sans-serif, 'sans serif';
	font-size: 18px;
	font-weight: normal;
	color: #3e2e35;
	line-height: 1.5;
	white-space: nowrap;
}

table h2 {
	color: #000000;
}

table.table_print {
	color: #000000;
}

table.table_print label {
	color: #000000;
}

table.whitetable td {
	color: #FFFFFF;
}

/* =footer */
#footer {
	display:none;
	/* border: 1px solid red; */
}

#footer p {
	text-align: center;
	margin-top: 1px;
	padding: 0;
	color: #a3852b;
}

fieldset {
	font-size: 18px;
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
}

label {
	font-size: 18px;
	width: 210px;
	margin: 0;
	padding: 0 8px 0 0;
	float: left;
	color: #000000;
}

label.inlinelabel {
	width: auto;
	display: inline;
	float: left;
	/* border: 1px solid silver; */
}

input {
	border: 1px solid #999999;
}

input.inlineinput {
	height: 22px;
	display: inline;
	float: right;
	border-bottom: 1px dotted #402d1f;
}

input.inlineinputbig {
	height: 22px;
	width: 225px;
	display: inline;
	float: right;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 1px dotted #402d1f;
}

input.inlineinputhuge {
	height: 22px;
	width: 345px;
	display: inline;
	float: right;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 1px dotted #402d1f;
}

input.inlineinputsmall {
	height: 22px;
	width: 135px;
	display: inline;
	float: right;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 1px dotted #402d1f;
}

input.inputbig {
	width: 190px;
	height: 18px;
	padding: 1px;
	font-family:  Verdana, Helvetica, Arial, sans-serif, 'sans serif';
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #191916;
	float: left;
	border: 1px solid #999999;
}

input.inputsmall {
	width: 50px;
	height: 18px;
	padding: 1px;
	font-family:  Verdana, Helvetica, Arial, sans-serif, 'sans serif';
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #191916;
	float: left;
	border: 1px solid silver;
}

label.medium {
	width: 185px;
	margin: 0;
	padding: 0 8px 0 0;
	float: left;
	color: #191916;
}

select.small {
	width: 100px;
	height: 20px;
	float: right;
}

select.big {
	width: 200px;
	height: 20px;
}

select.general {
	width: 275px;
	height: 20px;
	float: left;
}

select.huge {
	height: 20px;
	float: left;
}

textarea.textarea {
	width: 182px;
	height: 100px;
	padding: 4px;
	font-family:  Verdana, Helvetica, Arial, sans-serif, 'sans serif';
	font-size: 12px;
	letter-spacing: 0.05em;
	text-align: justify;
	color: #191916;
	border: 1px solid #999999;
}

.button {
	width: 95px;
	height: 22px;
	padding: 2px;
	background-color: #ccc3c7;
	border: 1px solid #d8d8d8;
}

input.error {
	border: 1px solid #FF0000
}

.error {
	color: #FF0000;
}

.gold {
	color: #D2B35A;
}

.clear_all {
	clear: both;
}

.subscribe_confirm {
	visibility:hidden;
	display:none;
}

.underline, a.underline {
	text-decoration: underline;
}

#schedule_logo {
	width: 100%;
	height: 210px;
	display: block;
	clear: both;
}

.print_none {
	display:none;
}

td.print-border-right {
	border-right: 1px dotted #ECECEC;
}

@page :first {
	margin-top: .5in;
    margin-left: .5in;
}

@page :left {
	margin-top: .5in;
    margin-left: .5in;
    margin-right: 1in;
}

@media print {
	table {
	font-size: 18px;
	}
	td {
	font-size: 18px;
	}
}
