* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #FFF;
	/* background-image: url('images/bg2.gif');
	background-attachment: fixed; */
	color: #333;
}

body {
	width: 898px;
	margin: 42px auto;
	line-height: 21px;
	font-family: helvetica neue, arial, helvetica, 'nimbus sans', sans-serif;
	background-color: #FFF;
	padding: 21px 30px;
	border: 1px solid #DBDBDB;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0 0 21px #DFDFDF;
	-webkit-box-shadow: 0 0 21px #DFDFDF;
	-moz-box-shadow: 0 0 21px #DFDFDF;
}

/* layout */

.col1 {
	width: 202px;
}

.col2 {
	width: 434px;
}

.col3 {
	width: 666px;
}

.col4 {
	width: 898px;
}

.left {
	float: left;
	margin-right: 30px;
}

.right {
	float: right;
	margin-left: 30px;
}

.last {
	margin-right: 0;
	margin-left: 0;
}

.clear {
	clear: both;
}

.collapse {
	margin-bottom: 0;
}

/* typography */

h1 {
	font-size: 72px;
	line-height: 84px;
	margin-top: 42px;
	padding-right: 21px;
	font-family: helvetica, arial, 'nimbus sans', sans-serif;
	letter-spacing: -3px;
	text-align: right;
	text-shadow: 1px 1px 1px #333;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #FFF;
}

h1 span {
	font-style: italic;
}

h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, 'nimbus sans', sans-serif;
}

h2 {
	font-size: 36px;
	line-height: 42px;
	font-weight: normal;
	margin-bottom: 21px;
}

h3 {
	font-size: 18px;
	margin: 15px 0 6px 0;
	font-weight: bold;
}

p, ul, ol {
	font-size: 14px;
	margin-bottom: 21px;
}

a {
	text-decoration: none;
	color: #418F00;
	border-bottom: 1px dotted #AAA;
	font-weight: bold;
}

a:visited {
	color: #888;
}

a:hover {
	color: #FA8900;
}

a img {
	border: none;
}

code {
	font-family: consolas, lucida console, 'courier new', courier, monospace;
	font-size: 12px;
}

pre {
	overflow: auto;
	margin-bottom: 21px;
}

blockquote {
	font-family: times, 'bitstream vera serif', georgia, baskerville, serif;
	font-size: 12px;
	line-height: 17px;
	margin: 40px;
}

embed, iframe {
	margin-bottom: 21px;
}

/* header and nav styles */

#banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 248px;
	margin-bottom: 18px;
}

ul.nav {
	overflow: hidden;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	margin-bottom: 18px;
	color: #333;
	border-bottom: 3px solid #55BD00;
}

ul.nav li {
	list-style-type: none;
    float:left;
    margin-right: 6px;
}

ul.nav li a {
	float: left;
	width: 150px;
	text-align: center;
	line-height: 30px;
	background-color: #EFEFEF;
	color: #333;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
	border-right: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 0;
}

ul.nav li a:hover, ul.nav li.current {
	float: left;
	width: 150px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	background-color: #55BD00;
	font-weight: normal;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 0;
}

.heavy_rule {
	padding-top: 18px;
	border-top: 3px solid #55BD00;
}

.light_rule {
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.small {
	font-size: 12px;
	color: #aaa;
}

.hide {
	display: none;
}

p.tag  {
	font-size: 14px;
	font-family: helvetica neue, arial, helvetica, 'nimbus sans', sans-serif;
	color: #FFF;
	padding-bottom: 63px;
	padding-right: 21px;
	text-align: right;
	margin-bottom: 11px;
	text-shadow: 1px 1px 1px #333;
}

.imglink {
	border: none;
	text-decoration: none;
}

/* content styles */

#asides h3 {
	font-size: 16px;
}

ul#twitter_update_list, ul.link_list {
	border-bottom: 1px dotted #aaa;
	margin-bottom: 20px;
}

ul.link_list li {
	list-style-type: none;
	font-size: 12px;
}

ul#twitter_update_list li, ul.link_list li a {
	list-style-type: none;
	display: block;
	color: #333;
	font-size: 12px;
	border-top: 1px dotted #aaa;
	padding: 5px 0 5px 3px;
}

ul.link_list li a:hover {
	background-color: #EFEFEF;
	color: #FA8900;
}

#asides p {
	font-size: 12px;
}

p.twitterlink {
	padding-left: 20px;
	background-image: url('images/twitter.png');
	background-repeat: no-repeat;
	background-position: center left;
}

p.mail {
	padding-left: 20px;
	background-image: url('images/mail.png');
	background-repeat: no-repeat;
	background-position: center left;
}

#content p.small_print {
	font-size: 12px;
	color: #888;
}

/* mailchimp subs form */

#subs {
	border: 1px solid #CCC;
	padding: 10px 10px 9px 10px;
	margin-bottom: 21px;
	background-color: #EFEFEF;
}

#subs p {
	font-size: 12px;
	margin-bottom: 10px;
}

#mc_embed_signup fieldset {
	border: none;
}

.mc-field-group label {
	font-size: 12px;
	font-weight: bold;
	display: block;
}

#content .mc-field-group input {
	border: 1px solid #EF3E00;
	width: 402px;
	padding: 4px;
	font-family: helvetica neue, arial, helvetica, 'nimbus sans', sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}

#news .mc-field-group input {
	border: 1px solid #EF3E00;
	width: 170px;
	padding: 4px;
	font-family: helvetica neue, arial, helvetica, 'nimbus sans', sans-serif;
	font-size: 12px;
	margin-bottom: 3px;
}

#mc-embedded-subscribe {
	font-family: helvetica neue, arial, helvetica, 'nimbus sans', sans-serif;
	margin-bottom: 10px;
}

.mce_inline_error {
	display: block !important;
	width: 402px;
	margin-bottom: 21px !important;
	font-size: 12px;
	background-color: #FFF !important;
	color: #DF0000 !important;
}

.response {
	font-size: 12px;
	padding: 10px;
	background-color: #FFF;
	margin-bottom: 21px;
	color: #418F00;
}
