@charset "UTF-8";
/* CSS Document */

/* Body should be 850 px in total width taking into account padding, etc. */

html, body {
	background-color:white;
}

a, a:active, a:visited {
	color:#03C;
}

a:hover {
	color:#c00;
}


h1, h2, h2 a, h2 a:active, h2 a:visited, h3, h3 a, h3 a:active, h3 a:visited, h4 {
	color:#333;
}



ul, #delicious-posts-ruwald ul {
	color:#333;
}


#left_column {
	border-right:1px #666 dotted;
}


#bcr_menu {
	width: 1000px;
	margin: 0 auto;
	background:#c00;
	background-image:url(../images/design_elements/black/menu_bar_back.png);
	background-position:bottom;
	background-repeat:repeat-x;
	color:white;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	padding:6px 0 6px 0;
	
}
	

#bcr_menu_links a, #bcr_menu_links a:active, #bcr_menu_links a:visited {
	text-decoration:none;
	color:white;
	padding:6px 6px 6px 6px;
}

#bcr_menu img {
	float:right;
	margin:-13px 4px 0 0;
/*	padding:-14px 2px 0 0;*/
	border:none;
}

#bcr_menu a:hover {
	background-color:#C00;
}


#bcr_content {
	color:#333;
}

#bcr_content_left {
	float:left;
	width:710px;
	font-size:12px;
}

#teaser_text {
	float:right;
	width:245px;
	padding:0 10px 0 0;
	border:none;
}


#front_photo {
	float:left;
	border-bottom:1px dotted #c00;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
}

#front_photo img {
	border: 5px solid white;
	margin-bottom:10px;
}

#front_photo p {
	color: #999;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
}

#front_photo p.fp_title {
	color:#ccc;
	font-weight:bold;
}


#bcr_footer {
	width: 1000px;
	margin: 20px auto;
	border-top:1px dotted red;
	color:#999;
	font-family:Helvetica, Arial, sans-serif;
	/* text-transform:uppercase; */
	font-size:10px;
	padding-top:8px;
	clear:both;
}

