/* CSS Document evergreenv3b5.css chicano latino */

* { zoom: 1; } /* fixing STUPID glitchy ie bugs with a proprietary property to give all elements layout... hate psicromoft. */
.artistbox * { zoom: 0; /* we have to inactivate this for our artistbox images, or the floats don't work right. */

} html { font-family: Verdana, Arial, Helvetica, sans-serif;

} body  {
	margin: 0;
	padding: 0;
	color: #feffb6;
	background: black;

} a, a:visited {
	color: #f1c745; /*#f93; */

} a:hover, a:visited:hover {
	color: #c9562f;

} h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 0 0;

/* ------------------------ general classes --------------------------- */

} .imageboxleft, .imageboxright {
	background: black;

} .imageboxleft {
	float: left;
	margin: 0 15px 15px 0;
	padding: 0 5px 0 0;

} .imageboxright {
	float: right;
	margin: 0 0 15px 15px;
	padding: 0 0 0 5px;

} .imageboxleft img, .imageboxright img {
	float: none;
	border: 0;
	margin: 0;
	padding: 0;

} .imagecaption, .imagecaption {
	font-size: .8em;

} .clearing {
	clear: both;

} .clearright {
	clear: right;

} .clearleft {
	clear: left;

} .twocolumnleft, .twocolumnright {
	float: left;
	width: 48%;
	margin-right: 1%;

} .threecolumnleft, .threecolumnmiddle, .threecolumnright {
	width: 32%;
	float: left;
	margin-right: 1%;

/* ------------------------ layout elements --------------------------- */

/* ----- positioning header and page content ----- */

} #headercontainer {
	z-index: 1;
	position: absolute;
	top: 2px;
	width: 100%;

} #pagecontainer {
	z-index: 2;
	position: absolute;
	top: 2.4em;
	background: black;

/* ----- the title bar and the translate button ----- */

} #sitetitle {
	padding-left: 10px;
	font-size: .9em;
	height: 34px;
	
	padding-top: 16px;

} #sitetitle a:link, #sitetitle a:visited {
	text-decoration: none; 

} #translatebutton {
	position: absolute;
	left: 60em;
	top: 1em;
	height: 3em;
	width: 10em;
	font-size: .75em;

} #translatebutton a {
	display: block;
	color: #ff3;
	padding: 3px;

} #translatebutton a:hover {
	background: #ff3;
	color: black;

/* ----- the navigation menu ----- */

} #leftnavigation  {
	width: 10em;
	padding: 0 0 0 10px;

	position: absolute;
	top: 50px;
	left: 0;

} #leftnavigation img  {
	display: none;
	
} #leftnavigation a {
	display: block; 
	text-decoration: none;
	color: #ff3;
	padding: 3px 3px 3px 6px;
	margin: 0;

} #leftnavigation a:hover  {
	color: black;
	background-color: #f93;

} #leftnavigation h3  {
	font-size: .9em;
	padding: 0;
	color: #67A7B9;

} #leftnavigation ul {
	list-style: none;
	margin: 0 1em 20px .5em;
	padding: 0;
	border-left: 1px solid #f93;

} #leftnavigation ul li {
	list-style: none;
	font-size: .7em;
	margin: 3px 0 0 0;
	padding: 0;
	border-bottom: 1px solid black;

/* ------------------------- the content section ----------------------- */

/* ---------- different background styles for the content area ----------*/

} .inverseOuterOrange { background:  url("../../images/interfaceelements/chichlat_bg_top_orange.gif") repeat-x top #F4C857;
} .inverseInnerOrange { background:  url("../../images/interfaceelements/chichlat_bg_bottom_orange.gif") repeat-x bottom;
} .inverseInnerOrange a:link, .inverseInnerOrange a:visited { color: #7C1300;

} .inverseOuterGreen { background:  url("../../images/interfaceelements/chichlat_bg_top_green.gif") repeat-x top #BFED5E;
} .inverseInnerGreen { background:  url("../../images/interfaceelements/chichlat_bg_bottom_green.gif") repeat-x bottom;
} .inverseInnerGreen a:link, .inverseInnerGreen a:visited { color: black;

} .inverseOuterOrange, .inverseOuterGreen {
	padding-top: 35px;
	margin-top: 15px;
	
/* using specificity to override other rules */
} #content .inverseInnerOrange h1, #content .inverseInnerGreen h1 {
	color: black;
	margin-top: 0;

/* using specificity to override other rules */
} #content .inverseInnerOrange h2, #content .inverseInnerGreen h2 {
	color: #53150D;
	border-color: #53150D;

} .inverseInnerOrange .imageboxleft, .inverseInnerOrange .imageboxright {
	background: #F4C857;

} .inverseInnerGreen .imageboxleft, .inverseInnerGreen .imageboxright {
	background: #BFED5E;

} .inverseInnerOrange, .inverseInnerGreen {
	color: black;
	padding: 0 20px 35px 20px;

/* --------- we use the artistbox class on our 'view by artist' page --------- */

} .artistbox {
	border: 1px #222 solid;
	width: 27em;
	height: 23em;
	font-size: .8em;
	padding: 0 10px 0 3px;
	margin: 0 15px 15px 0;
	float: left;

} .artistbox a:link, .artistbox a:visited {
	text-decoration: none;

} .artistbox a:link h1, .artistbox a:visited h1 {
	padding: 3px;
	margin: 12px -10px 6px -3px;
	background: #222;

/* using specificity to override other rules */
} body #content .artistbox a:hover h1 {	
/*	padding: 3px; */
	background: yellow;
	color: black;
	text-decoration: none;

/* using specificity to override other rules */
} body #content .artistbox h1 {
	font-size: 1.4em;
	color: yellow;

} body #content .artistbox img {
	float: left;
	* margin-right: 10px;
	clear: none;
	border: none;

/* ----- content layout elements ----- */

} #content {
	padding: 1px 25px 0 10px; 
	margin-left: 13em;
	font-size: .8em;
	* margin-top: 10px;

} #content #spacercontainer {
	height: 37em;
	width: 1px;
	float: right;
	
} #content h1 {
	font-size: 1.2em;
	color: white;
	padding-bottom: 4px;
	margin-top: 16px;

} #content h2 {
	font-size: 1em;
	text-transform: uppercase;
	border-bottom: 1px dotted #EBC979;
	color: #EBC979;
	padding-bottom: 4px;
	margin-bottom: 1em;

} #content img {
	margin: 1px 4px 4px 4px;
	padding: 0 10px 0 0;

} #content table {
	padding: 0 0 .1em 0;

} #content ol, td#content ul {
	margin-top: 0;

} #content p {
	padding: 0 0 .6em 0;
	margin: 0;

} #content p, #content td, #content span, #content div {
	line-height: 125%;

/* ----- the credits at the bottom of the page ----- */

} #credits {
	padding: 20px 0 15px 0;

} #credits {
	font-size: .6em;
	color: #0099CC;

} #credits p {
	line-height: 1.2em;
	margin: 0 0 0 20px;

} #credits a {
	color: #0099CC;
	text-decoration: none;

} #credits a:hover {
	color: #A89A77;
	text-decoration: none;

} #credits img {
	padding: 0 0 .8em 0;

} #credits div#copyright {
	text-align: right;

} #credits div#address {
	text-align: center;

} #credits div {
	float: left;
	clear: none;
	width: 33%;

}