/********************* start generic class elements ********************/
html {
	background: #cccccc url(background.jpg) repeat-x;
}

body {
	font: 13px arial;
	color: #666666;
	text-align: center;
}

img {
	display: block;
}

h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	margin: .5ex 0 1em 0;
}

p {
	margin: 0 0 1em 0;
}

a, a:link, a:visited {
	color: #666666;
}

a:hover, a:active {
	text-decoration: underline;
}

#doc3 {
	margin: 0 10%;
}

#hd {
	background: #ffffff;
	border-bottom: 3px solid #660000;
}

#logo {
	background: url(logo.jpg) no-repeat 50% 50%;
	width: 180px; 
}

#ft {
	height: 13px;
	font-size: 13px;
	background: #660000;
	padding: 1ex;
	color: #ffffff;
}
#ft a {
	color: #ffffff;
}

ul#topnav {
	font-size: 13px;
}

ul#topnav li {
	float: left;
	margin: 2px 0;
	padding: 0 1em;
	border-right: 1px solid #cccccc;
}

ul#topnav a, ul#topnav a:link, ul#topnav a:visited {
	display: block;
	text-decoration: none;
	color: #660000;
}

ul#topnav a:hover, ul#topnav a:active {
	text-decoration: underline;
}

ul#topnav a.selected, ul#topnav a.selected:link, ul#topnav a.selected:visited {
	color: #660000;
}

#leftnav {
	background: #c9ac68;
	width: 180px; 
	vertical-align: top;
	color: #000000;
}
#home_photo {
	vertical-align: top;
	background: #ffffff;
	padding: 10px; 
}

ul.blognav {
	font-size: 13px;
}

ul.blognav li {
	margin: 0 0 1ex 0;
	color: #000000;
}

ul.blognav a, ul.blognav a:link, ul.blognav a:visited {
	text-decoration: none;
	color: #000000;
}

ul.blognav a:hover, ul.blognav a:active {
	text-decoration: underline;
	color: #000000;
}

.player {
	margin-bottom: 1em; 
}

.date-header {
	border-top: 1px dotted #666666;
}

.post-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em; 
}

/********************* end id elements ********************/

/********************* start fixes ********************/
.clearfix:after { 
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden; 
} 
.clearfix {display:inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 


* html .clearfix {
	height: 1%;
}

/********************* end fixes ********************/

