/*
	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	: 	Jona Redslob
	Author Site	: 	http://n0id.wordpress.com
	Scheme Name	: 	Canada
	Version		: 	0.5
	Comments	: 	Canada is for http://ca.jomtotu.de as my friend Tobias goes abraod to 
				  	Canada for one year. He made the header himself. 
					License: http://creativecommons.org/licenses/by-nc-sa/2.5/
*/

body {
	background: #760501 url(bg.png) top left repeat-x;
	padding: 0 0 40px;
	color: #000;
	margin: 0;
	}

#header {
	background: #AE1C26 url('header.jpg') center center no-repeat;
	width: 100%;
	height: 208px;
	}

h1 {
	padding: 0;
	position: absolute;
	top: 15px;
	left: 0;
	}

.description {
	position: absolute;
	top: 50px;
	left: 0;
	}

#page {
	padding: 0;
	width: 796px;
	_width: 756px;
        border-color:  #AE1C26;
	}

.primary {
	padding-left: 25px;
	}

#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: #fff;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	color: #AE1C26 !important;
	}
a, a:visited, .sidebar a:visited {
	color: #791717;
	}
	
.post p a:visited {
	color: #791717;
	}
.menu a {
        border-top: 1px solid #DDD;
        border-right: 1px solid #DDD;
        border-left: 1px solid #DDD;
        margin-bottom: -3px;
}
ul.menu li a {
        background-color: #2D6FA3;
}
ul.menu li a:hover {
        background-color: #ddd !important;
        color: #000 !important;
}
ul.menu li.current_page_item a {
        border-bottom: 3px solid #fff;    
        font-weight: bold;    
}
ul.menu li.current_page_item a:hover {
        background-color: #fff !important;        
}
div.content {
        border-top: 3px solid #DDD;
}
div.secondary h2 {
        border-bottom: 1px solid #791717;
        width: 120%;
}
.chronodata { color: #888; }

#footer a:hover { color:  #791717; }

#header h1 a, #header h1 {
  color: #000;
}
#header p.description {
  color: #000;
}