/*  
Theme Name: Energe Spa
Version: 1.0
Author: Jan Gudiksen
Author URI: 

*/

/* standard elements */

* { margin: 0; padding: 0; }

a {color: #6a6840;}
a:hover {color: #f7931d;}

body {
	background: #e6cc60;
	color: #444;
	font: normal 62.5% Tahoma, sans-serif;
        line-height: 175%;
	padding: 50px 0 50px 0;
}

p,code,ul {padding-bottom: 10px;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 10px; color: #670000;
}
h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1.1em sans-serif;}

big {font-size: 1.1em;}

h1, h2, h3 {padding-top: 6px;}

label {
	display: block;
	font-size: 0.9em;
}

/* misc */
.clearer {clear: both;
       color: #ffffff
}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background: #dfdecb url(img/content_bg.jpg) repeat-y top center;
	font-size: 1.2em;
	margin: 0 auto;
	width: 905px;
}

/* title */
.header {
	background: #dfdecb url(img/header.jpg) no-repeat;
	font-size: 1.2em;
	height: 210px;
	margin: 0 auto;
	width: 905px;
	text-indent:-5000px;
}

/* navigation */
.navigation {	
	border: 0px solid #c8c6a4;
	border-color: #deddc9 #efefe5;
	background:#D9E1E5 url(img/menu_bg.jpg) repeat;
	height: 39px;
	margin: 20 0px;
}
.navigation li {
	
	border-right: 0px solid #c8c6a4;
	line-height: 39px;
	padding: 0 15px;
	float:right;
        padding-left: 10px;
}
.navigation li a {text-decoration: none; font: bold 1em sans-serif; color: #ffffff;}
.navigation li a:hover {background-position: left bottom; color: #e6cc60;}

/* sub navigation */
.sidenav {
	margin-left:14px;
        background: url(img/sidenav.jpg) no-repeat;
	float: left;
	width: 213px;
        height: 400px;
}
.sidenav h2 {
	color: #670000;
	font: bold 1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
        padding-top: 75px;
}
.sidenav ul {
	padding: 0;
	border-top: 0px solid #e9e8db;
}
.sidenav li {border-bottom: 0px solid #e9e8db;}

.sidenav li a {
	font-size: 1.1em;
	color: #670000;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;

}
.sidenav li a:hover {

	color: #320000;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 550px; /* FireFox 647px */
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	background: #e6cc60 url(img/footer.jpg) no-repeat top center;
	text-align: center;
	color: #6a6840;
	font: 1em sans-serif;
	line-height: 29px;
	height: 29px;
}
.footer a, .footer a:hover {color: #6a6840;}

/* posts */
.post h1 a {text-decoration:none;}
.post h1 a:hover {text-decoration:underline;}

.post {margin: 6px 0 2px;}
.post .info{
	padding: 5px 10px;
	border: 1px solid #E3E4E4;
	background:#F5F5F5;
	color: #555;
	margin: 2px 0 4px;
}
.post img {border: 0px solid #DDD; margin: 4px 0;}
.post a img {border: 0px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}


#searchform {padding:10px; background-color:#e9e8db;}


.coupon {
       min-height: 170px;
       width: 400px;
       border: 1px dashed #670000;
       text-align: center;
       background: url(img/CouponBG.jpg) no-repeat;
       margin: 0px 0px 50px 74px;
}

.offer {
       text-transform: uppercase;
       font-weight: bold;
       font-size: 45px;
       color: #670000;
       line-height: 90%;
       margin: 10px;
}

.offerdes {
      font-size:23px;
      margin-bottom:10px;
      line-height: 100%;
}

.disclaimer {
       font-size: 10px;
       margin-bottom:10px;
}
