/*
	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	: Ejovi Nuwere
	Author Site	: http://www.securitylab.net
	Style Name	: SecurityLab
	Style URI	:
	Version		: 0.1
	Comments	:
*/
body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #FFFFFF;
	text-align: center;
	margin: 0 0 30px;
	}

#page {
	/* The entire design is contained within the 'page' id */
	}
#header {
height: 232px !important;
background: #38C url('/wp-content/themes/k2/styles/seclab/header.jpg');
}	

#header a:link, #header a:visited { text-decoration: none; border: none; }
/* line above ensures that footer hyperlinks are not underlined */
a.book {
   position: absolute;
   display: block;
   text-indent: -9999px; /* moves link text off-screen */
   background: transparent;
   left: 612px; /* taken from Photoshop slice info .X. */
   top: 103px; /* taken from Photoshop slice info .Y. */
   width: 95px; /* taken from Photoshop slice info .W. */
   height: 99px; /* taken from Photoshop slice info .H. */
   cursor: pointer;
   border: 0px;
}
a.home {
   position: absolute;
   display: block;
   text-indent: -9999px; /* moves link text off-screen */
   background: transparent;
   left: 31px; /* taken from Photoshop slice info .X. */
   top: 38px; /* taken from Photoshop slice info .Y. */
   width: 332px; /* taken from Photoshop slice info .W. */
   height: 118px; /* taken from Photoshop slice info .H. */
   cursor: pointer;
   border: 0px;
}

/* #primary {
        width: 80%;
        float: left;
        padding: 20px 0 10px;
        margin: 0 10px 0 30px;
        display: inline;
        }
*/

#primary {
        /* Contains the main column */
        width: 70%;
        min-width: 500px;
        _width: 500px; /* IE Hack */
        float: right;
        padding: 10px 0 20px;
        margin: 0 30px 0 0px;
	display: inline;
        }

.secondary {
        /* Contains the sidebar */
        float: none;
        padding: 0;
        margin: 0 10px 0 10px;
        width: 22%;
        /* The following are IE Fixes */
        _margin-left: 2%;
        _margin-right: -3%;
        _width: 28%;
}
.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

h1, h1 a, h1 a:hover, h1 a:visited
{
	text-decoration: none;
	color: black;
	padding: 50px 200px 40px 10px;
	display: none;
}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -1px;
	}

#header .description { /* Blog description, under blog title */
	font-size: 1em; /* Make it larger with something like 1.1em */
	margin: 0 0 0 40px;
	color: #66CCFF;
}

/* Main Menu */
ul.menu li a { /* Font default of 1em */
	font: 1.1em Verdana, Helvetica, Arial, Sans-Serif; /* 11px */
	font-weight: bold;
	color: #515050; /* default color, non-hover state */
	border-bottom: 2px solid #F0F0F0;
}

ul.menu li a:hover{
	background: #ffffff !important; /* hover background menu item color */
	color: #d44849 !important; /* text color when hovered */
	border-bottom: 5px solid #3388cc; /* just a hover style, not necessary */
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	background: none;
	border-bottom: 5px solid #3388cc;
}

#prod	{	
	position:absolute;
	top:360px;
	left:10px;
	width:245px;
	color:#434D58;
	background-color:white;
	}

#feat	{	
	position:absolute;
	top:360px;
	left:300px;
	font-size:8pt;
	width:230px;
	background-color:white;
	}

#serv	{	
	position:absolute;
	top:360px;
	left:570px;
	font-size:8pt;
	width:180px;
	background-color:white;
	}

td.cover	{
	font-family:arial;
	font-size:8pt;
	color:#434D58;
	}

td.coverbg	{
	}
