/*
Theme Name: Heaven on Earth Yoga
Theme URI: http://www.heavenonearthyoga.net/
Description: Heaven on Earth Yoga
Version: 1.0
Author: bugdown
Author URI: http://dopplerinternet.com
*/


* { 
	margin:0; 
	padding:0; 
}

body { 
	background-color:#666;
}

#wrapper {
	width:739px;
	margin:8px auto;
}

#header {
	width:739px;
	height:162px;
	background-image:url(images/headercal.jpg);
	background-repeat:no-repeat;
}

#mail a {
	text-indent:-999%;
	background-image:url(images/mail.png);
	width:266px;
	height:19px;
	position:relative;
	display:block;
	top:128px;
}

#sidebar {
	float:left;
	width:111px;
	background-image:url(images/left_bg.jpg);
	background-repeat:repeat-y;
	padding:20px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ce9eac;
}

#sidebar h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#ce9eac;
	text-transform:uppercase;
	margin-bottom:10px;
	border-bottom:dotted 1px #ce9eac;
	font-size:14px;
	font-weight:bold;
}

#sidebar ul {
	list-style-type:none;
	margin-bottom:20px;
}

#sidebar a {
	color:#ce9eac;
	text-decoration:none;
}

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

#pages {
	margin-bottom:30px;
}

#pages li a,
#pages li a:link {
	font-family:"Times New Roman", Times, serif;
	color:white;
	font-size:18px;
	font-weight:bold;
	display:block;
	width:115px;
	text-decoration:none;
	margin-bottom:14px;
}

#pages li a:hover {
	background-image:url(images/hover.png);
	background-position:center right;
	background-repeat:no-repeat;
}

#main {
	float:left;
	width:500px;
	background-color:white;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-y;
	color:black;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:1.25em;
	padding:50px 54px;
}

#main h1 {
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin-bottom:40px;
}

#main h2 {
	margin-bottom:30px;
}

#main p {
	margin-bottom:16px;
}

.clear {
	clear:both;
}

#bottom-nav {
	float:right;
	width:500px;
	margin-top:25px;
	text-align:center;
}

#bottom-nav a {
	font-size:11px;
	color:#00f;
	text-decoration:underline;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-transform:capitalize;
	padding-right:6px;
	margin-right:6px;
	line-height:200%;
	border-right:solid 1px #00f;
}

#footer {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#00008b;
	line-height:1.2em;
}
	