@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-position: top center;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	}
#content {
	margin: 0em;
	padding: 4em 6em 2em 6em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. i'll, uh, write about that somewhere. it was hard to figure out what was causing it, so i want this note here to remind me. */
	}
	
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 100%;
	line-height: 1.2em;
	color:#999999;
	}
.narrow2{
	width: 100%;
	line-height: 1.3em;
	}
	
		
/*typography*/
a {
	text-decoration: none;
	color: #FFFFFF;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	margin-top: .5em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	margin-bottom:1em;
	margin-top: 0px;
	}
h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom:0.3em;
	color:#FFFFFF;
	margin-top: 0em;
	line-height:1.6em;
	}
h4 {
	font-size: 1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	margin-bottom:0.3em;
	margin-top: 0em;
	color:#666633;
	}
h5 {
	font-size: 1.0em;
	margin: 0em 0em 1.2em 0em;
	font-weight: bold;
	color:#666666;
	
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1em;
	line-height: 1.8em;
	margin: 0em 0em 1.2em 0em;
	color:#6A6A6A;
	}

li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
.title {
	font-size:180%;
	font-weight:bold;
	padding-top:0px;
	background:transparent;
	color:#333;
}
.thrColFixHdr #latest_news {
	padding: 5px 10px 10px 10px;
	height: 515px;
}
 #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: #111111;
	background-image: url(images/content_background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
} 
 

.thrColFixHdr #navigation {
	color:#FFFFFF;
	padding: 0 10px 5px 200px;
	}
#homepage_header {
	height:225px;
	width:1000px;
	margin:0 auto;
	border-bottom: 1px solid #333333;
	background-color: #000000;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
/*Navigation Menu*/
#menu_superior{
	float:right;
	list-style-type:none;
	margin:35px 0px 0px 0px;
	_margin:20px 0px 0px 0px;
}
#menu_superior li{
	float:left;
}
#menu_superior a, #menu_superior a:visited, #menu_superior a:active{
	padding:10px 5px 0px 5px;
	height:42px;
	float:left;
	background-image:url(images/menu_activo.gif);
	background-position:left 1000px;
	background-repeat:no-repeat;
	border-left:1px solid #272727;
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
}
#menu_superior a:hover{
	background-position:center bottom;
	color:#FFFFFF;
}



/*Page Layout*/
#header{
	height:225px;
	width:1000px;
	margin:0 auto;
	height:120px;
	background-image:url(images/logo.png);
	background-position:bottom;
	background-repeat:repeat-x;
	border-bottom: 1px solid #000000;
	padding: 20px 0 0 0;
}
#news{
	clear:both;
	float:left;
	width:976px;
	list-style-type:none;
	text-align:right;
	_margin-top:3px;
	padding:7px 24px 0px 0px;
	_padding:12px 24px 8px 0px;
	*padding:11px 24px 6px 0px;
	height:18px;
	_height:16px;
	overflow:hidden;
}
#news li{
	padding-bottom:12px;
}	
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 275px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 10px 20px; /* padding keeps the content of the div away from the edges */
	line-height: 1.3em;
	padding-bottom: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 10px 10px 20px; /* padding keeps the content of the div away from the edges */
	line-height: 1.3em;
	padding-bottom: 10px;
}

.thrColFixHdr #mainContent {
	margin: 0px 0 0 310px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px 10px 0px;
} 

.thrColFixHdr #footer {
	padding: 3px 0 10px 0;
	border-width: 1px;
	text-align: right;
	background-image: url(images/footer.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 1000px;
	margin: 0 auto;
} 
.thrColFixHdr #footer p a:link{

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #8A654B;
}

.thrColFixHdr #sub_footer {
	padding: 5px 5px 5px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	font-size: 0.8em;
	width: 760px;
	margin: auto;
	color:#999999;
} 
#sub_footer ul {
	color:#FFFFFF;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	list-style: none;
	display:inline;
	font-size: 1.2em;
}
 #sub_footer ul li {
 	color:#FFFFFF;
	display:inline;
	}
#sub_footer a {
	color:#666666;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#page_title {
	top:-120px;
	margin-right: -40px;
}
#badge {
	padding-top:0px;
}
.posted {
color:#663300;
}
/*Portfolio Links*/
.destacados_intro{
	float:left;
	background-color:#111111;
	width:976px;
	background-image:url(images/horizontal_line.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:0px 12px 12px 12px;
	height: 200px;
}
.destacados_intro li{
	margin: 0px 5px 0px 5px !important;
	_margin:0px 3px 0px 3px !important;
}
.destacados_intro h2{
	font-size:17px;
	font-style:italic;
	font-weight:normal;
	margin:15px 0px 0px 15px;
	color: #CCCCCC;
}
.horz_line {
	background-image:url(images/horizontal_line.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:5px;
	width:100%;
	margin-bottom: 4px;
	margin:5px;
}
#info_pane {
	position:absolute;
	left:733px;
	top:269px;
	width:175px;
	height:74px;
	z-index:1;
	background-color: #000000;
	padding: 10px;
}
#myspace {margin:10px;}
#myspace a img {border:1px solid #333333;}
#myspace a:hover img{border:1px solid #ffffff;}

#img_link {margin-right:10px;}
#img_link a img {border:1px solid #333333;}
#img_link a:hover img{border:1px solid #ffffff;}

#store_item {float:left; margin:10px;}
#store_item a img {border:1px solid #333333;}
#store_item a:hover img{border:1px solid #ffffff;}

.news_item img {border:1px solid #333333;}

#news_page_content {
	padding: 15px 0 10px 15px;
	background-image: url(images/content_bkg2.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 665px;
	margin-right: 300px;
}
#news_page_content img {border:1px solid #333333;}

#normal_page_content {
	padding: 35px 0 10px 0;
	background-image: url(images/content_bkg2.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 760px;
	height:100%
}
#normal_page_content img {border:6px solid #333333;}
#latest_news h3 img {border:1px solid #333333;}

#artist_photos {
	margin:0px;
	padding:5px;
	height: 300px;
	width: 660px;
}

#artist_page_content {
	padding: 35px 0 10px 0;
	background-image: url(images/content_bkg2.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 665px;
	height:860px;
}
#artist_photos img a{margin:6px;border:6px solid #333333;}
#artist_page_content img {margin:6px;border:6px solid #333333;}
#artist_photos a:hover img {margin:6px;border:6px solid #666666;}
#mailing_list {
color: #FFFFFF;
padding:8px;
width: 400px;
float:left;
text-align:left;

}
