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


/* 
Glendale Symphony Orchestra Website
Sonya Bailey
February 24, 2010

*/



body {
	margin: 0;
	padding: 0;
	background-color: #CCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}

#wrapper {
	width: 950px;
	height: auto;
	position: relative;
	top:auto;
	left: auto;
	background-color:#FFF;
	margin: 0 auto;
}
#container {
	width: 900px;
	height:auto;
	float:left;
	margin-left: 25px;
	margin-right:25px;
	
}

#body {
	width: 700px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 55px;


}

/*Eliminating the automatic borders around all images*/

img {border-width: 0;}


	
	
/****MASTHEAD, image of entire header including logo image placed on top: masthead.png (id = title), logo.png (id=logo)******/

#masthead {
	width: 925px;
	position: relative; 
	top:5px; 
	left: 15px;
	}
#logo {
	z-index:11;
	position:absolute;
	top:32px;
	left:50px;
	width: 189px;
	height: 108px;
}
#title span {
	z-index:10; 
	position:relative; 
	top:10px; 
	left:auto;
}



/*****NAVBAR STYLES*****/

/*NAVBAR - genera stylesl*/

#navbar {
	width: 900px;
	height: 35px;
	float: left;
	position:relative;
	top: 0;
	left: 0;
	margin-left: 2px;
	margin-bottom:26px;
	margin-top: -5px;
}

ul.dropdown {						/*Take out the indents and bullet items for all lists*/
	padding: 0;
	width:900px;
	list-style: none;
	/*position: relative;*/
	top:0;
	left: 0;
}
	
ul.dropdown li {
	float: left;
	position: relative;
	width: 125px;
}

#homebtn {width: 82px;}
#shopbtn {width: 75px;}
#educationbtn {width: 110px;}
#membtn {width: 120px;}
#concertbtn {width: 130px;}

/*NAVBAR - top menu*/


ul.dropdown li a {     /*styling the links*/
	display: block;		/*important to set display to block as we want each link to take up all the available space of its containing list item.*/
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	letter-spacing: 0.3px;
	word-spacing: 1px;
	padding: 5px;
	border: thin solid #ccc;
	border-bottom: 0;
	background-image:url(../images/btn_bk.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul.dropdown li a:link {
	color:#f9f9f9;
	font-weight:500;
}
ul.dropdown li a:visited {
	background-image: url(../images/btn_bk.png);
	color:#f9f9f9;
	font-weight:500;
}
ul.dropdown ul li a:visited {     /*submenu*/
	background-image: none;
	color:#005889;
	font-weight:500;
}
ul.dropdown li a:hover {
	background-image: url(../images/btn_bk_ov.png);
	color:#005889;
	font-weight:600;
}

	
/*NAVBAR - submenus (dropdown portion of menu)*/

ul.dropdown li ul {				
	/*display: none;*/
	visibility: hidden;
	position:absolute;
	top: 29px;
	left: -40px;
	z-index: 3;
	width:250px;
}
ul.dropdown ul li {
	list-style: none;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	width:250px;
}


ul.dropdown li:hover > ul 	{		
	 visibility: visible; }


ul.dropdown ul li a {
	background: #FFFFFF;
	background-image: none;
	color: #005889;
	text-align:left;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #CCCCCC;

}
ul.dropdown ul li a:link {
	color: #005889;
}
ul.dropdown ul li a:visited {
	color: #005889;
}
ul.dropdown ul li a:hover {
	background:#CCC;
	font-weight: normal;
}


/* CONTAINER - leftNav*/  /* Applies to all pages with a navigation column on the left side of the page.*/



#leftNav {
	width: 105px;
	height: auto;
	float:left;
	margin-top:20px;
	margin-left:20px;
	position: relative;
	border-right: solid 1px #ccc;
	padding-right: 15px;
}  

#leftNav h4 {
	color: #1c3664;
	font-size: 11px;
	font-weight: 600;
	margin-top: 8px;
} 

#leftNav ul {
 	padding: 0;
	list-style: none;
	
	}
 
#leftNav ul li {
	width: 110px;
	padding-bottom:17px;
	
	/*margin-bottom: 12px;*/
}
#leftNav ul li a {
	text-decoration:none;
	color:#999;
	line-height:1;
	letter-spacing: 0.6px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
}
#leftNav ul li a span {
	color:#1c3664;
}
#leftNav a:hover {
	color: #1c3664;
}


/****** MIDDLE CONTENT AREA ******/


.pageTitle {
	width: 720px;
	height: 40px;
	margin-top: 15px;
	margin-left: 12px;
	float:left;
	padding-bottom: 5px;
	border-bottom: 1px dotted #005889;
}

.pageTitle h1 {
	margin-top: 0px;
}

#middleColContent {
	width: 490px;
	height: auto;
	float:left;
	margin-left: 10px;
}

#middleColContent img {
	width:auto;
	height:auto;
	float:left;
}


/****** RIGHT COLUMN ******/

#rightCol {
	width: 185px;
	height: auto;
	float: right;
	margin-right: -20px;
	color: #666;
}




/****** FOOTER - ALL PAGES ******/

#footer {
	clear: left;
	width: 950px;
	height: 33px;
	background-color: #005889;
	margin-top: 0px;
	
}
address {
	color: #FFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style:normal;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-left: 30px;
	width: 900px;
	position:relative;
	top: 8px;
	left: 0;
}
address span {
	border-left: 2px #FFF  solid;
	padding-left: 10px;
}
address a:link {
	color: #FFF;
	text-decoration:none;
}
address a:visited {
	color: #FFF;
	text-decoration:none;
}
address a:hover {
	color: #FFF;
	text-decoration: underline;
}
#return {
	color: #FFF;
	padding-left: 160px;
	border:none;
}



/* HOME PAGE - LARGE MAIN PHOTO */


#photoGal {
	float: left;
	width: 600px;
	margin-top: 5px;
	margin-left: 4px;
	margin-bottom: 15px;
	margin-right: 15px;
	padding-bottom:15px;
	border-bottom: dotted 1px #005889;
}


/* HOME PAGE - LEFT COLUMN - NEW GRANTOR SECTION  */


#newgrantor {
	margin-bottom: 15px;
}



/* HOME PAGE - LEXUS EVENT - IN LETTER SECTION  */


#lexusEvent {
	width: auto;
	height: auto;
	margin-top: 0px;
	padding:2px 7px 10px 16px;
	background-image:url(../images/header_back.gif);
	background-repeat: no-repeat;
}
#lexusEvent h3 {
	color: #333;
}
#lexusEvent h3 span {
	color: #005889;
	font-size: 15px;
	font-style:italic;
}
#lexusEvent h4 {
	color:#666;
	font-size:14px;
	font-weight:bold;
	margin-top:-12px;
}
#lexusEvent p {
	 color:#333;
	 width:360px;
}
#lexusEvent a {
	color: #005889;
}


/* HOME PAGE - ABOUT SECTION - IN LETTER SECTION  */

#aboutSectionLink {
	width: 400px;
	height: 240px;
	margin-bottom: 1px;
	margin-top: -1px;
	background-color:#fff;
	
}

#aboutSectionLink h4  {
	color: #fff;
	font-size:12px;
	font-weight: bold;
	letter-spacing:2px;
	padding-top: 5px;
	padding-left:15px;
	padding-bottom:4px;
	background-color: #9ebfd2;
	width:365px;
}

.linkSection a {
	color: #005889;
}

#aboutImage {
	width: 115px;
	height: 160px;
	float: left;
	padding-top:5px;
	padding-left: 15px;
	margin-top:-10px;
}
#aboutText {
	width: 260px;
	float:left;
}
#aboutText p {
	color: #666;
	padding-top: 15px;
	width: 235px;
	margin-top: -10px;
	}




/* HOME PAGE - MEMORABILIA - IN LETTER SECTION  */

#memorabiliaSectionLink h4  {
	color: #fff;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight: bold;
	letter-spacing:2px;
	padding-top: 5px;
	padding-left:15px;
	padding-bottom:4px;
	background-color: #9ebfd2;
	width:365px;
	
}
#memorabiliaImage {
	width: 115px;
	float: left;
	padding-top:0px;
	padding-left: 5px;
	padding-right: 15px;
	margin-top: -5px;
}
#memorabiliaText {
	width: 255px;
	float:left;
	margin-top: -5px;
}

#memorabiliaText p {
	color: #666666;
	padding: 0;
	width: 230px;
	margin-top: -10px;
	padding-top:5px;

}
#memorabiliaSectionLink {
	width: 400px;
	margin-top: -20px;
}





/* HOME PAGE - RIGHT COLUMN - friends of the orchestra   */

#friends {
	margin-top: 5px;
	width:240px;
	height:290px;
	border-top: 1pt dotted #005889;
}

#box {
	overflow:hidden;
	width:210px;
	height: 175px;
	position:relative;
	top:1px; 
	left:15px;
	border: inset medium #FFFFFF;
	background-color:#CCCCCC;
}

#Text1, #Text2, #Text3, #Text4, #Text5, #Text6, #Text7, #Text8, #Text9 {
	padding: 2px;
	color:#000000;
}

#form_buttons {
	margin-top: 10px;
	margin-bottom: 14px;
	margin-left: 30px;
	width: 250px;
}
#friends h3 {
	color: #005889;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-left: 17px;
	margin-bottom: 0px;
}

#friends span {
	font-style:italic;
}


/* HOME PAGE - RIGHT COLUMN - youtube video link */

#vidLink {
	color: #666;
	font-size: 13px;
	line-height: 17px;
	text-align:center;
	margin-top: 15px;
	padding-top: 20px;
	border-top: 1pt dotted #005889;
}
#vidLink h3 {
	color: #005889;
	font-weight: 400;
	line-height: 16px;
	font-size:14px;
}

#vidLink a:link {
	color: #005889;
	
}
#vidLink a:visited {
	color: #005889;
	
}
#vidLink a:hover {
	color: #005889;
	font-weight: bold;
}
