/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { 
  line-height: 1.5; 
  background: #fff; 
  margin:0; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* -------------------------------------------------------------- 
  
   Structure   
   
-------------------------------------------------------------- */

body {
	background:#46546a url(../img/bg.gif);
	color:#FFF;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
}
a {
	text-decoration:none;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
#wrapper {
	text-align:center;
	display: table-cell;
	vertical-align: middle;
}
#logo {
	width:600px;
	margin:0 auto 15px auto;
}
#main {
	width:630px;
	margin:0 auto 24px auto;
	font:14px/20px Lucida Grande, sans-serif;
}
h1 {
	text-decoration:none;
	border:0;
	width : 168px;
	height : 100px;
	margin : 0;
	padding : 0;
	float:none;
	background : url(/assets/img/logo.png) no-repeat 0 0;
} 
h1 a {
	display : block;
	height : 100px;
	text-indent : -9999px;
	overflow:hidden;
}
h2 {
	font:30px/36px Verdana, sans-serif;
	font-weight:bold;
}
h2 span {
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:1px;
}
#options-wrap {
	/*background:#0ba3d3 url(images/bar.gif) repeat-x top;*/
	width:100%;
	float:left;
	margin:0 0 24px 0;
	border-top:0px solid #0caee3;
	border-bottom:0px solid #0a87b0;
}
#subscribe-options {
	background:#FFF;
	width:468px;
	margin:0 auto;
	padding:25px 0;
	font-family:Lucida Grande, sans-serif;
	color:#000;
	font-size:13px;
	font-weight:normal;
	overflow:hidden;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border:2px solid #556ab0;
	
}
#subscribe-options a {
	color:#000;
}
.rss-subscribe {
	display:inline;
	padding:36px 0;
	margin:0 10px 0 0;
}
.rss-subscribe img {
	vertical-align:middle;
}
form {
	display:inline;
	border-left:0px solid #B54901;
	padding:36px 0;
}
form p, form input {
	display:inline;
}
.form-label {
	border-left:1px solid #FE8F45;
	padding:36px 10px;
}
#submit {
	vertical-align:middle;
}
#footer	{
	font-family:Lucida Grande, sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:13px;
	text-align:center;
}
#footer a	{
	color:#099bde;
}
#footer a:hover	{
	color:#fff;
}
#page-info {
	clear:both;
	width:960px;
	margin:0 auto;
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#CCC;
}
#page-info a {
	color:#CCC;
	font-style:italic;
}
#page-info a:hover {
	color:#FFF;
}

/* =Images
-------------------------------------------------------------- */