
* {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: top;
	border: none;
}
object, embed {
	display: block;
}
:focus, input:focus, button:focus, button:active, button:hover {
	outline: 0;
}

/*
------------------------------------------------------------------------------
Basic Rules
*/
html, body {
	height: 100%;
}

body {
	background-image: url('_img/shared/body_bkgd1.jpg');
	background-repeat: repeat-x;
	background-color: #000;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #666;      
/*	text-shadow: 0 0 1px rgba(0, 0, 0, 0.004);*/
}
h1, h2, h3, h4, h5, h6, p, li, dt, dd, address {
	text-shadow: 0 0 0 #000;/* safari hack */
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, address {
	margin-bottom: 10px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #666;
}
p, address {
	line-height: 1.6em;
}
ul, ol {
	list-style-type: none;
}
a, a:visited, a:active {
	color: #999;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #fff;
}

/*
------------------------------------------------------------------------------
Form
*/

fieldset {
	border: none;
}
label {
	display: block;
	margin-bottom: 3px;
}
input, select, textarea {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #ccc;
}
input.text, textarea {
	background-color: #333;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	padding: 2px;
}
input.submit {
	border: none;
	padding: 2px 7px 2px 7px;
	background-color: #2a2a2a;
	color: #999;
	cursor: pointer;
}
select {
	border: none;
	background-color: #444;
}

/* ---------------------------------------------------------------------------
Generic Classes and Ids
*/

.clear {
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
#loadingPage img {
	vertical-align: middle;
	padding-right: 5px;
}

/*
------------------------------------------------------------------------------
Body
*/

#body {
	width: 100%;
	background-image: url('_img/shared/body_bkgd2.jpg');
	background-repeat: no-repeat;
}

/*
------------------------------------------------------------------------------
Page
*/

#page {
	position: relative;
	margin-left: 50px;
	min-width: 950px;
	/* IE5.x/Win Min-Height Hack */
	/* hide rule from IE/Mac \*/
	_width: 950px;
	/* end hide */
}

/*
------------------------------------------------------------------------------
Header
*/

#header {
	width: 50px;
	height: 55px;
	float: left;
}
#header h1 {
	margin: 0;
}
body.home #header h1,
#header h1 a {
	display: block;
	background-image: url('_img/shared/kni.gif');
	background-repeat: no-repeat;
	padding-top: 55px; height: 0 !important;
	height /**/: 55px; overflow: hidden;
	overflow: hidden;
}
#header h1 a:hover {
	background-position: 0 -55px;	
}
body.home #header h1 a {
	display: none;
}

/*
------------------------------------------------------------------------------
MainNav
*/

#mainNav {
	height: 55px;
	margin-left: 70px;
}
#mainNav ul {
	margin: 0;
	padding-top: 20px;
	list-style-type: none;
}
#mainNav li {
	float: left;
	margin: 0;
	margin-right: 20px;
	text-transform: lowercase;
}
#mainNav li a {
	display: block;
}

/* Highlight */

body.home #mainNav li.home a,
body.work #mainNav li.work a,
body.about #mainNav li.about a,
body.clients #mainNav li.clients a,
body.contact #mainNav li.contact a,
body.blog #mainNav li.blog a {
	padding-bottom: 8px;
	background-image: url('_img/shared/mainnav_arrow.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #fff;
}

/*
------------------------------------------------------------------------------
SideNav
*/

#sideNav {
	position: relative;
	float: left;
	width: 195px;
	min-height: 440px;
	/* IE5.x/Win Min-Height Hack */
	/* hide rule from IE/Mac \*/
	_height: 440px;
	/* end hide */
	padding-top: 30px;
	background-image: url('_img/shared/divider_1.gif');
	background-repeat: no-repeat;
	background-position: 190px 0;
}
#sideNav * {
	margin-right: 20px;
}
#sideNav * * {
	margin-right: 0;
}

/* SideNav -> sideNavMenu */

#sideNavMenu ul {
	position: relative;
	margin: 0;
}
#sideNavMenu ul ul {
	margin-left: 20px;
}
#sideNavMenu li {
	margin: 0;
	color: #333;
}
#sideNavMenu a {
	display: block;
	padding-top: 4px;
	height: 16px;
	color: #777;
}
#sideNavMenu span {
	display: block;
	padding-top: 4px;
	height: 16px;
}
#sideNavMenu a:hover {
	color: #fff;
}
#sideNavMenu a img {
	padding-top: 4px;
}

/* SideNav -> sideNavActiveLink */

#sideNavMenu a#sideNavActiveLink {
	color: #fff !important;
}

/*
------------------------------------------------------------------------------
MainContent
*/

#mainContent {
	padding-top: 30px;
	margin-left: 225px;
	margin-bottom: 40px;
	background-repeat: no-repeat;
}

/* MainContent -> Content */

#content {
	/*border-top: dashed 1px #f00;*/
	width: 721px;
	min-height: 440px;
	/* IE5.x/Win Min-Height Hack */
	/* hide rule from IE/Mac \*/
	_height: 440px;
	/* end hide */
}
#content a, 
#content a:visited, 
#content a:active {
	color: #01c6e4;
}
#content a:hover {
	color: #fff;
}

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

#footer {
	clear: left;
}

/*
------------------------------------------------------------------------------
Home
*/

body.home #sideNav {
	display: none;
}
body.home #mainContent {
	margin-left: 0;
}
body.home #content {
	width: 900px;
}
body.home #content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 1.4em;
	color: #ccc;
}

/*
------------------------------------------------------------------------------
Blog
*/
blockquote {
	margin-left: 30px;
	padding-left: 15px;
	border-left: 6px solid #333;
	margin-bottom: 15px;
}
.post .quote {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 11px;
	color: #b3b3b3;
}

#TB_secondLine {
	font: 10px "Lucida Grande", Tahoma, sans-serif;
	color:#b3b3b3;
}

#TB_window a:link {color: #666;}
#TB_window a:visited {color: #666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666;}
#TB_window a:focus{color: #666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background-color: #000;
	z-index: 102;
	color:#000000;
	display:none;
	border: 6px solid #000;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:6px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#000;
	height:27px;
	color: #b3b3b3;
}
#TB_title a {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -2px;
	left: 8px;
	background-image: url(_img/shared/thickbox_close_off.gif);
	background-repeat: no-repeat;
	width: 19px;
	padding-top: 19px;
	height: 0px !important;
	height /**/:19px;
	overflow: hidden;
}
#TB_title a:hover {
	background-image: url(_img/shared/thickbox_close_over.gif);
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
	overflow: hidden;
}
