/* Style for "other feed" which is displayed in an iFrame. */
/* Copyright 2011 Master Point Press, Toronto, Canada */
/* Shamelessly ripped-off from the WP theme by Luise Lee et al */

/* Reset
-------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
ol ol, ul ul, ol ul, ul ol {
	margin-left: 20px;
	margin-bottom: 0;
}
img {
	border: none;
}
html,
body {
	border: none;
}

/* Body
-------------------------------------------------------------------*/
body { 
	font-family: Arial, Helvetica, sans-serif;
	color: black; 
}

a {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
}

p {
	margin-bottom: 10px;
	font-size: 1.1em;
}
p.warning {
	text-align: center;
	font-style: italic;
	color: red;
}

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #eef3f7; 
}

/* Other Feed
-------------------------------------------------------------------*/
#otherfeed {
	font-size: 1em;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* Content
-------------------------------------------------------------------*/
#content { 
	float: left; 
	padding: 0; 
	width: 100%; 
	background: white; 
	overflow: hidden;
}

/* Home Page BridgeBloggers' Posts
-------------------------------------------------------------------*/
div.lefthomeposts {
	width: 47%;
	float: left;
}
div.righthomeposts {
	width: 47%;
	float: right;
}
div.lefthomeposts img.avatar,
div.righthomeposts img.avatar {
	display: block;
	float: left;
	padding-right: 12px;
}
div.lefthomeposts a,
div.righthomeposts a {
	margin: 0;
	padding: 0;
}
div.lefthomeposts br,
div.righthomeposts br {
	clear: both;
}
div.lefthomeposts h1,
div.righthomeposts h1 {
	color: #660000;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background: white;
}
div.lefthomeposts h2,
div.righthomeposts h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div.lefthomeposts h2 span.author,
div.righthomeposts h2 span.author {
	color: #AC8C31;
}
div.lefthomeposts h2 span.comments,
div.righthomeposts h2 span.comments {
	color: #660000;
}
div.lefthomeposts h3,
div.righthomeposts h3 {
	color: #888;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}