@charset "utf-8";
/* CSS Document */

@font-face {font-family:"Agency FB"; src: url('assets/agencyb.ttf'); }

body {background-color:#555; 
      background-image:url(assets/layout/grid-trans.png);
	  font-family:"Agency FB", "Courier New";
      font-size:20px; color:#CCC; }
	  
	  
 a:link {text-decoration:none; color:#FFF; }
 a:visited {text-decoration: none ;color:#CCC; }
 a:hover {text-decoration: none ;color: #999; }
 a:active {text-decoration: none ;color:#99b; }
/*
 a {outline: none;}
 a:link {text-decoration:none; color:#99c; }
 a:visited {text-decoration: none ;color:#99b; }
 a:hover {text-decoration: none ;color: #634B63; }
 a:active {text-decoration: none ;color: #CCC;} 
 
 




			/* TOP */
div#top {height:43px; background-color:#766f76; font-size:26px; min-width:500px;
background-image:url(assets/layout/top-line.png); background-repeat:repeat-x; background-position:center;}

	img#topleft-vector {height:43px; float:left;}
	img#topright-vector {height:43px; float:right;}
	

			/* MAIN DIV */
			
div#main {margin: 0 auto; margin-top:0.25em; width:865px; background-color:#75747a;
 background-image:url(assets/layout/grid-trans-light.png);}


/* main Nav */

ul#main-nav {list-style:none; width:99px; position:relative; right:2em; bottom:1.25em;}
ul#main-nav li {border:thin #4c4950 solid; background-color:#67666c; border-left:hidden;}
ul#main-nav li a {margin-left:1em; font-size:21px;}

/* Store Nav */

ul#storenav {list-style:none; width:99px; position:relative; right:2em; bottom:1.25em;}
ul#storenav li {border:thin #4c4950 solid; background-color:#67666c; border-left:hidden;}
ul#storenav li a {margin-left:1em; font-size:21px;}

           /* CONTENT */

div#content {width:727px; position:relative; left:5em; bottom:7.75em;
}

object#mainvid {margin-left: 5em;}

            /* STORE CATAGORY THUMBS */
			
ul#store-cat-thumbs li {display:inline;}
ul#store-cat-thumbs a {outline:none;}
ul#store-cat-thumbs img {border:none; outline:none;}
img#cont-first {padding-right:1em;}
img#cont-last {padding-left:1em;}

/* UPDATES */


div#update {width:727px; position: relative; border:solid thin #4c4950; background-color:#5f5d62;
-moz-border-radius:25px 25px 25px 25px;
-webkit-border-radius:25px 25px 25px 25px;}

p.update-p {margin-left:1em;}
p.update-p a {outline: none;}
p.update-p a:link {text-decoration:none; color:#99c; }
p.update-p a:visited {text-decoration: none ;color:#99b; }
p.update-p a:hover {text-decoration: none ;color: #634B63; }
p.update-p a:active {text-decoration: none ;color: #CCC;} 

/* v-update */ 

div#v-update {width:675px; position: relative; border:solid thin #4c4950; background-color:#5f5d62;
-moz-border-radius:25px 25px 25px 25px;
-webkit-border-radius:25px 25px 25px 25px;}



   /*  STORE  */
   
  div#item {width: 385px; position: relative; left:1em; bottom:1em;}
  div.storehead {font-size:16px;}
  
  /* item info */
  ul.item-info {position:relative; left:8.25em; bottom:12.5em; list-style:none; margin-bottom:-8em;}
  li.list-info {margin-bottom:10px;}
  li.item-submit {border:solid thin #333; background-color:#766f76; width:4.25em; padding-left:5px; margin-top:1em;}
  span.boxy {border: solid thin #333; background-color:#FFF; color:#333; padding-left:5px; padding-right:5px;}
  li.list-description {position: relative; top:1em; }
  
  /* Light Box */
  
#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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/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; }

/* Videobox */

body {margin: 0;}
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


  /* Image Gallery */
  
  div.image-gallery {width:727px; position:relative; left:6em; bottom:5em;}
  
  div.thumb-gallery {width:720px; position:relative; left:2em; bottom:0.5em;}
  
  
  /*Thumbnails: This is for something I'm planning later on down the road and doesn't */


div.thumbnaildiv { float: left; width:30em;}
div.thumbnaildiv ul {padding-left: 0; margin-left: 0;}
div.thumbnaildiv ul li {display: inline;}

ul.thumblist li {text-decoration: none; border: none;}
ul.thumblist img {text-decoration: none; border: none; padding-top:.5em;}
ul.thumblist a {text-decoration: none; border: none; outline: none; font-size:28px;}
  
  /* copyright, ect. */
  
  div#copyright {
	  background-image:url(assets/layout/top-line.png); background-repeat:repeat-x; background-position:center;
  font-size:14px; color:#CCC; float:right;}







