* {
	font-size: 10pt;
    font-family: Arial, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #4d4d4d;
}
body {
	background-color: #f2f2f2;
}
img {
    border: none;
}
a {
	color: #3d7ba4;
}
h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
    font-family: Tahoma, sans-serif;
}
p {
    margin-top: 10pt;
    line-height: 12pt;
}
h2 {
    font-size: 14pt;
    font-weight: normal;
}

.big_column, .small_column, .entries, .authors {
	background-color: #ffffff;
    border: #ededed 2px solid;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 14px;
    margin-top: 14px;
}
.big_column {
    width: 652px;
    float: left;
}
.small_column {
	width: 218px;
	float: right;
}
.rating * {
    font-size: 8pt;
    line-height: 12pt;
    vertical-align: top;
}
.rating .new {
    color: #fbb03b;
}
.rating .positive, .rating .negative {
    position: relative;
    padding-left: 4pt;
}
.rating .positive {
    color: #8cc63f;
}
.rating .negative {
    color: #ed1c24;
}
.rating .arrow {
    color: inherit;
    position: absolute;
    top: -2pt;
    left: -1pt;
}
.rating .position {
    background-color: #bfd4e2;
    color: #ffffff;
    padding: 2pt 1pt 2pt 1pt;
}
.entry small {
	font-size: 8pt;
	color: #909090;
}
.entry .author_inline {
    margin-left: 6pt;
}
.big_column .rss_icon {
	float: right;
}
.paginator {
    margin-top: 28px;
    text-align: center;
}
.author_inline {
	white-space: nowrap;
} 
.usericon {
	vertical-align: bottom;
}
.top_link {
    margin-left: 30pt;
    font-weight: bold;
}
.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

#main {
	width: 966px;
	margin: 0 auto 0 auto;
}

#header {
    margin-top: 20pt;
}
#header h1 {
	position: relative;
}
#header h1 a {
	font-size: 50pt;
	letter-spacing: -4pt;
	text-decoration: none;
	font-weight: bold;
}
#header h1 a:hover {
	text-decoration: underline;
}
#header em {
	display: none;
}
#header strong {
	font-weight: normal;
	color: #3d7ba4;
	position: absolute;
	top: 6pt;
	left: 95pt;
}

#best_authors p {
	overflow: hidden;
}
#best_authors p, #best_authors p * {
	white-space: nowrap;
}
#best_authors .author_inline {
	padding-right: 218px;
}
#best_authors .author_rating {
    float: right;
    position: relative;
    margin-top: -12pt;
}
#best_authors .author_rating .fade {
	background: url("/media/images/fade-left.png") repeat-y left;
	padding-left: 10px;
}
#best_authors .author_rating .fade small {
	background: #ffffff;
}

#counter {
    float: right;
}