/*
Theme Name: School of Big Thinking
Theme URI: http://www.schoolofbigthinking.com
Description: The default theme for School of Big Thinking
Author: Dwayne Charrington
Author URI: http://helloastronaut.net
Version: 1.0

General comments and license statement (optional).
*/


/* Basic Structure
-------------------------------------------------------------- */
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #FFFFFF;
 background: #040102 url('images/background.png') no-repeat 50% 6px;
}

#wrapper {
 margin:0 auto;
 width:840px;
 overflow: hidden;
}

strong { font-weight: bold; }
em     { font-weight: italic; }

a 	   { color: #FFFFFF; }
a:hover { text-decoration: none; }


/* Header Styling
-------------------------------------------------------------- */
#header {
	margin-top: 35px;
	background: transparent url('images/solid_line.gif') no-repeat bottom left;
	padding-bottom: 35px;
	position: relative;
}

	#twitter_logo {
		background: transparent url('images/twitter_logo.png') no-repeat top left;
		position: absolute;
		width: 133px;
		height: 39px;
		text-indent: -9999em;
		right: 0;
	}

#logo {
	background: #060507 url('images/logo.png') no-repeat top left;
	display: block;
	width: 278px;
	height: 42px;
	text-indent: -9999em;
}


/* Hero Text Styling
-------------------------------------------------------------- */
#hero {
	background: transparent url('images/solid_line.gif') no-repeat bottom left;
	text-align: center;
	margin-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 46px;
	position: relative;
}


#column_1 {
	float: left;
	display: inline;
	width: 270px;
	margin-right: 14px;
	color: #FFFFFF;
}

#statement h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
	#statement p {
		font-size: 12px;
		margin-bottom: 23px;
		line-height: 1.8em;
	}

#column_2 {
	float: left;
	display: inline;
	width: 272px;
	margin-right: 14px;
	color: #FFFFFF;
}

	#the_internship {
		background: transparent url('images/inner_line.gif') no-repeat bottom left;
		padding-bottom: 20px;
	}

	#the_internship h3 {
		margin-bottom: 25px;
	}

	#the_internship p {
		font-size: 12px;
		margin-bottom: 23px;
		line-height: 1.6em;
	}

	#dropdowns {
		margin-top: 35px;
	}

	#dropdowns .drop_content {
		line-height: 1.7em;
		margin-top: 25px;
		margin-bottom: 35px;
	}

	#dropdowns .drop_content p {
		margin-bottom: 18px;
	}

	#dropdowns .drop {
		margin-bottom: 15px;
	}

#column_3 {
	float: left;
	display: inline;
	width: 270px;
	color: #FFFFFF;
}

.column_inner {
	width: 232px;
}

#signup_form {
	background: transparent url('images/form_bg.png') repeat 0 0;
	padding: 25px;
}

#signup_form .field_block {
	margin-bottom: 25px;
}

#signup_form .field_block p {
	margin-bottom: 10px;
}

#signup_form .text {
	background: transparent url('images/input_bg.png') no-repeat 0 0;
	width: 209px;
	height: 28px;
	border: medium none;
	margin-left: -3px;
	padding: 0 7px;
	color: #101014;
	margin-bottom: 3px;
}

.radios {
	overflow: hidden;
	line-height: 1.8em;
}

.button {
	margin-top: 60px;
	margin-bottom: 20px;
}

.button button {
	border: medium none;
	background: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#footer {
	background: transparent url('images/solid_line.gif') no-repeat top left;
	font-size: 10px;
	color: #3d3d42;
	display: block;
	margin-top: 45px;
	margin-bottom: 30px;
	padding-top: 20px;
	overflow: hidden;
}
