﻿#global-search-form
{
	width:100%;
}
#global-search-form input[type="text"]
{
	width:400px;
	margin-left:120px;
}
#global-search
{
	position:absolute;
	top:0;
	left:530px;
}
#main-content h1
{
	padding:0;
	margin:0;
	font-size:28px;
	font-weight:lighter;
	color:#444444;
}
#main-content h2
{
	padding:0;
	margin:30px 0 0;
	font-size:22px;
	font-weight:lighter;
	color:#222222;
}
.homepage-block
{
	
	width:375px;
	border: solid 1px #CCCCCC;
	float:left;
	height:150px;
}
.right
{
	float:right;
}
.homepage-block h2
{
	margin:3px;
	padding-left: 28px;
	font-size:16px;
	border-bottom:solid 1px #CCCCCC;
	background-repeat:no-repeat;
	background-position:6px 3px;
}
#articles-box h2
{
	background-image:url(../img/Articles.gif);
}
#events-box h2
{
	background-image:url(../img/Events.gif);
}
#comments-box h2
{
	background-image:url(../img/Comments.gif);
}
#images-box h2
{
	background-image:url(../img/Images.gif);
}
.icon-col
{
	width:30px;
}
.title-col
{
	width:280px;
}
.stat-col
{
	width:70px;
}
.new
{
	background-repeat:no-repeat;
	background-position:6px 3px;
	background-image:url(../img/StopWatch.gif);	
}
.hot
{
	background-repeat:no-repeat;
	background-position:6px 3px;
	background-image:url(../img/Flame.gif);	
}
th, td
{
	font-size:11px;
	text-align:left;
	vertical-align:text-top;
}
th
{
	border-bottom:solid 1px #EEEEEE;
}
tr
{
	height:20px;
}
.stat
{
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}