@charset "UTF-8";
/* CSS Document */

/*
reset.css -- Reset default browser stylings.
Based on Eric Meyer's "reset.css"
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/

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%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	}

body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	}
	
.nodisplay {
	display: none;
	}
	
h1 {
	font-size: 30px;
	line-height: 80px;
	font-weight: lighter;
	}
	h1 a {
		color: #333333;
		}
	h1 a:hover {
		color: #333333;
		text-decoration:underline;
		}
h2 {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 10px;
	color: #777777;
	font-weight: lighter;
	padding: 30px 0 5px 0;
	}
	h2 a {
		color: #777777;
		}
	h2 a:hover {
		color: #333333;
		text-decoration: underline;
		}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	padding-top: 36px;
	}
	
h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: lighter;
	padding-bottom: 12px;
	}
	
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}
	
#menu {
	border-top: 1px solid #333333;
	border-bottom: 4px solid #333333;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 46px;
	color: #777777;
	}
	#menu a {
		color: #777777;
		}
	#menu a:hover {
		color: #333333;
		text-decoration: underline;
		}
		
#tumblr {
	padding: 0 0 30px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	}
	#tumblr ul, #tumblr ol, #tumblr li {
		list-style-type: none;
		}
	#tumblr img {
		border: 10px solid #dddddd;
		margin: 12px 0;
		}
	#tumblr p {
		font-size: 14px;
		line-height: 24px;
		margin: 12px 0;
		}
	#tumblr a {
		color: #333333;
		text-decoration: underline;
		}
	#tumblr a:hover {
		color: #9c1427;
		text-decoration: underline;
		}
	.border-twenty-grey {
		border: 10px #dddddd solid;
		}
	#tumblr a.button {
		color: #ffffff;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		background: #9c1427;
		margin-left: 12px;
		line-height: 12px;
		padding: 1px;
		font-family: Helvetica, Arial, sans-serif;
		float:right;
		}


#footer {
	border-bottom: 1px solid #333333;
	border-top: 4px solid #333333;
	font-size: 12px;
	line-height: 46px;
	color: #777777;
	margin-bottom: 12px;
	}
	#footer a {
		color: #777777;
		}
	#footer a:hover {
		color: #333333;
		text-decoration: underline;
		}
	#footer a.button {
		color: #ffffff;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		background: #9c1427;
		margin: 17px 0 17px 12px;
		line-height: 12px;
		padding: 1px;
		font-family: Helvetica, Arial, sans-serif;
		float:right;
	}
	
#search {
	margin-bottom: 12px;
}
