/*
	Theme Name: Knowledge Tech
	Theme URI: http://www.knowledgetech.com
	Description: Theme created by Christine Rondeau of Bluelime Media based on a design by Johnny Kuan at Avenue Creative
	Version: 1.0
	Author: Christine Rondeau
	Author URI: http://www.bluelimemedia.com
*/
/*----Global Reset Courtesy of Eric Meyer----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
.hide {display:none;}

.alignright {float:right; margin:5px 0 10px 10px;}
.alignleft {float:left; margin:5px 10px 10px 0;}

hr {
	float:left;;
  	border: 1px solid #FFF;
  	width: 100%; height:1px;
	color:#FFF;
}
small {font-size:11px; font-style:italic;}

/* Main Layout
-----------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	background:#ededed url(images/wrapper_in.png) 50% top repeat-y;
	color: #333333;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif; 
}
#wrapper_out {
	margin:0px auto 0px auto; padding:0;
	width:100%; height:132px;
	background:url(images/bg.gif) top repeat-x;
	
	
}
#wrapper_in {
	width: 980px;
	position:relative;
	margin:0 auto 0 auto;
	background: url(images/wrapper_out.png) 50% top no-repeat;
}



/* Header Area 
-----------------------------------------------------------*/
#header {
	float:left;
	width:980px; height:130px;
		background: url(images/header.png) 50% bottom no-repeat;
}

#logo a {
	display:block;
	width: 261px; height: 79px;
	float:left;
	margin:40px 0 0 37px;
	background:url(images/logo.png) bottom right no-repeat;
	outline:0;
}


/* Top Navigation 
-----------------------------------------------------------*/
#main-nav {
	position:absolute;
	top:72px; right:20px;
	width:520px;
	font-size:12px;
	z-index:300;
}

#nav ul {
	float: left;
	font-weight: bold;
	padding: 0; margin:0;
}

#nav a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 3px 5px; margin:0;
	outline:none;
}
#nav li {
	float: left;
	list-style-type: none;
	text-align:center;
	padding:0 10px; margin: 0 5px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width:190px;
	font-weight: normal;
	margin:0 0 0 -10px; padding:0;
	background-color:#e1e1e4;
	z-index:200;
}

#nav li ul li {padding:0; margin:0;}
#nav li ul li a { 
	padding:6px 0 3px 10px;
	text-align:left;
	width:180px;
	font-size:12px;
	border-bottom:1px solid #FFF;
}
#nav li.page-item-2 ul{width:150px;}
#nav li.page-item-2 ul li a {width:140px;}


#nav li ul li:last-child a { padding-bottom:8px;}
#nav li ul li a:hover { color: #204e9c;}
#nav li:hover ul ul, #nav li:hover ul ul ul {left: -999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul { left: auto;}

#nav li:hover {
	-moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px;
	background-color:#e1e1e4;
}
#nav li ul li ul {margin: -28px 0 0 190px;}

#nav li.page-item-2 ul li ul {margin: -28px 0 0 140px;}

/* Styles for home page
-----------------------------------------------------------*/
#main-home {
	float:left;
	width:960px;
	padding:0 0 0 10px;
	
}
#home-content {
	float:left;
	width:960px;
	padding:0 0 0 10px;
	background:url(images/module_bg.gif) top left repeat-y;
}

#home-content .call-box {
	float:left; 
	width:260px; 
	padding: 0 30px 0 20px;
}

#home-content a {
	color: #00ccff;
	text-decoration: none;
	font-weight:bold;
}

#home-content a:hover {color: #00ccff; text-decoration:underline;}

/* Main Body Content Area 
-----------------------------------------------------------*/

#main {
	float:left;
	width:930px;
	padding:20px 25px;
}

#content {
	float: left; 
	width:570px;
	padding: 25px;
}

/* Styles for Breadcrumbs 
-----------------------------------------------------*/
.breadcrumb {
	padding:10px 0 0 25px;
	color:#666;
}
.breadcrumb a {
	color:#3399cc;
	text-decoration:none;
}
.breadcrumb a:hover {text-decoration:underline;}


/* Main body content formatting
--------------------------------------------------------------*/

.entry {padding:0 0 30px 0;}
.entry p {padding:6px 0;}
.entry a {color:#204e9c;}
.entry a:hover {color:#333;}
.entry ul, .entry ol {
	margin: 5px 20px; padding:5px 20px;
}

h1 {
	margin:8px 0 14px 0;
	font-weight:normal;
	color:#ff9900;
	font-size:26px; line-height:30px;
}

h2, h3, h4, h5, h6 { 
	margin:10px 0 5px 0;
	font-weight:normal;
	color:#204e9c;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration:underline; }

blockquote{
	color: #CCC;
	border-left:5px solid #CCC;
	padding:10px 20px 10px 20px; margin-left:20px;
}

.entrymeta {
	margin:10px 0; padding:6px;
	color: #999;
	border:solid 1px #CCC;
}
.entrymeta p {padding:3px 0;}

.post-navigation {padding:10px 0;}

.navigation-previous {
	float:left;
	width:50%;
	text-align:left;
}

.navigation-next {
	float:right;
	width:50%;
	text-align:right;
}


/* Sidebar Area 
-------------------------------------------*/

#sidebar {
	float:right; 
	width:280px;
	padding: 20px 20px 0 0;
}
#sidebar h3 {height:42px; padding:0; margin:0;}

#sidebar #recent-news {background:url(images/titles/news.gif) bottom left no-repeat;}
#sidebar #case-studies {background:url(images/titles/case-studies.gif) bottom left no-repeat;}
#sidebar #latest-event {background:url(images/titles/event.gif) bottom left no-repeat;}
#sidebar #insight {background:url(images/titles/insight.gif) bottom left no-repeat;}


#sidebar .call-out {
	width:280px; 
	background:url(images/titles/bg.gif) bottom left no-repeat;
	margin-bottom:10px;
}

#sidebar .call-out p {padding:0 15px 15px 20px;}

#sidebar h2 {
	margin: 0px 0 5px 0; padding: 0 0 5px 0;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
}
#sidebar ul {list-style: none;}

#sidebar ul ul {margin-bottom:30px;}

#sidebar ul li {padding:5px 10px;}

#sidebar a {
	color: #00ccff;
	text-decoration: none;
	font-weight:bold;
}

#sidebar a:hover {color: #00ccff; text-decoration:underline;}



/* Footer area
------------------------------------------------------------*/

#footer {
	clear: both;
	position:relative;
	text-align: left;
	width:980px; height:176px;
	background:url(images/footer.png) top left no-repeat;
	margin:0 auto 0 auto;
}

#footer p {	
	font-size:10px; 
	padding-left:40px; padding-bottom:10px;
	color:#333;
}
#footer .footer-nav {padding:110px 0 30px 40px; width:250px; list-style-type:none;}
#footer .footer-nav li {display:inline; border-right:1px solid #333333; padding: 0 5px;}
#footer .footer-nav a {padding: 0 5px; font-size:10px; line-height:10px;}
#footer .footer-nav a:first-child {padding-left:0;}
#footer .footer-nav li:last-child {border-right:none;}

.copy {float:left; display:block;}



#footer a {
	text-decoration:none;
	color:#333333;
}

#footer a:hover {
	text-decoration:underline;
	color:#333333;
}
/* Social Media Icons */
#sm {position:absolute; top:110px; left:230px;}
#sm_nav {
	width:172px; height: 17px;
	background: url(images/social-media-icons.png) right no-repeat;
	margin:0; padding:0;
	list-style-type: none;
	position:relative;
}
#sm_nav li {
	position: absolute;
	margin: 0; padding: 0;
	list-style: none;
	top: 0;
}
#sm_nav a {
	display: block; 
	height: 17px; width:17px;
	text-indent:-9999em;
	text-decoration: none;	outline: 0; 
	}

#twitter	{left: 0px; }
#facebook	{left: 25px; }	
#stumble	{left: 52px;}
#linkedin	{left: 77px;}
#microsoft	{left: 104px;}
#digg	{left: 127px;}
#technorati	{left: 155px;}

/* Forms and Tables */

table {border-collapse: collapse; margin:10px 0;}
td {padding: 0 10px 5px 0; vertical-align:top;}

form {margin:10px 0;}
.contact-label {
	display:block;
	width: 60px;
	float:left;
}
.red {
	color: #f00;
}

fieldset {
  border: 1px dashed #999;
  padding: 2px 10px 10px 10px;
  margin: 20px 10px 10px 0px;
  font-size: 12px;
}
legend {
  background-color: #fff;
  padding: 5px 3px 0px 3px;
  margin-bottom: 10px;
}
.formLabel {
	display:block;
	width: 100px;
	float:left;
}


/* Comments													
-----------------------------------------------------*/
h3#comments { margin:30px 0 10px 0; }		
		
.avatar {
		float: left;
		display:block;
		padding: 0 20px 10px 0px;
	}
			
.commentlist {padding: 20px 0px;}
.commentlist p {padding:6px 0;}
		
.commentmetadata {margin-top: 0;}
ol.commentlist, ol.commentlist li {	list-style: none;}
ol.commentlist li {padding:10px 0; border-bottom:1px solid #e6e6e6;}
#commentform {padding:20px 0;}
#commentform p {margin-bottom:10px;}

#commentform input, #commentform textarea {
		width:147px;
		border:1px solid #e6e6e6;
		background:#f9f9f9;
		font-size:11px;
		padding:2px 3px 3px;
	}

#commentform textarea {width:500px;}
#commentform #submit {
		width:150px;
		border:none;
		background:#343434;
		color:#fff;
		font-size:12px;
		cursor:pointer;
		padding:2px 0 3px;
	}


/* Form Style													
-----------------------------------------------------*/
#input_1_7 {
	margin-bottom:30px;
}