/*
		Social Capital Partners Home Styles
		January 2009
*/

/* =content *******************/

#content h2 {
	font-size: 1.6em;
	margin: 0 0 1.5em 0;
}
#content h2 a:link, #content h2 a:visited, #content h2 a:hover, #content h2 a:active, #content h2 a:focus {
	color: #4dcbdb;
	text-decoration: none;
}
#content h3 {
	margin-top: 50px;
}
#content h3, #content p {
	float: right;
	width: 320px;
	margin-bottom: 0;
}
img.steps {
	border: 0;
}


/* =sidebar *******************/

.sidebar {
	color: #333;
	float: left;
	font-size: 1.2em;
	list-style: none;
	margin: 30px 0 3em 20px;
	padding: 0;
	width: 195px;
}
.sidebar p {
	margin: 0 0 10px 0;
	padding: 10px;
	overflow: hidden;
	position: relative;
}
.sidebar p.step1 {
	background: #f4e8c7;
}
.sidebar p.step2 {
	background: #d8ecec;
}
.sidebar p.step3 {
	background: #ebedcb;
}
.sidebar p.step4 {
	background: #f5e1ca;
}
.sidebar p strong {
	display: block;
	margin: 0 0 .5em 0;
}
.sidebar p.step1 a, .sidebar p.step2 a, .sidebar p.step3 a, .sidebar p.step4 a {
	text-decoration: none;
	display: block;
}

/* =posts *******************/

#content .posts {
	clear: both;
	font-size: 1.4em;
	padding: 20px 0 0 0;
}
#content .posts-news, #content .posts-blog {
	float: left;
	margin-right: 10px;
	width: 300px;
}
#content .posts-news {
	margin-right: 0;
	width: 320px;
}
#content .posts h4 {
	font-size: 1.1em;
	font-weight: normal;
	color: #00b5cb;
	margin-bottom: 0;
	padding: 4px;
	background: #EEE;
}
#content .posts h4 a:link, #content .posts h4 a:visited {
	color: #00b5cb;
	text-decoration: none;
}
#content .posts ul {
	margin: .5em 0;
}
#content .posts li {
	list-style: square;
	font-size: .7em;
	padding: .2em 0;
}
#content .posts li em {
	display: block;
	font-size: .9em;
	font-style: normal;
	color: #999;
}
#content .posts li a:link, #content .posts li a:visited {
	color: #004964;
}
#content .posts li a:hover, #content .posts li a:active, #content .posts li a:focus {
	color: #00b5cb;
}
