/*
	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	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

body {
	background-color: #f99 !important;
}

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
#header h1,
#header h1 a {
	font-family: Georgia !important;
	font-weight: normal !important;
	color: #933 !important;
}
#header ul.menu li a {
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;	
}
#header ul.menu li a:hover {
	background-color: #933 !important;
	color: white !important;
}
	
#primary {
	/* Contains the main column */
	}

#primary h2,
#primary h2 a {
	font-family: Georgia !important;
	font-weight: normal !important;
	color: #c66 !important;
}
	
.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */

	font: 10pt "Trebuchet MS",Verdana,Tahoma,Arial,Helvetica,sans-serif !important;
}

.entry-content code {
	font: 9pt Consolas,Andale Mono,Courier New,Courier,monospace;
}

.entry-content img {
	border: 1px solid #ccc;
	padding: 3px;
}

.entry-content img.noborder,
.entry-content img.unbordered,
.entry-content img.borderless {
	border: none;
	padding: 0;
}

.entry-content small {
	font-size: 9pt;
	color: #666;
}

.secondary {
	/* Contains the sidebar */
	}


a,
a:visited,
.entry-content a,
.entry-content a:visited {
	text-decoration: none !important;
	color: #c66;
}
a:hover,
.entry-content a:hover {
	text-decoration: none !important;
	color: #933 !important;
}

.invisible {
	display: none;
}


#footer {
	color: #c66 !important;
}
#footer a {
	color: #c66 !important;
	text-decoration: none !important;
	font-weight: bold !important;
	border: none !important;
}
#footer a:hover {
	color: #933 !important;
	text-decoration: none !important;
}

