/*
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.
*/
/* Modified by PlanetHurley */

/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #fff; /*#7C6F5C url(../images/grass.jpg) bg.jpg */
	color: #222;
	font: normal 65.5% sans-serif;
    padding:0px;
	text-align:center;
	width:100%;
	margin:0px;
}

a {color: #642;}
a:hover {color: #963;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #442; padding: 0;}

h1 {font: normal 2.4em serif,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

blockquote {
	background: url('../images/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px; text-align:justify;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper 
{
    width   :  992px;
	margin  :  0px auto 20px auto;
    
	/*background: #332 url(../images/wrapper.gif) no-repeat left bottom;
	margin: 0px 5px 0px 5px;
	width: 100%;
	border:1px solid #000;*/
}
#container 
{
    padding        :  0px 6px 6px 6px;
	border-left    :  solid 1px #d0d0d0;
	border-right   :  solid 1px #d0d0d0;
	border-bottom  :  solid 1px #d0d0d0;
    text-align:left;
    line-height:1.2em;
    font-size:1.2em;
}

#innercontainer
{
    border:1px solid #eee;
    border:0px 1px 0px 1px;
}

/* header */
.title {
	/*background: #E2DED4 repeat-x; url(../images/header-h1.jpg)*/
}
.title h1 {
	color: #fff; /*#441;*/
	font: normal 2.2em arial,sans-serif;
	font-weight:bold;
	padding: 0.2em 1em 0.2em 1em;
	background-color:#332;
}

.header {
	/*border-top: 2px solid #663;*/
	background: #DAD7C5 url(../images/header.jpg) no-repeat right bottom;
	height: 150px;
}

.header h1
{   
    padding:60px 0px 0px 1em;
    margin-left:0px;
}

.smallheadertext
{
    font-size:1.2em;
    padding:0px 0px 0px 1em;
}

/* navigation */
.navigation {
	background: #DED9D0 url(../images/nav.gif) repeat-x; height: 30px;
	border-top: 1px solid #996;
}
.navigation a {
	/*background: #FFF url(../images/nav.gif) repeat-x;*/
	border-right: 1px solid #C9C6B3;
	color: #553;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {color: #000;}

/* main */
.topmain
{
    background:#fff url(../images/bodybackground.jpg) bottom right no-repeat;
    min-height:320px; 
}

/*.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 {width: 30%; }

.bottom .right {width: 69%;}

/* footer */
.footer {
	background: #332;
	color: #EED;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}


#albumbox
{
    padding:1em;
    margin:0.5em;
    border:1px solid #000;
    background-color:#ccc;
    float:right;
    width:300px;
}

#albumphoto
{
    padding:1em;
    margin:0.5em;
    border:1px solid #aaa;
    float:left;    
}

.gallerythumb
{
    display:inline-block;
    margin:5px;
    padding:0;
}


/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%; border-left:1px solid #eee;border-right:1px solid #eee;}
.col2 .right .content {}
.col2 .right {width: 33%;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.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: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.bottom .block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
/*.right .block li a:hover {background: #F2F0EA;}*/
.right .block li a:hover 
{
    border-right:5px solid #999;
    border-left:1px solid #999;
    text-decoration:underline;
   /* background-color:#DCDAC9;*/
   background: #fff url(../images/nav.gif) repeat-x;
}

/* Photo Gallery */

.clickablethumb img
{
    display:inline;
    border:2px solid #fff;
    margin:7px;
}

.clickablethumb a, .clickablethumb a:visited { margin:0; padding:0; }

.clickablethumb img:hover
{
    margin:4px;
    border:5px solid #fff;   
}

.clickablethumbgallery img
{
    display:inline;
    border:3px solid #999;
    margin:6px;    
}

.clickablethumbgallery img:hover
{
    margin:2px;
    border:7px solid #999;   
}

.clickablethumbgallery a, .clickablethumbgallery a:visited { margin:0; padding:0; }

img.fullphoto
{
    border:3px solid #999;
}

/* End of Photo Gallery */

/* General addon styles */

.fullcenter
{
    width:100%;
    text-align:center;
}

a.button, a.button:visited
{
    display:inline-block;
    padding:0.3em 1em 0.3em 1em;
    border:1px solid #000;
    background-color:#efefef;
    font-weight:bold;
    text-decoration:none;
    color:#000;
    margin:0.1em 0.2em 0.1em 0.2em;
}

a.button:hover
{
    color:#fff;
    background-color:#666;
}

/* End of General addon styles */
