/* style.css - feud art style sheet */


body{
	margin-left:40px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#003300;
	background:url(clip8_27h.jpg);
	}
	
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#330000;
	}

a {
	color:#660000;
	font-size:14px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:000099;}
a:visited {color:#666600}
a:hover {background-color:#ffff00;}

	/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/gallery/simple.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* The outer container with a relative position */
#gallery {width:955px; height:500px; position:relative; background:transparent; border:0px;}

/* Float the ul to the right with a width to give 3 thumbnail images per row */
#gallery ul {list-style:none; padding:0; margin:10px 0 0 0; width:225px; float:right;}

/* Place the list items inline using display:inline for IE and float:left */
#gallery ul li {display:inline; width:50px; height:50px; float:left; margin:0 0 5px 5px; border:0px; cursor:pointer;}

/* Set up the thumbnail images as the background images */
#gallery ul li.tb1 {background:url(Tlegolasinthetrees.jpg);}
#gallery ul li.tb2 {background:url(Tthranduil_legolas.jpg);}
#gallery ul li.tb3 {background:url(Telrond.jpg);}
#gallery ul li.tb4 {background:url(Tlegobisbis.jpg);}
#gallery ul li.tb5 {background:url(Tflatfishmorn.jpg);}
#gallery ul li.tb6 {background:url(Taearlinnyule.jpg);}
#gallery ul li.tb7 {background:url(TTawarwaith.jpg);}
#gallery ul li.tb8 {background:url(TTirnentawar.jpg);}
#gallery ul li.tb9 {background:url(TChapter53.jpg);}
#gallery ul li.tb10 {background:url(TTawar02.jpg);}
#gallery ul li.tb11 {background:url(TTirno2.jpg);}
#gallery ul li.tb12 {background:url(Tlego.jpg);}
#gallery ul li.tb13 {background:url(Tfeudtn1_1.jpg);}
#gallery ul li.tb14 {background:url(Tlasserestor_1.jpg);}
#gallery ul li.tb15 {background:url(TAsh.jpg);}
#gallery ul li.tb16 {background:url(TLunasLego1.jpg);}
#gallery ul li.tb17 {background:url(TLunasLego2.jpg);}
#gallery ul li.tb18 {background:url(Twarriorchild2.jpg); }
#gallery ul li.tb19 {background:url(TXmas2004.jpg); 0 0;}
#gallery ul li.tb20 {background:url(TLegolas1.jpg); 0 0;}
#gallery ul li.tb21 {background:url(TJayAyMisty.jpg); 0 0;}
#gallery ul li.tb22 {background:url(TJayAyErestor.jpg); 0 0;}
#gallery ul li.tb23 {background:url(Tjayay2.jpg); 0 0;}
#gallery ul li.tb24 {background:url(TNaFalas.jpg); 0 0;}
#gallery ul li.tb25 {background:url(Tprincenlord2.jpg);}
#gallery ul li.tb26 {background:url(Tclaimingyoub.jpg);}
#gallery ul li.tb27 {background:url(mirkwoodimg.png);}
#gallery ul li.tb28 {background:url(Tlunaxmas.png);}
#gallery ul li.tb29 {background:url(Tencariongift.png);}
#gallery ul li.tb30 {background:url(tencarionsgift.png);}
#gallery ul li.tb31 {background:url(dreamer1.PNG);}
#gallery ul li.tb32 {background:url(jasmin1.PNG);}
#gallery ul li.tb33 {background:url(jasmin2.PNG);}
#gallery ul li.tb34 {background:url(jasmin3.PNG);}





/* Hide the full size images */
#gallery ul li span i img {display:none;}

/* set up the .click style which will be added using javascript */

/* Change the li border to white */
#gallery ul li.click {border-color:#000; cursor:default;}

/* Position the span using an absolute position and specify the width and height */
#gallery ul li.click span {position:absolute; left:0; top:0; width:700px; height:500px;}

/* Set up the i so that it is the same size as the span BUT this has a static position so that the image can be both vertically and horizontally centered in all browsers except IE using display:table-cell */
#gallery ul li.click span i {width:700px; height:500px; display:table-cell; vertical-align:middle; text-align:center;} 

/* Make the image actual size using auto width and height */
#gallery ul li.click span i img {display:block; width:auto; height:auto; border:1px solid #fff; margin:0 auto;}


/* set up the default image */
#gallery ul li.default {width:0; height:0; border:0;}
#gallery ul li.default span {position:absolute; left:0; top:0; width:700px; height:500px;}
#gallery ul li.default span i {width:700px; height:500px; display:table-cell; vertical-align:middle; text-align:center;} 
/* specify the image width and height for IE6 */
#gallery ul li.default span i img {display:block; width:700px; height:500px; border:1px solid #fff; margin:0 auto;}
#gallery ul li.off {display:none;}
	


#Header {
	top:5px;
	left:5px;
	height:50px;
	background-color: 006633;
	margin: 0px;
	padding:5px;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:50px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:50px;}



#Footer {
	bottom:5px;
	left:5px;
	height:15px;
	background-color: 99cc99;
	margin: 0px;
	padding: 5px;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:15px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Footer {height:15px;}

#Content {
	margin:20px 220px 20px 10px;
	padding:10px;
	}
	
	#contact{position:absolute;  top:20px; left:220px; margin:0; display:block; height:30px; background:transparent; font-size:1em; z-index:4; color:#330000; padding: 0px 5px 0px 0px;}

#Menu {
	position:absolute;
	top:10px;
	right:10px;
	width:260px;
	display:block;
	padding:2px;
	background-color: 330066;

/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:260px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:260px;}




