/*
	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	: 	Daniel F. Smith
	Author Site	: 	http://furi.us
	Scheme Name	: 	Furius
	Version		: 	0.2
	Comments	: 	Whatever
	License         :       http://creativecommons.org/licenses/by-nc-sa/2.5/
*/

* {
	font-family: "Palatino","Palatino Linotype","Georgia",serif;
	line-height: 1.25;
	}

body {
	padding-top: 30px;
	padding-bottom: 30px;
	}

#header {
	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: #DDD;
	margin: 0 auto;
 	color: black;
	background: white url('furius.png') no-repeat scroll center;
	width: 796px;
	height: 255px;
	}

#footer {
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: #DDD;
	color: gray;
	background: white url('daniel.jpg') no-repeat scroll center;
	padding: -10px;
	margin: 0 auto;
	width: 796px;
	height: 290px;
	}

h1,
h1 a,
h1 a:hover,
h1 a:visited {
	position: absolute;
	top: -100%;
	left: 0%;
	}

#header *.description {
	color: black;
	background: transparent;
	position: absolute;
	top: 60%;
	left: 52%;
	font-size: 36px;
	}

#page {
	padding: 0;
	border-width: 0px 2px 0px 2px;
	border-color: #DDD;
	width: 796px;
	}

#page,
li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: inherit;
	background: white;
	}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: gray !important;
	background: silver;
	text-decoration: none;
	}

ul.menu {
	/* font-size: 100%; */
	}

ul.menu a {
	color: black !important;
	background: silver;
	}

ul.menu li a:hover {
	color: #ccc;
	background: #111;
	}

h2,
h2 a,
h2 a:hover,
h2 a:visited,
h3,
h3 a,
h3 a:hover,
h3 a:visited {
 	font-family: "Lucida Grande","Verdana","Arial",sans-serif;
	color: #AC0E0F !important;
	background: inherit;
	}

h2 span a, 
h2 span a:visited,
h3 span a,
h3 span a:visited {
	color: #555 !important;
	background: inherit;
	font-weight: normal !important;
	}

*.secondary {
	/* font-size: 95%; */
	}

/* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
*.primary   *.metalink a,
*.primary   *.metalink a:visited,
*.secondary *.metalink a,
*.secondary *.metalink a:visited,
*.secondary span a, *.secondary span a:visited {
	color: #444;
	background: inherit;
	font-weight: normal;
	}
	
*.counter a { 
	color: #222;
	background: inherit;
	}
	
*.commentlist li {
	color: #666;
	background: inherit;
	}

*.commentlist li:hover {
	color: #666;
	background: silver;
	}
	
blockquote,
#weightedcategories,
.authorcomment {
	border-color: #222;
	}
	
*.primary img {
	border: 1px solid #888;
	color: inherit;
	background: #bbb;
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
	}

*.centerimage {
	text-align: center;
	margin: 0;
	padding: 0;
	}

*.inputcontainer {
	margin-bottom: 6px;
	}

small,
*.sidebar ul ul li,
*.sidebar ul ol li,
*.nocomments,
ul#activity li small a,
ul#activity li,
*.LSRow small,
#searchcontrols small {
	font-size: 90%;
	}

a,
a:visited,
*.sidebar a:visited {
	color: #4CA4B8;
	/* background: inherit; */
	}

