@charset "UTF-8";
/* CSS Document */

/***********************************************/
/* Global HTML tag styles                      */
/***********************************************/ 

body {
	font-family: Arial, sans-serif;
	color: #334d55;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a {
	color: #ffbf00;
	text-decoration: none;
}
a:link {
	color: #ffbf00;
	text-decoration: none;
}
a:visited {
	color: #ffbf00;
	text-decoration: none;
}
a:hover {
	color: #ffbf00;
	text-decoration: underline;
}
h1 {
	font: 2em "Trajan Pro", Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
}
h2 {
	font: bold 1em Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h3 {
	font: bold 1em Verdana, Arial, sans-serif;
	font-size: 75%;
	text-transform: uppercase;
	letter-spacing: 2px;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
label {
	font-family: Arial, sans-serif;
	font-size: 100%;
}
.italic {
	font-style: italic;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.cancelled {
	font-weight: bold;
	color: #FF0000;
}

/***********************************************/
/* Global Layout Divs                          */
/***********************************************/

#masthead {
	padding: 0px 0px 0px 0px;
	width: 100%;
	background: #000000;
	height: 50px;
}
#masthead h1 {
	background: transparent url(../images/music_banner.gif) no-repeat top left;
	margin-top: 0px;
	margin-bottom: -2px;
	width: 517px; 
	height: 50px;
	float: left;
}
#masthead h1 span {
	display:none
}
#banner {
	height: 221px;
}
#navBar {
	float: left;
	width: 154px;
	margin-top: 0px;
	padding: 0px 0px 30px 10px;
	background-repeat: no-repeat;
}
#headlines {
	float: right;
	padding: 0px 10px 10px 10px;
	font-size: 80%;
	background-repeat: repeat-x;
}
#youTube {
	height: 23px;
	width: 305px;
	padding: 5px 0px 5px 15px;
	background-color: #203e41;
	border-top: 1px dotted #415a5e;
	border-left: 1px dotted #415a5e;
	border-right: 1px dotted #415a5e;
	border-bottom: 1px dotted #415a5e; 
}
#youTube .yt {
	background: 2px url(../images/you_tube.png) no-repeat;
	font-size: 155%;
	letter-spacing: -3px;
	line-height: 20px;
}
#youTube .yt span {
	visibility: hidden;
}
#youTube a:hover {
	color: #E0D494;
	text-decoration: none;
}
#content {
	float: none;
	margin: 0px 339px 0px 164px;
	clear: none;
	background-repeat: repeat-x;
}
#mainBackground {
	margin-top: 25px;
}
/***********************************************/
/* Components                                  */
/***********************************************/

/*************** #pageName styles **************/

#pageName {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
/************* #breadCrumb styles *************/

#breadCrumb {
	font-size: 70%;
	padding: 15px 10px 0px 20px;
	background-color: transparent;
}
/************** .feature styles ***************/

.feature {
	padding: 0px 20px 0px 20px;
	font-size: 80%;
}
.feature img {
	border: none;
}
/************** .faculty styles ***************/

.faculty h1 {
	margin-bottom: -10px;
}
.faculty img {
	float: left;
	padding: 3px 10px 10px 0px;
}
.faculty-rt img {
	float: right;
	padding: 3px 0px 10px 10px;
}
/************* #siteInfo styles ***************/

#positioner {
	height: 100%;
}
#siteInfo {
	position: relative;
	bottom: 0;
	clear: both;
	border: 0px;
	font-size: .6em;
	color: #cccccc;
	padding: 10px 63px 10px 10px;
	background: url(../images/csulb_seal.jpg) right no-repeat;
	background-color: #000000;
	text-align: right;
	height: auto;
}
/************* #search styles ***************/

#search {
	padding: 5px 10px 5px 12px;
	font-size: 60%;
	float: right;
	border-left: 1px dotted #415a5e;
	border-top: 1px dotted #415a5e;
	margin-top: 17px;
	background: #203e41;
}
#search form {
	margin: 0px;
	padding: 0px;
}
.hidden {
	display:none;
}
.search:focus {
	border: 2px solid #FFC627;
}
.sitesearchbutton {
	margin: 0px 0px -6px 5px;
	padding: 0 0 0 0;
}
.sitesearchbox {
	border: 1px dashed #FFC627;
}
#siteName {
	margin: 0;
	padding: 0 0 0 10px;
}
/************* #college styles **************/

#college {
	text-align: right;
	color: #6e6752;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .6em;
	letter-spacing: .3em;
	margin: 4px 5px -10px 0px;
}	
/************* #globalNav styles **************/

#globalNav {
	background: transparent url(../images/button_bkg.gif);
	float: left;
	padding: 4px 0px 0px 0px;
	height: 23px;
	width: 100%;
	clear:left;
}
#globalNav p {
	margin-top: -2px;
	margin-left: 5px;
	margin-right: 0px;
	float: left;
}
#globalNav a {
	font-size: 70%;
	color: #E0D494;
	padding: 5px;
	margin: 2px;
}
#globalNav a:link {
	font-size: 70%;
	color: #E0D494;
	padding: 5px;
	margin: 2px;
}
#globalNav a:visited {
	font-size: 70%;
	color: #E0D494;
	padding: 5px;
	margin: 2px;
}
#globalNav a:hover {
	font-size: 70%;
	color: #ffffff;
	padding: 5px;
	margin: 2px;
	background-color: #1e4248;
	text-decoration: none;
}
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px dotted #000000;
}
/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
}
