/* / / / / / Reset / / / / / */


html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	background: #fff;
	color: #000;
	font-size: 82.75%;
	line-height: 140%;
	position: relative;
}



/* / / / / / Layout / / / / /  */


#bigbox {
	border: 10px solid #73b74b;
	margin: 60px auto;
	padding: 80px 20px 30px;
	position: relative;
	width: 860px;
}
#search {
	width: 550px;
	margin: 50px auto;
}
#meta {
	float: left;
	padding: 0 20px;
	text-align: left;
	width: 300px;
}
#map {
/* 	float: right; */
	margin: 20px 20px 40px 360px;
}
#wtf {
	background: #ccdf76;
	color: #121212;
	margin: 40px 0 0;
	padding: 10px;
	width: 255px;
}
#footer {
	text-align: center;
	margin-top: 50px;
}



/* / / / / / Typography / / / / /  */


/* Branding */
h1.biglogo {
	background: #fff;
	left: 315px;
	padding: 0 60px;
	position: absolute;
	top: -50px;
	width: 150px;
	
}
h1.smalllogo a {
	background: #fff url(/images/card-logo-100-green.gif) no-repeat top center;
	display:block;
	height: 64px;
	margin: 10px auto 40px;
	text-indent: -9999px;
	width: 150px;
}
h1.biglogo a {
	background: #fff url(/images/card-logo-150-green.gif) no-repeat top center;
	display:block;
	height: 96px;
	margin: 0 auto 30px;
	text-indent: -9999px;
	width: 150px;
}
h1.biggerlogo a {
	background: #fff url(/images/card-logo-250-green.gif) no-repeat top center;
	display:block;
	height: 160px;
	margin: 0 auto 20px;
	text-indent: -9999px;
	width: 250px;
}


/* Headings */
h2 {
	font-size: 225%;
	line-height: 150%;
	margin: 10px 0;
	text-align: center;
}
h2.title {
	color: #73b74b;
	font-size: 300%;
	line-height: 100%;
}
#meta h2, #meta h3 {
	text-align: left;
}
#meta h3.when {
	background: #999;
	color: #000;
	font-weight: normal;
	margin: 1em 0;
	padding: 3px 5px;
	width: 265px;
}

/* Body Copy */
p {
	line-height: 140%;
	margin: 0 0 .75em;
}
#map p {
	margin: 5px 0 10px;
}
p.error {
	color: red;
}

pre {
	background-color: #eee;
	padding: 10px;
	font-size: 11px;
}
ul {
	margin: 10px 0;
}


/* Links */
a { 
	color: #518135;
	font-weight: bold;
	text-decoration: none;
}
a:visited { color: #000; }
a:hover { 
	color: #000; 
}

#wtf a {
	color: #253b18;
	font-weight: bold;
/* 	padding: 2px 4px; */
	text-decoration: none;
}
#wtf a:hover {
/* 	background: #73b74b; */
	border-bottom: 1px solid #253b18;
/* 	color: #fff; */
}
a.cancel:link, a.cancel:visited {
	border-bottom: 1px solid #518135;
	color: #518135;
}
a.cancel:hover {
	border-bottom: 1px solid #000;
	color: #000;
}
a.cancel:active {
	border-bottom: 1px solid #eb8428;
	color: #eb8428;
}


/* Forms */
#search form {
	background: #73b74b;
	margin: 10px 0;
	padding: 15px;
	position: relative;
}

#search label {
	color: #fff;
	font-size: 120%;
	padding: 2px;
	text-align: left;
}

#search input.text {
	background: #fff;
	border: 0;
	color: #121212;
	font-size: 150%;
	padding: 5px;
	width: 510px;
}
input.button {
	background: #4f7e34;
	border: 0;
	color: #fff;
	font-size: 100%;
	padding: 10px;
	text-transform: uppercase;
	width: 150px;
}
input.button:hover {
	background: #000;
}
input.button:active {
	background: #eb8428;
}
#search li {
	list-style-type: none;
	margin: 5px 0;
	width: 400px;
}
#search li.right {
/* 	text-align: right; */
}
.privacy li {
	display: inline;
	list-style-type: none;
}
#search li.button {
	margin: 20px 0 0;
}

/* Footer */
#footer a:link, #footer a:visited {
	background: url(/images/exp.gif) no-repeat left center;
	display: block;
	height: 97px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 100px;
}
#footer a:hover {
	background: url(/images/exp.gif) no-repeat center center;	
}
#footer a:active {
	background: url(/images/exp.gif) no-repeat right center;
}



/* / / / / / Ornament / / / / / */
.shareurl {
	background: url(/images/card-url.gif) no-repeat left center;
	padding: 10px 10px 10px 65px;	
}
input#permalink {
	width: 175px;
}
.tweet {
	background: url(/images/tweet.gif) no-repeat 5px 5px;
	padding: 10px 10px 10px 65px;
}

hr {
	color: #eee;
	background-color: #eee;
	border-style: none;
}

br.clear {
	clear:both;
}