/* CONTENT STYLES */

#wrapper {
	width: 953px;
	float: right;
}

#content {
	width: 682px;
	float: left;
	padding: 0 10px 0 10px;
}

#content .contributors a:link {color: #19457a; text-decoration: underline;}
#content .contributors a:visited {color: #19457a; text-decoration: underline;}
#content .contributors a:active {color: #19457a; text-decoration: underline;}
#content .contributors a:hover {color: #19457a; text-transform: none;}

#content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #d90221;
	margin-bottom: 10px;
}

#content p {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 17px;
}

.contributors {
	margin-bottom: 25px;
}

.contributor-photo {
	width: 200px;
	float: left;
	margin-top: 15px;
}

.contributor-photo img {
	border: 1px solid #000;
}

.contributor-info {
	margin-left: 15px;
	width: 467px;
	float: right;
	border-bottom: 1px dotted #d90221;
}
.contributors ul {
	font-size: 12px;
	margin: 0;
	padding-left: 13px;
	padding-bottom: 25px;
}

.lastfive {
	font-size: 12px;
	margin-bottom: 3px;
	display: block;
}
.tags {
	width: 465px;
	float: right;
	display: block;
	margin-bottom: 20px;
}

/* SIDEBAR STYLES */

#sidebar-right {
	width: 231px;
	background: #64a1f0;
	float: right;
}

#sidebar-right h2 {
	color: #19457a;
	font-size: 14px;
	margin: 7px 0 15px 10px;
}