/*
Theme Name: Alterra Wellness
Description: The default Alterra Wellness theme.
Version: 1.0
Author: Sound-n-vision coded by sinpleki
Author URI: http://sound-n-vision.com

*/


/* HTML ELEMENTS */

body {
	background: #5A754D url(images/bg.png) repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	color:#727272;
	font-size:12px;
}

* {
	margin:0;
	padding:0;
}

a{
	color: #789D66;
}

p{
	font-family:Verdana, Geneva, sans-serif;
	margin: 1em 0;
}


img{
	border:0px;
}

h1 {
	color: #545454;
}

h2 {
	font-size: 22px;
	text-transform:capitalize;
	color: #545454;
	font-weight:lighter;
	border-bottom:1px solid #EBEBEB;
	margin-bottom:10px;
}

h2 a{
	color: #545454;
	text-decoration:none;
}

h2 a:visited{
	color: #545454;
}

-->


/* LAYOUT */

#wrapper{
	width:1021px;
	clear:both;
	margin:15px auto 0;
	position:relative;
	
	
}

#top{
	
	background: url(images/bg-wrap-top.gif) no-repeat;
	height:20px;
	
}

#main{
	
	background: #fff;
	padding-left:20px;
	padding-right:20px;
	
}

#header{
	height:95px;
	
}

#content{
	float:left;
	width:720px;
	padding-right:10px;
}


#bottom{
	
	background: url(images/bg-wrap-bottom.gif) no-repeat;
	height:20px;

	
}

#menu{
	height:36px;
	width:100%;
	margin-bottom:10px;
}

#btn-booknow{
	float:right;
	margin-right:2px;
}

#nav-bar{
	background:url(images/bg-menu.gif) no-repeat top left;
	text-transform:uppercase;
	font-size:12px;
	color:#FFF;
	float:left;
	height:36px;
	width:89%;
	
}

#nav-bar ul{
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav-bar li {
	display:inline;	
}


#nav-bar ul li a {
	color:#FFF;
	text-decoration:none;
	padding:10px 12px;
	float:left;
	
}

#nav-bar li a:hover {
	color:#4E3C21;
}

#footer{
	color:#9EB394;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	line-height:30px;
	padding-top:10px;
	
	}
	
#footer a{
	color:#9EB394;
}

#footer a:link {
	text-decoration:none;
}

#footer a:visited {
	text-decoration:none;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:active {
	text-decoration:none;
}

#intro{
	margin-bottom:10px;
}

/* SIDEBAR + MISC ELEMENTS */

#sidebar{
	float:right;
	width:250px;
}
#sidebar ul{
	padding-left:15px;
	margin-bottom:15px;
}


#follow-us ul {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
}

#follow-us ul li {
	display:inline;
	padding-right:4px;
}

#boxes {
	margin-top:10px;
}

#boxes ul {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
}

#boxes ul li {
	display:inline;
	padding-right:2px;
}


#suscribe{
	text-transform:uppercase;
	font-size:12px;
	
}

#suscribe .text_input{
	background:#E1EEDA;
	border:1px solid #789D66;
	color:#4D6441;
	font-size:12px;
	padding:3px;
	width:170px;
	
}

.submit{
	text-transform:uppercase;
	font-size:12px;
	background:#789D66;
	color:#FFF;
	border:1px solid #789D66;
	padding:2px;
	width:65px;
}


#tagline {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 21px;
	color: #779D65;
	font-weight:lighter;
	float:right;
	margin-top:30px;
}


/* ENTRY & COMMENTS */

.commentlist{
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
}


.entry h3{
	font-size: 18px;
	text-transform:capitalize;
	color: #545454;
	font-weight:lighter;
	border-bottom:1px solid #EBEBEB;
	margin-bottom:10px;
}

.entry ol, ul{
        margin:1em 0;
        margin-left:40px;
}

.comment{
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #EBEBEB;
}

.comment-author img{
	float:left;
}

.comment-meta{
	margin-left:40px;
}

.fn{
	padding-left:10px;
}
.postmetadata{
	background:#E1EEDA;
	padding:5px;
}

.alignleft {
        float:left;
}
.alignright {
        float:right;
}
img.alignright {
        margin:0 0 5px 10px;
}
img.alignleft {
        margin:0 10px 5px 0;
}
.aligncenter, dl.aligncenter {
        display:block;
        margin-left:auto;
        margin-right:auto;
}
