/*
	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	: David Thair
	Author Site	: http://david.thair.net
	Style Name	: snkwpd
	Style URI	: 
	Version		: 0.0.1
	Comments	: I made this especially for superproduct. Huzzah!
*/

#page {
	background: white;
	margin-left: 10px;
	margin-top: none !important;
	margin-bottom: none !important;
	padding-top: none !important;
	position: relative;
	left: 0px;
	top: 0px;
	border-top: none;
	border-left: 4px solid #000000;
	border-right: 4px solid #000000;
	border-bottom: none;
	}
	
body {
	color: #444;
	background: #EDEDED;
	margin: none !important;
	background-image:url(candyred.gif)
	}
	
	
#header {
	height: 50px;
	margin-bottom: 30px;
	background-repeat: no-repeat !important;
	}
	
#header .description {
	display: none !important;
	}
	
h1 { 
	display: none;
	}
	
#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 30px;
	}
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 25px;
	font-weight: bold !important;
	letter-spacing: -2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
	}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.5em !important;
	padding: 0 !important;
	display: inline;
	letter-spacing: normal;
	font-weight: bold !important;
	}
	
#primary h3 a:link, #primary h3 a:visted, #primary h3 a {
	color: #000000 !important;
}

h3, h3 a, h3 a:visited {
	color: #000000 !important;
}

#primary h3 a:hover {
	/* color: #000000 !important;
	background-color: #CCFF00; */
	color: #FFFFFF !important;
	background-color: #000000;
	text-decoration: none !important;
	padding-left: 2px;
	padding-right: 2px;
}
	
.entry-category a, .entry-category a:link, .entry-category a:visited, #read li a {
	font-weight: bold;
	background-color: #000000;
	color: #CCFF00 !important;
	padding: 2px;
	}
	
.entry-meta {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

small {
line-height: none;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.chronodata abbr { 
letter-spacing: 0px;
border: none;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: none !important;
background: none !important;
margin-left: none;
}

.chronodata {
	padding: 0px !important;
	background: none !important;
	}



/* ------------ POSITIONING --------------------- */

ul.menu {
	top: 0px;
	margin-left: 10px !important;
	/* padding-top: 20px !important; */
	margin-top: 70px !important;
	/* border-bottom: 1px solid #000000;
	border-top: 1px solid #000000; */
	padding-top: 5px !important; /* this can't be a good idea */
	padding-bottom: 18px !important;
	padding-right: 15px !important;
	padding-left: 5px !important;
	background-color: #000000;
	background-image:url(dots.gif);
}

	#footer {
	left: 0px;
	position: absolute;
	background-color: white;
	background-image:url(dots.gif);
	width: 770px;
	margin-top: 0px !important;
	margin-left: 10px;
	padding: 5px;
	border-left: 4px solid #000000;
	border-right: 4px solid #000000;
	border-bottom: 4px solid #000000;
	border-top: none;
	color: #FFFFFF;
	}
	
	p#footer small {
	color: #FFFFFF;
	background-color: #333;
	}
	
	#hello {
       margin-top: 35px;
	}
	
	.commentslink {
		float: right;
	}

/* ------------- COLOURSSS ---- */

ul.menu li a {
    font-weight: bold;
	background: #333;
	padding: 2px 15px 3px;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #000000 !important;
	background: #CCFF00;
	text-decoration: none;
	}
	
ul.menu li a:hover {
	background: #FFFFFF;
	color: #000000 !important;
	text-decoration: none;
	}

.secondary #links a, #super-delicious li a, #reader li a, #what-i-had-for-breakfast li a {
	background-color: #000000;
	color: #FFFFFF !important;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	}
	
.secondary #recent-comments a {
	color: #FF3300 !important;
	font-weight: bold;
	text-decoration: none;
	}
	
#primary .entry-meta a, #primary .metalink 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, .commentslink {
	color: #FF3300;
	font-weight: bold;
	}
	
	
