/*
	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	:Martin Danielson
	Author Site	:http://www.lsdm.se
	Style Name	:lsdm1
	Style URI	:
	Version		:
	Comments	:Just slightly tweaked
*/

h1{
display: none;
}
#header .description {
display: none;
}

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header{
    background: #FFFFFF url('sodom_loggo_gul_K2.gif');
    }
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -1px;
	}

.primary {
	/* Contains the main column */
	}

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

.commentslink {
	padding: 2px 0 2px 2px;
	margin-left: 0px;
	background-attachment: fixed;
	}

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

.secondary {
	/* Contains the sidebar */
	}

ul.menu li a {
	font-size: 1em;
	color: #000;
	margin: 0;
	}