/*  
Theme Name: Geek Night In
Theme URI:
Description:
Version: 1.0
Author: Michael Bonnington
Author URI: http://www.bonnington.org.uk
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	vertical-align: top;
	color: #000;
}
img {
	border: 0;
}
a:link {
	color: #09F;
	text-decoration: none;
}
a:visited {
	color: #F09;
	text-decoration: none;
}
a:active {
	color: #F90;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	font-family: "CooperBlackStd", serif;
	margin-bottom: 0.6em;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 13pt;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 11pt;
}
h6 {
	padding: 2px;
	background: #09F;
	font-size: 8pt;
	font-style: normal;
	text-transform: uppercase;
	color: #FFF;
}
h6 a, h6 a:link, h6 a:visited, h6 a:active, h6 a:hover {
	color: #FFF;
}
#wrapper {
	margin: 0 auto;
	width: 768px;
	text-align: left;
}
#header {
	float: left;
	width: 768px;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #CCC;
}
.headline {
	float: left;
	width: 180px;
	background: #EEE;
}
.headline h4 {
	margin-bottom: 0;
	padding: 2px;
}
.headline h4 a, .headline h4 a:link, .headline h4 a:visited, .headline h4 a:active, .headline h4 a:hover {
	color: #F09;
}
.spacer {
	margin-right: 16px;
}
#container {
	float: right;
	width: 572px;
}
.post {
	clear: both;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #CCC;
}
.post h2, .post h3, .post h4, .post h5 {
	/*margin-top: 1.2em;*/
	color: #09F;
}
.entry p {
	margin-bottom: 0.2em;
	font-size: 10pt;
	line-height: 1.2em;
}
.entry-single p {
	margin-bottom: 0.4em;
	font-size: 11pt;
	line-height: 1.4em;
}
.imgtfe {
	margin: 0 8px 4px 0;
}
p.wp-caption-text {
	margin-bottom: 1em;
	font-size: 8pt;
	font-style: italic;
}
p.postmetadata {
	clear: both;
	margin-top: 16px;
	font-size: 10px;
	color: #666;	
}
.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.sidebar {
	float: left;
	width: 180px;
	display: inline;
}
.sidebar .news {
	padding: 8px;
	background: #BBB;
}
.sidebar .side {
	background: #CCC;
}
.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 10pt;
}
.sidebar ul li {
	padding: 10px 0 10px 0;
}
.sidebar ul li h2 {
	font-family: "CooperBlackStd", serif;
	font-size: 12pt;
	color: #F09;
}
.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
}
.sidebar a:visited {
	color: #09F;
}
table#wp-calendar {
	width: 100%;
}
.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #CCC;
	padding: 10px 0 0;
}
.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #CCC;
}
.comments-template h2, .comments-template h3 {
	font-family: "CooperBlackStd", serif;
	font-size: 12pt;
}
.commentmetadata {
	font-size: 12px;
}
.comments-template p.nocomments {
	padding: 0;
}
.comments-template textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer {
	clear: both;
	float: left;
	width: 768px;
	text-align: center;
	margin-top: 16px;
	padding-top: 16px;
	padding-bottom: 48px;
	border-top: 1px solid #CCC;
	font-size: 8pt;
	color: #666;
}
#footer p {
	line-height: 18px;
}

