@charset "UTF-8";
/* CSS Document containing GLOBAL rules for all browsers
	Layout markup by J Hogue at Highchair designhaus and original concept design by Kite Architects 

XX  XX  XX  XXXXX  XX  XX  XXXXX  XX  XX  XXXXX  XX  XXXXX     XXXX   XXXXX   XXXX  XX  XXXXX  XX  X  XX  XX  XXXXX  XX   X   XXXX
XX  XX  XX  XX     XX  XX  XX     XX  XX  XX  X  XX  XX  X     XX  X  XX     XX     XX  XX     XX  X  XX  XX  XX  X  XX   X  XX   
XXXXXX  XX  XX XX  XXXXXX  XX     XXXXXX  XX  X  XX  XX  X     XX  X  XXXXX   XXX   XX  XX XX  X X X  XXXXXX  XX  X  XX   X   XXX 
XX  XX  XX  XX  X  XX  XX  XX     XX  XX  XXXXX  XX  XXXX      XX  X  XX        XX  XX  XX  X  X  XX  XX  XX  XXXXX  XX   X     XX
XX  XX  XX  XXXXX  XX  XX  XXXXX  XX  XX  XX  X  XX  XX  X     XXXX   XXXXX  XXXX   XX  XXXXX  X  XX  XX  XX  XX  X   XXX    XXXX 

*/

html, body, table, address, form, fieldset, input { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, pre, td, hr, blockquote, ul, ol, dl, li, address { margin: 0; padding: 0; }
input, select, textarea { font-size: 100%; }

body, td, input, select, textarea { font-family: Helvetica, Arial, sans-serif; font-weight: normal; }
body {
	background-color: #fff; 
	color: #222;
	text-align: left; 
	font-size: 62.5%; /* 10pt */
	line-height: 1.8em;
}
img, img a, a img { border: none; }
a { text-decoration: underline; color: #fff; }
a:hover { color: #d10; }

div.clearit { clear: both; }


/* ! - - - Default HTML - - - */
p, ul, ol, dl, address, pre { padding-bottom: .8em; font-size: 1.2em; }
h1, h2, h3, p, dl, address, pre, blockquote { margin: 0 20px; } 
address { font-style: italic; font-size: 1.1em; line-height: 1.2em; }
blockquote { font-size: 1.2em; padding: 0 0 .8em 16px; border-left: 1px dotted #fff; }

h1 {
	font-family: Univers45, Helvetica, Arial, sans-serif; 
	font-size: 1.2em; 
	font-weight: normal; 
	text-transform: uppercase; 
	padding-bottom: .75em; 
	letter-spacing: 2px; 
}
h2 {
	font: normal 1.5em Univers55, Helvetica, Arial, sans-serif; 
	padding-bottom: .5em; 
	letter-spacing: 1px; 
}
h3 {
	font-size: 1.4em; 
	font-weight: bold; 
	padding-bottom: .5em; 
}

/* ! - - - Layout - - - */
#everyoneneedsawrapper {
	width: 872px;
	margin: 18px 0 0 18px; 
	min-height: 540px; 
}
#navcolumn {
	float: left; 
	width: 330px; 
	min-height: 540px; 
	background: top left repeat-y url("../cssimages/nav_back.png") #777; 
}

/* ! - - - Navigation column - - - */
	#mainnav { 
		min-height: 450px; /* height of DIV minus height of logo, so it lines up with the bottom */
		font-family: Helvetica, Arial, sans-serif; 
	} 
		#mainnav ul { list-style: none; padding: 0; margin: 0; font-size: 1em;  line-height: 1.6em; }
			#mainnav ul li {   }
				#mainnav ul li a { 
					display: block; 
					padding: 3px 7px 1px 7px; 
					color: #eee; 
					background: none; 
					text-decoration: none; 
					text-transform: uppercase; 
					text-align: left;
					letter-spacing: 2px; 
				}
				#mainnav ul li a:hover { 
					color: #fff; 
					background: top left repeat-y url("../cssimages/nav_a_back.png") #494949;
					text-decoration: none; 
				}
				#mainnav ul li a.selected { 
					color: #111; 
					background: top left repeat-y url("../cssimages/nav_a_select.png") #929292;
					text-decoration: none; 
				}
				#mainnav ul.sub_menu { padding-bottom: 3px; }
				#mainnav ul.sub_menu li { /* font-size: .84em; */ text-transform: lowercase; letter-spacing: 1px; }
				#mainnav ul.sub_menu li a { 
					padding-left: 20px; 
					text-transform: none; 
				}
				#mainnav ul.sub_menu li a.selected { 
					color: #fff; 
					background: top left repeat-y url("../cssimages/nav_a_back.png") #494949;
				}
		a#kitelogo {
			display: block; 
			width: 90px; 
			height: 90px; 
			background: top left no-repeat url("../cssimages/KITE-logo.jpg") #d10; 
		}
			a#kitelogo:hover { background-position: top right; }
		a#ftpbutton {
			float: right; 
			padding: 66px 8px 0 0; 
			color: #fff; 
			text-decoration: none; 
			letter-spacing: 2px; 
		}
			a#ftpbutton:hover { color: #d10; }

/* ! - - - Content Column - - - */
#contentcolumn {
	float: left; 
	width: 540px; 
	min-height: 540px; 
	background-attachment: fixed; 
	background: top left no-repeat url() #333;
}
body#portfolio_template #contentcolumn { background: top left repeat-y url("../cssimages/content_back.png") #555; }
	body#default_template #contentcolumn, body#portfolio_template #contentcolumn.scroll {
		height: 540px; 
		overflow-x: hidden; 
		overflow-y: auto; 
	}
	#content { color: #fff; padding-top: 18px; }
		/* ! We define the UL & OL padding here, so the carousels don't jump around when loading */
		#content ul, #content ol, #proj_descript ul, #proj_descript ol { padding-left: 12px; margin: 0 20px; } 
		
		.list_items {
			clear: left; 
			margin: 0 20px 5px 20px; 
			min-height: 60px; 
			overflow: hidden; 
			border-bottom: 1px solid #666;
		}
			.list_items img.thumb {
				float: left; 
				display: block; 
				width: 60px; 
				margin: 0 10px 5px 0; 
			}
				.list_items:hover img.thumb { opacity: 1; }
			.list_items h4 {
				font: normal 1.4em/1.4em Helvetica, Arial, sans-serif; 
				letter-spacing: 1px; 
			}
			.list_items h4 a { text-decoration: none; }
			.list_items h4 a:hover { border-bottom: 1px solid #d10; }
			.list_items h5 { color: #ccc; font-size: 1.2em; font-weight: bold; }
			.list_items .awards { margin: 0 20px 0 70px; }
			.list_items .awards p {
				font-style: italic; 
				font-weight: normal; 
				background: top left no-repeat url("../cssimages/awards_bullet.png") transparent; 
				padding: 0 0 0 12px; 
				margin: 0; 
			}

/* ! - - - - - Blog Styles - - - - */
/*
#right {
	position: absolute;
	left: 888px;
	top: 17px;
	width: 240px; 
	max-height: 525px; 
	overflow-y: auto; 
	background-color: #999;
	display: inline-block;
	color: #222;
	padding: 10px 5px 5px 5px;
}
	#bloglist h2 { 
		color: #222;
		padding: 0; 
		font-size: 1.2em;
		font-weight: bold; 
		letter-spacing: 2px;
	}
	#bloglist h3 {
		color: #eee;
		font-size: 1.2em;
		padding: 0; 
		letter-spacing: 1px;
	}
	#bloglist a { display: block; padding: 0 0 0 4px; color: #222; text-decoration: none; }
	#bloglist a:hover { color: #fff; }
*/

#left { }
	.blog_item strong { 
		display: block; 
		font: italic 10px/11px Arial, sans-serif; 
		letter-spacing: 1px;
		color: #d10; 
		border-bottom: dotted 1px #d10; 
		margin: 0 20px 5px 20px;
	}
	.blog_item strong .prevnextentry { margin-top: -4px; float: right; }
	.prevnextentry a#nextproj { margin-left: 5px; } 

/* ! - - - - - Project pages (portfolio) - - - - */
body#portfolio_template #contentcolumn { height: 540px; }

#proj_descript {
	position: absolute; 
	top: 98px; 
	left: 348px; 
	width: 540px; 
	height: 460px; 
	overflow-x: hidden; 
	overflow-y: auto; 
	background-image: url("../cssimages/black65per_24bit.png"); 
	color: #fff; 
	z-index: 100; 
}
	#awards p { font-size: 1em; font-style: italic; padding-bottom: 2px; }

#proj_header { height: 80px; }
	#proj_title {
		height: 52px; 
		color: #fff;
		text-align: right; 
		padding: 5px 8px 0 8px; 
	}
		#proj_title h1 { font-size: 1em; line-height: 1.4em; padding-bottom: 0; margin: 0; }
		#proj_title h1 small { font-size: 1em; text-transform: none; }
		#proj_title p { font-size: 1em; padding-bottom: 0; margin: 0; }
		#proj_title a { font-size: 1em; text-decoration: none; letter-spacing: 1px; }
	#proj_buttons { }
	#proj_buttons a { text-decoration: none; margin: 0 5px 0 0; }
		#proj_buttons a.prevbut, #proj_buttons a.nextbut {
			display: inline-block; 
			width: 8px; 
			height: 11px;
		}
			#proj_buttons a.prevbut { background: top left no-repeat url("../cssimages/single_previous.png") transparent; }
			#proj_buttons a.nextbut { background: top right no-repeat url("../cssimages/single_next.png") transparent; }
			#proj_buttons a.prevbut:hover { background-position: top right; }
			#proj_buttons a.nextbut:hover { background-position: top left; }
				#control_items a { font-weight: bold; padding: 2px 3px 0 3px; background-color: transparent; }
				#control_items a:hover, #proj_buttons #control_items a.selected { color: #222; background-color: #d10; }
		#nextprojects { padding: 0 0 0 5px; }
		#thisproject { float: right; }
		a#prevproj, a#nextproj {
			display: inline-block; 
			width: 13px; 
			height: 11px; 
		}
			a#prevproj { background: top left no-repeat url("../cssimages/double_previous.png") transparent; }
			a#nextproj { background: top right no-repeat url("../cssimages/double_next.png") transparent; }
			a#prevproj:hover { background-position: top right; }
			a#nextproj:hover { background-position: top left; }
	#proj_images .carousel, #proj_images .carousel ul, #proj_images .carousel ul li { width: 540px; height: 460px; overflow: hidden; }
	#proj_images .carousel ul li img { height: 460px; }

#contact {
	clear: both; 
	color: #111;
	padding: 8px 0 0 0;
	letter-spacing: 1px; 
}
	#contact p { font-size: 1em; padding: 0; margin: 0; }
	#contact b { color: #900; }
	#contact a { text-decoration: none; color: black; }
	#contact a:hover { color: #900; }

/* ! - - - Dummy Proof users of Tiny-MCE - - - */
pre { white-space: normal; }
code { font-family: Courier, "Courier New", CourierNew, monospace; }
address { font-style: italic; font-weight: normal; } 

/* ! - - - Experimental CSS 3.0 calls - - - */
.list_items img.thumb { opacity: .4; }
:focus { -moz-outline-style: none; }