/*
	CSS files kept in the 'styles' directory can be used to
	customize 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 styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Ilias Bergstrom
	Author Site	: onar3d.com
	Style Name	: ilias
	Style URI	:
	Version		: 1.0
	Comments	: test
*/

body {
	background: #000000;
	color: #ffffff;
	margin: 0;
	}

#header {
        /* Contains the H1 and menu */
	background: black url('bg.jpg') center center no-repeat;
	height: 260px;
	}

#page {
	/* The entire design is contained within the 'page' id */
	}
	

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

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

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

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #23002b !important;
	}

a, a:visited, .sidebar a:visited {
	color: #744e7c;
	}
	
.post p a:visited {
	color: #744e7c;
	}

#af-ela-menu li {
	border: none;
	background: #744e7c;
	}


.secondary {
	/* Contains both sidebars */
	}
	
	.comments {
	text-align: left;
	/*padding: 30px 0 0;*/
	position: relative;
	color: black;
	}