/* CSS Document */

body {
    margin: 0;
    padding: 0;
	font: .7em verdana;
	font-stretch: condensed;
	line-height: 15px;
	color: #666;
}

#container {
	width: 516px;
	padding-left: 70px;
	padding-bottom: 40px;
}

table#nav a {
	text-decoration: none;
}

table#home tr {
	vertical-align: top;
	}

table.shows td {
	vertical-align: top;
	padding: 5px;
	}

/* Link styles */
div#container a:link,a:visited,a:active {
	text-decoration: none;
	color: #BB6A32;
}
div#container a:hover {
	text-decoration: underline;
	color: #BB6A32;
}

/* begin subnav styles */
div#subnav {
	text-align: right;
	}

div#subnav a {
	/*float: right;*/
	color: #BB6A32;
	text-align: right;
}

div#subnav a:hover {
	color:#666;
	}

a span#current { /* colors current page link for Shows and About sections */
	color: #999;
	font-weight: bold;
	}
/* end subnav styles */

li {
	list-style: url(images/arrow.gif);
	vertical-align: middle;
	margin-bottom: 5px;
}

/* SHOW page styles */

.showTitle {
	font-size: 14px;
	margin-bottom: 5px;
	}


.showText {
	padding-left: 5px;
	}
	
/* end SHOW page styles */	

.contentSection {
	line-height: 10px;
	}


.title, .showTitle {
	color: #BB6A32;
	font-weight: bold;
}

.pressSource {
	font-weight: bold;
	margin-left: 15px;
	}

.pressSourceLink {
	margin-left: 15px;
	}

.downloadsLinks { /* used on Shows pages*/
	color: #666;
	font-weight: normal;
	}
	
.quote {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

#support td {
	vertical-align: bottom;
}

img.content_tl { /* used to create a padding for images placed in the top/left of the content area */
	padding-right: 15px;
	padding-bottom: 20px;
}

#footer {
	text-align: right;
	color: #fff;
	font-size: .9em;
	padding-right: 50px;
}
/*
td#footer a:link,a:visited,a:active {
	text-decoration: none;
	color: #fff;
}

td#footer a:hover {
	text-decoration: underline;
}
*/