/* Reset */
* {
	margin: 0;
	padding: 0;
}

/* overall design */

* {
	font-family: arial;
	font-size: 14px;
}

#main-container {
	margin: 10px auto 0px auto;
	width: 955px;
}

#left-sidebar {
	width: 200px;
	min-height: 500px;
	background: #F4F4F4;
	border: 1px solid #CCC;
	padding: 0px 10px;
	float: left;
}

#site-title {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 32px;
}

#left-sidebar ul {
	margin: 5px 10px 20px 30px;
	list-style-type: square;
}
#left-sidebar li {
	padding: 3px;
}

#topbar {
	background: #F4F4F4;
	border: 1px solid #CCC;
	text-align: center;
	padding: 10px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

#content {
	margin-left: 265px;
	margin-top: 25px;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid #CCCCCC;
}

/* key finder */
#guitar
{
	width:624px;
	height:101px;
	background:url(fretboard.jpg) no-repeat;
}

.fret-button
{
	height: 10px;
	position:absolute;
	z-index:100;
	cursor: pointer; 
}

.fret-note-selected
{
	width:8px;
	height:8px;
	margin-left: 25%;
}

.string-name
{
	position:absolute;
}

/* tables */

table.searchresults
{
	border: 1px #CCC solid;
	border-collapse: collapse;
}

table.searchresults th
{
	border-bottom: 2px solid #CCC;
	background-color: #F4F4F4;
	text-align: center;
	font-weight: bold;
	color: black;
	padding: 3px;
}

table.searchresults td
{
	border-bottom: 1px dotted #CCC;
	color: black;
	background-color: white;
	text-align: left;
	padding: 3px;
} 

table.keyvotes
{
	border: 1px #CCC solid;
	border-collapse: collapse;
}

table.keyvotes td
{
	padding: 3px;
	border: 1px #CCC solid;
	background-color: #F4F4F4;
}
