/* Brass band Asson website - CSS
 3col_leftNav.css
 Use with template 3col_leftNav.html  */

/* HTML tag styles  */

body{
 font-family: Verdana,Arial,sans-serif;
 line-height: 1.166;
 margin: 0px;
 padding: 0px;
 list-style-type: disc;
}

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

a:link{
 color: #000080;
}

a:visited{
 color: #000080;
 text-decoration: none;
}

a:hover{
 color: #800080;
 text-decoration: underline;
}

h1{
 font-size: 150%;
 color: #000000;
 margin: 0px;
 padding: 0px;
 text-align: center;
}

h2{
 font-size: 120%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font-size: 100%;
 color: #002040;
 margin: 0px;
 padding: 0px;
}

h4{
 font-size: 90%;
 font-weight: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font-size: 80%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: disc;
 background-color: #FFFFFF;
 font-family: Arial, sans-serif;
 line-height: 2;
 top: 0px;
 bottom: 0px;
 padding-top: 10px;
 padding-bottom: 10px;
 color: #000000;
 white-space: normal;
}

ul ul{
 list-style-type: disc;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #400040;
}

/* Layout Divs  */

#masthead{
 padding: 10px 0px 0px;
 width: 99%;
 background-color: #000000;
 border: thick double #606060;
}

#navBar{
 float: left;
 width: 20%;
 margin: 0px;
 padding: 5px 2px 0px;
 background-color: #E0E0E0;
 color: #000000;
 left: 0px;
 bottom: 0px;
 right: 0px;
 top: 0px;
 border-top: thin double #D0D0D0;
 border-right: thin double #D0D0D0;
 border-bottom: thin double #D0D0D0;
 border-left: thin double #D0D0D0;
 white-space: normal;
 list-style-position: inside;
 list-style-type: none;
}

#headlines{
 float:right;
 width: 20%;
 border-left: 1px solid #D0D0D0;
 border-bottom: 1px solid #D0D0D0;
 padding-right: 10px;
 color: #000000;
 line-height: 17px;
}

#content{
 float: left;
 width: 55%;
}

/* Components  */

#siteName{
 margin: 0;
 padding: 0 0 0 10px;
 color: #FFF0A0;
 font-weight: bold; 
 font-size: 100%;
}

/* #pageName styles */

#pageName{
 margin: 0px;
 padding: 0px 0px 0px 10px;
}

/* .feature styles */

.feature{
 padding: 0px 0px 10px 10px;
 font-size: 85%;
}

.feature h3{
 padding: 30px 0px 5px 0px;
 text-align: center;
}

.feature img{
 float: left;
 padding: 10px 10px 0px 0px;
}

/* .story styles */

.story{
 clear: both;
 padding: 10px 0px 0px 10px;
 font-size: 85%;
 list-style-type: disc;
}

.story p{
 padding: 0px 0px 10px 0px;
}


/* #siteInfo styles */

#siteInfo{
 clear: both;
 border: thick double #606060;
 font-size: 75%;
 color: #FFF080;
 padding: 2px 5px 2px 10px;
 background-color: #000000;
}

#siteInfo img{
 padding: 0px 0px 0px 10px;
 vertical-align: middle;
 background-color: #000000;
 color: #FFFFFF;
}

/* #navBar link styles */

#navBar ul a:link, #navBar ul a:visited {
 display: block;
 border: 1px solid #DEDEDE;
}
#navBar ul {
 list-style: none;
 margin: 0;
 padding: 0;
 background-color: #E9E9E9;
 border: #999999;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
 border-bottom: 1px solid #EEE;
 background-color: #E9E9E9;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/************** #headlines styles **************/

#headlines{
 margin: 0px;
 padding: 10px 0px 20px 10px;
 font-size: 80%;
}

#headlines p{
 padding: 5px 0px 5px 0px;
}
