/* Bytown Bluegrass CSS */

body {
	color: #333;
	margin-right: 5%;
	margin-left: 5%;
	font-size: medium;
	background-color: #fff;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 5px 0 10px;
}
#wrapper {
	margin: auto;
	width: 750px;
	background-color: #cacbe7;
	border: 4px solid #000;
}

#header {

}

#header h1 {
	width: 750px;
	height: 200px	;
	position: relative;
	margin: 0;
	padding: 0;
}

#header h1 span {
	background-image: url(images/bytown-bluegrass-band.jpg);
	position: absolute;
	width: 100%;
	height: 100%;
}

#navigation {
	padding: 5px 10px 10px 40px;
	
}

#navigation a:link,#navigation a:visited,#navigation a:focus,#navigation a:active  {
	color : #191919;
	font: large Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	letter-spacing: 1px;
}

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


#bb_logo img {
	float: left;
	margin: 0px;
	padding: 0 10px 10px 0;
	border: 1px none #f00;
}

#content {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}

#content img {
	padding: 2px 2px 2px 2px;
	border: 2px solid #a04209;
}

.left {
	float: left;
	margin: 2px 10px 2px 2px;
}

.right {
	float: right;
	margin: 2px 2px 2px 10px;
}

#content h1 {
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	padding-top: 0;
	margin: 0 0 15px;
}

#content h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #191919;
	padding: 0;
	margin: 0;
}

#content h3 {
	font-weight: bold;
	font-size: 1.1em;
	color: #191919;
}

#content ul {
	list-style-type: none;
	margin: 00px 00px 5px;
	padding: 00px;
}

#content ul li {
	margin-bottom: .25em;
}

#content ol {
	margin: 00px 00px 10px 0px;
}

#content ol li {
	margin: 00px 00px 2px 0px;
}

#content ol li img {
	margin: 0;
	padding: 0;
	border-style: none;
}

form {
	display: inline-block;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link, a:visited, a:focus, a:active  {
	color : #535e70;
	text-decoration: underline;
}

a:hover {
	color : #191919;
	text-decoration: none;
}

a[href$=".mp3"] {
	background: url(images/musical-note.gif) no-repeat right top;	
	padding-right: 10px;
	height:  10px;
}

#footer {
	width: 750px;
	height: 147px	;
	color: #202020;
	font-size: small;
	text-align: right;
	clear: both;
	background: url(images/bb-banjo.jpg) no-repeat;
	margin-top: 20px;
}

#footer_content {
	margin-left: 270px;
	width: 470px;
	text-align: right;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}



#footer a:link,#footer a:visited,#footer a:focus,#footer a:active {
	color: #202020;
	text-decoration: underline;
	font-size: x-small;
	letter-spacing: 0;
}

#footer a:hover {
	color: #a04209;
	text-decoration: none;
	letter-spacing: 0;
}

#footer a:hover.darner {
	color: #ff8500;
}


.tiny {
	font-size: small;
}

.formerror {
	color: #ff000d;
}


.backtotop {
	font-size: x-small;
	text-align: right;
	clear: right;
	padding-right: 10px;
}