@charset "UTF-8";
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body  {
	margin: 0; /* for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers */
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(images/2010/bg_gradient_blue_white.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
img {
	border: 0;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #4FB2C7;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #4FB2C7;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #4FB2C7;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #4FB2C7;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #4FB2C7;
}

#container {
	width: 980px;
	text-align: left; /* overrides body element */
	font-size: 0.9em;
	background-image: url(images/2010/content_shadow.png);
	background-repeat: repeat-y;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
} 
#header {
	height: 120px;
	position: relative;
	text-align: left;
	margin: 0px;
	padding: 0px;
} 
#header .logo {
	position: absolute;
	top: 20px;
	left: 25px;
}
#headerPrint {
	display: none;
}
#sidebar {
	float: left;
	width: 180px;
	margin-left: 10px;
	padding-top: 40px;
}
#sidebar h3, #sidebar p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebar #menu {
	text-align: left;
	margin-top: 5px;
	width: 160px;
	margin-bottom: 20px;
	z-index: 1000;
	position: relative;
}
#sidetext img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #333333;
}
#sidebar #sidetext {
	text-align: center;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

/*  comment  */
#mainContent {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 190px;
	position: relative;
	z-index: 100;
} 
#content {
	margin-right: 30px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content  h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: italic;
	font-size: 1.4em;
	margin-bottom: .5em;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: italic;
	font-size: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-left: 1em;
	margin-right: 1em;
}
#content h3 {
	color: #FFFF66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF99;
	margin-right: 2em;
}
#content h4 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
}
#content h5 {
	color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-style: italic;
}
#content h6 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: italic;
}
#content ul {
	list-style-type: none;
}
#footer {
	font-size: 0.8em;
	text-align: center;
	color: #666666;
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 100px;
	background-image: url(images/2010/footer_shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	line-height: 1.2em;
} 
#footer   a, #footer a:link, #footer a:visited, #footer a:focus, #footer a:active  {
	font-weight: bold;
	color: #333333;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0; /* avoids margin collapse */
	padding: 10px 0; 
}
#maincontentcolleft {
	float: left;
	width: 350px;
	margin-right: 10px;
	margin-left: 10px;
}
#maincontentcolright {
	float: right;
	width: 350px;
	margin-right: 10px;
	margin-left: 10px;
}
#highlight {
	background-color: #330000;
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 4px;
	background-image: url(images/2010/star_yellow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #333333;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.fltrtartists {
	float: right;
	margin-left: 10px;
	width: 15em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	line-height: 1.3em;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.reddate {
	font-weight: bold;
	color: #CC0000;
}
.caption {
	font-size: 0.8em;
	color: #999999;
	line-height: 1.1em;
	text-align: center;
}
.indent {
	padding-left: 2em;
}
.fullwidth {
	float: left;
	width: 740px;
}
.two_column_left {
	text-align: left;
	float: left;
	width: 350px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 0px;
}
.two_column_right {
	text-align: left;
	float: left;
	width: 350px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 20px;
}
.two_column_ctr {
	text-align: center;
	float: left;
	width: 370px;
	margin-bottom: 15px;
}
.three_column {
	text-align: center;
	float: left;
	width: 246px;
	margin-bottom: 15px;
}
.four_column {
	text-align: center;
	float: left;
	width: 195px;
	margin-bottom: 15px;
}
#artists {
	padding: 5px;
	float: right;
	width: 14em;
	margin-left: 5px;
	text-align: center;
}
#crumb {
	font-weight: bold;
	margin-bottom: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	margin-right: 20px;
}
#crumb  a, #crumb  a:visited {
	font-weight: normal;
	color: #666666;
}
#crumb a:hover, #crumb a:active, #crumb a:focus {
	font-weight: normal;
	color: #003399;
}
.date {
	color: #FFFFFF;
	font-style: italic;
}
.boldwhite {
	font-weight: bold;
	color: #FFFFFF;
}
.standout {
	background-color: #003333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(images/2010/star_yellow.png);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #333333;
}
.ent_time {
	float: left;
	height: 60px;
	width: 180px;
	text-align: center;
}
.ent_name {
	float: left;
	height: 60px;
	width: 340px;
}
.ent_sound {
	float: left;
	height: 60px;
	width: 40px;
}
.ent_pic {
	float: left;
	height: 60px;
	width: 180px;
}
