/*
Theme Name: keen
Theme URI: http://www.digitekns.com
Description: A theme by <a href="http://www.digitekns.com">Digitek Network Solutions</a>
Author: Digitek Network Solutions
Author URI: http://www.digitekns.com
Version: 1.0
Tags:

License:
License URI:

General comments:

*/
body {
	margin:0;
	padding:0;
	font-family:'Abel',sans-serif;
	min-height:100%
}

/** wrapper */
#wrapper_outside {
	width:100%;
	background:url(images/siteimages/bkg_top.png) repeat-x
}

#wrapper_inside {
	width:950px;
	margin:0 auto
}


#header {
	width: 100%;
	height: 292px; 
}


/** MENU */
#menu {
	float:left;
	height:44px;
	width:100%
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:normal
}

#menu li {
	float:left;
	margin-right:10px;
	padding:0
}

#menu span {
	display:inline-block;
	height:37px;
	margin:0;
	padding:10px 15px 0;
	font-weight:400
}

#menu a {
	display:block;
	letter-spacing:-1px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:18px;
	font-weight:400;
	color:#FFF
}

/** HEADER GRAPHIC */

#header_graphic {
	float: left;
	margin: 0;
	padding:0; 
	background:url(images/siteimages/bkg_header.png) no-repeat;
	height:220px;
	width:100%;
}

/** LOGO */
#logo {
	height:160px;
	width:333px
}

#logo h1,#logo p {
	margin:0;
	line-height:normal;
	text-indent:-9999em
}

#logo h1 a {
	display:block;
	width:333px;
	height:160px;
	top:0;
	left:0;
	background:url(images/siteimages/keen_logo.png) no-repeat left top;
}


/** TAGLINE */
#tagline {
	float:left;
	font-family:'Voltaire',sans-serif;
	top:0;
	width: 333px;
	text-align: center;
}

#tagline h1 {
	font-size: 24px;
	line-height:30px;
	margin:0;
	padding:8px;
	color:#000
}

/** SOCIAL */
#social {
	float:left;
	width: 200px;
	height: 80px;
	padding-top: 20px;
	padding-left: 350px;
	text-align: right;
}

.facebook {
	background:url(images/siteimages/social/facebook.png) no-repeat;
	height:32px;
	width:32px;
}

.twitter {
	background:url(images/siteimages/social/twitter.png) no-repeat;
	height:32px;
	width:32px;
}

.youtube {
	background:url(images/siteimages/social/youtube.png) no-repeat;
	height:32px;
	width:32px;
}

/** CONTENT **/
#content {
	float: left;
	width: 100%;
	height: auto;	
}

#main {
	float: left;
	width: 650px;
	height: auto;	
}

#sidebar {
	float: left;
	width: 300px;
	height: auto;
	
}

/** FOOTER */

#footer {
	float: left;
	margin: 0;
	padding:0; 
	background:url(images/siteimages/bkg_footer.png) repeat-x;
	height:70px;
	width:100%;
}
