/*
 * style.css
 * written by: Al Crockett
 *	alcrockett@post.harvard.edu
 */

/* --------------------------- block elements -------------------------- */

body {
	width: 650px;

	margin: 0px;
	padding: 0px;
	padding-left: 10%;
	padding-right: 5%;
	border-style: none;

	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;

	background-color: #660000;
	color: #dddddd;
}

/* --> for the page headwers and banners	*/
h1#blogtitle {
	margin: 0px;
	padding: 2px;

	color: #ffffff;

	float: left;
}

div.rss {
  text-align: right;
}

div.DNbanner {
	width: 90%;

	margin: 0.5em;
	padding: 0px;

	border-style: none;
	border-width: 1px;
	border-color: #ffffff;

	text-align: center;
}

img.bannerpic {
	width: 593px;
	height: 81px;

	margin: 0px;
	padding: 0px;
	border-style: none;
}

div.hometown {
	width: 100%;
	padding: 0px;

	border-style: none;
	border-width: 1px;
	border-color: #cccccc;

	font-weight: bold;
}

/* --> main content blocks	*/

div.block {
	width: 85%;

	float: left;

	margin: 0.0em;
	padding: 0.5em;
	border-style: none;
	border-width: 1px;
	border-color: #cccccc;
}

div.block h3 {
	margin: 0px;
	background-color: #cccccc;
	color: #333333;
}

div.block h4 {
	margin: 0px;
	color: #cc0000;
}

div.block dl {
	margin: 0px;
	margin-top: 0.2em;
	padding: 0px;

	border-style: none;
	border-width: 1px;
	border-color: #cccccc;
}

dl.blogentry {
	padding-bottom: 1.0em;
	
	border-bottom-style: none;
	border-width: 1px;
	border-color: #990000;
}

dl.blogentry dd.story {
	padding: 0.5em;

	border-bottom-style: none;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 2.0em;

	border-color: #990000;

	/*background-color: #990000;*/
}

dl.blogentry dd.links {
	text-align: right;
}

div.block ul li {
	list-style-type: none;
	margin-top: 0.2em;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-color: #000000;
}

div.block p {
	margin: 0px;
	margin-bottom: 0.5em;
}

/* --> DN Biogrtaphy page stuff		*/
div.block#bio p {
	margin: 1.0em;
}

/* --> B&T song credits section		*/
div.block#btcredits {
	border-right-style: none;
	border-width: 1px;
	border-color: #000000;

	background-color: #222222;
	margin: 0.5em;

	clear: left;
}

/* --> B&T lyrics section		*/
pre.lyrics {
	margin: 1.0em;
	padding: 0px;

	border-style: none;
	border-width: 1px;

	font-family: Arial, Helvetica, sans-serif;
}

pre.lyrics span.songtitle {
	font-weight: bold;
	
	border-bottom-style: solid;
	border-width: 2px;
	border-color: #cccccc;
}

/* --> images in main content blocks	*/
div.block img {
	margin: 0.5em;
	float: left;
}

/* --> Joe Bolling's live photography	*/
dd#joesthumbs {
	background-color: #222222;
}

div.joesthumbs {
	width: 150px;
	margin: 0px;
	padding: 0px;

	float: left;
}

dd p {
	margin-bottom: 0px;
	margin-top: 0.5em;

	border-style: none;
}

img#sketchthumb {
	margin-right: 1.0em;
	height: 120px;
	width: 88px;
}


img#sketch {
	height: 200px;
	width: 150px;

	margin-right: 1.6em;
}

img#btthumb {
	height: 120px;
	width: 116px;
}

img#halthumb {
	height: 120px;
	width: 87px;
}

img#orvil {
	height: 195px;
	width: 148px;
}

img#alkholik {
	height: 58px;
	width: 81px;
	margin-left: 1.0em;

	float: right;
}

img.joegollingthumb {
	height: 100px;
	width: 150px;
	margin: 1.0em;
	margin-bottom: 0.5em;
}

div.block p img.framepic {
	height: 200px;
	width: 171px;

	margin-top: 0px;

	float: right;
}

/* --> footer block 	*/
div.footer {
	width: 90%;
	margin: 0.5em;
	padding-top: 0.0em;

	border-top-style: solid;
	border-width: 1px;
	border-color: #cccccc;

	float: left;
}

div.footer p.techasst {
	margin: 0px;
	margin-bottom: 1.0em;
	font-size: smaller;
	font-style: italic;
}

/* ----------------------- links --------------------- */
a img {
	text-decoration: none;
	border-style: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #cccc00;
}
a:hover {
	text-decoration: none;
	background-color: #cccc00;
	color: #333333;
}

div.block h3 a {
	text-decoration: none;
}

div.block h3 a:link, div.block h3 a:visited {
	color: #333333;
	background-color: #cccccc;
}

div.block h3 a:hover {
	background-color: #ffffff;
}
