@charset "utf-8";
/* CSS Document */

/*General Stuff*/

html{
background:#E78F3A url(images/bottom_repeat.png) repeat center;
}
body{
background:#E78F3A url(images/trim.png) repeat-x top;
margin:0 auto;
text-align:center;
min-width:900px;
color:#FFFFFF;
font-family:"Century Gothic", Century;
font-weight:bold;
}
#wrap{
background:#E78F3A url(images/index_background.png) no-repeat top center;
color:#FFFFFF;
width:900px;
height:790px;
margin:0 auto;
padding-top:10px;
text-align:center;
display:block;
overflow:visible;
}
#footer{
background:url(images/bottom_repeat.png) repeat-y fixed top;
margin:0 auto;
width:900px;
min-height:20px;
text-align:center;
display:block;
}
#banner{
width:900px;
height:97px;
}
#nav{
width:900px;
}
#content{
margin:0 auto;
width:900px;
text-align:center;
}
img{
border:0px;
}
a{
text-decoration:none;
}
a:link{
color:#FFFFFF;
}
a:visited{
color:#FFFFFF;
}
a:hover{
color:#FFFFFF;
}
a:active{
color:#FFFFFF;
}
.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
/*Index Styles*/

#contentindex{
margin-top:-350px;
width:800px;
text-align:center;
}
#intro{
margin:0 auto;
width:340px;
position:relative;
top:390px;
left:170px;
text-align:center;
}

/*Art and Animation*/

#contentanim{
margin:0 auto;
width:600px;
text-align:center;
}
#pictures{
float:left;
margin-top:20px;
margin-left:150px;
letter-spacing:10px;
line-height:40px;
}
.projects{
width:173px;
margin-left:10px;
margin-right:10px;
float:left;
font-size:large;
}
p.projects{
margin:0 auto;
}
#comics{
float:left;
width:145px;
margin-top:20px;
margin-left:100px;
}
p.comics1{
font-size:small;
margin:0 auto;
}
p.comics2{
font-size:x-small;
margin:0 auto;
}
.title{
margin-bottom:5px;
}
/*Links Page*/

#places{
width:340px;
text-align:center;
margin:0 auto;
}
#people{
width:250px;
text-align:center;
margin:0 auto;
}
.shoutouts{
float:left;
font-size:large;
margin:0 auto;
}
.placelink{
margin:10px;
}
#animback{
margin:0 auto;
}

/*Rollovers*/

span{display:none;}

a.info{width:50px; height:36px; display:inline-block;}
a.animation{width:117px; height:36px; display:inline-block;}
a.art{width:41px; height:36px; display:inline-block;}
a.links{width:54px; height:36px; display:inline-block;}
a.clients{width:74px; height:36px; display:inline-block;}
a.backbutton{width:178px; height:54px; display:block; margin-left:362px;}

a#info{background-image:url(images/index_button_info.png);}
a#animation{background-image:url(images/index_button_animation.png);}
a#art{background-image:url(images/index_button_art.png);}
a#links{background-image:url(images/index_button_links.png);}
a#clients{background-image:url(images/index_button_clients.png);}
a#backbutton{background-image:url(images/button_back.png);}
a#animback{background-image:url(images/button_back.png);}

a#info:hover{background-image:url(images/index_button_info_over.png);}
a#animation:hover{background-image:url(images/index_button_animation_over.png);}
a#art:hover{background-image:url(images/index_button_art_over.png);}
a#links:hover{background-image:url(images/index_button_links_over.png);}
a#clients:hover{background-image:url(images/index_button_clients_over.png);}
a#backbutton:hover{background-image:url(images/button_back_over.png);}
a#animback:hover{background-image:url(images/button_back_over.png);}

/*Lightbox stuff*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
