body {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	}

a:link, a:visited {
	text-decoration: none;
	color: #000000;
	}
	
a:hover {
	color: #777777;
	}

a:active {
	color: #777777;
	}

.clear, .spacer {clear: both;}

.center {text-align:center;}

	/* ##### HEADER #####*/

#header {
	width: 100%;
	height: 80px;
	background: #FFF url(white_shadow_gfx/headerbar_back01.jpg) repeat-x left bottom;

	overflow: hidden; 

	margin: 0;
	padding: 0;

	text-decoration: none;
	}

	#header h1 {
		font-size: 200%;
		text-align: right;
		margin: 10px 20px 0px 0px;
		padding: 0px;
		}
	
	#header  h2 {
		font-size: 90%;
		padding: 0px;
		margin: 0px 20px 0px 0px;
		text-align: right;
		}


#maincontent {
	margin: 0px;
	margin-right: 250px;
	font-size: 14px;
	font-weight: normal;
	}


/* #### BLOG TITLE #### */

.blog {
	font-size: 100%;
	color: #3E4F5D;
	background: #FFF url(white_shadow_gfx/column_backtile_01.jpg) repeat-y right top;
	}


	.blog .title {
		color: #000000;
		background-color: #FFF;
		background: #FFF url(white_shadow_gfx/headerbar_back02.jpg) no-repeat right bottom;
		margin: 0px;


		padding: 10px 10px;
		/* margin-right: 18px; */
		}

	.blog .title a {
		font-size: 110%;
		text-decoration: underline;
		}

	.blog .title h2 a, .blog .title h1 a {
		color: #FF8C00;
		font-size: 100%;
		text-decoration: none;
		}
	
	.blog .title h2, .blog .title h1 {
		color: #FF8C00;
		font-size: 130%;
		margin: 0px 10px 0px 0px;
		padding: 8px;
		border-right: 2px #000000 solid;
		float: left;
		}
	
	.blog .title .timestamp {
		display: inline;
		font-weight: bold;
		padding-right: 4px;
		border-right: 2px #000000 solid;
		}

	.blog .title .mood {
		margin-left: 4px;
		display: inline;
		font-weight: bold;
		}

	.blog .title .music {
		font-style: italic;
		padding: 4px;
		}

/* #### BLOG CONTENT #### */
	.blog .content {
		background: transparent url(white_shadow_gfx/column_back_02.jpg) no-repeat right bottom;
		}

		.blog .content .body {
			text-align: left;
			text-indent: 10px;
			line-height: 135%;

			margin-left: 20px;
			margin-right: 35px;
			padding-top: 10px;
			padding-bottom: 35px;
			}

		.blog .content .body:first-letter { 
			font-style: italic;
			font-weight: bold;
			font-size: 150%; 
			}

	.blog .content a {
		text-decoration: underline;
		}
	
	.blog .content a:hover {
		color: #999;
		}

	/* ############### BLOG BODY  FORMATING ######### */
		.blog .content blockquote, .blog .content q{
			font-style: italic;
			}
	
		.blog .content blockquote {
			/* color: #000;
			background-color: #E2E5EA; */
			padding-left: 5px;
			border-left: 2px #FF8C00 solid;
			line-height: 150%;
			}
		/*
		.blog .content img:before
		{
		content: attr(alt)
		}

		blockquote:after {
			font-weight: bolder;
			content: " - " attr(title);
			}
		*/

		.blog .content img {
			margin: 10px 0;
			padding: 1.5%;
			/* padding-bottom: 4%; */
			background-color: #F8F8FA;
			border: 5px #ccc double;
			}

		.blog .content dt img {
			margin: 0 auto;
			margin-top: 30px;
			margin-bottom: 5px;
			display:block;
		}

		.blog .content dd {
			font-style: italic;
			font-weight: bolder;
			text-align:center;
			}


	/* #### ARCHIVE #### */

#sidebox {
	float: right;
	width: 240px;
	background: #FFF url(white_shadow_gfx/column_backflip_02.jpg) no-repeat left bottom;
	}

	#sidebox h3 {
		margin:0; 
		padding:0;
		font-size: 18px; 
		color: #FF8C00;
		}

	#sidebox h4 {
		margin-top: 10px; 
		font-size: 16px; 
		color: #FF8C00;
		}

	#sidebox p {margin: 5px;}

		#breakout a{font-weight: lighter; font-size: 14px;}

		#breakout img {border: none;}
	
		#breakout {
			text-align: left;
			margin-right: 10px;
			margin-left: 30px;
			margin-bottom: 20px;
			color: #000;
			}

	#archive {
		margin-right: 10px;
		margin-left: 30px;
		margin-bottom: 25px;
		}

	#archive h4 {
		color: #FF8C00; 
		margin: 2px 0;
		font-size: 18px;
		}

	#archive a{
		text-decoration: none; 
		}
	
	#archive ul {
		list-style: none;
		margin: 0;
		margin-left: 20px;
		padding: 0;
		}

	#archive li {
		font-size: 90%;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		}
