/*
 * Yoga of Nourishment - styles.css
 */


/* RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,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 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;

} 

table {
	border-spacing:0;
	border-collapse:collapse;
}

caption,th,td {
	font-weight:normal;
}

blockquote,q {
	quotes:none;
}

:focus {
	outline:0;
}

/* BASICS */
body,div,table,td,tr,p {
	font-family:Helvetica, sans-serif;
	font-size:13px;
	line-height:1.6em;		
}

body {
	background-color: #bdaa94;
	/*background-image: url("/img/texture.jpg");
	background-repeat: repeat;*/

}

img {
	background-clip:border-box;
	-moz-background-clip:border;
	-webkit-background-clip:border;
	background-origin:border-box;
	-moz-background-origin:border;
	-webkit-background-origin:border;
	padding:0;
	margin:0;
	border:none;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

sup {
	font-size:12px;
}

td {
	vertical-align:top;
}

h1 {
	padding-bottom:15px;
	font-weight: normal;
	font-size: 26px;
	font-family:Georgia, Times, serif;
}

h2 {
	padding-bottom:10px;
	font-weight: normal;
	font-size: 22px;
	font-family:Georgia, Times, serif;
}

h3 {
	padding-bottom:10px;
	font-weight: normal;
	font-size: 20px;
	font-family:Georgia, Times, serif;
}

h4 {
	padding-bottom:2px;
	font-family:Georgia, Times, serif;
}

p {
	display:block;
}

ul {
	margin:15px 15px 15px 40px;
}

a,a:visited {
	color: #333;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.nohover:hover{
	text-decoration: none;
}



/***** Yoga of Nourishment *****/

#top-belt {
	height: 45px;
	background-image: url("/img/belt-top.jpg");
	background-repeat: repeat-x;
}

#bottom-belt {
	height: 120px;
	background-image: url("/img/belt-bottom.jpg");
	background-repeat: repeat-x;
}

#header {	
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	/*border-right: 1px solid rgb(220, 217, 210);
	border-bottom: 1px solid rgb(220, 217, 210);*/
}

#menu {
	background-image: url("/img/star-belt.jpg");
	background-repeat: repeat-x;
	height:80px;
}

.main-menu {	
	padding: 10px 0px;
	background-image: url("/img/box-bg-burgandy.jpg");
	background-repeat: repeat;
}


.main-menu a, .sub-menu a{
	color: #fff;
	padding: 5px 10px;
	margin: 3px;
	font-size: 16px;
}

.main-menu a:hover, .main-menu a.selected, .sub-menu a{
	color: #ff780c;
}

.sub-menu {
	padding-top: 18px;
	display:none;
	position: relative;
}

#content, #footer {
}

.outer {	
	margin-top:15px;
	margin-bottom:15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color: #222;
	background-image: url("/img/box-bg-white.jpg");
	background-repeat: repeat;
	height: 1%;
}

html>body .outer {
height: auto;
}

.outer a {
	color: rgb(125,0,67);
}

.outer h3 {
	padding: 18px 20px 0px 20px;
	margin:0px;
}

.inner {	
	padding: 10px 20px 20px 20px;
}

.top-image {	
	margin-bottom:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	color: #222;

}

.slide {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width: 633px;
	height: 425px;
	background-repeat:no-repeat;
	color: #222;
	padding:0px;
	margin:0px;
}

.bottom-image {	
	margin-bottom:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	color: #222;
}

.box {
	margin-top: 12px;
	margin-bottom: 12px;
}

.green {
	background-image: url("/img/box-bg-green.jpg");
	background-repeat: repeat;
	color: rgb(246,241,236);
}

.blue {
	background-image: url("/img/box-bg-blue.jpg");
	background-repeat: repeat;
	color: rgb(246,241,236);
}

.orange {
	background-image: url("/img/box-bg-orange.jpg");
	background-repeat: repeat;
	color: rgb(246,241,236);
}

.orange a {
	color: #ffa85f;
}

.burgandy {
	background-image: url("/img/box-bg-burgandy.jpg");
	background-repeat: repeat;
	color: rgb(246,241,236);
}

.red {
	background-image: url("/img/box-bg-red.jpg");
	background-repeat: repeat;
	color: rgb(246,241,236);
}

.turquoise {
	background-image: url("/img/box-bg-turquoise.jpg");
	background-repeat: repeat;
	color: rgb(246,241,236);
}

.plain {
	background-image: none;
	background-repeat: none;
	background-color: #fff;
}

.plain a {
	color: rgb(125,0,67);
}

#footer {	
		
}


/* SPACING */
.pad {
	padding:25px;
}

.top {
	padding-top:25px;
}

.bottom {
	padding-bottom:25px;
}

.left {
	padding-left:25px;
}

.right {
	padding-right:25px;
}

.pads {
	padding:10px;
}

.tops {
	padding-top:10px;
}

.bottoms {
	padding-bottom:10px;
}

.lefts {
	padding-left:10px;
}

.rights {
	padding-right:10px;
}



/* Rounded borders */
.topr {
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
}

.bottomr {
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
}

.border-top {
	border-top:1px solid #ccc;
}

.border-bottom {
	border-bottom:1px solid #ccc;
}

.clear {
	clear:both;
	height:0;
}

.center {
	text-align:center;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.float-pad .float-left {
	padding: 5px 10px 5px 0px;
}

.float-pad .float-right {
	padding: 5px 0px 5px 10px;
}

.inline {
	display:inline;
}

.relative {
	position:relative;
}

.noshow {
	display:none;
}

.small {
	font-size: 12px;
	line-height: 12px;
}

.subtle {
	color:#777;
}

.icons img {
	margin: 5px 5px;
}

ul.errorlist {
	list-style: none;
	color: #990000;
	margin: 0px;
	margin-top:2px;
	margin-bottom: 10px;
	font-size:12px;
}

td.label {
	font-size: 14px;
	font-weight: bold;
}

/* INPUTS */
input,textarea,select {
	font-family:Helvetica, sans-serif;	
	padding:5px 4px 4px;
	font-size:14px;
	line-height:16px;
}


