/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Patrick Reames (Tarqua)
	Author Site	: http://patrick-reames.com
	Style Name	: patrick-reames.com
	Style URI	: http://patrick-reames.com
	Version		: 3.1
	Comments	: updated for K2 RC3
*/
body {
	font: 62.5% "Lucida Grande", Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: white;
	background: #0d0d0d;
	text-align: center;
	margin: 0 0 30px;
	}
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}

h1 { /* H1 is the title in the header */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 75px 40px 0;
	}

h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	color: white;
	}

h1 a:hover {
	text-decoration: underline;
	}


#page {
	/* The entire design is contained within the 'page' id */
	background: #434a4b; 
	text-align: left; 
	margin: 0 auto; 
	padding: 20px 0 10px; 
	position: relative; 
	width: 780px; 
	border-left: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
	border-right: 1px solid #ddd; 
	border-top-style: none; 
	border-top-width: medium;
	}
	
#header {
	/* Contains the H1 and menu */
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	background: #8B0000;
	}
	
.primary {
	/* Contains the main column */
	width: 500px;
	float: left;
	padding: 20px 0 10px;
	margin: 0 10px 0 30px;
	display: inline;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	margin: 0;
	padding: 0px 0 15px;
	position: relative;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
	color: white;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: center;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -1px;
	}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.5em !important;
	font-weight: normal !important;
	padding: 0 !important;
	display: inline;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	
	color: #8B0000; font-size: 2.4em; font-weight: normal; letter-spacing: -1px; }
#primary .entry-content h3 {
	color: #8B0000;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 25px;
	}

#primary .entry-content h4 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 25px;

	}

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a { font-size: 1.2em; color: white; font-weight: bold; margin: 0; }

ul.menu li a:hover { color: #434a4b; font-style: normal; background: #8B0000; text-decoration: none; }

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover { color: #fff !important; font-weight: bold; background: #434a4b; text-decoration: none; }

/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover { color: white; text-decoration: underline; }

h2 a:hover, h2 span a:hover { color: white; text-decoration: underline; }

a { color: white; text-decoration: none; }

.entry-content a:visited { color: white; text-decoration: underline; }

#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #bbb;
	font-weight: normal;
	}
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #8B0000;
	}
h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}
/*zenpress thumbs*/
.ZenPress_thumb {

	padding:3px;
	margin:3px;
	border:1px solid white;
}
