/*  CSS for IATSE #7 Denver, Colorado 

	Basic hierarchy:
	
	html
		body
			container (based on csszengarden.com)
				header
				breadcrumb
				pagecontent
					article(s)
				navigation
				footer
			subfooter (outside of container)
			
			i.e. most of page is inside the container
			
	Fonts: 
	
		main: "Lucida Grande", Verdana, Arial, Helvetica, "sans-serif"
		accent: Times, serif
		
	Color Palette:
	
		black 	#000000
		white 	#ffffff
		red		#bd3b15
		orange	#cb823d
		purple	#4e417b
			
*/

html
{
	margin: 0;
	padding: 0;
}

body 
{	
	margin: 0px;
	padding: 20px;
	font: normal 12px "Lucida Grande", Verdana, Arial, Helvetica, "sans-serif";
	line-height: 17px;
	/*
	background : url(images/gradient-d.jpg) repeat-x 0 0;
	background-color: #797979; 
	*/
	background: #000000;
	text-align: center; /* Hack for IE 5.5 to center the container */
}

td 
{
	font-size: 11px;
}


a {
   padding: 0 1px;
   
   /* Hack for IE 5.0 - The property will not be applied by it
       This browser does not understand dashed borders
       so we have to keep the text decoration using this hack
    */
   text-decoration/* */: none; 
}

a:link {
   color: #bd3b15;
   border-bottom: 1px #4e417b dashed;
}

a:visited {
   color: #cb823d;
   border-bottom: 1px #990000 dashed;
}

a:hover,
a:active {
   color: #4e417b;
   border-bottom: 1px #bd3b15 solid;
}

#container
{
	position: relative;
	margin: 10px auto;  /* centers the container horizontally */
	padding: 0 0 0px 0px;
	width: 700px;
	background: #ffffff;
	border: 1px solid #666666;
	text-align: left;   /* undo the effect of the IE hack in 'body' above */
}

#header
{
	background: #000000;
	padding: 0 0 0 0;
}

/* remove any border for header image.  Was showing in IE Windows */
#header a:link, a:visited, a:hover, a:active 
{
	border: none;
}

#header img
{
	padding: 0 0 0 0;
}

#jumptonavigation
{
	/* Hides the 'Jump' link from normal browsers. It's for screen readers only. */
	position: absolute;
	left: -500px;
}

#topline
{
	color: #ffffff;
	font-size: 12px;
	padding: 0 0 0 2px;
}

#mainhead 
{
	background-color: #000000;
}

#mainhead h1 {
	font-family: Times, serif;
	font-size: 24px;
	font-weight: 100;
	color: #ffffff;
	/* Using Leahy/Landgridge Image Replacement (LIR) http://www.moronicbajebus.com/wordpress/wp-content/cssplay/image-replacement */
	/*Size of the image*/ 	
	padding-top: 34px; 
	width: 616px; 
	/*The image*/ 
	background-image: url(images/denver_theatrical_etc.title.gif); background-repeat: no-repeat top left; 
	/*Hide the text*/ 
	overflow: hidden; 
	/* WIN IE5 hack */ 
	height: 34px; voice-family: "\"}\""; 
	voice-family:inherit; 
	height: 0; 
}


#breadcrumb
{
	text-align: right;
	font-size: 9px;
}

#pagecontent
{
	position: relative;
	top: 0px;
	left: 225px;
	width: 425px;
	background: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}

div.article
{
	margin: 0px;
	background: #ffffff;

}


div.article p
{
	text-align: top;
	padding: 0 0 0 0px;
}

div.article img
{
	float: left;
	border: 1px solid #000000;
	text-align: top;
	margin: 5px 10px 10px 0;
}

/* This a fix to have borderless pix on front page */
div.article p.noborder img
{
	float: none;
	border: none;
	margin: 0;
}


h1
{
	font-size: 16px;
}

h2
{
	font-size: 14px;
	font-weight: 200;
	color: #333333;
}

h3 
{
	font-size: 12px;
	font-style: italic
	font-weight: 100;
}


#navigation
{
	position: absolute;
	top: 200px;
	left: 0px;
	padding: 0 0 0 3px;
	width: 180px;
	background: #000000;
	color: #ffffff;
	
	/*
	left: -30px;
	padding: 8px;
	background: #ffffff;
	border: 2px solid #0e239b;
	*/
}

#navigation a 
{
   padding: 5px;
   border: none;
   
   /* Hack for IE 5.0 - The property will not be applied by it
       This browser does not understand dashed borders
       so we have to keep the text decoration using this hack
    */
   text-decoration/* */: none; 
}



#navigation a:link
{
   color: #ffffff;
}

#navigation a:visited
{
	color: #ffffff;
}

#navigation a:hover,
navigation a:active 
{
   color: #bd3b15;
}


#navigation h1, h2, h3
{
	font-size: 15px;
	color: #cb823d;
}

#navigation ul
{
	list-style-type: none;
}

#navigation li
{
	margin-left: -40px;
	padding-left: -40px;
	line-height: 26px;
}

#footer
{
	position: relative;
	bottom: 50px;
	padding: 5px;
}

#subfooter a
{
	color: #ffffff;
	border: none;
}

#subfooter
{
	color: #ffffff;
}