/* Rio Hondo Symphony
   Website Created by Felicia of Simpson Advertising, Inc. */

#container {
	background: #fff;
	padding: 0;
	margin: 0;
}

/************** GENERIC STYLES **************/

body {
	font: 8pt/12pt Verdana, san-serif;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
}
p {
	font: 8pt/12pt Verdana, san-serif;
	margin-top: 0;
}
/* h1 { /* Used to Replace with an Image - RHS Logo 
	font: 16pt/17pt georgia;
	color: #0d3692;
} */
h2 { /* Sub Header Style - Gray */
	font: 12pt georgia;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(images/h3rule.jpg) no-repeat bottom left;
}
h3 { /* Main Header Style - Dark Blue */
	font: 14pt/16pt georgia;
	color: #0d3692;
	padding-top: 10px;
	padding-bottom: 5px;
	background: url(images/h3rule.jpg) no-repeat bottom left;
}
h4 { /* Smaller Blue Header */
	font: bold normal 8pt Verdana, san-serif;
	color: #0d3692;
	margin-top: 5px;
	margin-bottom: 0;
}
h1 { /* Smaller Blue Header */
	font: bold normal 8pt/12pt Verdana, san-serif;
	color: #000;
	margin-top: 5px;
	margin-bottom: 0;
}
h5 { /* Small Ads Column Text */
	font: 7pt Verdana, san-serif;
	margin-top: 2;
}
img {
	border: 0;
}
a:link { /* Light Blue */
	font-weight: bold;
	text-decoration: none;
	color: #5172b3;
}
a:visited { /* Light Blue */
	font-weight: bold;
	text-decoration: none;
	color: #5172b3;
}
a:hover { /* Dark Blue */
	font-weight: bold;
	text-decoration: underline;
	color: #0d3692;
}
a:active { /* Dark Blue */
	font-weight: bold;
	text-decoration: underline;
	color: #0d3692;
}

/************** HEADER STYLES **************/

#header   { background: url(sub-headers/rotate.php) no-repeat right top; margin: 0; padding: 0; height: 106px }
#headlinks {
	padding-top: 7px;
	padding-right: 15px;
	float: right;
}
#headlinks p {
	font: 7pt Verdana, san-serif;
	color: #000;
	text-align: right;
}
#headlinks a:link {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
#headlinks a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
#headlinks a:hover, a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #0d3692;
}
#logo {
	margin: 0;
	padding: 0;
}
#logo h1 {
	background: transparent url(images/rhslogo-small-NEW.gif) no-repeat top left;
	width: 210px;
	height: 75px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
}
#logo h1 span {
	display: none;
}

/************** DROPDOWN MENU STYLES **************/

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation {
	clear: both;
	margin: 0;
	padding: 0;
}
#nav {
	float: right;
	background-color: #000;
	width: 100%;
	margin: 0;
	padding: 0;
}
#nav li a:link, #nav li a:visited {
	display: block;
	font: 8pt Verdana, san-serif;
	font-weight: normal;
	color: #fff;
	padding: 4px 5px;
	text-decoration: none;
}
#nav li a:hover, #nav li a:active {
	text-decoration: none;
	background: url("images/rhsnav_main_bg.jpg") repeat-y left top;
}
#nav li li a:link, #nav li li a:visited {
	display: block;
	font-weight: normal;
	padding: 6px 5px;
	color: #828282;
	background: url("images/rhsnav_bg.jpg") repeat-y right top;
}
#nav li li a:hover, #nav li li a:active {
	padding: 6px 5px;
	border: 5px solid #969696;
	border-width: 0 5px 0 0;
	color: #fff;
	background: url("images/rhsnav_bg.jpg") repeat-y right top;
}

/* Internet Explorer Hack */
* html #nav li li a:hover, li li a:active {
	border-width: 0 5px 0 5px;
	background: url("images/rhsnav_bg.jpg") repeat-y right top;
}
* html li.head {
	width: 14em;
	padding: 0;
	text-align: center;
}
* html li.sub {
	width: 14em;
	margin: 0;
	padding: 0;
	text-align: center;
}
/* End of Internet Explorer Hack */

/* Fix IE. Hide from IE Mac\*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End*/

li.head {
	float: right;
	position: relative;
	width: auto;
	padding-left: 25px;
	padding-right: 5px;
	text-align: left;
	background-color: #000;
}
li.sub {
	position: relative;
	width: 13em;
	margin-left: 25px;
	text-align: left;
	background-color: #000;
}
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}
li<ul {
	top: auto;
	left: auto;
}
li li {
	display: block;
	width: absolute;
	float: none;
	background-color: #000;
	border: 0;
}
li:hover ul, li.over ul {
	display: block;
}

/************** AD COLUMN STYLES **************/

#ads {
	clear: both;
	float: left;
	background: url(images/ads-bg.jpg) no-repeat top left;
	width: 160px;
	height: 700px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#topic h4 {
	padding: 3px 0;
}
#topic h5 {
	width: 160px;
}
#topic img {
	padding: 3px 0;
}
#topic a {
	text-decoration: none;
	color: #888;
}
#topic a:hover {
	text-decoration: none;
	color: #000;
}

/************** CONTENT STYLES **************/

#content {
	margin: 0 0 0 180px;
	padding: 10px 0 0 0;
	background: #fff;
}


#related {
	float: right;
	width: 150px;
	border-left: #000 1px dotted;
	margin-top: 30px;
	margin-left: 20px;
	padding-top: 0;
	padding-left: 20px;
	text-align: left;
	margin-bottom: 20px;
}
#related p {
	margin-top: 10px;
}
#related h4 {
	font: 12pt/14pt georgia;
	color: #0d3692;
	margin-top: 5px;
	margin-bottom: 0;
}
#related a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #888;
}
#related a:hover, a:active {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}


#mainstory {
	padding: 10px 20px 20px 0;
	margin: 0;
}
#mainstory a:link { /* Light Blue */
	font-weight: bold;
	text-decoration: none;
	color: #5172b3;
}
#mainstory a:visited { /* Light Blue */
	font-weight: bold;
	text-decoration: none;
	color: #5172b3;
}
#mainstory a:hover { /* Dark Blue */
	font-weight: bold;
	text-decoration: underline;
	color: #0d3692;
}
#mainstory a:active { /* Dark Blue */
	font-weight: bold;
	text-decoration: underline;
	color: #0d3692;
}


#img {
	float: left;
	padding: 5px 15px 10px 0;
	margin: 0;
}
#img_caption_l {
	float: left;
	margin: 0 15px 0 0;
	width: 170px;
}
#img_caption_l h5 {
	margin-left: 20px;
	padding-top: 3px;
}
#img_caption_r {
	float: right;
	margin: 0 0 0 15px;
	width: 170px;
}
#img_caption_r h5 {
	margin-left: 20px;
	padding-top: 3px;
}


#indent {
	margin-left: 25px;
}


/* This is the CSS for blocks of info */
#concert1, #concert2, #concert3, #concert4 {
	float: left;
	height: 150px;
	border-top: 1px;
	padding: 15px 0;
	margin: 0 0 20px 0;
}
#artist {
	float: left;
	width: 150px;
	border-right: solid 1px;
	margin: 0 20px 0 0;
}
#artist h4, h5 {
	text-align: center;
	margin-right: 20px;
}
#artist a:link, a:visited {
	text-decoration: none;
	color: #888;
}
#artist a:hover, a:active {
	text-decoration: none;
	color: #000;
}
#info {
	text-align: left;
}
#info h2 {
	margin-left: 170px;
}


#board {
	margin: 5px 0 10px 0;
}
td.one {
	width: 150px;
	padding: 5px 10px;
	font: 8pt Verdana, san-serif;
	border-bottom: #000 1px dotted;
}
td.two {
	width: 200px;
	padding: 5px 10px;
	font: 8pt Verdana, san-serif;
	border-bottom: #000 1px dotted;
	border-left: #000 1px dotted;
}

#sitemap a:link {
	text-decoration: none;
	font-weight: normal;
	color: #0d3692;
}
#sitemap a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #0d3692;
}
#sitemap a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #000;
}
#sitemap a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #000;
}

/************** FOOTER STYLES **************/

#footer {
	clear: both;
	background: #000;
	height: 30px;
	margin: 0;
}
#footlinks {
	float: left;
	margin: 9 0 0 15;
}
#footlinks p {
	font: 7pt Verdana, san-serif;
	color: #fff;
}
#footlinks a:link { /* White */
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#footlinks a:visited { /* White */
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#footlinks a:hover { /* Light Blue */
	text-decoration: underline;
	font-weight: bold;
	color: #5172b3;
}
#footlinks a:active { /* Light Blue */
	text-decoration: underline;
	font-weight: bold;
	color: #5172b3;
}
#footaddress {
	float: right;
	margin: 9 15 0 0;
}
#footaddress p {
	font: 7pt Verdana, san-serif;
	color: #fff;
}

/************** PRELOAD IMAGES **************/

#preload1 {
	background-image: url("sub-headers/sub-header-bg1.jpg");
	background-repeat: no-repeat;
	display: none;
}
#preload2 {
	background-image: url("sub-headers/sub-header-bg2.jpg");
	background-repeat: no-repeat;
	display: none;
}
#preload3 {
	background-image: url("sub-headers/sub-header-bg3.jpg");
	background-repeat: no-repeat;
	display: none;
}
#preload4 {
	background-image: url("sub-headers/sub-header-bg4.jpg");
	background-repeat: no-repeat;
	display: none;
}
#preload5 {
	background-image: url("images/rhsnav_bg.jpg");
	background-repeat: no-repeat;
	display: none;
}
#preload6 {
	background-image: url("images/rhsnav_main_bg.jpg");
	background-repeat: no-repeat;
	display: none;
}