/*//////////////////////////////////////
Ids and classes
//////////////////////////////////////*/

#logos li {
	width: 122px;
	margin-bottom: 20px;
	height: 80px;
	display: block;
	background-repeat: no-repeat;
	background-position: center 0px;
}

#sidebar img {
    margin-bottom: 0px;
}

h1 {
    font-size: 24px;
}

#sidebar h2 {
	text-align: left;
}

#sidebar p {
	font-size: 13px;
}

#sidebar hr {
	height: 0px;
	border: solid #ccc;
	border-width: 1px 0px 0px 0px;
	width: 80%;
	margin: 2px auto 0px auto;
}

#stories {
	list-style: none;
}

#stories li {
	border-top: solid 1px #ccc;
    margin-bottom: -1px;
}

#stories h2 {
    font-size: 18px;
}

#stories h2 a {
	text-decoration: none;
	color: #000;
}

#stories h2 a:hover {
	text-decoration: underline;
}

#stories p {
	font-size: 14px;
}