/* remove all default styles */
*{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

body, html
{
	height: 100%;
}

body
{
	background: #160000 url(images/bg1.jpg) no-repeat fixed 0 0;
	color: #ffc;
	font: 0.7em Verdana, sans-serif;
}

h1, h2, h3, h4, form
{
	clear: both;
}

li, p
{
	line-height: 150%;
}

ol, ul
{
	list-style: none;
}

br.clear
{
	clear: both;
}
/* =Header 
----------------------------------------------------------------------*/

#header
{
	background: url(images/spoon.png) no-repeat left top;
	position: relative;
	height: 175px;
}

#header h1
{
	font-size: 0;
	text-indent: -9999px;
	width: 0;
	height: 0;
}

/* =Navigation
----------------------------------------------------------------------*/
#nav
{
	background-color: #514c2c;
	font: 1em Verdana, sans-serif;
	width: 945px;
	margin-top:-2em;
	border-top:1px solid #8F4911;
	border-bottom:1px solid #8F4911;
}

#nav a
{
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

#nav a:focus,#nav a:hover,#nav a:active
{
	color:#EFEFC2;
}

#nav ul
{
	padding: 5px 0 5px 170px;
}

#nav li
{
	display: inline;
	padding: 0 10px 0 20px;
}

#nav li.first
{
	padding-left: 0;
}
#nav li a.current, #sidebar1 a.current{
	color:#BF6923;
}

/* =Side nav
----------------------------------------------------------------------*/
.side_nav
{
	font-size: 0;
	text-indent: -9999px;
	width: 175px;
	height: 26px;
	background:#514C2C url(images/seeds_bg.jpg) no-repeat 0 -20px;
}

.sidebar_ul
{
	background-color:#BF935F;
	width: 175px;
	margin-bottom:2em;
}

.sidebar_ul li
{
	border-top: 1px dashed #5F420C;
	line-height: 110%;
	padding: 5px 10px;
}

.sidebar_ul li a
{
	color: #3e3e06;
	font-size: 10px;
	font-weight: bold;
}

.sidebar_ul li a:hover
{
	color: #751f1e;
}

/* =Container
----------------------------------------------------------------------*/
#container
{
	background: url(images/container.png) repeat-y;
	margin: 0 0 0 29px;
	min-height: 100%;
	padding: 0 5px 0 6px;
	width: 945px;
}

#dandelion
{
	background: url(images/dandelion.jpg) no-repeat;
	position: absolute;
	top: 5px;
	left:800px;
	width:152px;
	height:147px;
	z-index: 1;
}
#dandelion p{
	position:absolute;
	bottom:3px;
	padding:0 0 0 1em;
}

/* Sidebar on left
----------------------------------------------------------------------*/
#sidebar{


}
#sidebar1
{
	display: inline;
	float: left;
	margin: 0 0 20px 15px;
	width: 160px;
}

#sidebar1 h3,#sidebar h3
{
	font-size:100%;
}

#sidebar1 a
{
	color: #fff;
	font-weight: bold;
}

#sidebar1 li
{
	margin: 0 0 1px;
	padding: 10px;
}

#sidebar1 .even
{
}

/* =Content + Sidebar
----------------------------------------------------------------------*/

#main_wrap
{
	float: left;
	padding: 20px 0 0;
	width: 740px;
}

#main_wrap a
{
	color: #fff;
}

#main_wrap a:hover
{
	color: #ffc;
}


#sidebar
{
	display: inline;
	float: right;
	margin: 0 0 0 15px;
	padding: 15px 0 0;
	width: 190px;
}

/* =Content
----------------------------------------------------------------------*/
#content
{
	float: left;
	margin: 0 0 0 15px;
	width: 550px;
}

#content a
{
	text-decoration: underline;
}
#content h2
{
	border-bottom: 1px dashed #251e10;
	color: #fff;
	font: bold 200% "Arial Narrow", "Trebuchet MS", sans-serif;
	line-height: 90%;
	margin:0.2em 0 0.4em 0;
	padding: 0 1em 0.5em;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}
#content h3
{
	font: bold 200% "Arial Narrow", "Trebuchet MS", sans-serif;
	margin:1em 0 0.3em 0;
	padding: 0 20px 10px;
}

#content h3 a
{
	text-decoration: none;
}
#content h4
{
	color:#8F6F50;
	font:180% "Arial Narrow", "Trebuchet MS", sans-serif;
	font-weight: bold;
	margin:0 1em 0.5em 1em;
}

#content p,
#content ol,
#content ul
{
	padding: 0 20px 15px;
}

#content li
{
	padding: 0 0 0 15px;
}

span.date
{
	float: right;
}


/* =Content Photos
----------------------------------------------------------------------*/

#content p img
{
	background: url(images/photo_border.gif) no-repeat;
	float: left;
	padding: 6px 25px 40px 6px;
}

#content p img.right
{
	float: right;
	margin: 0 0 0 10px;
	padding-right: 10px;
}

#content p.multi
{
	padding: 0;
	text-align: center;
}

#content p.multi img
{
	float: none;
	margin: 0 0 0 5px;
	padding-right: 10px;
}
#content p img.othersizes
{
	background-image: none;
	float: left;
	margin: 6px 25px 20px 6px;
	padding:0;
	border:6px solid #514C2C;
}
/* =Footer
----------------------------------------------------------------------*/

#footer
{
	clear: both;
	color:#AF350A;
	font: 0.9em Verdana, sans-serif;
	padding:1em 0 2em 0;
	width: 945px;
	text-align: center;
}

#footer a
{
	color:#AF350A;
	text-decoration: underline;
}
.invisible{
display:none;
}