/******************************************************************
 +Overall Colors and Styles
******************************************************************/

body {
	margin: 0;
	padding: 0;
	background: #ccc;

}

body, td, th, textarea, input, select, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, "MS Trebuchet", sans-serif;
}

p, form, h1, h2, h3, h4, h5, h6,  ul, ol {
	margin: 0px;
	padding: 0px;
}

a img { 
	border: none;
}

a { 
  color: #df0f81;
  text-decoration: underline;
}

a:hover {
 color: #df0f81;

}

.clear-fix {
  clear: both;
}

/******************************************************************
+Page Skeleton
******************************************************************/

#wrapper {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	width: 400px;	
	height: 217px;
	margin-top: 30px;
}

#main {
	display: inline;
	width: 400px;
	padding-left: 10px;
	margin-top: 50px;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 20px;
	font-size: .7em;
	color: #333;
	overflow: auto;
	
}

#footer a {
	color: #df0f81;
	text-decoration: underline;
	
}

div#signup_email {
    background: url(/img/signup_bg.png) no-repeat;
    width: 367px;
    height: 30px;
    padding: 10px;
    margin-top: 0px;
    text-align: left;

}

div#signup_email input#email_input {
    background: url(/img/email_input.gif) no-repeat;
    border: none;
    width: 301px;
    height: 23px;
    padding: 7px 0 0px 10px;
    color: #666;
    font-size: 14px;
    outline: none;
    float: left;
}

div#signup_email input#go_button {
    float: right;
    padding: 0px;
}

input {
	font-size: 12px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}



/******************************************************************
+Navigation
******************************************************************/

#nav li { 
	float:left; 
	margin-right: 10px; 
	list-style-type: none; 
	font-size: .9em;
}

#nav li a { 
	display: block; 
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: #666666; 
	padding: 10px 5px 8px 5px; 
	text-decoration: none; 
}

#nav li a:hover { 
	border-top: 1px solid #96E2F6;
	background-color:#FFFFFF;
	color: #333333;
}

#nav  li.active a { 
	border-top: 1px solid #96E2F6;
	background-color: #fff; 
	color: #333333;
}

#nav ul.left { 
	position:absolute; 
	left:10px; 
	bottom:0; 
}

#nav ul.right { 
	position:absolute; 
	right:0; 
	bottom:0; 
}



/******************************************************************
+ fixes
******************************************************************/


.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}



/******************************************************************
 +Format Styles
******************************************************************/


 h1 {
  color: #333;
  margin-bottom: 10px;
  margin-bottom: 5px;
  line-height: 100%;
  font-weight: lighter;
}

h1 a {
 color: #6A0201;
}

h2 {
  color: #333;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 100%;
  font-weight: lighter;
}

h3 {
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 100%;
  font-weight: lighter;
}

h4 {
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 100%;
  font-weight: lighter;
}

h5 {
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 100%;
  font-weight: lighter;
}

h6 {
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 100%;
  font-weight: lighter;
}


p {
  margin-bottom: 5px;
}

strong {
  color: #000000;
}

b {
  color: #000000;
}

.inline {
	display: inline;
	float: left;
	padding-right: 10px;
}

.legal p {
	font-size: .5em;
}


/******************************************************************
 +warnings and notice
******************************************************************/

.flash {
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color: white;
	font-size: 12px;
	text-align: center;
}

.notice {
	font-weight: bold;
	background-color: #009933;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00bf3f;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00bf3f;
}

.warning {
	font-weight: bold;
	background-color: #F00;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #900;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}

div.error-message {
	color: #C09;
	position: absolute;
	margin-top: 5px;
	margin-left: 10px;
}
