/*
Theme name: Is Ben At This Party?
Editors: Ben Miller
*/

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	background-image: none;
	background: #fff;
	font-size: 100%;
	margin: 0 auto;
	min-height: 100%;
	}

div#page {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 auto;
	}

div#content {
	margin-top: -10px;
	}

div#header {
	color: #000;
	}

.description {
	text-indent: -3000em;
	}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 550%;
	margin-top: 50px;
	text-align: center;
	}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #000;
	text-decoration: none;
	}

h1 a:hover {
	text-decoration: underline;
	}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 200%;
	margin: 0 0 -15px 0;
	}

div.category-no h2 {
	color: #f00;
	}

div.category-yes h2 {
	color: #00c;
	}

small {
	text-indent: -3000em;
	}

.postmetadata {
	text-indent: -3000em;
	}

.post {
	text-align: center;
	font-size: 200%
	}

.narrowcolumn {
	margin: 0 auto;
	width: 600px;
	padding: 10px;
	background: #fff;
	border-bottom: 1px dotted #999;
	}

div.entry img, div.entry a img {
	border: 0;
	}

div#footer {
	text-align: center;
	font-size: 80%;
	color: #000;
	padding: 35px 0;
	}

div#footer a {
	font-weight: bold;
	}

div#footer a:link, div#footer a:visited {
	color: #6af;
	}

div#footer a:hover, div#footer a:active {
	color: #000;
	}

