/*
	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: 	Josh Leuze
	Author Site: 	 http://www.jleuze.com
	Style Name: 	Junk
	Style URI:	           http://www.amerikanjunk.com
	Version:                  1.0
	Comments	: 	This subtheme is for the website of the punk rock band, Amerikan Junk. 
*/
body {
	margin: 20px 0px 0px 0px;
	background: #808080;
	}

	#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	color: #808080;
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover, h2 a:visited:hover {
	color: #808080 !important;
	text-decoration: none;
	}

	a {
	color: #808080;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #808080;
	}
	
#page {
	background: #ffffff url('border-bg.gif');
	text-align: left;
	margin: 0 auto;
	padding: 0px 0 0px;
	position: relative;
	border: 0px;
	border-top: none;
	clear: both;
	}
	
#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 156px;
	background: #000000;
	}

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0px;
	width: 100%;
	}

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

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

ul.menu li a {
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	margin: 0;
	}

ul.menu li a:hover {
	color: #ffffff !important;
	text-decoration: underline;
	}

ul.menu li.current_page_item a {
	color: #ffffff !important;
	text-decoration: none;
	}
	
ul.menu li.current_page_item a:hover {
	color: #ffffff !important;
	text-decoration: underline;
	}	

.content {
	border: 0px solid #000000;
	padding: 0 17px;
	}
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -1px;
	}
	
#footer {
    height: 323px; 
	width: 780px; 
	background: #808080 url('Amerikan-Junk-footer.jpg') center center no-repeat;
	clear: both;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #ffffff;
	}
	
#footer p {
	padding: 5px 0px 0px 0px;
	line-height: 1.6em;
	}

#footer a {
	color: #ffffff;
	border-bottom: 0px;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: underline;
	color: #ffffff;
	}