/** Global Styles **/

body {
	margin: 0px;
	background-color: #fff;
	background-image: url(/bach/images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	color: #333;
}

a {
	color:#12346d;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


h1 {
	color:#12346d;
	border-bottom: #ccc 1px dashed;
	font-size:300%;
}

h2 {
	color:#12346d;
	font-size:250%;
}

h3 {
	font-size:120%;
}



hr {
	border:#ccc solid;
	border-width: 0px 0px 1px 0px;
	height:0px;

}


	
	

/** container **/

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
	width: 700px;
	
}


/** header area **/

#topnav {
	background: url(/bach/images/topbar.gif) repeat-x top;
	border-bottom: #ccc 1px solid;
	height: 65px;
	width:100%;
	position:relative;
}

#topnav img {
	margin: 10px 0px 0px 10px;
	width:333px;
	height:43px;
	border:none;
}

#topnav h1 {
	display:none;
}

#topnav ul {
	margin: 0px;
	padding: 0px;
	float:right;
	color:#666;
	position:absolute;
	bottom:2px;
	right: 10px;
}

#topnav li {
  margin:0px 0px 0px 20px;
  padding:0px;
  list-style:square;
  list-style:none;
  float:left;
}


#topnav li a {
	color:#666;
	padding: 0px 0px 0px 10px;
	background: url(/bach/images/square-gray.gif) center left no-repeat;
	display:block;
	font-weight:normal;
}
 
  
#topnav li a:hover {
	color:#333;
	background-image: url(/bach/images/square-blue.gif);
	text-decoration:none;
}
	
	

#topimage {
	height: 200px;
	background:url(/bach/images/topimage-002.jpg) no-repeat;
	margin: 5px 0px;
}

#topimage a {
	display:block;
	height:100%;
}

hr.line {
	padding:0px;
	margin:0px;
}




/** Side Navigation **/

#navigation {
	float:left;
	font-weight: bold;
	color: #c00;
	background-color: #f8f8f8;
	border: #ccc solid;
	border-width: 0px 1px 1px 0px;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	width: 165px;
	*width: 154px;
}


#navigation a {
	color: #666;
	border: #cdcdcd solid;
	border-width: 0px 0px 0px 10px;
	background-color:#efefef;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 5px;
	text-align: left;
	font-weight: normal;
	margin:0px 0px 3px 0px;
}

#navigation a:hover {
	border-color: #335997;
	background-color: #ddd;
	color:#333;
}

#navigation a.spacer {
	margin-top:10px;
}


  
  
/** Content area **/

#content-main {
	float:left;
	width: 520px;
}

#content-main p {
	line-height:110%;
}

#content-main div.column {
	padding: 1px 40px 20px 40px;
}

h3.intro {
	color:#666;
	line-height:120%;
	font-size:120%;
}

h3.underline {
	border-bottom: #ccc 1px dashed;
}

img.special {
	background-color:#fff;
	border:#12346d 5px solid;
	padding:1px;
	float:left;
	margin-right:10px;
}

a:hover img.special {
	border-color:#335997;
}

a.large {
	font-size:280%;
	color:#333;
	font-weight:bold;
}

a.large:hover {
	text-decoration:none;
	color:#cc0000;
}



span.artists {
	font-size:120%;
	color:#666;
	font-weight:bold;
	text-transform: uppercase
}

a.featurelist {
	display:block;
	padding:5px;
	background-color:none;
	color:#333;
	margin-bottom: 15px;
}

a.featurelist:hover {
	background-color:#e3e3e3;
	text-decoration:none;
	color: #333;
}

.clear {
	clear:both;
}


/* concert schedule styles */


#schedule h2 {
	background-color:#333;
	color:#fff;
	font-size:120%;
	padding:2px;
}

#schedule h3 {
	color:#333;
}

#schedule h3 span {
	font-weight:normal;
	font-size: 75%;
	font-style:italic;
}


.indent1 {
    margin: 10px 0px 10px 20px;
}
.indent2 {
    margin: 10px 0px 10px 40px;
}
.indent3 {
    margin: 10px 0px 10px 60px;
}

/*************** photo galleries ****************/
/* Originally set up with a div class with nested <a>, but this is causing some problems in some cases.
Now <a> is styled directly with the "thumbs" class. 
The old class can't be deleted, however because of it being used throughout the site.
Both ways should work in most cases.
*/


/* thumbnail */
a.thumbs {
    margin-top: 5px;
    padding: 5px 0px 5px 5px;
}

a.thumbs,
a.thumbs:visited {
    background-color: #fff;
    border: 1px solid #999;
    color: #666;
    float: left;
    font-size: 11px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px;
    text-align: center;
    width: 100px;
}

a.thumbs:hover {
    background-color: #cc0000;
    color: #fff;
    text-decoration: none;
}

a.thumbs img {
	border:none;
}

/********** box with photo and caption **********/

div.photo {
    border: 5px solid #999;
    color: #666;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 5px;
}
div.left {
    float: left;
    margin-right: 5px;
}
div.right {
    float: right;
    margin-left: 5px;
}


/* gallery layout */

div.photobox {
    border: none;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    width: 454px;
}
div.photobox img {
    border: solid 1px #000;
	margin-top:5px;
}


div.photobox div.caption {
    background-color: #333;
    color: #fff;
    margin: 0px 1px;
    padding: 3px;
    text-align: left;
}

div.photobox div.caption span{
	color:#999;
}

div.photobox div.count {
    color: #666;
    text-align: right;
}
a.previous {
    float: left;
    margin-left: 1px;
}
a.next {
    float: right;
    margin-right: 1px;
}

  
/** footer **/
#footer {
	clear:both;
	margin:10px 0px 30px 0px;
	padding-top: 10px;
	border-top:#ccc 1px solid;
	text-align:center;
	font-size: 75%;
}


#footer a {
	color:#333;
}
