@charset "UTF-8";
/* CSS Document */

body {
	border-top:3px solid #653500;
	background:url(/images/layout/body.jpg) top repeat-x #F3F1EC;
	color:#C06300;
}

@font-face {
	font-family: 'Museo500';
	src: url('/fonts/Museo500-Regular.eot');
	src: local('Museo 500'), local('Museo-500'), url('/fonts/Museo500-Regular.ttf') format('truetype'), url('/fonts/Museo500-Regular.svg#Museo-500') format('svg');
}


h1, h2, h3, h4, h5, .nav {

	font-family: 'Museo500', sans-serif;

}


.container {
	padding-top:60px;
}

a {
	color:#653500;
	text-decoration:none;
}

a:hover {
	color:#F9A132;
}

.nav ul {
	float:right;
	margin:0;
	padding:7px 0;
	text-shadow:1px 1px #fff;
}

.nav ul li {
	float:left;
	list-style:none;
	margin:0 0 0 20px;
	padding:4px 0 4px 20px;
	background:url(/images/layout/navli.gif) left no-repeat;
	font-size:120%;
}

.nav ul li.first {
	background:none;
}

.intro {
	height:190px;
	background:url(/images/layout/intro.gif) no-repeat;
	clear:both;
	position:relative;
}

.header {
	height:100px;
}

.shade {
	height:16px;
	background:url(/images/layout/shade-trans.png);
	margin-bottom:20px;
}

.introicon {
	position:absolute;
	top:-10px;
	right:60px;
}

.intro h1 {
	font-size:18px;
	color:#E2DED0;
	line-height:24px;
	margin-top:28px;
	text-shadow:1px 1px #000;
}

a.tellmemore {
	width:127px;
	height:31px;
	background:url(/images/buttons/tellmemore-trans.png) bottom no-repeat;
	display:block;
	text-indent:-9999px;
}

a.tellmemore:hover {
	background-position:top;
}

.intro h1 strong {
	font-weight:normal;
	color:#fff;
}

.content p {
	text-shadow:1px 1px #fff;
}

input.feedurl, input.emailaddress {
	width:241px;
	padding:18px 60px 10px 10px;
	font-size:120%;
	float:left;
	border:none;
	margin-bottom:10px;
}

input.feedurl {
	background:url(/images/layout/feedurl-trans.png) bottom no-repeat;
}

input.emailaddress {
	background:url(/images/layout/emailaddress-trans.png) bottom no-repeat;
}

.feedme {
	display:block;
	width:98px;
	height:28px;
	cursor:pointer;
	background:url(/images/buttons/feedme-trans.png) bottom no-repeat;
	text-indent:-9999px;
	border:none;
	clear:left;
}

.content {
	border-bottom:1px solid #E2DED0;
	padding-bottom:40px;
}

.feedme:hover {
	background-position:top;
}

.footer {
	border-top:1px solid #fff;
	clear:both;
	padding-top:20px;
}

.ocontent h1, h2, h3 {
    color:#653500;
}

#notification
{
	width:559px;
	border:1px solid #ddd;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    margin-bottom: 5px;
}

pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}

code {
    white-space:pre;
    font-size: 12px;
    color: #333;
	background: #f0f0f0;
	border: 1px solid #ccc;
	line-height: 20px;
	width: 600px;
	padding: 1em;
    display: block;
}

.helpdiv
{
    background-color: #f9f9f9;
    padding: 1em;
    margin-bottom: 1em;
}

.helpdiv h2
{
    text-decoration: underline;
}