/*
Name: Natural Essence
Date: 2007-02-20
Description: Soft and natural single/two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
*/

/* default elements */
* {margin: 0; padding: 0;}

body {
	/* background: #7C6F5C url(images/bg.jpg); */
	color: #222;
	padding: 2% 0;
	background-color: #071B26;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a {
	color: #000000;
	font-size: 15px;
	line-height: 20px;



}
a:hover {
	color: #990000;


}

big {font-size: 15px;}

h1,h2,h3 {
	color: #364137;
	padding: 8px 0 2px;
	font-weight: bold;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	line-height: 35px;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 27px;
	font-variant: normal;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 22px;
	font-variant: normal;
}



blockquote {
	/* background: url('images/quote.gif') no-repeat;*/
	display: block;
	font: normal 15px Arial,serif;
	padding-left: 26px
} 

form,table {margin-bottom: 1.2em;}
images {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 1.4em;
}
small,.small {font: normal 12px sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	margin: 0 auto;
	width: 756px;
	background-color: #9fb8a5;
	/* background-image: url(images/wrapper.gif); 
	background-repeat: no-repeat;
	background-position: left bottom; */
}
#container {
	background: #FBF9F4;
	border-top: 3px solid #9fb8a5;
	font-size: 18px;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

/* header */
.title {
	background: #E2DED4 url(images/header-h1.jpg) repeat-x;
	/* border-top: 1px solid #996; */
	font-family: Arial, Helvetica, sans-serif;
}
.title h1 {
	color: #021422;
	padding: 10px 0 10px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.header {
	/* border-top: 2px solid #663; */
	/* background: #DAD7C5 url(images/header.jpg) no-repeat left bottom; */
	height: 220px;
	width: 750px;
}

/* navigation */
.navigation {
	background: #DED9D0 url(images/nav.gif) repeat-x; height: 41px;
	border-top: 1px solid #996;
}
.navigation a {
	background: #FFF url(images/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #556E59;
	float: left;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.navigation a:hover,.navigation a#active {
	background-position: left bottom;
	color: #021422;
}

/* main */
.main#two-columns {background: #FFF url(images/two-columns.gif) repeat-y;}

/* bottom */
.bottom {
	background: #DCDAC9 url(images/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	color: #021422;
	border-bottom: 3px solid #9fb8a5;
	padding: 10px;
	background-color: #E2DDD3;
	font-size: 11px;
}
.footer .left {width: 40%;}
.footer .right {
	width: 60%;
	text-align: right;
}
.footer a {
	color: #021422;
	text-decoration: underline;
}
.footer a:hover {
	color: #C47964;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.content {
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 18px;
	padding-left: 12px;
	font-size: 15px;
}
.left {
	float: left;
	font-size: 15px;
}
.right {
	float: right;
	font-size: 15px;
}
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 14px;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}
hr {
	margin-top: 8px;
}

