html {
	text-align: center;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 10pt;
	background: #fff;
	height: 100%;
}

body {
	display: block;
	margin: 0 auto;
	height: 100%;
}

#hundred_container {min-height: 100%; _height: 100%;}

.container {
	width: 960px;
	margin: 0 auto;
	display: block;
}

strong {font-weight: bold;}

a {color: #2177a9; outline: none;}
a:hover {color: #03476e;}

.post p {margin-bottom: 2em;}

.clear {clear: both;}

.red {color: #9b1e1e;}
.green {color: #608c0a;}
.orange {color: #d37920;}
.blue {color: #29579d;}

p {padding-bottom: 1em;}
/*********** Header **********/
header#main {
	font-family: 'futura', arial, sans-serif;
	position: relative;
	height: 240px;
}

header#main h1 span {display: none;}
header#main h1#main {position: absolute; left: -34px; top: 60px;}
header#main h1#blog {position: absolute; left: -30px; top: 43px;}

header#main h2 {
	text-transform: uppercase;
	color: #888;
	font-size: 1em;
	padding-top: 90px;
}

/* Nav */
nav {
	position: absolute;
	right: 10px;
	top: 90px; /* change to 80px after adding seedbook back */
	text-align: right;
	font-family: 'futura', arial, sans-serif;
	font-size: .8em;
	text-transform: uppercase;
	width: 126px;
	display: block;
}

nav li {
	display: block; 
	margin-left: auto;
}
nav a {
	display: block; 
	height: 1.5em;
	line-height: 1.5em;
	padding-right: 5px;
	border-right: 1px solid #aaa;
	color: #aaa;
	text-decoration: none;
}

nav.onblack a {color: #666; border-color: #666;}

nav a:hover {color: #666; border-color: #666;}
nav .selected a {color: #000; border-color: #000;}

nav.onblack a:hover, nav.onblack .selected a {color: #fff; border-color: #fff;}

nav a img {
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // ie8
	filter: alpha(opacity=50);					// ie5-7
	line-height: 1.5em;
	vertical-align: middle;
}

nav a:hover img {
	opacity: .75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; // ie8
	filter: alpha(opacity=75);					// ie5-7
}

nav .selected a img {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; // ie8
	filter: alpha(opacity=100);					// ie5-7
}

/*********** SeedPad **********/
div#seedpad {
	background: #181818;
	margin: 0 10px 30px;
	width: 940px;
	display: block;
	color: #eee;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#seedpad .container {position: relative;}


#seedpad h1 {
	font-size: 2em;
	margin-bottom: .5em;
	font-family: 'futura', helvetica, sans-serif;
}

#seedpad em {font-style: italic; color: #eee;}

#seedpad p {
	line-height: 1.5em;
	font-size:1.1em;
	margin-bottom: 1em;
	color: #ccc;
}

#current_project {
	position: absolute;
	left: 0;
	top: 0;
}

#coming_soon {
	position: absolute;
	right: 0;
	bottom: 0;
}


#seedpad_link {
	position: absolute;
	right: 0;
	bottom: 70px;
	width: 180px;
	height: 60px;
	background: url('../images/seedpad_link.png') no-repeat;
	text-indent: -9999px;
}
#seedpad_link:hover {opacity: .5;}

#itunes_link {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 210px;
	height: 60px;
	background: url('../images/itunes_link.png') no-repeat;
	text-indent: -9999px;
}
#itunes_link:hover {opacity: .5;}

#seedpad_content {
	background: url('../images/seedpad_screens.png') center bottom no-repeat;
	width: 460px;
	display: block;
	margin: 0 auto;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 150px;
}

#seedpad_icon {
	position: absolute;
	top: 30px;
	left: 65px;
}

/*********** Flobot Content **********/
#content {
	line-height: 1.5em;
	padding-bottom: 3em;
	color: #222; 
	padding-bottom: 282px;
}

#content h2 {
	padding-bottom: .25em;
	text-transform: uppercase;
	margin-bottom: .5em;
	font-size: 1.2em;
	font-family: 'futura', arial, sans-serif;
}

#content h2 a:hover {text-decoration: underline;}
/* Who we are */
#who_we_are {
	width: 380px;
	padding-left: 10px;
	float: left;
	text-align: left;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}

/* Blog Excerpts */
#blog_excerpts {
	text-align: left;
	margin-left: 160px;
	display: block;
	width: 380px;
	border-left: 1px solid #ddd;
	float: left;
	padding-left: 10px;	
}

#blog_excerpts li {margin-bottom: 1em;}
#blog_excerpts a {
	color: #444;
	text-decoration: none;
	font-size: 1em;
	display: block;
	position: relative;
}

#blog_excerpts a:hover .post_content {
	color: #03476e;
	text-decoration: underline;
}

#blog_excerpts .post_content {
	border: none;
	margin: 0;
}

#blog_excerpts h3 {font-family: helvetica; text-transform: none;}

#blog_excerpts a:hover .date {text-decoration: none;}

#blog_excerpts .date {
	color: #888; 
	width: 140px;
	text-align: right;
	font-size: .9em;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	left: -160px;
}


#blog_excerpts h3 {font-weight: bold; color: #111; margin-bottom: .5em;}

#contact {
	width: 380px;
	float: right;
	text-align: left;
	margin-right: 10px;
}

.warning {
	color: #fff;
	background: #9b1e1e;
	padding: .5em .8em;
	display: block;
	margin-bottom: .5em;
}



/*********** Footer **********/
footer {
	padding: 26px 0 0;
	background: #222; 
	color: #ddd;
	width: 100%;
	display: block;
	margin-top: -252px;
	height: 226px;
	overflow: hidden;
}

footer .container {text-align: left;}
footer h2 {
	color: #fff;
	margin-bottom: .5em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: 'futura', arial, sans-serif;
}
	
#contact {
	display: block;
	float: left;
	width: 220px;
	margin: 0 10px;
}

#twitter_follow {
	display: block;
	float: left;
	width: 310px;
	margin: 0 10px;
	color: #bbb;
	font-weight: 200;
}

#twitter_follow li {
	margin-bottom: .5em;
}

#newsletter {
	display: block;
	float: left;
	width: 380px;
	margin-left: 10px;
}

#newsletter li img {
	vertical-align: center;
	margin-right: 5px;
}
#newsletter li {
	font-weight: 200;
	color: #bbb;
}
#newsletter ul {margin-bottom: 1em;}


#closers {
	text-align: center; 
	padding: 20px 0;
	border-top: 1px solid #333;
	margin-top: 1em;
	color: #bbb;
}


.clear {clear:both;}

.defaultText {color: #222}
.defaultText.defaultTextActive {color: #777;}

/*********** MailChimp **********/
html #mc_signup_form {
	padding: 0;
	float: none;
}

html #mc_mv_EMAIL.mc_input {
	display: inline-block;
	background: url('../images/email_input_bg.png') no-repeat;
	border: none;
	height: 20px;
	width: 240px;
	padding: 5px 10px;
	float: left;
	margin: 0 10px 0 0;
}

.mc_var_label {display: none;}

#mc_signup_submit {
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	background: url('../images/subscribe_button.png') no-repeat;
	text-shadow: 0 -1px #000;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
html .mc_signup_submit {clear: none; width: auto; padding: 0;}
#mc_signup_submit:hover {background-position: 0 -40px;}
#mc_signup_submit:active {background-position: 0 -80px; color: #bbb; }

html .mc_error_msg {
	padding: 10px;
	display: block;
	margin: 1em 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #762929;
	color: #fff;
	border: 1px solid #924444;
}

html .mc_success_msg {
	padding: 10px;
	display: block;
	margin: 1em 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #315b04;
	color: #fff;
	border: 1px solid #427609;
}
