/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ul, ol {margin:0; padding:0;}
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

html {
	font:0.8em/1.5em arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 78%;
    background: #3e3e3e url(images/background.png) top left repeat-x;
	border-top: 5px #f6e914 solid;
	overflow-x: hidden;
	width: 100%;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	position: relative;
	}
	
h1 {
	text-indent: -1000em;
	position: absolute;
	height: 100px;
	width: 2000px;
	background: transparent url(images/logo.png) left no-repeat;
	top: 95px;
	left: 0;
	}
	
#birdies {
	position: absolute;
	top: 65px;
	left: 620px;
	}

ul#nav {
	position: relative;
	top: 0;
	list-style-type: none;
	text-align: right;
	width: 100%;
	font-size: 1.6em;
	margin: 0;
	}
	
ul#nav li {
	text-transform: uppercase;
	display: inline;
	text-shadow: 0px -1px 0px #000;
	}
	
ul#nav li a:link, ul#nav li a:visited {
	color: #c8c8c8;
	padding: 15px 0 0 0;
	margin-left: 25px;
	display: inline-block;
	}
	
ul#nav li a:focus, ul#nav li a:hover, ul#nav li a:active, ul#nav li a.active {
	background: transparent url(images/triangle.png) top center no-repeat;
	}
	
#main {
	margin: 250px 0 100px 0;
	width: 590px;
	float: left;
	clear: none;
	}
	
#main a:link, #main a:visited {
	color: #cccccc;
	border-bottom: 1px dotted #ccc;
	}
	
#main a:focus, #main a:hover, #main a:active {
	border-bottom: 1px solid #ccc;
	}
	
#intro {
	font-size: 1.4em;
	padding: 20px 25px;
	color: #f6e914;
	font-weight: normal;
	background-color: #292929;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior:url(ie-css3.htc);
	text-align: center;
	width: 500px;
	}
	
#intro span {
	padding-right: 25px;
	background: transparent url(http://www.fixmytweet.com/images/exclamation.png) right no-repeat;
	}
	
#brush {
	position: absolute;
	top: 175px;
	left: 30px;
	}
	
#instructions {
	margin: 20px 0 0 0;
	padding: 25px 60px 0 25px;
	background: #444;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 20px #000;
	-webkit-box-shadow: inset 0 0 20px #000;
	box-shadow: inset 0 0 20px #000;
	behavior:url(ie-css3.htc);
	width: 470px;
	font-size: 1.1em;
	}
	
.instructions {
	margin-bottom: 12px;
	}
	
#instructions.second {
	padding: 25px 25px 0 25px;
	width: 505px;
	}
	
#instructions.third {
	padding: 25px;
	width: 505px;
	margin: 0;
	}
	
#step1 {
	width: 200px;
	float: left;
	margin: 0 40px 0 0;
	}
	
#step2 {
	width: 220px;
	float: right;
	margin: 0;
	padding: 0;
	}
	
#hardhat {
	position: absolute;
	top: 500px;
	left: 460px;
	}
	
.clear {
	clear: both;
	}
	
#recent {
	margin: 250px 0 0 15px;
	width: 305px;
	float: right;
	background: #444;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 20px #000;
	-webkit-box-shadow: inset 0 0 20px #000;
	box-shadow: inset 0 0 20px #000;
	behavior:url(ie-css3.htc);
	padding: 20px;
	}
	
.text {
	border: 1px solid #000;
	background: #555;
	color: #fff;
	font-size: 1em;
	padding: 4px;
	font-weight: normal;
	width: 100%;
	margin-bottom: 17px;
	width: 100%;
	}
	
.exclamation {
	position: absolute;
	left: 240px;
	margin-top: 5px;
	}
	
.error {
	color: #f6e914;
	font-size: 0.9em;
	margin-bottom: 17px;
	}
	
label {
	color: #f6e914;
	}
	
button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	margin: 17px 0 25px 0;
	}
	
button#sendtweet {
	margin: 0 0 25px 317px !important;
}
	
#step2 p {
	padding-bottom: 20px;
	}
	
h3 {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 30px;
	color: #f6e914;
	}
	
h3#signup, h3#tweet, h3#spread {
	text-indent: -1000em;
	width: 123px;
	height: 34px;
	margin-bottom: 20px;
	}
	
h3#spread {
	margin-bottom: 25px !important;
	}
	
#signup {
	background: transparent url(images/signup.png) left no-repeat;
	}
	
#tweet {
	background: transparent url(images/tweet.png) left no-repeat;
	}
	
#instructions h4 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 25px 0 15px 0;
	color: #f6e914;
	}
	
#confirm p {
	font-size: 1em;
	margin-bottom: 10px;
	}
	
#confirm ul {
	margin: 17px 25px;
	}
	
h3#spread {
	width: 329px;
	height: 34px;
	margin: 17px 0 12px 0;
	background: transparent url(images/spread.png) left no-repeat;
	}
	
#tweeta {
	border: 1px solid #000;
	background: #555;
	color: #fff;
	font-size: 1em;
	padding: 4px;
	font-weight: normal;
	margin: 5px 0;
	width: 360px;
	font-family: arial, helvetica, sans-serif;
	}
	
#message {
	color: #f6e914;
	font-size: 1.1em;
	padding: 4px 0;
	display: inline-block;
	}
	
#indicator {
	margin: 0 7px;
	padding: 4px 0;
	display: inline-block;
	}
	
#recent h4 {
	text-indent: -1000em;
	width:  303px;
	height: 27px;
	background: transparent url(images/recent.png) left no-repeat;
	}
	
#recent ul {
	margin: 0;
	list-style-type: none;
	}
	
#recent ul li {
	padding: 30px 0 0 0;
	clear: both;
	}
	
#recent ul li div.thumb {
	float: left;
	margin-right: 15px;
	width: 95px;
	text-align: center;
	}
	
#footer {
	background: #fff url(images/shadow.png) top repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
#footertext {
	margin: 0 auto;
	width: 950px;
	padding: 20px 0 30px 0;
	}
	
#built {
	float: left;
	}
	
#built p {
	color: #646464;
	line-height: 45px;
	vertical-align:middle;
	}
	
#built p img {
	margin-left: 15px;
	vertical-align:middle;
	}
	
#powered {
	float: right;
	}
	
#powered ul {
	list-style-type: none;
	color: #646464;
	}
	
#powered ul li a {
	color: #000;
	}
	
#feedback {
	width: 400px;
	padding: 25px;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 20px #000;
	-webkit-box-shadow: inset 0 0 20px #000;
	box-shadow: inset 0 0 20px #000;
	behavior:url(ie-css3.htc);
	margin: 25px auto 25px auto;
	}
	
.geotag {
	font-size: 0.9em;
	color: #f6e914;
	}