body {
	background-color: #213836;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Geneva, "Bitstream Vera Sans", sans-serif;
	font-size: 13px;
	line-height: 20px;
}



/*  Text styles  */

h1 {
	margin: 20px 0 10px;
	font-size: 26px;
	line-height: 30px;
}

h2 {
	margin: 20px 0 10px;
	line-height: 30px;
	font-size: 21px;
}

h3 {
	margin: 20px 0 10px;
	font-size: 18px;
	line-height: 30px;
}

h4 {
	margin: 20px 0 10px;
	font-size: 16px;
	line-height: 20px;
}

h5 {
	margin: 20px 0 10px;
	font-size: 13px;
	line-height: 20px;
}

h6 {
	margin: 20px 0 10px;
	font-size: 13px;
	line-height: 20px;
	font-style: italic;
}


p {
	margin: 10px 0;
}

a:link {
	color: #158;
}

a:visited {
	color: #538;
}


h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
	text-decoration: none;
	color: black;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	text-decoration: underline;
}


blockquote {
	margin: 20px 15px;
}

blockquote em {
	font-style: normal;
}

cite {
	font-style: italic;
}

cite em {
	font-style: normal;
}


hr {
	margin: 19px 0 20px;
	border: none;
	height: 1px;
	color: black;
	background-color: black;
}



/*  Conventions */

.clear {
	clear: both;
}



/*  Header  */


div#header {
height: 180px;
}

div#header h1 {
	margin: 0;
	padding: 0;
}



/*  Main nav  */


div#nav1 {
	background-color: #abc;
	font-size: 12px;
}

div#nav1 ul {
	margin: 0;
	padding: 0;
	height: 20px;
}

div#nav1 ul li {
	display: inline;
	font-weight: bold;
}

div#nav1 ul li a:link,
div#nav1 ul li a:visited
{
	display: block;
	z-index: 100;
	float: left;
	margin: -10px 0 0 10px;
	background-color: #abc;
	background-color: white;
	padding: 5px 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: black;
	text-decoration: none;
}

div#nav1 ul li a.active {
	background-color: #145;
	color: white;
}

div#nav1 ul li a:hover {
	background-color: #7ab;
}

/*  Hack for IE6: negative margins  */
* html div#nav1 ul li a:link,
* html div#nav1 ul li a:visited,
* html div#nav1 ul li a:hover,
* html div#nav1 ul li a:active
{height:1%;position:relative;}



/*  Main  */

div#main3col {
	background-color: white;
	background-image: url("/images/site/bg-3col.gif");
	background-repeat: repeat-y;
	background-position: top left;
	
}
div#main2col {
	background-color: white;
	background-image: url("/images/site/bg-2col.gif");
	background-repeat: repeat-y;
	background-position: top left;
	
}



/*  SIDEBARS  */

/*  Action sidebars  */

div.action {
}

div.action h2 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

div.action h3 {
	font-size: 16px;
	font-weight: bold;
}

div.action h4 {
	font-size:14px;
}



/*  Standard indent for all columns  */

div.content_block {
	margin: 20px 20px;
}



/*  Footer  */

div#footer {
	padding: 20px 0;
	color: #9ab;
}

div#footer a:link, 
div#footer a:visited
{
	color: #8af;
}

div#footernav ul {
	margin: 0;
	padding: 0;
}

div#footernav ul li {
	display: inline;
	font-weight: bold;
}

div#footernav ul li a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	text-decoration: none;
}




/*  Content styles  */

div.datelisting h2 {
	margin-bottom: -20px;
}

div.datelisting h3 {
	margin-top: 0;
}

div.datelisting h4 {
	margin: 30px 0 0;
}


img.illo_r,
img.i_right, img.illoplain_right  /*  legacy class names for the same thing  */
{
	float: right;
	margin: 0 0 20px 20px;
}


img.illo_l,
img.i_left  /*  legacy class names for the same thing  */
{
	float: left;
	margin: 0 20px 20px 0;
}





/*
	Blog styles
*/

div#news {
}

div.blog_details {
	margin: 20px 0 10px;
	font-size: 11px;
	font-style: italic;
}

div.blog_paginate {
	margin: 20px 0;
	text-align: center;
}

div.entry {
	margin: 0 0 20px;
	border-bottom: 1px solid black;
	padding: 0 0 19px;
}

div.entry_date {
	font-size: 0.9em;
	font-style: italic;
}

div.entry_comments {
	margin: 0 0 20px;
	border-bottom: 1px solid black;
	padding: 0 0 19px;
}

div.entry_comment {
	margin: 1em 0;
	padding: 1em;
	background-color: #dee;
}

div.entry_authorcomment {
	margin: 1em 0;
	padding: 1em;
	background-color: #eed;
}

div.entry_comment div.posted {
	font-size: 0.9em;
	font-style: italic;
}

div.entry_tracklink {
	background-color: #def;
	margin: 10px 0;
	padding: 10px;
}

div.entry_pagination {
	margin: 20px 0;
}

.entry_prev {
	margin: 0;
	float: left;
}

.entry_next {
	margin: 0;
	float: right;
}


/*  Music pages (currently unused)  */

h4.album_date {
	margin: -10px 0 10px;
	font-size: 12px;
	color: #666;
	font-style: italic;
}

table.album {
	margin: 20px 0;
	table-layout: fixed;
	width: 430px;
}

table.album td {
	padding: 5px 10px;
}

tr.album_song {
	margin: 0;
}

tr.album_song1,
tr.album_song1 td
{
	background-color: #ddd;
}

td.song_title {
}

tr.album_song1 td.song_play {
	width: 3em;
	text-align: right;
}

tr.album_song2 td.song_play {
	width: 3em;
	text-align: right;
}

tr.album_song1 td.song_details {
	width: 8em;
	text-align: right;
}

tr.album_song2 td.song_details {
	width: 8em;
	text-align: right;
}



/*  Legacy: photo gallery  */

.imageset {  
	text-align: left;
}

.imageset img {
	margin: 15px 0 0 15px;
}

table.imagetable td {
    padding: 5px;
    text-align: center;
    vertical-align: top;
}



/*  Temporary styles to test grid/type   */
/*
div.container {
background-image: url('http://www.flickershow.com/blueprint/src/grid-20.gif');
background-position: top left;
}

p, h1, h2, h3, h4, h5, h6, blockquote {
	background-color: #f9f;
	text-align: justify;
}
*/
