/*
document background -  #BDC0C9
header light blue - #808AA4
header dark blue - #424E6E
*/
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 0;	margin: 0;
	text-align: center;
	background: #BDC0C9;
	margin-top: 10px;
}

a { color: #444444; text-decoration: underline; }

a:hover { background-color: #D1D3D7; color: black; }

p { word-spacing: 0.3em; line-height: 1.3em; }

h2 { font-size: 16px; height: 20px; color: #74767C; font-family: Georgia, "Times New Roman", serif; margin-top: 10px; margin-bottom: 5px;}

#pageHeader {
	background: #BDC0C9 url(../images/headerback2.jpg) center top no-repeat;
	width: 730px;
	height: 175px;
	margin: 0 auto;
	padding: 0;
}

#pageFooter {
	background: #BDC0C9 url(../images/docfoot.jpg) center top no-repeat;
	height: 50px;
	width: 730px;
	margin: 0 auto;
	text-align: left;
}

#contentWrapper {
	background: transparent url(../images/docback.jpg) center 0 repeat-y;
	width: 730px;
	margin: -1px auto 0 auto;
	padding: 10px 0 0 0;
	text-align: left;
	/*clear: both;*/	
}

#leftColumn { float: left; margin: 0; width: 225px; height: 100px; padding: 0 0 0 10px; }
#rightColumn { margin: 0 0 0 270px; width: 450px; /*height: 300px; */ padding: 0 0 40px 0; }

/* Style for the menu */
#mainMenu {
	margin: 10px 0 40px 0;
	list-style: none;
	/*border: solid 1px #888888;*/
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #808AA4;
	
}

#leftColumn h2 { margin: 4px 0; font-size: 14px; height: 20px; color: #74767C; font-family: Verdana,Arial, sans-serif; text-align: right; border-bottom: solid 1px #B3B5B9; }

#mainMenu li { margin: 4px 0; font-size: 14px; height: 20px; color: #74767C; font-family: Verdana,Arial, sans-serif;   }
#mainMenu a { text-decoration: none; word-spacing: 0.3em; color: #74767C;}
#mainMenu a:hover { text-decoration: underline; background-color: transparent; }
#emailLink { font-size: 14px; text-decoration: none; word-spacing: 0.3em; color: #74767C; font-weight: bold; text-align: right; display: block; margin-bottom: 10px;}
#emailLink:hover { text-decoration: underline; background-color: transparent; }

/* blog stuff */
div.blogNode { margin: 0 0 10px 0; border-top: solid 1px #ecedef; }
h2.entryTitle { font-size: 20px; }
h2.entryTitle a { color: #666666; }
.blogEntry img { padding: 2px; border: solid 1px #D1D3D7; margin-bottom: 5px;}

/* flickr images */
div.flickr_badge_image { float: right; margin: 2px; }
.flickr_badge_image img { padding: 2px; border: solid 1px #D1D3D7;}
#flickrContainer { margin: 0 0 20px 5px; }
#flickrEnd { clear: left; } 

/* song stuff */
span.songSpacer { color: white; }
span.songAuthor { font-size: 10px; display: block; margin-bottom: 5px; }
#songWrapper h3 { font-size: 10px; margin-top: 10px; margin-bottom: 5px; }
#songPlayer { float: right }
