/*
	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-image: url('wbacback.jpg');
	background-repeat: repeat-x;
	background-color: #d0df5b;
	}

#page {
	padding: 0 0 10px;
	border: 1px solid #b3d26e;
	border-top: none;
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
.primary {
	/* Contains the main column */
	}

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

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

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	}

.secondary {
	border-left:1px solid #ccc;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	}
	
.secondary h4 { /* Secondary H4 is sidebar headlines */
	text-transform:uppercase;
	font-size: 1.5em;
	font-family:"lucida grande",tahoma,arial,helvetica,sans-serif;
	text-align:left;
	padding: 0;
	display: block;
	line-height:1.5em;
	border-bottom:1px dotted #336600;
	margin-bottom: 5px;
	}
	
ul.menu li {
	background: #ffffff;
	}

ul.menu,
ul.menu li a {
	color: #000000;
	}

ul.menu li a {
	color: black;
	}

ul.menu li a:hover {
	background: #336600;
	color: #ffffff !important;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #000000 !important;
	}

.entry-content a:visited {
	color: #336600;
	}
	
	/*-
	FlickrRSS
*/

.sb-flickr div img {
	border: 0px;
	padding: 5px;
}

.sb-flickr div a img {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 5px 3px 0;
}

.sb-flickr div a:hover img {
	border: 1px solid #999;
}