/*
	Rename this file to k2scheme.css, and keep all your CSS changes in
	here, so as to minimize 'the damage'. This will make it easier for
	you to upgrade and debug problems.
	
	Also, if you want to create a scheme for K2 for distribution, you
	should make as few changes as possible to other files, so as to
	make it easier for people who want to retain a clean and easily
	upgradeable K2 install.
	
	Author Name	: Dan
	Author Site	: www.improvpastence.com
	Scheme Name	: U2
	Comments	:
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	color: /* #A2A5A9; */ black;
	background-color: black;
	text-align: center;
	margin: 20px 0 30px;
}
	
#page {
	background: white;
/*	background: #000000; */
	text-align: left;
	margin: 0 auto;
	padding: 7px;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 760px;
	_width: 720px;
	font-family: Helvetica, Arial, Sans-Serif;
}
	
#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 120px;
/*	background: #ffffff; */
/*	background: url('svn-smoke-versus-mirror_inv.jpg') left center no-repeat !important; */
	background: url('svn-smoke-versus-mirror2_alt.jpg') left center no-repeat !important;
/*	background: "http://somethingversusnothing.com/svn/wp-content/themes/k2/images/bg.jpg"; */
	font-family: Helvetica, Arial, Sans-Serif;
	}
	
ul.menu li a:hover {
	background: #000000;
	color: /* #eee */ white !important;
	text-decoration: none;
	font-family: Helvetica, Arial, Sans-Serif;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: white !important;
	background: black;
	text-decoration: none;
	font-family: Helvetica, Arial, Sans-Serif;
	}
	
.primary img {
	margin-left: -5px;
	padding: 4px;
	border: 1px solid #000000;
	max-width: 100%;
	}
	
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.noborder {
	border: none;
	}

.secondary {
	font: 1em/1.5em Helvetica, Arial, Sans-Serif;
	padding: 10px 0;
	margin: 0 0 20px 71%;
	width: 26%;
	color: /* #A2A5A9; */ black;
	/* The following are IE Fixes */
	_margin-left: 0%;
	_margin-right: -3%;
	_width: 28%;
	}
	
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
	}
	
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: /* #A2A5A9; */ #999999;
	}	

a:hover, a:visited:hover {
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	color: black !important;
	}

a {
	color: #777777;
	text-decoration: none;
	font-family: Helvetica, Arial, Sans-Serif;
	}

.itemtext a:visited {
/*	color: #ffffff; */
	color: #bbbbbb;
	}

.primary {
/* Contains the main column */
}

.item {
/* Each entry is contained within the 'item' class */
}

.itemtext {
/* The meat and potatoes of every entry */
}

.secondary {
/* Contains the sidebar */
}

/*- 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: 1em Helvetica, Arial, Sans-Serif;
	color: white;
	margin: 0;
	}

ul.menu li a:hover {
	background: white;
	color: black !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: white !important;
	background: /* white; */ black;
	text-decoration: none;
	}

.admintab {
	position: absolute;
	right: 20px;
	}
	
/* change this one for the main blog entry font */	
.primary .item .itemtext {
	font: /*1.1em*/ 1.2em/1.5em Helvetica, Arial, Sans-Serif;
	text-align: justify;
	color: black;
	}
	
input[type=text], textarea {
	font: 1em Helvetica, Arial, Sans-Serif;
	border: 1px #999999 solid;
	padding: 3px;
	color: #777777;
	}