@charset "utf-8";
/* CSS Document */
/* no shit dreamweaver, you're a genius, -gabx */

/* Main Layout */
html {
	height: 90%;
}
body {
	height: 90%;
	background-image: url(../img/nav/woodsbg.jpg);
	background-color: #000;
	color: #FFF;
}
#main {
	/* tiene IE hack @ iehacks.css */
	width: 965px;
	height: 100%;
	margin: 40px auto auto auto;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	width: 295px;
	height: 46px;
	margin-top: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 44px;
	font-weight: bold;
}
#menu {
	float: left;
	margin: 18px auto auto 50px;
	width: 600px;
	height: 25px;
	border: 1px solid #232323;
}
#menu:hover {
	border: 1px solid #333;
}
#cont {
	position: absolute;
	clear: both;
	width: 965px;
	height: auto;
	margin-top: 10px;
	top: 100px;
}
#cont-left {
	/* tiene IE hack @ iehacks.css */
	position: absolute;
	margin: auto;
	width: 295px;
}
#cont-right {
	/* tiene IE hack @ iehacks.css */
	position: absolute;
	width: 600px;
	margin-top: -30px;
	float: right;
	margin-left: 345px;
}
#cont-titles {
	/* tiene IE hack @ iehacks.css */
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	color: #CCC;
	font-size: 12px;
}
#container {
	width: 100%;
	height: 100%;
}
#workbox {
	position: absolute;
	width: 330px;
	/*height: 425px;
	overflow: auto;*/
}
#loader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	position: absolute;
	width: 110px;
	margin-top: 32px;
	float: right;
	margin-left: 350px;
	z-index: 10;
}
#loaderbg {
	background-color: #000;
	position: absolute;
	width: 110px;
	height: 22px;
	margin-top: 32px;
	float: right;
	margin-left: 350px;
	z-index: 9;
	/* for IE */
  	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
}

/* Images and thumbs */
img {
	behavior: url(iepngfix.htc);
	border: none;
}

/* Fonts and links*/
a {
	font: Verdana, Geneva, sans-serif;
	text-decoration: underline;
	color: #CCC;
}
h3 {
	/* tiene IE hack @ iehacks.css */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 0px;
	color: #CCC;
}
h1 {
	/* tiene IE hack @ iehacks.css */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 0px;
	color: #CCC;
}
p.normal {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
p.normal:hover {
	background-color:#1F1F1F;
	color: #FFF;
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.5;
}
p.big {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
p.big:hover {
	background-color:#1F1F1F;
	color: #FFF;
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.5;
}
#morelink {
	position: absolute;
	margin: 70px 5px 5px 275px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
}

/* Menu Layout */
ul#nav {
	list-style: none;
	margin: -2px auto auto auto;
	padding: 7px 0;
	text-align: center;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
ul#nav li {
	display: inline;
	margin: auto 10px auto 10px;
}
ul#nav a { 
	text-decoration: none;
	padding: 0px;
	color: #666;
}
ul#nav a.current {
	color: #FFF;
	text-decoration: underline;
}
ul#nav a:hover {
	color: #ccc;
} 
/* Workbox Layout */
#workbox ul {
	position: absolute;
	float: left;
	width: 295px;
	list-style: none;
	padding: 0;
}
#workbox li {
	height: 90px;
}
.workbox-box {
	width: 295px;
	height: 85px;
	margin-bottom: 10px;
	border: 1px solid #232323;
	color: #999;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	/* for IE */
  	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.5;
	cursor: pointer;
	cursor: hand;
}
.workbox-box-in {
	width: 295px;
	height: 85px;
	margin-bottom: 10px;
	border: 1px solid #666;
	color: #999;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	/* for IE */
  	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
}
.workbox-box:hover {
	/* tiene IE hack @ iehacks.css */
	border: 1px solid #333;
	/* for IE */
  	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
	cursor: pointer;
	cursor: hand;
}
#workbox-boxleft {
	position: absolute;
	margin: 5px auto auto 5px;
	float: left;
	width: 130px;
	height: 80px;
}
#workbox-boxright {
	/* tiene IE hack @ iehacks.css */
	position: absolute;
	margin: 5px auto auto 145px;
	float: right;
	width: 141px;
	height: auto;
}
#workbox-boxright p {
	/* tiene IE hack @ iehacks.css */
	position: absolute;
	margin-top: 4px;
}
#box {
	width: 295px;
	height: 90px;
}
#footer {
	position: absolute;
	display: block;
	right: 5px;
	bottom: 5px;
	color: #666;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* alinea los thumbs */
div.float {
  float: left;
  margin: 8px;
  text-align: center;
}

/* lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; border: none;}
#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(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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; }
