@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding:0;}
body { font-family: Helvetica, Arial, sans-serif; font-size: 11px; color: #FFF; }
a { color:#FFF; outline:none;}

h1{ font-size: 18px; } 
h2{ font-size: 15px; line-height: 15px; } 
h3{ font-size: 11px; line-height: 12px; }

#sidebar_wrapper {
	width: 205px;
	position: absolute;
	height: 100%;
	left: -165px;
	z-index: 999;
}
#sidebar {
	background-color: #000;
	color: #FFF;
	width: 165px;
	height: 100%;
	position: relative;	
}

#clicker, #contactlink2 {
	display:block;
	float: right;
	background:url(images/black_arrow_right.png) center right no-repeat;
	width:24px;
	height:27px;
	text-indent:-10000px;
	margin-top:6px;
	margin-right:8px;
	z-index:999;
}

#contactlink2 {
	background:url(images/black_arrow_left.png) center right no-repeat;
}

.sidebar_clicked a#clicker {
	background-image:url(images/black_arrow_left.png);
}

#sidebar img { 
	display:block;
/*	width: 109px;
	height: 56px;*/
	margin: 0 auto 5px 12px; 
	padding-top: 10px;
	}

#sidebar ul { list-style:none; }

#sidebar ul#sub_nav {
 position:absolute; 
 bottom: 0px;
 background-color: #000;}

	#sidebar ul li {
		text-align: left;
		margin-left: 12px;
		line-height: 30px;
	}
	#sidebar ul li a {
		display: block;
		width: 135px;
		line-height: 40px;
		outline:none;
	}
	#sidebar ul#sub_nav li a {
		text-indent: -10000px;
	}
	
	#sidebar ul li a#facebook {
		background: url(images/facebook.gif) left top no-repeat;
	}
	#sidebar ul li a#flickr {
		background: url(images/flickr.gif) left top no-repeat;
	}
	#sidebar ul li a#vimeo {
		background: url(images/vimeo.gif) left top no-repeat;
	}
	#sidebar ul li a#iwantyou{
		background: url(images/iwantyou.gif) left top no-repeat;
	}
	#sidebar ul li a#delicious{
		background: url(images/delicious.gif) left top no-repeat;
		line-height: 30px;
	}

#eyes {
	 z-index:1;
}

#info_contact_wrapper{
	width: 700px;
	position: absolute;
	left: -700px;
	height: 100%;
	z-index:996;
	top:0px;
}

#info_contact {
	width: 660px;
	position: absolute;
	height: 100%;
	z-index:997;
	background-color:#000;
}

#info {
/*width: 425px;*/
/*float: left;*/
line-height: 20px;
text-align:justify;
font-size: 12px;
}

#contact {	
	margin: 8px 0px 10px 17px;
}

#contact h1, #contact p {
	line-height:30px;
}

.overview, #vcard, .slider_container {
	margin:15px 15px 0px 15px;
}

.phone { font-size:13px;}

img, div, a, input { behavior: url(iepngfix.htc) }

.notice {color: #FFFF00;}

#info, .overview {
background-color:#000;
}

#vcard a {
display: block;
margin-top: 5px;
margin-bottom: 30px;
}

.slider { 
	margin-bottom:15px;
	line-height:15px;
	padding-right: 20px;
	display:block;
	float:left;
	background: url(images/slider_arrow.gif) top right no-repeat;
}

.slider_clicked{ background-position: right bottom; }

.list_box {
		float: left;
		width:auto;
		margin-right: 30px;
		text-align:left;
		margin-bottom: 15px;
}
	.list_box h2 { margin-bottom:5px; }
	.list_box h3 { margin-bottom:10px; }
	.list_box ul { list-style-type:none;}
	.last_box { margin-bottom: 0px;}
	.bios_box { margin-right: 15px;}
	.last_horiz_box { margin-right: 0px; }
	.bios { width: 200px; font-size: 9px; text-align: justify; line-height: 13px;}
	
.clear { clear:both; }
