body {
	width:800px;
	margin:0 auto;
	background:url(/img/background/leaf.jpg) 50% 0% no-repeat fixed;
	color:white;
	background-color:black;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
	font-size:90%;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
}
h1,h2 {
	font-size:150%;
}
h3 {
	font-size:130%;
	font-style:italic;
}
h4 {
	font-size:115%;
}

a {
	color:yellow;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:white;
}

a img {
	border:0;
}

.sec
{
	font-variant:small-caps;
	font-weight:bold;
	font-family:Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
}

#wrapper {
}

#header {
	padding:10px;
	height:220px;
	background:url(/img/background/header.png) no-repeat top left;
	position:relative;
}

#header img {
	position:absolute;
	top:10px;
	left:10px;
}

#header .site-tagline {
	float:right;
	text-align:right;
	padding-right:25px;
	color:white;
	text-shadow:#3d3027 -3px -1px 2px;
	filter:glow(color=#3d3027,strength=3);
	/* font-family:'Freestyle Script', Pristina, script; */
	font-size:40px;
}

#main {
	margin:0 1em 10em 1em;
}

#nav {
	position:absolute;
	top:100px;
	left:320px;
	width:480px;
	font-family:'Futura Md', Arial, sans-serif;
	font-weight:bold;
	text-transform:lowercase;
	text-shadow:#3d3027 -2px -1px 2px;
	filter:glow(color=#3d3027,strength=2);
}

#navline {
	position:absolute;
	top:130px;
	left:307px;
	width:493px;
	background:url(/img/background/line_end.png) bottom left no-repeat;
}
#navline2 {
	margin-left:13px;
	background:url(/img/background/line.png) bottom left repeat-x;
}

#nav .menu ul {
	list-style:none;
	padding:1em 1em 1.5em;
	margin:0;
}

#nav .menu li {
	display:inline;
}

#nav .menu a {
	padding:0 1em 0 0;
	background-color:transparent;
	display:inline;
	text-decoration:none;
}

#nav .menu ul, #nav .menu a {
	color:#e0d9cc;
}

#nav .menu a:hover {
	color:red;
}

.sf-menu ul { position:absolute; top:-999em; width:10em; }
.sf-menu a { display:block; position:relative; }
.sf-menu li:hover ul,
.sf-menu li.sfHover ul { left:0; top:2.5em; z-index:99; }

#boxes {
	text-align:center;
}

#tip {
	/* border:1px solid #e31318; */
	padding:1em;
}

#tip h2 {
	margin:0;
}

#forecast {
	text-align:center;
	width:100px;
}

#footer {
	text-align:center;
	padding-bottom:10px;
	background:url(/img/background/line.png) bottom left repeat-x;
}

.random_group blockquote {     
	background:url(img/q_open.png) no-repeat top left;
	padding:0 0 0 30px; 
	margin:0;
}

.random_group blockquote p:last-child {       
	padding:0 30px 0 0;
	margin-bottom:3em;
	background:url(img/q_close.png) no-repeat bottom right;
}

div.node img.right, div.node img.left {     
	padding:0 10px; 
}

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

.small {
	font-size:60%;
}

.clear {
	clear:both;
}

.clearfix:after {
	content:"";
	display:table;
	clear:both;
}

.figure {
	background:rgba(255,255,255,0.2);
	padding:15px;
	text-shadow:#000 1px 1px 1px;
	filter:glow(color=#000,strength=1);
}

.figure.left {
	margin-right: 10px;
}

.figure.right {
	margin-left: 10px;
}

.caption_left img {
	float:right;
	margin:0 0 0 20px;
}

.caption_right img {
	float:left;
	margin:0 20px 0 0;
}

.caption_bottom img {
	display:block;
	margin:0 auto;
}

.caption {
}
