/* ---------------------------------------------------
Title: Site Title - Main Style Sheet
Author: EsseZeta - www.essezeta.org
Last Updated: April 6, 2008
------------------------------------------------------

------------------- Color Palette --------------------
   Red				- #a00
   Red :hover		- #d66
   Dark Grey		- #666
------------------------------------------------------

------------------- Global Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
	height:auto;
	background-color:#212121;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

/* ---------------- General Styles --------------- */
body {
	font-family: Arial, Verdana, sans-serif;
	font-size:13px;
	height:auto;
}
a:link {
	text-decoration: none;
	color:#CCCCCC;
}
a:visited {
	text-decoration: none;
	color:#999999;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #FFFFFF;
}
p{ 
	margin: 0 0 10px 0;
}
h1, h2, h3, h4{
	font-family: 'Trebuchet MS', Arial, sans-serif;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4{
	font-size: 1.8em;
}

.skip {
	position: absolute;
	left: -9999px;
}
.clear{
	clear: both;
}


/* ---------------- Layout --------------- */



#page {
width:100%;
height:auto;
margin:0 auto;
margin-top:120px;
position:relative;
background-color:#212121;
}

#header {
position:fixed;
top:0px;
left:0px;
clear:both;
height:70px;
width:100%;
background:#fff;
}
#header h1 a {
display:block;
height:55px;
width:170px;
float:left;
margin-top:30px;
margin-left:175px;
background:url(images/logo_tras.png);
font-size:1px;
color:#fff;
}

#nav {
float:right;
margin-right:175px;
margin-top:32px;
}

#nav ul li {
float: right;
}
#nav ul li a {
font-size:1px;
color:#fff;
margin-right:5px;
border:1px solid #fff;
}

#nav ul li a.pgal {
display:block;
height:25px;
width:143px;
background:url(images/menu.jpg) no-repeat 5px -17px;
}
#nav ul li a.inf {
display:block;
height:25px;
width:55px;
background:url(images/menu.jpg) no-repeat 5px -71px;
}
#nav ul li a.con {
display:block;
height:25px;
width:133px;
background:url(images/menu.jpg) no-repeat 5px -97px;
}

#nav ul li a.vgal {
display:block;
height:25px;
width:133px;
background:url(images/menu.jpg) no-repeat 5px -45px;
}

#nav ul li a.news {
display:block;
height:25px;
width:100px;
background:url(images/menu.jpg) no-repeat 5px 9px;
}

#nav ul li a.audio {
display:block;
height:150px;
width:150px;
background:url(images/myspace.png) no-repeat 5px 9px;
}

#nav ul li a.pgal:hover {
background:url(images/menu.jpg) no-repeat 5px -152px;
}
#nav ul li a.inf:hover {
background:url(images/menu.jpg) no-repeat 5px -206px;
}
#nav ul li a.con:hover {
background:url(images/menu.jpg) no-repeat 5px -232px;
}

#nav ul li a.vgal:hover {
background:url(images/menu.jpg) no-repeat 5px -180px;
}

#nav ul li a.news:hover {
background:url(images/menu.jpg) no-repeat 5px -126px;
}

#nav ul li a.audio:hover {
background:url(images/menu.jpg) no-repeat 5px -152px;
}

#content {
width:900px;
margin:0 auto;
margin-top:0;
margin-bottom:0;
height:auto;
background-color:#212121;
}

.article {
margin:0;
padding:10px;
float:left;

}
a.item img {
margin:0;
padding:0;
width:130px;
}

.info {
width:800px;
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
}

.info ol, .info ul {
	margin:10px 20px;
}

.hr {
  background:url(short-rule.gif) repeat-x top left;
  width:800px;
  color: #CCCCCC;
  height: 3px;
}

#footer {
color:#fff;
text-align:center;
padding-bottom:5px;
background:#212121;
}

hr {
clear:both;
visibility:visible;
}

.thedida {
display:none;
}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}








	#contacts .theform {
	color:#222;
	width:350px;
	margin:50px auto 20px;
	}
	#contacts .theform span {
	font-family:Arial, Helvetica, sans-serif;
	}
	#contacts .theform span.label {
	font-size:13px
	}
	.thelegend { text-align:center;
	margin-bottom:3px;}


textarea.expanding {
border:1px solid #eee;
background:#F5F5F5;
width:340px;
height:150px;
min-height:150px;
line-height: 14px;
}
#contacts .theform input.send {
background:#eee;
border:1px solid #ddd;
color:#333;
cursor:pointer;
}
#contacts .theform input.send:hover {
background:#ddd;
border:1px solid #ccc;
color:#111;
}
input.namemail {
border:1px solid #eee;
background:#F5F5F5;
width:310px;
}
.hov {
font-family: Arial, Helvetica, sans-serif;
color:#000;
font-size:14px;
letter-spacing:1px
}
.hov:hover {
background:#eee
}
.hov:focus {
border:1px solid #666
}


#note {font-size:14px;}
.notification_error { color:#cc0000;
background:#fff;
margin-top:20px;
text-align:center;
padding:5px;
font-weight:bold;
}
.notification_ok { color:#006600;
background:#fff;
margin-top:20px;
text-align:center;
padding:5px;
font-weight:bold;
}






.thelegend, .label {
color:#fff;
}
	
	









.admin, .admin a, .admin p, .mgtxt, .mgtxt a {
color:#fff;
}
.admin {
text-align:center;
padding-top:50px;
padding-bottom:50px;
}
table.mgtxt {
border:1px solid #fff;
margin-top:50px;
margin-bottom:50px;
}
.mgaltbgcol {
background:#333333;
}

.mgaltbgcol .mginputln {
width:290px;
}
table.mgtxt td {
padding:5px;
}




#credits {
color:#999999;
font-size:10px;
width:100%;
text-align:right;
line-height:13px;
margin:5px auto 10px;
}

#footer p {
margin-bottom:0;
font-size:12px;
}