/*
	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	: Jonathan Norman
	Author Site	: www.black-flag.co.uk www.cosmo1847.co.uk
	Style Name	: Blue square linux
	Style URI	: 
	Version		: 1
	Comments	:
*/

body {
	background-color: #222222;
	}

#page {
	/* The entire design is contained within the 'page' id */
	padding: 0px 0px 10px 0px;
	border-width: 0px;
	width: 780px;
	}
	
#header {
	/* Contains the H1 and menu */
	background-color: transparent;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
#header h1,
#header p {
	display: none;
	}
	
#header .menu .page_item a:hover {
	background-color: #222222;
	}
	
.primary {
	/* Contains the main column */
	}

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

.entry-content {
	/* The meat and potatoes of every entry */
	}
	
.entry-content h1 {
	color: #333333;
	}
	
.entry-content h2 {
	text-align: left;
	}

#primary .entry-content h3 {
	text-align: left;
	margin-top: 0px;
	}
	
.entry-content form {
	float: right;
	margin-top: 10px;
	}

	
.entry-content .distro {
	position: relative;
	height: auto;
	width: 100%;
	display: block;
	}
	
.entry-content .distro h1 {
	text-align: right;
	padding: 10px 10px 0px 0px;
	}

.secondary {
	/* Contains the sidebar */
	}

#footer {
	width: 780px;
	background-color: #ffffff;
	background-image: url(footer.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	}

.disc {
	padding: 5px 0px 0px 5px;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	background-color: #DFF0FF;
	}

.discinfo {
	font-size: 11pt;
	}
	
.discprice {
	float: right;
	font-family: verdana;
	font-size: 24pt;
	font-weight: bold;
	margin-top: 20px;
	}
	
/* IE6 hack */
/*\*/
* html .disc {
	background-color: transparent;
	border-width: 6px;
	border-color: #DFF0FF;
	}

* html .discprice {
	font-size: 18pt;
	}
/**/
