/*
	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	: Mervin
	Author Site	: http://mervin.com
	Style Name	: Mervin
	Style URI	: http://mervin.com
	Version		: 1
	Comments	: 
	
*/

/*- Page Structure */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #FFF;
	font-weight:bold;
	background: #000 url('mervin/body.background.jpg') 50% 0;
	margin: 0px 0 35px;
	}

#page {
	background:#000000;
	border: none;
	padding: 0 0 10px;
	}
	
#header {
	background: #000 url('mervin/header.background.jpg') no-repeat;
	}

.entry-content {
	margin: 0 0 0 15px;
	}

.content {
	padding: 0 15px 0 20px;
	}

.secondary, .columns-three #sidebar-1 {
	font: 1.1em/1.5em Verdana, Arial, Sans-Serif;
	font-weight:bold;
	padding: 0 0 0 15px;
	width: 202px;
	}

.columns-three #sidebar-2 {
	width: 154px;
	}

/*- Main Menu in Header */

ul.menu {
	left: 1px;
	}

ul.menu li a {
	font: 1.2em Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #009900;
	}

ul.menu li a:hover, ul.menu li.current_page_item a:hover {
	color: #FFF !important;
		background: none;
	}

ul.menu li.current_page_item a {
	color: #FFF !important;
	background: none;
	}

ul.menu li ul {display:none}
	
/*- Headings */

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Verdana, Sans-Serif;
	}

h1 { /* H1 is used for the title of your blog */
	font-size: 3.4em;
	padding: 70px 40px 0;
	text-transform: uppercase;
	}

#header .description { /* Blog description, under blog title */
	font-size: 1em;
	margin: 0 0 0 400px;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 2.3em;
	text-transform: uppercase;
	}
	
h5 { /* H5 is logo brands*/
	font-size: 1.3em;
	text-transform: uppercase;
	}


.secondary h4 { /* Secondary H2 is sidebar headlines */
	font-size: 1.3em !important;
	font-weight: bold !important;
	text-transform: uppercase;
	letter-spacing: 0;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 1.9em;
	font-weight: bold;
	text-transform: uppercase;
	}

#primary .k2-asides h3 {
	font-size: 1.4em;
	font-weight: bold;
	}

#primary .metalink 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 {
	color:#CCCCCC; !important;
	font-weight: bold;
	}

.single #primary .k2-asides .entry-content {
	font-size: 1.3em;
	color:#FFFFFF;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited,
h5, h5 a, h5 a:visited {
	color:#FFFFFF;
	}

.commentslink {
	background: url('mervin/icons/comment.png') left center no-repeat;
	}

.chronodata {
	background: url('mervin/icons/time.png') left center no-repeat;
	}

.entry-tags {
	background: url('mervin/icons/tag_blue.png') left center no-repeat;
	}
	
.commentsrsslink {
	background: url('mervin/icons/feed.png') left top no-repeat;
	}

.trackbacklink {
	background: url('mervin/icons/arrow_refresh.png') left top no-repeat;
	}

#commentlist li .comment-meta {
	background: url('mervin/icons/time.png') left center no-repeat;
	}

/*- Search Form and Livesearch */

input[type=text], textarea {
	padding: 2px 0 2px 2px;
	margin: 0;
	}

input[type=text]:focus, textarea:focus {
	color: #444;
	}

/*- Primary Contents */

.entry-content {
	font: 1.2em/1.6em Verdana, Arial, Sans-Serif;
	color: #FFF;
	}

.k2-asides .entry-content {
	font: 1.1em/1.5em Verdana, Arial, Sans-Serif;
	color: #FFF;
	}
	
/*- Links */

h2 a:hover, h2 span a:hover {
	color: #009900 !important;
	}
	
h5 a:hover, h5 span a:hover {
	color: #FFF !important;
	text-decoration:none;
	}

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

.entry-content a:visited {
	color: #CCC;
	}

/*- Various Tags and Classes */

.alert {
	background: #fffef5;
	border-top: 2px solid #d4ba52;
	border-bottom: 2px solid #d4ba52;
	}

/* Feed Icon Replacement (added by gigi) */

.feedlink, .columns-three .feedlink, .columns-three .sb-feed a {
	background-image: url('mervin/icons/feed.png');
	height: 16px;
	padding: 0 20px;
	line-height: 1.7em;
	}

/* Slider */

#searchload {
	background-image: url('mervin/spinner.gif');
	}



/* faq styling*/
.dsfaq_qa_block{ border-top: 1px solid #aaaaaa; margin-top: 20px; }
.dsfaq_ol_quest{ }
.dsfaq_ol_quest li{ }
.dsfaq_ol_quest li a{ }
.dsfaq_quest_title{ font-weight: bold; }
.dsfaq_quest{ }
.dsfaq_answer_title{ font-weight: bold; }
.dsfaq_answer{ border: 1px solid #f0f0f0; padding: 5px 5px 5px 5px; }
.dsfaq_tools{ text-align: right; font-size: smaller; }
.dsfaq_copyright{ display: block; text-align: right; font-size: smaller; }

/* superfish customizations */
ul.sf-menu {margin:0; top:178px; position:absolute; z-index:300;}
.sf-menu a, .sf-menu a:visited {color:#009900;}

.sf-menu li, .sf-menu li li {z-index:300;}
#header {z-index:2;position:relative;}
.content {z-index:1; position:relative;}
.entry-content object {z-index:1;}

/* Hide Page Head  */

.page-head {display:none;}


