* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font: 62.5%/1.5  arial,helvetica,sans-serif;
	background-color: white;
}

a img {
	border: none;
	vertical-align: middle;
}

#header {
	background: url(logo.gif) no-repeat;
	background-color: #1B5790;
	background-position: 30px 0px;
	height: 45px;
}

#menu {
	margin-left: 150px;
	height: 4em;
}

#menu ul {
	list-style-type: none;
	padding-top: 10px;
	padding-left: 48px;
}

#menu li {
	display: inline;
	padding-right: 10px;
}

#menu li a {
	text-decoration: none;
	font-size: 1.5em;
	color: #000;
	margin-top: 30px;
	padding: 5px 5px 2px 5px;
}

#menu li.spacer {
	padding-left: 1em;
	padding-right: 1em;
}

#menu li.feed {
	padding-left: 1em;
}

#menu ul.catonmat {
	padding-left: 2em;
}

#container {
	width: 100%;
	float: left;
	margin-right: -230px;
}

#content {
	margin-right: 230px;
	margin-top: 30px;
	font-size: 1.4em;
}

#sidebar {
	float: right;
	width: 208px;
	margin-top: 30px;
	margin-right: 20px;
}

#sidebar h2 {
	text-decoration: underline;
	margin-bottom: 0.5em;
	color: #4E463F;
	font-size: 1.3em;
}

#sidebar div.top-users,
#sidebar div.top-hosts,
#sidebar div.redditmedia,
#sidebar div.picurls,
#sidebar div.digg {
	margin-bottom: 1.5em;
	margin-left: 10px;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar ul li {
	margin-bottom: 0.2em;
}

#sidebar ul li a {
	text-decoration: none;
	font-size: 1.2em;
}

#sidebar ul li a:hover {
	color: #000157;
}

#sidebar ul li a img.avatar {
	border: 1px solid #CCCCCC;
	padding: 1px;
	vertical-align: middle;
	margin-right: 4px;
}

.entry {
	padding-bottom: 1.4em;
}

.entry a.title {
	font-size: 1.1em;
	font-weight: bold;
	color: #105CB6;
	text-decoration: none;
	background: transparent url(/link-line.gif) repeat-x scroll 0pt 95%;
}

.entry a.link {
	margin-left: 1em;
}

.entry a.title:hover,
.entry a.title:focus {
	color: #000033;
}

.entry a.title:visited {
	color: #86B0E1;
}

.entry p {
	line-height: 1.3;
	color: #393733;
	margin: 0.2em 0pt 0.1em;
}

.entry img.thumbnail {
	padding: 2px;
	border: 1px solid #A5C2E3;
}

.entry img.avatar {
	border: 1px solid #CCCCCC;
	padding: 1px;
	vertical-align: middle;
	margin-right: 4px;
}

.entry p.desc {
	font-size: 0.9em;
}

.entry p.desc a.more {
	padding-left: 0.5em;
	color: #333;
}

.entry p span.source {
	color: #666666;
	font-size: 0.8em;
	font-style: normal;
}

.entry p.desc span.category {
	font-size: 0.85em;
	color: #666;
}

.entry p.desc span.category a {
	color: #666;
}

.entry p.desc span.category a:hover {
	color: #000;
	text-decoration: none;
}

.entry div.details {
	padding-top: 3px;
	font-size: 0.8em;
}

.entry div.details a {
	text-decoration: none;
	color: #578CCA;
}

.entry div.details a:hover {
	color: #000;
}

.entry div.details span.comments {
	background: no-repeat url(comment.gif);
	margin-right: 7px;	
	padding-left: 18px;
}

.entry div.details span.email {
	background: no-repeat url(email.gif);
	margin-right: 7px;
	padding-left: 20px;
}

.entry div.details span.date {
	background: no-repeat url(time.gif) 0px -1px;
	margin-right: 7px;
	padding-left: 19px;
}

.darkblue {
	color: #336699;
}

#footer {
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Tahoma, sans-serif;
	background-color: #C6DEF7;
	text-align: center;
	height: 8em;
	width: 100%;
	padding-top: 1em;
	position: relative;
}

#footer #social {
	position:absolute;
	left: 51px;
	background-color: #fff;
	top: 0.8em;
}

#navigation {
	margin-left: 51px;
	background-color: #0B55AC;
	margin-bottom: 1em;
	margin-top: 1em;
}

#navigation ul {
	padding-left: 10px;
	list-style-type: none;
	padding-bottom: 2px;
	width: 80%;
}

#navigation li {
	padding-right: 1em;
	display: inline;
}

#navigation li a {
	color: #FFF
}

#navigation li a.current {
	text-decoration: none;
}

#google {
	padding-left: 50px;
	margin-bottom: 20px;
}

.gray {
	color: #808080;
}

.grayer {
	color: #5B5B5B;
}

.pos {
	font-size: 0.9em;
}

.small {
	font-size: 0.8em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}
