/*
	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	: Marius Staicu
	Author Site	: http://blog.staicu.com
	Style Name	: Mountains
	Style URI	: http://blog.staicu.com/mountains
	Version		: 0.1
	Comments	: Work in progress
*/

body {
/*    background: #DAE7ED;*/
    background: #666666;
    padding: 0 0 0px;
    color: #F0F0F0;
    margin 0;
}

#page {
	/* The entire design is contained within the 'page' id */
    padding-top: 0px
	}
	
#header {
	/* Contains the H1 and menu */
	background: #DDEEEE url('header.jpg');
	}
	
h1, h1 a, h1 a:hover, h1 a:visited, #header .description {
    color:#FFFF99 !important;
}
	
.primary {
	/* Contains the main column */
	}

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

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

.secondary {
	/* Contains the sidebar */
#background: #755B4E;
height: 100% !important;
	}

.secondary div {
    margin: 10px 0pt 0pt;
}

li.comment {
    color: #000000;
}
