/*
	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 : Josh Leuze
	Author Site	: http://www.jleuze.com/
	Style Name	: 3PE
	Style URI : http://www.thirdpersonexistential.com/
	Version : 1.0
	Comments : This is a slight tweak of the awesome K2 theme, to fit our personal community, Third Person Existential.
*/

#page {
	padding: 10px;
	border: 0px;
	}
	
#header {
	height: 124px;
	background: #000000 url('3PE-header.jpg');
	}

	h1.blog-title { /* H1 is the title in the header */
    color: black;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0;
	padding: 25px 0px 0px 273px;
	}
	
h1.blog-title a,
#header .description {
	text-decoration: none;
	color: black;
	}

h1.blog-title a:hover {
	text-decoration: none;
	}

#header .description { /* Description in header */
color: black;
	font-size: 1.1em;
	padding: 1px 0px 0px 233px;
	}
	
	body {
	background: #666666;
	}
	
/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 7px 6px 5px;
	}

ul.menu li a {
	font-size: 1.3em;
	font-weight: bold;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	color: white;
	margin: 0;
	}

ul.menu li a:hover {
	color: white;
	text-decoration: underline;
	}
	
.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 */
	}
	
	#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 10px;
	text-align: center;
	color: #777;
	}


#footer a {
	color: #888;
	border-bottom: 0px;
	font-weight: normal;
	}

#footer a:hover {
	text-decoration: underline;
	color: #888;
	}

	a, .sidebar a:visited {
	color: #cc0000;
	}
	
textarea#comment {
	width: 485px;
	height: 150px;
	border: 3px solid #cccccc;
	padding: 5px;
}

li.byuser {
	background: #eee;
	}

li.bypostauthor {
	background: #ababab;
	color: #333;

	}

	.comment-login, .comment-welcomeback {
	margin: 15px 0 5px 0;
	color: #777;
}
