body {
font:12px Arial, Helvetica, sans-serif;
}
#container {
	margin:auto;
	width:961px;
	padding:10px 0px 0px;
}
#body {
	background-color:#FFF;
	padding:10px;
}
#right-nav {
	width:750px;
	margin-left:160px;
	border-left:1px dotted #6CF;
	padding-left:3px;
}
.right-nav-inner {
	width:590px;
	background-color:#D5E7EA;
	padding:4px;
}
#top-nav {
	width:200px;
	background-color:#FFF;
	position:absolute;
	top:0;
	right:10%;
}
#main {
	float:left;
}
.dotted {
	border-top:1px dotted #CCCCCC;
	height:1px;
	line-height:1px;
	margin:15px 0;
}
.dotted2 {
	border-top:1px dotted #6CF;
	height:1px;
	line-height:1px;
	margin-bottom:5px;
}
#recent {
	float:left;
	width:49%;
}
#most-followed {
	width:50%;
	border-left: 1px dotted #CCCCCC;
	float:right;
	padding-left:4px;
}
.entry {
	width:100%;
	height:60px;
	background-color:#ECEFF5;
	margin:0px 0px 2px 0px;
	border-bottom: 1px solid #CCCCCC;
}
.avatar {
	border:0px;
	margin:5px;
}
a.small1 {
	color:#03F;
	text-decoration: none;
}
a.small1:hover {
	text-decoration: underline;
}
a.small2 {
	color:#0066CC;
	text-decoration: none;
}
a.small2:hover {
	text-decoration: underline;
}
.largetitle {
	font-size: 13px;
	font-weight: bold;
	color: #09F;
}
.mediumtitle {
	font-size: 18px;
	color: #333;
}
.code {
	background-color:#EFEFEF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:4px;
	padding:4px;
}
.searchboxdiv {
	margin:0;
	height:46px;
	width:404px;
	background:url(/static/images/searchbox.jpg) no-repeat bottom;
}
.searchbox {
	background:none;
	border:none;
	width:394px;
	height:35px;
	padding: 2px 7px 0px 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
}
.searchbox:hover {
	outline: none;
} 
.searchbox:focus {
	outline: none;
} 
.searchbox:active {
	outline: none;
} 
.sections {
	text-align:left;
	font-size:12px;
	padding-left:2px;
}
.rtitle {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#06C;
}
.rdesc {
	color:#666;
}
.rlink {
	color:#228222;
}
.searchbutton {
	background-image: url(/static/images/sbutton.png);
	border: solid 0px #000000;
	width: 81px;
	height: 43px;
	cursor:pointer;
	background-position: 0px -53px;
}
.searchbutton:hover {
	background-image: url(/static/images/sbutton.png);
	background-position: 0px 0px;
}
.font {
	font-size: 24px;
	color: #2178d9;
}
.new .font {
	text-shadow: 0 1px 0 #000;
}
.fonts {
	position: relative;
}
.fonts .font {
	position: absolute;
	z-index: 200;
}
.fonts .second {
	top: 1px;
	color: #000;
	z-index: 100;
}
#filetitle {
	color: #2178d9;
	padding-top:7px;
}
.box {
	width:300px;
	height:50px;
	padding:5px;
	font-size:18px;
	color:#390;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#eeeeee;
	border-color:#DEDEDE;
}
a.download {
	color:#2178d9;
	text-decoration: none;
}
a.download:hover {
	text-decoration: underline;
}
a.opt {
	color:#666;
	text-decoration: none;
}
a.opt:hover {
	text-decoration: underline;
}
a.bsection {
	text-decoration:none;
	color:#000;
}
a.bsection:hover {
	cursor:default;
}
.paginator {
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.paginator a, .pageList .this-page {
	font:16px Arial, Helvetica, sans-serif;
	padding: 0px 2px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
}
.paginator a:visited {
	padding: 0px 2px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
}
.paginator .atstart {
	margin-right: 10px;
	padding: 0px 2px;
	border: solid 1px #ddd;
	background: #fff;
	color: #aaa;
	visibility:hidden;
}
.paginator .prev {
	margin-right: 10px;
	padding: 0px 2px;
	border: solid 2px #ddd;
	background: #fff;
}
.paginator .break {
	padding: 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}
.paginator .next {
	margin-left: 10px;
	padding: 0px 2px;
	border: solid 2px #ddd;
	background: #fff;
}
.paginator .atend {
	margin-left: 10px;
	padding: 0px 2px;
	border: solid 1px #ddd;
	background: #fff;
	color: #aaa;
	visibility:hidden;
}
.paginator .this-page {
	padding: 0px 2px;
	border-color: #999;
	font-weight: bold;
	background: #fff;
	color: #FF0084;
	font-size:16px;
}
.paginator a:hover {
	color: #fff;
	background: #0063DC;
	border-color: #036;
	text-decoration: none;
}
.pages div.results {
	text-align: center;
	font:12px Arial, Helvetica, sans-serif;
	color: #aaa;
	margin-top: 0px;
}

#ResultC h3
{
	color:blue;
	margin: 0 0 0 0;
	text-decoration: underline;
    font-weight: normal;
}
#ResultC h3:hover
{
	color:red;
}

#ResultC a
{
	text-decoration: none;
	background-color:inherit;
	color: #4272DB;
}
