/* base
----------------------------------------------- */

body {
	color:#333;
	background-color: #DFDFB8;
	margin:0px;
	padding:0px;
	font:14px helvetica, arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial Black", arial, helvetica, serif;
	}	

h1 {
	font-size: 20px;
	margin-top: 0px;
	}

.textbox h1 {
	font-size: 16px;
	margin-bottom: 0;
	}
	
.textbox p {
	margin-top: 0;
	}

h2, .single h1 {
	font-family: Georgia, Baskerville, "Times New Roman", serif;
	font-variant: small-caps;
	color: #cc6633;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
	
h3 {font-size: 16px;
	}
	
h4 {
	font-variant: small-caps;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	}


small, .small {
font-size: 0.9em;
}

code {
	font:12px verdana, arial, helvetica, sans-serif;
	}

	
/*layout
-----------------------------------------------  */

#container {
	width:800px; 
	margin: 0 auto;
	}

#topbar {
	width: auto;
	padding-top: 10px;
	display:block; 
	height:185px;
	}

#navbar {
	margin: 0px auto;
	display: block;
	height: 28px;
	font: 20px "Arial Black", arial, helvetica, sans-serif;	
	}
	
#navbar ul {
	width: 12em;
	margin: 0 auto;
	padding: 0;
	}

#navbar li {
	display:inline;
	padding: 0 6px; 
	}
	
#navbar a {
	border: none;
	text-decoration: none;
	color: #333;
	}
	
#navbar a:hover {
	text-decoration: underline;
	}

#main {
	width: auto; 
	display:block; 
	}

#column_left {
	width: 500px; 
	margin: 0; 
	float:left;
	}
	
#column_right {
	width: 290px;
	margin-left: 10px;
	float:left;
	}
	
.textbox, .single {
	background-color: white;
	border: 1px solid;
	padding: 10px;
	margin-bottom: 10px;
	}

div.spacer{clear:both; height:10px; display:block;}

#footer{width:auto; display:block; padding:10px 0; font-size:11px; color:#666666;}


	
/*headers and footers
----------------------------------------------- */



#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
	}
	
	
/* links
----------------------------------------------- */

a {
	color: #666699; 
	}

h1 a, h2 a, h3 a, {
	border: none;
	text-decoration: none;
	color: #333;
	}


	
/*text 
----------------------------------------------- */

.date {
	color: #999999;
	font-family: "Gill Sans", Arial, sans-serif;
	font-style: italic;
	margin-left: 15px;
	}
	
.blogentry h2 {
	display: inline;
	}
	
.centered {
	text-align: center;
	}
	
.lyricsnip {
	color: #999999;
	font-size: 12px;
	font-style: italic;
	}
	
.blogentry {
	margin-bottom: 15px;
	}

	
/*images
----------------------------------------------- */
	
#imagebox {
	background-color: #CCCCCC;
	width: 340px;
	text-align: center; 
	float: right;
	padding: 10px;
	border: thin solid black;
	margin: 0px 0px 10px 10px;
	}
	
img.photo {
	float: right;
	padding: 0 8px 8px 8px;
	}
	
.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

	
/* tables---------------*/

table.smalltable {
	border-collapse: collapse; 
	text-align: center; 
	width: 80%; 
	font-size: 10px; 
	border: solid thin;
	margin-left: auto;
	margin-right: auto;
	}

.smalltable td, .smalltable th {
	border: thin solid;
	padding: 2px;
	}
	
table.classlist {
	width: 100%;
	table-layout: fixed;
	line-height: 1.1;
	}
	
table.classlist td {
	background-color: #FFFFCC;
	text-align: left;
	vertical-align: top;
	padding-left: 15px
	}
	
table.classlist th { 
	background-color: rgb(192, 192, 192); 
	text-align: left;
	padding-left: 15px;
	}