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

#menuholder {
	position:fixed;
	display:block;
	margin-top:190px;
	margin-left:30px;
	width:180px;
	z-index:9;
}

#logo-black {
	position:fixed;
	display:block;
	margin-top:50px;
	width:172px;
	height:110px;
	margin-left:30px;
	z-index:9;
}

#logo-white {
	position:absolute;
	display:block;
	margin-top:50px;
	width:172px;
	height:110px;
	margin-left:30px;
	z-index:9;
}

#steve-pic {
	position:absolute;
	display:block;
	margin-top:-325px;
	top: 50%;
	width:605px;
	height:649px;
	margin-left:225px;
	z-index:1;
}

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 11px Helvetica, Arial;
color: #959595;
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
padding: 2px 0px 2px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .menuheader a{
color: #959595;
display: block;
text-decoration: none;
font: 11px Arial;
}

.arrowlistmenu .menuheader a:hover{
color: #ec008c;
}

.arrowlistmenu .menuheader:hover { /*CSS class for menu headers in general (expanding or not!)*/
color: #ec008c;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
color: 959595;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 1px 0px 1px 0px;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #959595;
display: block;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font: 11px Arial;
}

.arrowlistmenu ul li a:visited{
color: #959595;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #ec008c;
}

#socialboy {
	position:fixed;
	display:block;
	top: 100%;
	margin-top:-50px;
	margin-left:30px;
	width:180px;
	z-index:10;
}