/*
	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	: Vegard Sandvold
	Author Site	: http://musikkteknologen.no
	Style Name	: Musikkteknologen
	Style URI	: http://musikkteknologen.no
	Version		: 0.1
	Comments	:
*/

body {
/*	background: #B3B3B3 none repeat scroll 0% 50%; */
	color: #4D4D4D;
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
	}

#page {
	/* The entire design is contained within the 'page' id */
	padding: 0px 0px 10px;

	background-image: url('images/pagebg.gif');
	background-repeat: repeat-y;
	}
	
#header {
	/* Contains the H1 and menu */
	}

#header .description {
	color: #d12a6b;
	}

#primary {
	/* Contains the main column */
	width: 490px;
	margin-right: 10px;
	}

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

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

.secondary {
	/* Contains the sidebar */
	}

#searchform {
	margin-top: 8px;
	}

#search h2 {
	display: inline;
	}

#rss {
	float: right;
	padding-right: 80px;
	padding-top: 15px;
	}

/*
#rss a {
	padding-top: 164px;
	padding-right: 71px;
	background-image: url('images/loudspeakers_small.gif');
	background-repeat: no-repeat;
	}

#rss a:hover {
	background-image: url('images/loudspeakers_small-o1.gif');
	}
*/

h1 {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	}

h2 {
	text-align: left;
	}

h2, h2 a, h2 a:hover, h2 a:visited {
	color: #444444;
	}

ul.menu {
/*	border-bottom: 1px solid #4D4D4D; */
	}

ul.menu li a {
	background: #d12a6b none repeat scroll 0%;
/*	border: 1px solid #4D4D4D; */
	}

ul.menu li a:hover {
	background: #f3317c none repeat scroll 0%;
	text-decoration: underline;
	}

ul.menu li.current_page_item a {
/*	border: 1px solid #4D4D4D; */
/*	border-bottom: 1px solid #FFFFFF; */
	}

ul.menu li.current_page_item a:hover {
	text-decoration: underline;
	}

.secondary .widget_rss ul li {
	list-style-position: inside;
	list-style-type: square;
	}

.rsswidget img {
	position: absolute;
	right: 0px;
	width: 14px;
	height: 14px;
	}

a {
	color: #0000ee;
	}

.entry-content a:visited {
	color: #551a8b;
	}
