/*
	CSS files kept in the 'styles' 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 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name		: 	Nick Lowe
	Author Site		: 	http://nick.onetwenty.org
	Style Name		: 	LMG
	Version			:	1.0
	Header Height		:	120
	Tags			:	header, layout, color
*/

body {
	background: url("https://letsmakegames.org/wp-content/themes/k2/styles/lmg/background.png") white;
	margin: 0;
	}

#header {
	border: none;
	padding: none;
	background: url("https://letsmakegames.org/wp-content/themes/k2/styles/lmg/header.png") #666;
	height: 120px;
	}

#header .blog-title {
	padding: 25px 50px 0px;
	}

#header .description {
	margin: 5px 50px;
	}

#page {
	border: none;
	padding: 0pt;
	top: 20pt;
	}

.primary {
	padding-left: 25px;
	}

#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: white;
	}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: #555;
	text-decoration: none;
	}
	
ul.menu li a:hover {
	background: #aaff55;
	color: #555;
	}
	
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: #333333 !important;
	}

h2 span a, 
h2 span a:visited,
h3 span a,
h3 span a:visited {
	color: #555 !important;
	font-weight: normal !important;
	}

.primary .entry-meta a, .primary .entry-meta a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #444;
	font-weight: normal;
	}

#footer {
	padding: 20pt;
}
