/*
	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	:	John Stephens
	Author Site	:	http://designop.us/
	Style Name	:	Desert
	Style URI	:	http://designop.us/
	Version		:	beta
	Comments	:	
*/

body {
	background:  #544713;
	}
	
a:link {
	color : #AC0F0A;
	text-decoration : none;
}

a:visited {
	color : #D31616;
}

a:hover {
	color : #FFD100;
	text-decoration : underline overline;
	border-bottom: none;	
	background: #333;
}

#page {
	/* The entire design is contained within the 'page' id */
	background: #ccc;	
	font-size : 11px;
	font-family : "Trebuchet MS", Verdana, Geneva, sans-serif;
	line-height : 200%;
	}
	
#header {
	/* Contains the H1 and menu */
	background:  #333 !important url(qhausmasthead.png) no-repeat;
	}
	
	
h1 {
	visibility: hidden;
	}
.description {
	visibility: hidden;
	}
	
.primary {
	/* Contains the main column */

	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	color: black;
	padding: 5px 15px 0 15px;
	margin-top: 5px;
	}

.chronodata {
	color: #333;
	}
.entry-category {
	color: #333;
	text-transform: none;
	}
.entry-category a, .entry-category a:link, .entry-category a:visited {
	color: crimson;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}


