/*
	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	: Darren Oakley
	Author Site	: http://oakley.bioinformaticsonline.co.uk
	Scheme Name	: chameleon
	Comments	: Style inspired by the new SuSE Linux 10.0 background
*/

body {
	background-color: #cb3072;
	}

#page {
	border-bottom: 1px solid #CDE7FF;
	padding: 0px !important;
	background: url('coffeepage.jpg') center center !important;
	width: 780px;
	_width: 745px;
	}
	
#header {
	/* Contains the H1 and menu */
	background: url(header.jpg) center no-repeat;
	background-color: #000000;
	position: relative;
	height: 450px;
	width: 780px;
	margin: 0px auto;
	}
	
.primary {
	/* Contains the main column */
	}

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

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

.secondary {
	/* Contains the sidebar */
	}

h1 a, h1 a:hover, h1 a:visited:hover {
	text-decoration: none;
	}

ul.menu li a:hover {
	opacity: 0.7;
	}

ul.menu li.current_page_item a:hover {
	opacity: 0.7;
	}
	
/*- Links */

a:hover, a:visited:hover {
	text-decoration: none;
	color: #669900
	}

h2 a:hover, h2 span a:hover {
	color: #6b4d30 !important;
	}

a {
	color: #6b4d30;
	text-decoration: none;
	}

.itemtext a:visited {
	color: #44372b;
	}

/* BEGIN: Flickr Album Fixes... */

.falbum-album {
   clear: left;
   margin-top: 10px;
}

.falbum-navigationBar {
   clear: left;
}

#flickr-photo {
   margin-left: 0px;
}

.falbum-thumbnail-ds img:hover {
   border: 1px #999 solid;
}

/* END: Flickr Album Fixes... */

/* BEGIN: FlickrRSS Fixes... */

.sb-flickr img {
   margin: 0px;
   padding: 4px;
   border: 1px #999 solid;
}

#flickr ul { 
   list-style: none; 
}

#flickr ul li { 
   display: inline; 
} 

/* END: Flickr Album Fixes... */
