/*
	main.css
	----------
*/


/* ---------- layout ---------- */

/* --- general --- */

body {
    overflow: hidden;
}

.toplevel {
    padding: 0 0 0 50px;
}

#bio {
    padding-top: 73px;
    position: fixed;
    height: 30px;
    width: 100%;
    overflow: hidden;
    z-index: 1000000;
}
#bio p {
    margin-top: 11px;
}

#portfolio {
    padding-top: 105px;
    height: 500px;
    overflow: hidden;
}

.project-group {
    margin-bottom: 20px;
    margin-top: 6px;
}

.project .container {
    width: 100%;
    overflow: hidden;
    display: none;
}

.project .container2 {
    margin-left: -30px;
    margin-top: 10px;
    display: none;
}

.project .scrollarea {
    width: 99999px;
    overflow: hidden;
    padding-bottom: 20px;
}

.project .item-group {
    float: left;
    padding-right: 50px;
}

.project .item {
    float: left;
    padding-right: 20px;
}

h1, h2, h3 {
    margin-bottom: 2px;
}

.alt {
	
	display: none;
	
}

/* ---------- appearance ---------- */

/* --- textual --- */

body {
    color: #CCC;
    text-transform: uppercase;
    font-size: 9px;
    font-family: "times new roman";
    letter-spacing: 3px;
    font-weight: light;
    line-height: 18px;
}

h1, h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 14px;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 16px;
    text-transform: none;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 14px;
}
h1 {
    color: #EEE;
}
h2 {
    font-size: 9px;
}
h3 {
    font-size: 9px;
}
h4 {
    font-size: 9px;
}

/* --- general --- */

body {
    background: #000;
}

#bio {
    background-color:#000000;
    background: rgb(0,0,0); /* The Fallback */
    background: rgba(0,0,0, 0.85);
}

.title, #bio {
    cursor: pointer;
}

#slider {
    background-color: #fff;
    position: fixed;
    top: 105px;
    right: 50px;
    height: 500px;
    z-index: 2000000;
}

/* --- slider overrides --- */

.ui-slider-vertical {
    width: 1px !important;
}
.ui-widget-content {
    border: none !important;
}
.ui-slider-handle {
    width: 40px !important;
    border: none !important;
    left: -20px !important;
    height: 35px !important;
    background: transparent url(../images/scroll.png) no-repeat scroll 20px 0  !important;
}