/*
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(img/bg.jpg);*/
	background:#720000;
	color: #FFFFFF;
  font-family: Garamond, Times New Roman, Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: larger;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	/*padding: 2% 0;*/
}


a {color: #FFFFFF; text-decoration:underline;}
a:hover {color:#CCCCCC}

big {font-size: 1.1em;}

h1,h2,h3 {color: #FFFFFF; padding: 8px 0 2px;}

h1 {font-size: normal 1.3em;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.2em;}
h3 {font: normal 1.0em;}

blockquote {
	background: url('../images/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
#contact_form input, label{
  width:300px;
  padding:0;
}

#contact_form textarea{
  width:300px;
  height:100px;
  padding:0;
}



label {display: block; width:150px}
li {line-height: 1.5em;}
p {padding: 2px 0 10px; font-size:13pt;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #690000;
	margin: 0 auto;
	width: 762px;
}
#container {
	background: #680000;
	border-top: 6px solid #680000;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

/* header */
.title {
	background: #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.title h1 {
	color: #441;
	font: normal 1.5em;
	padding: 10px 0 10px 18px;
}

#header {
	/*
  border-top: 2px solid #CCCCCC;
	*/
  background: #680000 url('../images/juliette-bigley-header.gif') no-repeat left bottom;
	height: 215px;
	width:750px;
}

#header h1{
	color:#FFFFFF;
  font-size:36pt;
  padding:1em 0 1em 0.5em;
  text-decoration:none;
}

#header h2{
	color:#FFFFFF;
  font-size:16pt;
  padding:0.5em 0 0 7em;
}


/* navigation */
#navigation {
	/*background: #690000 url(img/nav.gif) repeat-x; height: 41px;*/
	background: #690000;
  height: 25px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-transform: uppercase;
	font-weight:bold;
}
#navigation a {
	/*background: #FFF url(img/nav.gif) repeat-x;*/
	border-right: 0px solid #C9C6B3;
	color: #FFFFFF;
	float: left;
	font: normal 0.7em;
	padding: 0 15px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}
#navigation a:hover,.navigation, a#active {
  background-position: left bottom;
  color: #989898;
  line-height: 30px;
}


#navigation ul{
  list-style:none;
}

#navigation li{
  display:inline;
}



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

}

#two-columns img {border: 1px solid #CC0000; padding:5px; background:#680000}
.noimage{
  padding:0;
  border:0px;
  width:0;
  height:0;
}


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

/* footer */
#footer {
	background: #690000;
	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;
}

#footer ul{
  list-style:none;
  float:left;
  padding:0em;
}

#footer li{
  display:inline;
  padding-right:0.4em;
  border-right:1px solid #FFFFFF;
}

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

#mailing_form{
  width:200px;
}
/* misc */
.clear,.clearer {clear: both;}
.clearer {font-size: 0;}
.col2 .left {width: 440px;}
.col2 .right .content {background: #680000;}
.col2 .right {width: 200px; margin-right:10px;}
.content {padding: 18px 0px; background:#680000}
.left {float: left; background:#680000; padding-left:15px}
.right {float: right; background:#680000}
.right .content {padding: 18px 0px 5px; background:#680000}

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

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {}