/* ---------------------------------------------------
	import the base ubicms styles. do not move or delete
	this as it is important that it is loaded before the
	site defined styles
--------------------------------------------------- */ 

@import url(ubicms.css);

/* ---------------------------------------------------
	site specific styles.
--------------------------------------------------- */ 

body {
	font-family: georgia;
	text-align: left;
	margin: 0 auto;
	background: url(../img/bggreen.jpg);
}

body#green {
	background: url(../img/bggreen.jpg);
}

body#blue {
	background: url(../img/bgblue.jpg);
}

body#orange {
	background: url(../img/bgorange.jpg);
}

body#purple {
	background: url(../img/bgpurple.jpg);
}

h1, h2 {
	font-size: 1.5em;
	padding-bottom: .5em;
	color: #96529e;
}

h3 {
	color: #96529e;
}

#wrapper {
	width: 100%;
	background:url(../img/topline.png) top center no-repeat;
}

#custom-doc {
	width: 900px;
	margin: auto;
	text-align: left;
}

a {
	color: #DF3737;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000;
}


/* ---------------------------------------------------
	header
--------------------------------------------------- */ 

#header {
	width: 100%;
	padding: 9px 0 36px 0;
	color:#fff;
}

#mailingform {
	text-align: right;
	width: 180px;
}

#mailingform p {
	margin: 0;
}

#mailingform label {
	display: none;
}

#mailingform input.textInput {
	border: 1px #000 solid;
	font-size: 14px;
	width: 140px;
	margin: 0 2px 0 0;
	padding: 0 0 1px 0;
}

#mailingform .submitInput {
	border: 1px #000 solid;
	font-size: 13px;
}

/* ---------------------------------------------------
	subheader
--------------------------------------------------- */ 

#subheader {
	width: 100%;
}

#subheader h1{
	position: relative;
	text-align: left;
	margin: 0 0 30px 0;
	background: url(../img/stereo_logo_info.png) top center no-repeat;
}

#subheader h1 a{
	position: relative;
	width: 900px;
	height: 100px;
	display: block;
	margin: 0 auto;
}

#subheader span{
	display: none;
}


/* ---------------------------------------------------
	content
--------------------------------------------------- */ 

#main {
	width: 100%;
}

#content_wrapper {
	width: 640px;
	background: url(../img/divbgtop.png) top left no-repeat;
	padding: 32px 0 0 0;
}

#content {
	width: 600px;
	background-color: #fff;
	padding: 0 20px;
	float: left;
	min-height: 300px;
}

#content_bottom {
	background: url(../img/divbgbot.png) bottom left no-repeat;
	padding: 30px 20px 5px 20px;
	float: left;
	width: 640px;
}

#content .event_summary, #content .eventheadline {
	width: 100%;
	font-size: 1em;
	clear: both;
	margin: 0 0 1.5em 0;
}

#content .event_summary p, #content .eventheadline p {
	font-size: 1em;
}

#content .event_summary_thumbnail, #content .eventheadline_thumbnail {
	width: 120px;
}

#content .event_summary_content, #content .eventheadline_content {
	width: 475px;
}

#content .event_summary_title, #content .eventheadline_title, #content .news_summary_title {
	font-size: 1.1em;
}

#content .event_summary_title a, #content .eventheadline_title a {
	text-decoration: none;
}

#content .event_summary_summary
	, #content .event_summary_price
	, #content .event_summary_subtitle
	, #content .event_summary_date
	, #content .eventheadline_summary
	, #content .eventheadline_price
	, #content .eventheadline_subtitle
	, #content .eventheadline_date 
	, #content .news_summary_date
	{
	font-size: 0.8em;
	font-family: arial;
}

#content label {
	display: block;
	font-weight: bold;
	margin: 1em 0 0 0;
}

#content .textInput, #content textarea {
	border: 1px solid #999;
	padding: 2px;
	width: 98%;
}

#content textarea {
	height: 250px;
}

#content .submitInput {
	display: block;
	margin: 1em 0;
	border: 1px #999 solid;
	padding: 2px;
}

/* ---------------------------------------------------
	sidebar
--------------------------------------------------- */ 

#sidebar_wrapper {
	width: 240px;
	background: url(../img/sidebgtop.png) top left no-repeat;
	padding: 32px 0 0 0;
}

#sidebar {
	width: 216px;
	padding: 0 12px;
	font-family: arial;
	font-size: .8em;
	line-height: 1.4em;
	color: #444;
	background-color: #fff;
	float: left;
}

#sidebar_bottom {
	background: url(../img/sidebgbot.png) bottom left no-repeat;
	width: 240px;
	margin: 0;
	height: 50px;
	float: left;
}

#sidebar h3{
	padding: 0px 0px .5em 20px;
	font-size: 1.3em;
	font-family: georgia;
}

#sidebar .eventheadline img
	, #sidebar .eventheadline_summary
	, #sidebar .eventheadline_more_link 
	, #sidebar .eventheadline_venue
	{
	display: none;
}

#sidebar .eventheadline {
	margin: 0 0 20px 0;
	width: 100%;
}

#sidebar .eventheadline_content {
	width: 100%;
}

#sidebar .eventheadline_title {
	margin: 0;
	padding: 0;
	font-family: Arial;
}

#sidebar .eventheadline_title a:hover {
	color: #444;
}

#sidebar .eventheadline_subtitle {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: Arial;
}

/* ---------------------------------------------------
	footer
--------------------------------------------------- */ 

#footer {
	width: 100%;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	margin: 20px 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}


/* ---------------------------------------------------
	suckerfish stuff
--------------------------------------------------- */ 
 
#menu {
	width: 700px;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 15px 0 0;
	margin: 0 10px 0 0;
	background: url(../img/menuslash_white.jpg) bottom right no-repeat;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	display: block;
}

#menu a:hover {
	color: #fff6bb;
}

#menu ul li ul li a {
	background: none;
	padding: 2px;
	color: #666;
} 

#menu ul li ul li a:hover {
	background: none;
	padding: 2px;
	color: #000;
} 
 
/* hack to get dropdown to appear over form elements in ie
	see iehover-fix.js for details */

ul.suckerfish_menu iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

.suckerfish_menu, .suckerfish_menu ul { /* all lists */
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	line-height: 1;
}

.suckerfish_menu a {
	display: block;
}

.suckerfish_menu li {
	float: left;
}

.suckerfish_menu li ul li {
	width: 14em; /* width needed or else Opera goes nuts */
	background-color: #fff;
}

.suckerfish_menu li ul { /* second-level lists */
	position: absolute;
	width: 14em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.suckerfish_menu ul li a {
	display: block;
	padding: 3px 1px;
}

.suckerfish_menu li ul ul { 
	margin: -1.7em 0 0 14em;
}

.suckerfish_menu li:hover ul ul, .suckerfish_menu li:hover ul ul ul, .suckerfish_menu li.sfhover ul ul, .suckerfish_menu li.sfhover ul ul ul {
	left: -999em;
}

.suckerfish_menu li:hover ul, .suckerfish_menu li li:hover ul, .suckerfish_menu li li li:hover ul, .suckerfish_menu li.sfhover ul, .suckerfish_menu li li.sfhover ul, .suckerfish_menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 9999;
}


/* ---------------------------------------------------
	misc
--------------------------------------------------- */ 

img.float_left {
	margin: 0 10px 4px 0;
}

img.float_right {
	margin: 0 0 4px 10px;
}

#mailingform p	{
	font-size:80%;
	}
