/***based on 'higher-ground' template by Erwin Aligam http://www.styleshout.com****/ 

/*********** universal settings **************/

* {margin:0;padding:0;border:0}
a {outline:none;}

/*********** body **************/

body {
	background:#ccc;
	font: 70%/1.5em Verdana,'lucida sans',helvetica,arial,sans-serif;
	color: #666; 
	text-align: center;
	margin: 15px 0;
}

/************* body links ***************/

a, a:link, a:visited {	
	color: #2f97f6;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #ed7332;
	background: inherit;
	text-decoration:none;
}
a:active {}

/***** headers **********/

h1, h2, h3 {font-family:'Lucida Sans','Trebuchet MS',verdana,arial,sans-serif;}
h1 {
	font-size: 160%;	
	font-weight: normal;
	padding: 10px;	
}
h2 {
	font-size: 250%;
	color: #2f97f6;
	font-family:'Lucida Sans','Trebuchet MS',verdana,arial,sans-serif;
	padding:10px 0;
	margin:0;
}
h3 {font-size:130%;color: #2f97f6;font-weight:normal;padding:0 0 5px 0;}

p {
	padding:7px 0;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/************** images ******************/

img {
	background: #fafafa;
   	border: 1px solid #dcdcdc;
	padding: 5px;
	margin:5px 10px 5px 0;
	float:left;
}
img.float-right {margin: 5px 0px 10px 10px;}
img.float-left {margin: 5px 10px 10px 0px;}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
	margin: 5px;
 	padding: 5px 0 5px 25px;  
   	background:none;
	border-top: 1px solid #ddd;
	border-bottom:1px solid #ddd;
	font: bold 1.2em/1.4em 'Lucida Sans','Trebuchet MS',verdana,arial,sans-serif;
	color: #666;
}

/****table - if used******/

table {
	border-collapse: collapse;
	margin:5px 0 0 0;
	width:96%;	
}
th strong {color: #fff;}
th {
	background: #93BC0C url(nav.jpg) repeat-x;
	height: 29px;
	padding-left: 10px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #eee;
}
tr {height: 30px;}
td {
	padding:5px 0 5px 10px;
	border-bottom: 1px solid #c2c9d0;
	vertical-align:top;
}
td.first,th.first {border-left: 0px;}
tr.row-a {background: #f8f8f8;}
tr.row-b {background: #efefef;}


/************** contact form elements ****************/

form {
	margin:10px; 
	padding:0 5px;
	background-color:#eee; 	
}

label {
	display:inline;
	font-weight:bold;
	margin:0 0 7px 0;
}
input {
	padding:2px;
	border:1px solid #d3c3c3;
	font: normal 1em Verdana,arial,sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana,arial,sans-serif;
	border:1px solid #d3c3c3;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px 'lucida sans',verdana,arial,sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	letter-spacing:1px;
	background: #8EB50C url(nav.jpg) repeat-x 0 0;
	border: none;
}

/**************** search form **********************/

.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; 
	padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;
	border: 1px solid #e5e5e5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align:top;
}

/********************************************
   LAYOUT
********************************************/ 

#wrap {
position:relative;
width: 870px;
background: #fff url(content.jpg) repeat-y center top;
margin: 0 auto;
text-align:left;
}

#top_back {
position:absolute;
top:0;left:0;
width: 870px;
height: 19px;
background: #ccc url(top-back.jpg) no-repeat center top;	
margin:0 auto;
z-index:2;
}

/************** header ***************/

#header {
position:relative;
height:200px;
width:840px;
clear:both;
margin:0 auto;
padding:0;
background: #fff url(http://cowrieyoga.com/css/headers/rotate.php) center no-repeat ;
}

#header h1#logo-text a {
position:absolute;
top:25px;left:120px;
font:normal 12px 'Lucida Sans','Trebuchet MS',verdana,arial,sans-serif;
color: #fff;
display:none;
}
#header h1#logo-text span {color: #838181;}

#header h2#breadcrumbs {
position:absolute;
top:174px;left:0;	
margin:0;
font: normal 12px 'Lucida Sans','Trebuchet MS',verdana,arial,sans-serif;
text-transform: none;
color: #ed7332;
text-align:left;
}
#header #header-links {
position:absolute;
top:8px;right:5px;	
color: #666;
font-size: 10px;	
}
#header #header-links a {color: #666;text-decoration: none;}
#header #header-links a:hover {color: #ed7332;}

/******** main navigation *************/

/**** #nav {
clear:both;
padding:0;
}

#nav ul {
background:#ddd url(shell.jpg) top center no-repeat;
float:left;
list-style:none;
width:840px;		
text-transform: uppercase;
margin:0 0 0 15px;
padding:0;	
display:inline;
}

#nav ul li {
display:inline;
margin:0;padding:0;
}
#nav ul li a {
display: block;
float: left;
width: auto;
margin: 0;
padding: 0 14px;
border-bottom: none;
color: #fff;
font:bold 16px/2.8em 'Lucida Sans','Trebuchet MS',verdana,arial,sans-serif;
text-transform: uppercase;
text-decoration: none;	
letter-spacing:1px;
}
#nav ul li a:hover,#nav ul li a:active {color:#ed7332;text-decoration:none;}
#nav ul li a.current {color:#2f97f6;} **********/

#nav {clear:both;padding:0;}
#nav ul {
	float: left;
	list-style: none;
	background: url(nav.jpg) repeat-x;	
	width: 840px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 12px;
	border-right: 1px solid #eee;
	border-bottom: none;
	color: #fff;
	font: bold 13px/2.8em 'Lucida Sans','Trebuchet MS',verdana,arial,sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover,#nav ul li a:active {background: url(nav-hover.jpg) repeat-x;}
#nav ul li a.current {background: url(nav-current.jpg) repeat-x;}

/************* Main Column ****************/

#content-wrap {
position: relative;
clear: both;
float:left;	
width: 840px;	
padding: 0; 	
background: #fff;
border-bottom: 1px solid #d3c3c3;
margin:5px 0 10px 15px;	
display:inline;
}
#main {
	float: left;
	width: 90%;
	padding-bottom:20px;
	margin: 10px 0 0 20px;
	display: inline;
}
#main h1 {
	margin-top: 10px;
	font: normal 1.6em 'Lucida Sans','Trebuchet MS',verdana,arial,sans-serif;
	color: #2f97f6; 
	padding: 5px 0 5px 5px; 		
}
#main ul li {list-style-image: none;}

/************* Sidebar *******************/	
#sidebar {
	float: right;
	width: 26%;
	padding: 0 10px 0 0; margin: 10px 0 0 0;		
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.4em 'Lucida Sans','Trebuchet MS',verdana,arial,sans-serif;
	color: #e48130; 		
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	background: url(dots.jpg) repeat-x left top;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	background: url(dots.jpg) repeat-x left bottom;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {height: 1%;}

#sidebar ul.sidemenu li a {
	text-decoration:none;
	background-image: none;
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {color: #e48130;}
#sidebar ul.sidemenu li a.current {color: #e48130;}

/************** footer ***************/

#footer-wrap {
clear: both;
width: 870px;
font-size: 95%;	
text-align: left;
padding: 15px 0;
background: url(footer-bottom.jpg) no-repeat center bottom;	
}

#footer-wrap a, #footer-wrap a:link, #footer-wrap a:visited {text-decoration:none;color:#666;}
#footer-wrap a:hover {text-decoration:none;color:#ed7332;}
#footer-wrap a:active {text-decoration:none;color:#ed7332;}
#footer-wrap p {text-align:center;padding:10px 0;}
#footer-wrap h2 {color:#baa8a8;margin:0 0 10px 0;padding:0;}
#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 790px;		
}
#footer-columns ul {list-style:none;margin:10px 0 0 0; padding:0;background:url(footer-dots.jpg) repeat-x left top;}
#footer-columns li {background: url(footer-dots.jpg) repeat-x left bottom;}
#footer-columns li a {display: block;font-weight: normal;padding: 3px 0 3px 0px;width:96%;}

#footer-columns .flick {background:#fff;display:inline;float:left;width:70%;}
#footer-columns .flick img, #footer-columns .flick a img {
	display:inline;
	border: none;
	float: left;
	text-decoration:none;
}
#footer-columns .flick p {clear:both;text-align:left;}
#footer-columns .col {width:30%;float:right;}

/********** bottom ************/
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 820px;
	padding: 10px 0;
	text-align: center;
}

/************* alignment classes *************/

.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/************ clear ***********/

.clear { clear: both; }

/************ sNews admin area *************/

fieldset {
border: 1px solid #999;
padding: 10px 8px;
margin: 0 0 8px 0;
background: #eee;
color:#333;
}

input {padding: 2px;}

textarea {
width: 97%;
height: 20em;
padding: 3px;
}

.comment {
background:#F5F6F6;
color:#808080;
padding:10px;
margin: 0 0 10px 0;
}
.commentsbox {
background:#eee;
color:#808080;
padding:10px;
margin:0 0 10px 0;
}
.date {
border-top:1px solid #ddd;
margin: 10px 0 20px 0;
}