@charset "UTF-8";
/* CSS Document */

/* Body should be 1000 px in total width taking into account padding, etc. */

html, body {
	margin: 0;
}

a, a:active, a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size: 36px;
	margin:5px 0 2px 0;	
}



h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size: 22px;
	margin:5px 0 2px 0;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size: 16px;
	margin:2px 0 4px 0;
}

h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	margin:20px 0 2px 0;
}

p {
	margin:0;
	line-height:1.2em;
}

#teaser_text p {
	margin:0.5em 0 1.5em 0;
	line-height:1.2em;
}


ul, #delicious-posts-ruwald ul {
	margin:5px 0 5px 0;
	padding-left:14px;
}

li, #delicious-posts-ruwald li {
	list-style:circle;
	font-size:12px;
	margin-bottom:4px;
	line-height:1.2em;
}



#bcr_logo {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	margin-top:40px;
	margin-bottom:5px;
	clear:both;
}


#left_column {
	float:left;
	width:200px;
	margin:0 20px 0 0;
	padding:0 20px 0 0;
}

/* For main pages (not front page) left column for heading */
#bcr_content_main_left {
	width:250px;
	float:left;
	clear:both;
	padding:20px 0 0 20px;
	margin-right:50px;
}

/* For main pages (not front page) right column for content */
#bcr_content_main_right {
	width:580px;
	float:right;
	padding:0 100px 0 50px;
}

#bcr_content_main_right p {
	margin-bottom:0.5em;
	line-height:1.2em;
	font-size:16px;
}

#bcr_content_main_right h2 {
	margin:1.7em 0 0.8em 0;
}

#bcr_content_main_right li {
	font-size:16px;
}

#twitter_update_list li {
	margin-bottom:0.5em;
	line-height:1.2em;
	font-size:14px;
}


#bcr_menu img {
	float:right;
	margin:-13px 4px 0 0;
	border:none;
}


#bcr_content {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	margin-top:20px;
	margin-bottom:10px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	clear:both;
}

#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 {
	width:710px;
	float:left;
	clear:both;
	border-bottom:1px dotted #c00;
	padding:0 10px 10px 0;
	margin:0 0 20px 0;
}

#front_photo img {
	float:right;
	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;
}


