/*GENERAL*/
body {
	margin:0 0 0 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background:#dedede;
	color:#646464;
	width:100%;
	height:100%;
	overflow:hidden;
}
a {
	text-decoration:none;
	color: #646464;
}
.bold {
	font-weight:bold;
}
div#container {
	height:100%;
	width:100%;
	padding:0px;
	overflow:hidden;
	display:block;
	position:absolute;
	top:0px;
}
img {
	border:none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.floater {
	float:left;
}
#ie7alert {
	font-size:12px;
	color:white;
	background:red;
	line-height:40px;
	width:100%;
	height:40px;
	position:absolute;
	margin-top:-13px;
    top:50%;
	z-index:9950;
	text-align:center;
	overflow:hidden;
    font-weight:bold;
}
#ie7alert span, #resAlert span {
	cursor:pointer;
}
#resAlert {
	font-size:12px;
	color:#646464;
	background:#fff;
	width:220px;
	height:76px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-120px;
	margin-top:-48px;
	z-index:20000;
	text-align:center;
	padding:5px;
	border:5px solid #333;
	border-radius: 6px;
	display:none;
}
#res {
	color:red;
}
#closeBox {
	position:absolute;
	top:-5px;
	right:-28px;
	color:white;
	background:#333;
	width:20px;
	height:20px;
	border-radius:3px;
	cursor:pointer;
	color:white;
	line-height:20px;
	font-size:16px;
	font-weight:bold;
}
/*BANNER TOP*/
#gb-logo {
	position:fixed;
	background:white;
	width:39px;
	height:43px;
	z-index:10001;
	left:52px;
	overflow:hidden;
	cursor:pointer;
	border-radius:0 0 2px 2px;
	box-shadow:0 0 7px #555;
}
#gb-logo  img {
	position:absolute;
	bottom:0;
	border-radius:0 0 3px 3px;
}
#fb_banner {
    position:absolute;
    background: #374f8a;
    width:26px;
    height:42px;
    z-index:10001;
    left:101px;
    overflow:hidden;
    border-radius:0 0 2px 2px;
	box-shadow:0 0 7px #555;
}
#fb_logo {
    position:absolute;
    width:10px;
    height:18px;
    background:url(../images/bkg/fb_logo.png) 0 0 no-repeat;
    top:11px;
    left:8px;
    z-index:10002;
}
#fb_like {
    position:absolute;
    left:5px;
    top:10px;
    opacity:0;
    filter:alpha(opacity=0);
    overflow:hidden;
}
#banner_top {
	height:34px;
	background:#dedede;
	position:fixed;
	width:100%;
	z-index:10000;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#top_container, #link_container {
	margin:5px auto;
	width:100%;
	position:relative;
	height:25px;
	position:fixed;
	line-height:25px;
	text-align:right;
	min-width:860px;
}
#top_container {
	background:url("../images/bkg/banner_top.png") bottom repeat-x;
}
#georgebiti {
	margin: 0 25px 0 45px;
	float:left;
	font-size:16px;
	text-shadow:0 1px 0 #dedede;
	cursor:pointer;
}
#menu_holder {
	margin: 0;
	width:1200px;
	height:35px;
	width:100%;
	padding-left:130px;
}
#menu_holder > a {
	float:left;
	text-align:center;
	font-size: 11px;
	text-shadow: 0 1px 0 #DEDEDE;
	font-weight:bold;
}
#bio {
	margin-right:45px;
	color:#c36969;
    width:100px;
}
#digital {
	color:#805fab;
    width: 50px;
}
#illu{
	color:#41699f;
	text-shadow: 0 1px 0 #DEDEDE;
    width:100px;
}
#web{
	color:#98626d;
    width:60px;
}
#logos {
	color:#866732;
    width:100px;
}
#resources {
	color:#2f8685;
    width:100px;
}
#scrapbook {
    width:100px;
}
#traditional {
	color:#517f67;
    width:80px;
    margin-left:20px;
}
#misc {
	color:#666;
    width:100px;
}
#jquery {
	color:#3079d3;
}
#tuts {
	color:#a3467d;
}
/*SCROLLBAR*/
#scrollbar {
	height:34px;
	width:100%;
	background:#dedede url("../images/bkg/shadows.png") 0 -80px repeat-x;
	position:fixed;
	margin-top:52px;
	z-index:6500;
	padding-bottom:5px;
}
#like {
	width:1px;
	height: 25px;
	background:url("../images/bkg/facebook_bkg.png") repeat-x;
	float:left;
}
#shadow_x {
	width:100%;
	height:22px;
	background: url("../images/bkg/shadows.png") 0 -40px repeat-x;
	position:fixed;
	margin-top:106px;
	z-index:6000;
}
/*MAIN CONTENT*/
.scroll_x {
	width:100%;
	height:100%;
	position:relative;
}
#big_main_content {
	width:100%;
	top: 34px;
	bottom:0;
	display:block;
	position:absolute;
	z-index:4998;
	background:#dedede;
	overflow:hidden;
}
#scrollWrapper {
	width:100%;
	height:100%;
	display:block;
	/*overflow-y:hidden;*/
	overflow-x:auto;
	position:absolute;
	padding:0;
    bottom:0;
}
#scrollHolderLeft {
	width:134px;
	height:92px;
	position:absolute;
	z-index:10000;
	left:-77px;
	top:50%;
	margin-top:-46px;
	display:none;
}
#scrollHolderRight {
	width:115px;
	height:92px;
	position:absolute;
	z-index:10000;
	right:-56px;
	top:50%;
	margin-top:-46px;
	display:none;
}
#scrollHolderLeft>div{
	/*margin-left:-77px;*/
}
#scroll_left_shadow {
	width:134px;
	height:92px;
	position:absolute;
	/*background:url(../images/bkg/interface.png) -920px -465px no-repeat;*/
	opacity:0.4;
	filter:alpha(opacity=40);
}
#scroll_right_shadow {
	width:115px;
	height:92px;
	position:absolute;
	/*background:url(../images/bkg/interface.png) -646px -465px no-repeat;*/
	opacity:0.4;
	filter:alpha(opacity=40);
	margin-left:19px;
}
#black_bkg_scroll_left {
	width:115px;
	height:72px;
	position:absolute;
	background:black;
	opacity:0.4;
	filter:alpha(opacity=40);
	border-radius: 0 6px 6px 0;
	box-shadow: 4px 4px 8px #000;
}
#black_bkg_scroll_right {
	width:115px;
	height:72px;
	position:absolute;
	background:black;
	opacity:0.4;
	filter:alpha(opacity=40);
	margin-left:19px;
	border-radius: 6px 0 0 6px;
	box-shadow: 4px 4px 8px #000;
}
#white_bkg_scroll_left {
	width:110px;
	height:62px;
	margin-top:5px;
	position:absolute;
	background:white;
	border-radius: 0 3px 3px 0;
}
#white_bkg_scroll_right {
	width:110px;
	height:62px;
	margin:5px 0 0 24px;
	position:absolute;
	background:white;
	border-radius: 3px 0 0 3px;
}
#white_bkg_scroll_left div, #white_bkg_scroll_right div{
	position:absolute;
	margin-top:17px;
	opacity:0.7;
	filter:alpha(opacity=70);
	cursor:pointer;
}
#backLeft {
	width:16px;
	height:28px;
	background:url(../images/bkg/interface.png) -1073px -153px no-repeat;
	margin-left:15px;
}
#backRight {
	width:16px;
	height:28px;
	background:url(../images/bkg/interface.png) -1276px -153px no-repeat;
	margin-left:79px;
}
#ffwdLeft {
	width:27px;
	height:28px;
	background:url(../images/bkg/interface.png) -1099px -153px no-repeat;
	margin-left:41px;
}
#ffwdRight {
	width:27px;
	height:28px;
	background:url(../images/bkg/interface.png) -1239px -153px no-repeat;
	margin-left:42px;
}
#scrollLeft {
	width:15px;
	height:28px;
	background:url(../images/bkg/interface.png) -1139px -153px no-repeat;
	margin-left:81px;
}
#scrollRight {
	width:15px;
	height:28px;
	background:url(../images/bkg/interface.png) -1211px -153px no-repeat;
	margin-left:14px;
}
#fadeLeft {
	width:32px;
	height:100%;
	background:url(../images/bkg/fadeLeft.png) repeat-y;
	z-index:9000;
	position:fixed;
	left:0;
	bottom:17px;
}
#fadeRight {
	width:32px;
	height:100%;
	background:url(../images/bkg/fadeRight.png) repeat-y;
	z-index:9001;
	position:fixed;
	right:0;
	bottom:17px;
}

/*ARTWORK THUMBNAILS*/
.ribbon {
	width:75px;
	height:74px;
	position:absolute;
	margin:0;
	z-index:1000;
	color:aqua;
	font-weight:bold;
}
.filler {
	height:1px;
	width:20px;
	position:absolute;
}
.preloader {
	width:35px;
	height:35px;
	background:url(../images/bkg/preloader.gif);
	position:absolute;
	left:50%;
	top:50%;
	z-index:600;
}
#intro {
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	position:relative;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#presentation {
	font-size:52px;
	line-height: 46px;
	vertical-align:center;
	letter-spacing:-0.1em;
	color:white;
	font-weight:bold;
	cursor:default;
	position:relative;
}
#photo {
	width:185px;
	height:185px;
	border-radius:6px;
	background:white;
	overflow:hidden;
	float:left;
}
/*BIO*/
#biography {
	margin-top:50px;
	margin-left:50px;
	width:650px;
}
#bio_desc {
	float:left;
	width:450px;
	margin-left:15px;
	color:#545454;
	font-size:11px;
}
/*BOTTOM BAND*/
#bottom_band {
	width:100%;
	height: 15px;
	position:fixed;
	z-index:5800;
	bottom:0;
	background:#c9c9c9;
}
#credits {
	padding-left:20px;
	text-shadow: 0 1px 0 #DEDEDE;
	line-height:30px;
	font-size:13px;
	cursor:default;
	display:none;
}