/*==========================================*\
|*				Background
\*==========================================*/
body
{
	background-color: #00081C;
}

#main
{
	width: 750px;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("wwr_files/images/wwr_template.png");
	background-repeat: no-repeat;
}

/*==========================================*\
|*					Banner
\*==========================================*/
#banner
{
	width: 750px;
	height: 120px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#banner a
{
	display: block;
	width: inherit;
	height: inherit;	
}

/*==========================================*\
|*			Sidebar & Buttons
\*==========================================*/
#sidebar
{
	width: 215px;
	height: 540px;
	margin: 0;
	padding: 0;
	background-image: url("wwr_files/images/sidebar_complete.png");
	position: relative;
	float: left;
}

#sidebar li
{
	display: block;
	width: 215px;
	height: 35px;
	list-style: none;
	position: absolute;
}

#sidebar a
{
	display: block;
	width: 215px;
	height: 35px;
}

#btn1 { top: 39px; }		/* CG Artwork */
#btn2 { top: 77px; }		/* Traditional Art */
#btn3 { top: 115px; }	/* Sketches */
#btn4 { top: 153px; }	/* Graphic Art */
#btn5 { top: 191px; }	/* SOTW Forum */
#btn6 { top: 229px; }	/* FFXI Gallery */
#btn7 { top: 268px; }	/* My DeviantArt */
#btn8 { top: 306px; }	/* MySpace */
#btn9 { top: 343px; }	/* Contact Me */
#btn10 { top: 381px; }	/* FFXI Blog */
#btn11 { top: 419px; }	/* Links */

#btn1 a:hover {background: transparent url("wwr_files/images/sidebar_complete.png") -215px -39px no-repeat;}
#btn2 a:hover {background: transparent url("wwr_files/images/sidebar_complete.png") -215px -77px no-repeat;}
#btn3 a:hover {background: transparent url("wwr_files/images/sidebar_complete.png") -215px -115px no-repeat;}
#btn4 a:hover {background: transparent url("wwr_files/images/sidebar_complete.png") -215px -153px no-repeat;}
#btn5 a:hover {background: transparent url("wwr_files/images/sidebar_complete.png") -215px -191px no-repeat;}
#btn6 a:hover {background: transparent url("wwr_files/images/sidebar_complete.png") -215px -229px no-repeat;}
#btn7 a:hover {background: transparent url("wwr_files/images/sidebar_complete.png") -215px -268px no-repeat;}
#btn8 a:hover {background: transparent url("wwr_files/images/sidebar_complete.png") -215px -306px no-repeat;}
#btn9 a:hover {background: transparent url("wwr_files/images/sidebar_complete.png") -215px -343px no-repeat;}
#btn10 a:hover {background: transparent url("wwr_files/images/sidebar_complete.png") -215px -381px no-repeat;}
#btn11 a:hover {background: transparent url("wwr_files/images/sidebar_complete.png") -215px -419px no-repeat;}

/*==========================================*\
|*				Content
\*==========================================*/
#content_header
{
	width: 380px;
	height: 50px;
	padding: 0 0 0 40;
	overflow: hidden;
	
	color: #769FAC;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 24px;
	font-family: "Times New Roman";	
	line-height: 20px;
	text-align: center;
	text-decoration: underline;
}

#content
{
	width: 400px;
	height: 500px;
	margin: 0;
	padding: 0 0 0 20;
	overflow: auto;
	position: relative;
	
	color: #769FAC;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: "Trebuchet MS", sans-serif;
	text-align: left;	
	line-height: 20px;
}

#footer
{
	width: 440px;
	height: 30px;
	position: relative;
	top: 270px;
	left: 20px;
}

/*==========================================*\
|*				Other
\*==========================================*/
p.content
{
	color: white;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: "Times New Roman";
	text-align: left;
}

p.footer
{
	color: white;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: "Times New Roman";
}

a		/* Edit this part to change look of text for hyperlinks */
{
	color: #769FAC;		/* font color */
	font-size: ;		/* in pixels */
	font-style: ;		/* Options: normal, italic, oblique */
	font-variant: ;		/* normal, small-caps */
	font-weight: ;		/* lighter, normal, bold, bolder */
	font-family: ;		/* font type */
	line-height: ;		/* space between lines, in pixels */
	letter-spacing: ;	/* space between letters, in pixels */
	word-spacing: ;		/* space between words, in pixels */
	text-align: ;		/* left, right, center, justify */
	text-decoration: ;	/* none, underline, overline, line-through, blink */
	text-transform: ;	/* none, capitalize, uppercase, lowercase */
}

/*==========================================*\
|*				Thumbnails
\*==========================================*/
div.thumbnail
{
	margin: 30 0 0 30;
	height: auto;
	width: auto;
	float: left;
	line-height: 0px;
}

div.thumbnail img
{
	display:inline;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

div.thumbnail a:hover img
{
	opacity: 0.8;
}

/*==========================================*\
|*				LightBox
\*==========================================*/
#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("wwr_files/images/lightbox/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("wwr_files/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; }

/*==========================================*\
|*				jsScroll
\*==========================================*/
.Scroller-Container {
	position: absolute;
	top: 0px; left: 0px;
}
.scrollbar-up {
	cursor: pointer;
	position: absolute;
	top: 0%; right: 0%;
}
.scrollbar-down {
	cursor: pointer;
	position: absolute;
	top: 50%; right: 0%;
}