body {
	background:none repeat scroll 0 0 #1E231C;
	color:WHITE;
	font-family:helvetica, sans-serif;
}
h2 {font-size:130%;}
h3 {font-size:120%; border-bottom:1px solid #DFD2C5; font-variant:small-caps;}
h4 {font-size:110%;}
h2, h3, h4 {
	font-family:helvetica;
	padding:0.5em 0;
}
a {
	color:WHITE;
	text-decoration:none;
}

#banner {
	background:url(bg_banner_kevindooley.jpg); 
	border-bottom:2px outset #B60600;
}
#header {height:160px;}
#header h1 {
	background:transparent url(klaus!.png) no-repeat scroll right bottom;
	height:100px;
	position:relative;
}
#header h1 span {
	display:none;
	color:LAVENDER;
	font-family:Segoe print;
	font-size:5em;
	position:absolute;
	right:0;
	text-shadow:5px 3px 4px DARKRED;
	top:15px;
}
#header h2 {
	margin-top:10px;
	text-shadow:1px 1px 3px GRAY;
}
#header ul {
	font-size:0.9em;
	font-variant:small-caps;
	font-weight:bold;
}
#header li {
	float:left;
	height:100px;
	line-height:180px;
	text-align:center;
}
#header a {
	border-bottom:2px solid #DFD2C5;
	display:block;
	height:100px;
	padding:0 4px;
	width:80px;
	/* transparency for different browsers 
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;    */
}
#header a:hover {
	background:url(mask.png);
}
#header a.current {
	background:#C61600 none repeat scroll 0 0;
}

.tab_panel {
	background:#1E231C none repeat scroll 0 0;
	margin:10px 0;
	padding:10px 0;
}
.fit {margin:0;}	/* 960.gs: make grid_X fit */
.fit * {margin:5px;}

.side {
	background:url(urban_spider_2E332C.jpg);
	padding:0 1em;
	/*text-align:justify;*/
}
.side li {margin:0.2em;}
.side a:hover {background:#C61600;}

#home, #blog, #contact {margin-top:68px;}
#portfolio {}
#transport {position:relative;}
#next {position:absolute; right:10px;}
#prev a {background:url(button_rewind_c61600.png) no-repeat top; }
#next a {background:url(button_fastforward_c61600.png) no-repeat top; }
#prev a, #next a {display:block; height:48px; padding:0 0 1em; text-decoration:none; width:48px;}
/*#prev a:hover, #next a:hover {background-position: bottom;}*/
#prev.disabled a, #next.disabled a {background-image:none;}

#viewport {
	overflow:hidden;
}
#viewport.hijax {
	height:350px;
	position:relative;
}
#viewport .items {
	clear:both;
	position:absolute;
	width:20000em;
}
#viewport .items .showcase {
	float:left;		
	height:400px; 
	overflow:hidden;
}
.framed, .snapshot img, #contact div img {
	border-color:#0E130C #2E332C #2E332C #0E130C;
	border-style:solid;
	border-width:4px;
}
.snapshot img {width:572px;}
.overview {}
.overview h2 {
	border-bottom:1px solid #DFD2C5;
	margin-bottom:0.4em;
	padding-bottom:0.1em;
}
.overview p {text-align:justify;}
.overview div {
	padding:0 0 0.5em 0.5em;
	text-align:right;
}
.overview div * {
padding-bottom:0.4em;
}
.overview h4 {
	border-top:1px solid #DFD2C5;
	margin-top:0.4em;
	padding-top:0.1em;
	text-align:right;
}
.overview a:hover {background:#C61600;}

#contact div img {width:332px;}
#contact form div {margin:0 !important; padding:5px; position:relative;}
#contact form div * {color:#1E231C; display:block; width:100%;}
#contact form div label {padding:0.2em; position:absolute;}
#contact form div button {width:auto;}

