html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
	background: #222 url(../images/bg.gif) repeat-y center;
}

.clear {
	clear: both;
	float: none;
}

.hidden {
	display: none;
	visibility: hidden;
}

a {
	color: inherit;
}

/* Header Navigation */

#navigation {
	background-color: #232323;
}

#navigation div {
	width:800px;
	margin: 0 auto;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	margin-right: 30px;
	margin-top: 4px;
	margin-bottom: 5px;
	padding: 4px 0;
}

#navigation ul li a:hover 	{ color: #5cd720; }
#navigation ul li a:active 	{ color: #4aad1a; }

#hello        #navigation ul li#railslove_link  a,
#about_us     #navigation ul li#about_us_link   a,
#manifesto    #navigation ul li#manifesto_link  a,
#portfolio    #navigation ul li#portfolio_link  a,
#your_app_in_7_days #navigation ul li#campaign_link a,
#hosting      #navigation ul li#hosting_link	  a
{
	color: #5cd720;
}

#snow {
  margin:0 auto;
  top:229px;
  left:50%;
  margin-left:-548px;
  position: absolute;
  width:1097px;
  height:32px;
  background: url(../images/snow.png) no-repeat center;
}

/* Header */

h1 {
	position: absolute;
	width:800px;
	color: #fff;
	margin-top: 30px;
	font: 80px Georgia, "Times New Roman", Times, serif;
}

#header {
	margin: 0 auto;
	background: url(../images/we_love_green.jpg) no-repeat center;
	height: 225px;
}

#header #wrapper {
  height:225px;
	width: 800px;
	margin: 0 auto;
}

#header_logo {
	position: absolute;
}

#header_text {
	position: absolute;
	margin: 140px auto 0;
	width: 800px;
}

#header_text p {
	color: #fff;
	font: 1.2em/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #3da100 1px 1px 1px;
}

/* Body */

h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 10px;
	color: #333;
}

h2.small {
	font-size: 18px;
	color: #666;
}

h2.h2 {
	color: #aaa;
	font-size: 30px;
	margin: 40px 0;
}

p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
}

p ~ p {
	margin-top: 10px;
}

p.more-left {
	margin-left: 150px;
}

p a {
	color: inherit;
}

#body {
	margin: 0 auto;
	width:800px;
}

#body p a:active {
	color: red;
}

#body .box {
	width:800px;
	margin: 40px 0 60px;
}

#body .smallbox {
	width:400px;
	margin: 40px 0 60px;
	float: left;
}

#body .separator {
	clear: both;
	float: none;
	border-bottom: 10px solid #ddf4ce;
}

#body .separator div {
	border-top: 1px solid #87d476;
}

/* Footer */

#footer {
	margin: 0 auto;
	width: 800px;
	font-size: 12px;
	color: #999;
	margin-top: 40px;
	margin-bottom: 20px;
}

#footer a {
	color: #999;
	text-decoration: none;
	margin-left: 10px;
}

/* Page: Railslove */

#hello h1 {
	position: absolute;
	font-size: 100px;
	text-align: center;
	margin-top: 35px;
}

#hello #header_text p {
	margin-top: 20px;
	text-align: center;
	font-size: 23px;
	font-weight: normal;
	color: #206000;
	text-transform: uppercase;
	text-shadow: #5edd1e 0 1px 2px;
}

#hello .box {
	width: 240px;
	float: left;
	margin: 40px 20px;
}

#twitter_div {
	margin-top: 20px;
}

#twitter_div h2 {
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	color: #666;
}

#twitter_div h2 a {
	text-decoration: none;
}

#hello #twitter_div #twitter_message {
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
}

#hello #twitter_div #twitter_message img {
	float: left;
	margin-right: 10px;
}

#hello #twitter_div #twitter_message ul li {
	color: #666;
	line-height: 1.4em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

/* Page: About Us */

#about_us #body .box {
	width: 800px;
}

#about_us #body .box img.portrait {
	display: block;
	width: 150px;
	float: left;
	margin-right: 50px;
	border:5px solid #eee;
  padding: 3px;
}

#about_us #body .box p {
	display: block;
	width: 400px;
	float: left;
	margin-bottom: 40px;
}

#about_us #body .vcard {

}

#about_us #body .portrait {
}

/* Page: Manifesto */

/* Page: Portfolio */

#latest_customers ul#customers {
	float: left;
	width: 150px;
	height: 290px;
}

#latest_customers ul#customers li {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5em;
}

#latest_customers ul#customers li a {
	text-decoration: none;
	color: #666;
}

#latest_customers ul#customers li a.active {
	color: #222;
	font-weight: bold;
}

#latest_customers .box {
	width: 650px;
	float: left;
	margin: 0;
}

.images a img {
	margin-right: 20px;
	border: 5px solid #eee;
}

/* Page: Campaign */

#your_app_in_7_days #body .box {
	width: 450px;
	margin: 40px 0;
}

#your_app_in_7_days #sticky_note {
	position: absolute;
	margin-left: 500px;
	margin-top: -10px;
}

#your_app_in_7_days #client_worksheet_download_button {
	position: absolute;
	margin-left: 530px;
}

#your_app_in_7_days #email_railslove {
	display: block;
	color: #ac170d;
	text-align: center;
	font: bold 30px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#your_app_in_7_days #email_railslove:active {
	color: red;
}

#your_app_in_7_days p#the_small_print  {
	font-size: 12px;
	color: #999;
	margin-top: 40px;
	padding-bottom: 40px;
}

#your_app_in_7_days p#the_small_print a {
	color: #888;
	text-decoration: none;
}

/* Page: Hosting */