input, select, textarea {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
} 
* {
	margin: 0;
	padding: 0;
}
a {
  color: #7b86b7;
	text-decoration: none;
}
a:hover {
  color: #7b86b7 !important;
	text-decoration: underline;
}
ul {
	list-style: none;
}
img {
	display: block;
}
a img {
  border: none;
}
h1 {
}
h2 {
	margin: 0 -2px;
	font-size: 11px;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
}
body {
	padding-bottom: 20px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	background: #ffffff;
}
#wrapper {
	width: 870px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
}
#header {
	position: relative;
	width: 870px;
  height: 100px;
	margin-bottom: 10px;
	z-index: 2;
  background: #ecf6ff;
}
#header h1 {
}
#content {
	margin-bottom: 10px;
}
#left_column {
	float: left;
	width: 560px;
}
#right_column {
	float: right;
	width: 5px;
	background: #ffffff;
}

/*********************************/
/********** footer ***************/
/*********************************/
#footer {
	position: relative;
	height: 24px;
	padding: 0 10px;
	font-size: 10px;
	color: #666;
	border-top: 1px solid #ccc;
}
#footer p#copy {
	position: relative;
	line-height: 22px;
	text-align: right;
	z-index: 2;
}
#footer a {
	color: #666;
}
#footer a.hidden {
	color: #cbcbcb;
}
#footer_navigation {
	float: left;
}
#footer_navigation li {
	display: inline;
	line-height: 22px;
	color: #666;
}
#footer_navigation li a {
	position: relative;
	z-index: 5;
}
.subcategories {
	clear: both;
	width: 520px;
  height: 14px;
	margin-bottom: 10px;
	padding: 0 20px;
	font-size: 10px;
}
.subcategories li {
	float: left;
	margin-right: 2px;
	color: #ccc;
}
.subcategories li.label {
	font-weight: bold;
	color: #666;
	margin-right: 5px;
}
.subcategories a {
  color: #333;
}
.subcategories li.selected {
  color: #eb3112 !important;
  font-weight: bold;
}
#last_posts .item h3 a {
	color: #666 !important;
}
#last_posts .item h3 a:hover {
  color: #eb3112 !important;
}
#most_popular {
	position: relative;
}
#most_popular .last {
	padding-bottom: 11px;
	background: url(../img/border_3.gif) repeat-x bottom left;
}
#most_popular a.more {
  position: absolute;
  bottom: 5px;
  right: 10px;
  display: block;
  width: auto;
  padding: 1px 0 0 10px;
  color: #eb3112;
  font-size: 10px;
  background: #dedede;
}
#top_favorites .item {
	width: 180px;
	margin: 0 10px 10px 10px;
	padding: 0;
}
#top_favorites .item h3 {
	padding-top: 0 !important;
}
#top_favorites .item p.time {
	margin: 0 !important;
	padding: 0 !important;
}
#top_favorites .last {
	margin-bottom: 0;
}
/**************************/
/********** ads ***********/
/**************************/
.ad_1 {
  width: 468px;
  margin: -40px auto 0 auto;
  padding-bottom: 20px;
}
.ad_2 {
  width: 160px;
  margin: 0 auto;
}
.ad_3 {
  width: 468px;
  margin: 10px auto 0 auto;
}

/******** common classes *******/
.left {
	float: left !important;
}
.right {
	float: right !important;
}
span.clear {
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}
/******** Clear Fix ************/

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

