/* -------------------------------------------------------------- 
  
   Base.css
   * Sets basic layout and typography.

   * Author: Matthew Carlson
   * URI: tookmark.com, simplepixels.com
     
-------------------------------------------------------------- */

/*
BASIC TYPOGRAPHY 
-------------------------------------------------------------- */

body {
	background: #19528b;
	font-family: Georgia, serif;
	}

p {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 18px 0;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

h1 {
	font-size: 20px;
	}

h2 {
	font-size: 24px;
	color: #3c8601;
	margin: 0 0 18px 0;
	}

h3 {
	font-size: 20px;
	color: #3c8601;
	margin: 36px 0 9px 0;
	}

body#about h2 {
	background: url(/images/hd_learnmore.png) no-repeat;
	text-indent: -9999px;
	height: 33px;
	}

a {	
	color: #19528b; 
	}
	
a:hover { 
	color: #3c8601; 
	}

hr {
	background: url(../images/hrule.gif) no-repeat;
	border: none;
	height: 4px;
	float: left;
	margin: 40px 0;
	width: 708px;
	}

/*
CONTAINERS 
-------------------------------------------------------------- */

div#main_canvas {
	width: 100%;
	background: #fff url(../images/header_bg.png) repeat-x;
	float: left;
	}

div.center {
	width: 790px;
	margin: 0 auto;
	}

/*
BRANDING 
-------------------------------------------------------------- */

div#brand {
	width: 775px;
	margin: 0 auto;
	text-align: right;
	padding: 0 15px 0 0;
	}

div#brand img {
	float: left;
	}

div#brand h1 {
	padding: 50px 0 5px 0;
	}

div#main_content {
	width: 710px;
	clear: both;
	margin: 0 auto;
	background: url(../images/content_bg.png) no-repeat;
	padding: 40px;
	float: left;
	}
	
body#delete div#main_content {
	padding-bottom: 200px;
	}

/*
GETTING STARTED SIGNUP 
-------------------------------------------------------------- */

div#getting_started {
	background: url(../images/gettingstarted.png) no-repeat;
	text-indent: -9999px;
	}

div#getting_started h2 {
	margin: 0;
	}

/* Form Elements */

form#signup {
	margin: 40px 0 0 0;
	}

form#signup p,
form#login-form p {
	float: left;
	margin: 0 10px 0 0;
	}

label {
	font-weight: bold;
	display: block;
	}

input {
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #696969;
	background: #fff;
	}

form#signup p.signup_submit {
	margin: 12px 0 0 0;
	}

form#signup p.signup_submit input {
	padding: 0;
	margin: 2px 0 0 0;
	}

/* Form Errors */

label.empty,
label.error {
	color: #c20000;
	}

input.empty,
input.error {
	background: #f8dddd;
	color: #c20000;
	}
	
p.error {
	color: #c20000;
	font-weight: bold;
	margin-bottom: 18px;
	}

div#signup_success {
	margin: 40px 0 0 0;
	background: #fff;
	padding: 15px;
	border: 1px solid #3c8601;
	}

div#signup_success h2 {
	font-size: 24px;
	margin: 0 0 9px 0;
	}

div#signup_success h3 {
	margin-top: 0;
	}

div#signup_success p {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	}

/* Overview */

div#why {
	float: left;
	width: 325px;
	color: #696969;
	}

div#why h3 {
	background: url(../images/hd_why.gif) no-repeat;
	text-indent: -9999px;
	height: 22px;
	margin: 0;}

div#how {
	float: right;
	width: 325px;
	color: #696969;
	}

div#how h3 {
	background: url(../images/hd_how.gif) no-repeat;
	text-indent: -9999px;
	height: 22px;
	margin: 0;
	}

/* Disclaimer */

p.disclaimer {
	width: 708px;
	float: left;
	background: url(../images/asterisk.gif) no-repeat;
	padding: 0 0 0 30px;
	}

p.disclaimer span {
	display: none;
	}

/*
CONFIRM ACCOUNT 
-------------------------------------------------------------- */

body#confirm h2 {
	background: url(/images/hd_almostdone.png) no-repeat;
	text-indent: -9999px;
	height: 33px;
	}

div.confirm-error {
	padding: 0 0 100px 0;
	}

body#confirm div.confirm-error h2 {
	background: url(/images/hd_brokeit.png) no-repeat;
	}

form p.form-info {
	font-style: italic;
	margin: 0 0 18px 0;
	float: none;
	font-size: 12px;
	}

form p {
	float: left;
	margin: 0 18px 0 0;
	}

form p.error {
	margin-bottom: 18px;
	}


form select {
	font-family: Arial, serif;
	font-size: 14px;
	}

body#confirm div.all-done h2 {
	background: url(/images/hd_alldone.png) no-repeat;
	}

div.all-done {
	margin: 0 0 175px 0;
	}

p.confirm_submit {
	margin: 8px 0 0 0;
	}

fieldset.signup-tags {
	margin: 0 0 72px 0;
	}

/*
SETTINGS
-------------------------------------------------------------- */

body#settings h2 {
	background: url(/images/hd_settings.png) no-repeat;
	text-indent: -9999px;
	height: 33px;
	}

p.delete {
	margin: 36px 0 0 0;
	font-style: italic;
	font-size: 12px;
	}

p.delete a {
	color: #c20000;
	}

p.delete a:hover {
	color: #000;
	}

div.settings-confirm {
	margin: 0 0 18px 0;
	background: #fff;
	padding: 15px;
	border: 1px solid #3c8601;
	}

div.settings-confirm p {
	margin: 0;
	font-size: 18px;
	font-style: italic;
	}

p.confirm-delete {
	font-style: italic;
	font-weight: bold;
	display: none;
	font-size: 18px;
	margin-bottom: 0;
	}

p.confirm-delete a {
	color: #c20000;
	}

p.confirm-delete a:hover {
	color: #000;
	}

/*
FOOTER
-------------------------------------------------------------- */

div#footer {
	color: #8eaecd;
	padding: 18px 0 18px 0;
	clear: both;
	background: url(../images/footer_bg.gif) repeat-x top;
	}

div#footer p {
	font-size: 12px;
	line-height: 18px;
	width: 780px;
	margin: 0 auto;
	}

div#footer a {
	color: #adc6df;
	}

div#footer a:hover {
	color: #fff;
	}