/*** reset **/

* {margin: 0;padding: 0;}
header, footer, article, section, figure, nav, aside {display: block;}


body {
  background:#fff;
  font-family: Latha,TSCu_paranar,Arial;
  color: #000;
  height: 100%;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/*** end reset **/



#weekend-container {
    width: 988px;
    margin: 10px auto;
    background-color: #ffffff;
    padding: 0 6px;
}
.weekend-header-img
{
	text-align: center;
	padding:10px 0 0;
	border-top:solid thin #999999;
}
.weekend-news-header
{
	font-size:16px;
	text-align: center;
	background:url(/images/weeknd-header-border.png) repeat-x center;
}
.weekend-news-header span
{
	background:#fff;
	padding:0 10px;
}
.weekend-news-block
{
	border-bottom:solid thin #cbcbcb;
	padding:15px 0;
}
.weekend-news-block ul
{
	list-style-type: none;
	padding:15px 0 5px;
}
.weekend-news-block ul li
{
	float:left;
	margin:0 36px 0 0;
	width:220px;
}
.weekend-news-block ul li.weekend-news-last
{
	margin:0;
}
.weekend-news-block ul li a
{
	color:#000;
	font-size:12px;
	text-decoration: none;	
	font-weight: bold;
}
.weekend-news-block ul li a:hover
{
	text-decoration: underline;
}
.weekend-news-block-left
{
	float:left;
}
.weekend-news-block-right
{
	float:right;
}
.weekend-news-block ul.cols3 li
{
	float:left;
	margin:0 24px 0 0;
	width:142px;
	text-align:center;
}
.weekend-news-block ul.cols3 li.weekend-news-last
{
	margin:0;
}
