/*
Theme Name: Contrast
Theme URI: http://service.compuskills.co.uk/blog/
Description: A fundamentally black and white, two column, basic theme loosely based on Kubrick amongst other themes. As this is a basic theme, it has minimal images and can be used without any plugins, although we recomend you get <a href="http://www.neato.co.nz/ultimate-tag-warrior/">UTW</a> and <a href="http://www.andrewferguson.net/wordpress-plugins/dunstan-style-error-page/">Dunstan Style Error Pages</a> if nothing else.<br />This has been tested on WordPress 2.13 and WordPress 2.2 and it is relatively stable in Firefox, Opera and versions of IE greater than version 6.<br />Any feed back, requests or complaints can be made at <a href="http://service.compuskills.co.uk/blog/">Compuskills Blog</a>.<br />Last Updated: 16 Jun 07.
Version: 1.0.1b
Author: Compuskills
Author URI: http://www.compuskills.co.uk/
*/
* {
	padding: 0;
	margin: 0;
}
body, html {
   margin: 0;
   padding: 0;
   background: #aaa;
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
}
body {
   min-width: 950px;
	font-size: 62.5%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Eras Demi ITC', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
h1 {
	font-size: 2.8em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4, h5, h6{
	font-size: 1.4em;
}
hr {
	display: none;
}

/* Sections */
/* Whole Page Wrapper */
#wrapper {
	background: #eee;
	color: #0a0a0a;
	margin: 0 auto;
	width: 950px;
	height: 100%;
	padding: 0;
}

/* Head and Nav area */
#header {
	text-align:left;
	color: #000;
	height: 50px;
	margin: 0;
	padding: 0px 0 5px 0px; /* top right bottom left */
	border: 0;
	background: #FFFFFF url(../../images/airbornerc_logo.gif) no-repeat top left;
}
#header h1, #header p {
	margin: 0;
	padding: 0;
}
#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	color: #000;
	background-color: inherit;
}
#header h1 a:hover {
	text-decoration: none;
	color: #000;
	background-color: #eee;
}
#header h1 a:active {
	text-decoration: none;
	color: #000;
	background-color: #ff0;
}
#navigation {
	background-color: #006;
	font-family:Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color: #fff;
	height: 1.8em;
	border-top:thin;
	border-top-color:#0000FF;
	border-bottom:thin;
	border-bottom-color:#000;
	margin: 6px 0px 0px 0px;  /* top right bottom left */
	padding: 0;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	display: inline;
	margin: 0;
	padding: 0 8px 0 10px; /* top right bottom left */
	line-height: 1.8em;
	font-size: 1.0em;
}
li.page_item a img {
	border: 0;
}
li.page_item a:link, li.page_item a:visited {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}
li.current_page_item a:link, li.current_page_item a:visited {
	color: #aaf;
	background-color: inherit;
	text-decoration: none;
}
li.page_item a:hover, li.current_page_item a:hover {
	color: #f33;
	background-color: inherit;
	text-decoration: none;
}
li.page_item a:active, li.current_page_item a:active {
	color: #66f;
	background-color: #ff0;
	text-decoration: none;
}

/* Main Content */
#main {
	background-color: #eee;
	color: #000;
	float: left;
	width: 690px;
	height: 100%;
	min-height: 100%;
}
/* Post head data - heading, time and author */
.posthead {
	padding: 6px 0px 0px 0px;/* top right bottom left */
	margin: 0;
	display: block;
	/* background-color: #a7a7a7; */
	color: #0f0f0f;
}
.posthead h2, .posthead h3, .posthead p {
	padding: 20px 0px 0px 20px;
	margin: 0;
	color: #aaa;
	background-color: inherit;
}
.posthead p {
	padding: 0px 0px 0px 20px;
	font-size: 1em;
}
.posthead h2 a:link, .posthead h2 a:visited, .posthead h3 a:link, .posthead h3 a:visited {
	text-decoration: none;
	color: #1a1a1a;
	background-color: inherit;
}
.posthead h2 a:hover, .posthead h3 a:hover {
	text-decoration: none;
	color: #f00;
	background-color: inherit;
}
.posthead h2 a:active, .posthead h3 a:active {
	text-decoration: none;
	color: #000;
	background-color: #ff0;
}
h2.pagetitle {
	margin: 10px 20px;
}
/* Post contents */
.entry h1, .entry h2, .entry h3, .entry h4, .entry p, p.postmetadata {
	padding: 10px 20px;
	margin: 0;
}
.entry ul, .entry ol, .entry dl {
	padding: 10px 40px;
	margin: 0 10px;
}
.entry ul {
	list-style: circle outside none;
}
.entry ol {
	list-style: decimal outside none;
}
.entry li, .entry dd {
	padding: 0 5px;
}
.entry p, .entry li, .entry td {
	font-size: 1.25em;
}
.entry blockquote {
	font-size: 1.45em;
	letter-spacing: .1em;
	padding: 20px 30px;
	margin: 0 0 0 10px;
	background-color: #f0f0f0;
	color: #696969;
	font-family: "Poor Richard", "Times New Roman", serif;
	word-spacing: 0.3em;
	display: block;
}
.entry blockquote p {
	font-size: 1em;
	padding: 0;
}
.entry a:link, .entry a:visited {
	text-decoration: none;
	color: #339;
	background-color: #eee;
	//border-bottom: 1px dashed #333;
}
.entry a:hover {
	text-decoration: none;
	color: #000;
	background-color: #eee;
	border-bottom: 2px solid #000;
}
.entry img, .entry a img {
	border: 0 !important;
}
/* Style for links page */
.linkspage ul {
	margin: 5px 10px 0 50px;
}
/* Post meta data and tags */
.pagepostmetadata {
	font-size: 1em;
	padding: 5px 0 5px 20px;
	margin: 5px 20px;
	background: #eee url(images/information.png) no-repeat center left;
	color: #1a1a1a;
}
.postmetadata {
	padding: 5px 0 5px 20px;
	margin: 5px;
	background-color: #fcfcfc;
	color: #000;
}
.postinformation {
	background: #eee url(images/information.png) no-repeat left;
	color: #1a1a1a;
	padding: 5px 10px 0 20px;
}
.postcomments {
	background: #eee url(images/comment.png) no-repeat left;
	color: #1a1a1a;
	padding: 5px 10px 0 20px;
}
.alt {
	font-size: 0.9em;
}
/* Page Navigation */
div.pagenav {
	display: block;
	width: 600px;
	margin: 0 auto;
	border-top: 1px dotted #cfcfcf;
	height: 3em;
}
.nextposts {
	float: left;
	width: 280px;
	border: 0;
	margin: 0;
	padding: 0;
	display: inline;
}
.prevposts {
	text-align: right;
	padding: 0;
	border: 0;
	margin: 0;
	float: right;
	display: inline;
}

/* Sidebar Area */
#sidebar {
	background-color: #eee;
	color: #1a1a1a;
	float: right;
	width: 235px;
	height: 100%;
	margin: 0;
	padding: 0;
}
#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}
#sidebar li {
	margin: 5px;
	padding: 20px 0;
}
#sidebar li ul, #sidebar li ul, #sidebar li div, #sidebar li form, #sidebar li ul li {
	padding: 0;
	margin: 0;
	border: 0;
}
#sidebar li ul li {
	margin: 0;
	padding: .5em 0;
}
#sidebar li h2 {
	padding: 0 0 0 20px;
	margin: 0;
}
#sidebar li p {
	padding: 12px 20px 0 10px;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
}
#sidebar a:link {
	color: #006;
	background-color: inherit;
}
#sidebar a:visited {
	color: #666;
	background-color: inherit;
}
#sidebar a:hover {
	color: #00f;
	background-color: inherit;
}
#sidebar a:active {
	color: #00f;
	background-color: #ff0;
}
/* Footer */
#footer {
	background-color: #3c3c3c;
	width: 950px;
	color: #fcfcfc;
	clear: both;
	margin: 10px 0 0 0;
	padding: .5em 0;
	text-align: center;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #f0f0f0;
	background-color: inherit;
	border-bottom: 1px dashed #f0f0f0;
}
#footer a:hover {
	text-decoration: none;
	color: #eee;
	background-color: inherit;
	border-bottom: 1px solid #eee;
}
#footer a:active {
	text-decoration: none;
	color: #f33;
	background-color: #ff0;
	border: 0;
}

/* Comment Form */
h3#respond, h3#comments {
	margin: 10px 20px 0 40px;
	padding: 0;
	border: 0;
}
#commentform {
	width: 550px;
	margin: 5px 20px 0 50px;
	padding: 0;
}
#commentform textarea {
	width: 500px;
	margin: 10px 0 0 0;
	padding: 0;
	border: 1px solid #FF8C00;
}
ol.commentlist {
	list-style: none;
	margin: 5px 5px 0 50px;
	padding: 5px;
}
ol.commentlist li {
	font-size: 1.25em;
	margin: .5em 0;
	padding: 5px;
	border: 2px solid #ff8800;
}
ol.commentlist li.alt {
	background-color: #000;
	color: #fff;
}
ol.commentlist li.even {
	background-color: #f0f0f0;
	color: #000;
}
.commentlist p {
	padding: 1em;
}
.commentlist a:link, .commentlist a:visited {
	color: #f80;
	background-color: inherit;
	text-decoration: none;
}
.commentlist a:hover, .commentlist a:active {
	color: #000;
	background-color: #ff0;
	text-decoration: none;
}
.commentmetadata {
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
	padding: 5px 0 .75em 5px;
	background-color: #666;
	color: #fff;
}
.commentlist blockquote p {
	font-size: 1em;
	padding: 20px 30px;
	margin: 0 10px 0 10px;
	background-color: #eee;
	color: #696969;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	word-spacing: 0.3em;
	display: block;
	border-left: 2px solid #f80;
}
/* Generic Classes */
.leftfloat {
	float: left;
	margin: 0 20px 0 0;
	display: inline;
}
.rightfloat {
	float: right;
	margin: 0 0 0 20px;
	display: inline;
}
img.center, a img.center {
	text-align: center;
	display: block;
	margin: 0 auto;
	border: 0 !important;
}
.center {
	text-align: center;
	display: block;
	margin: 0;
}
