/* Reset */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Global */

body {
	background: #f5f5f5;
	font-family: georgia, serif;
	color: #555;
	text-align: center;
	font-size: 100%;
	}

a, a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
	}

input, textarea {
	}

input {
	}

textarea {
	}

hr {
	border: 1px dotted #DADADA;
	height: 1px;
	clear: both;
	margin: 10px 0px;
	}

code {
	color: green;
	background: #FAFAFA;
	padding: 0 3px;
	border: 1px solid #EAEAEA;
	}

/* Site Specific */

#container {
	margin: 0;
	padding: 40px;
	}

#container, #header, #body, #footer {
	clear: both;
	position: relative;
	text-align: left;
	width: 400px;
	}

#header, #body, #footer {
	font-size: 0.875em;
	float: left;
	}
	
/* Header */

#header {
	}
	
	
/* Body */

#body {
	background: #fff;
	padding: 40px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	
	#body #hello {
		color: #000;
		font-size: 3.0em;
		letter-spacing: -0.02em;
		margin-bottom: 30px;
		}
	
	#body #logo {
		margin-top: 40px;
		}
		
		#body #logo img {
			padding: 0 20px 5px 0;
			width: 150px;
			}
		
		#body #logo span {
			border-top: 1px dotted #ccc;
			display: block;
			font-size: 0.7em;
			margin-bottom: 20px;
			text-transform: uppercase;
			}
	
	#body p {
		line-height: 1.5em;
		}
		
	#body p small {
		color: #888;
		font-size:0.9em;
		}
	
	#body p small .highlight {
		background:#ccc; 
		color:#fff; 
		padding:0 3px;
		}
	
	#body #sincerely {
		margin-top: 40px;
		}
	
	#body #twitter small {
		color: #eaeaea;
		font-size: 0.8em;
		}
	
	#body #twitter {
		margin-top: 20px;
		}
	
	#body #twitter .hiring {
		color: #ff2000;
	}
	
	
/* Footer */

#footer {
	color: #888;
	padding: 20px 40px;
	font-size: 0.7em;
	}