/**
* CSS for doc_frontp.php
*
* @package Site
* @subpackage CSS
* @author Pavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

.container_block
{
	height: 355px;
	margin-bottom: 15px;
}

#container_left
{
	width: 276px;
}

#container_center
{
	width: 279px;
	margin-left: 2px;
	margin-right: 2px;
	background: #DBDBC8;
	text-align: left;
}

#container_center .news_block
{
	margin-top: 15px;
	margin-left: 5px;
}

#container_center td.bullet
{
	width: 14px;
	background: url("../tmpl/img/calendar_icon.gif") no-repeat left top;
	padding-bottom: 10px;
}

#container_center td.headline
{
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
}

#container_center td.headline .date
{
	margin: 0;
	color: #999966;
	font-family: Georgia, Verdana, Arial;
	font-size: 13px;
}

#container_center td.headline a
{
	color: #999966;
	font-family: Georgia, Verdana, Arial;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: none;
}

#container_center td.headline a:hover
{
	text-decoration: underline;
}

#container_right
{
	width: 270px;
	background: url("../tmpl/img/front_page_image.jpg") no-repeat left top;
}

/*******************/
/*  Recent gallup  */
/*******************/

.fp_mod_gallup a
{
	color: #2175C6;
	font-weight: normal;
	text-decoration: none;
}
.fp_mod_gallup a:active,
.fp_mod_gallup a:hover
{
	color: #2175C6;
	text-decoration: underline;
}

.fp_mod_gallup ol
{
	margin-top: 0;
	padding-top: 0;
}

.fp_mod_gallup li
{
	padding-bottom: 3px;
	padding-top: 0;
}

.fp_mod_gallup #all_gallups
{
	background: url("../tmpl/img/menu_v2_l1.gif") no-repeat 12px 5px;
	display: block;
	padding: 2px 5px 7px 25px;
}

.fp_mod_gallup #que
{
	display: block;
	font-weight: bold;
	padding: 4px 5px 2px 15px;
}


/*****************/
/*  Recent news  */
/*****************/

#news
{
	float: left;
	width: 535px;
}
#news h1
{
	background: url("../tmpl/img/news.gif") no-repeat 29px 50%;
	color: #b00;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 4px 0;
	padding: 0 0 0 60px;
	text-align: left;
}
#news a
{
	border-top: 1px solid #d5d7cc;
	color: #000;
	display: block;
	margin: 0 115px 0 62px;
	padding: 8px 0;
	text-decoration: none;
}
#news a:hover
{
	color: #000;
	text-decoration: underline;
}
#news a#first
{
	border-top: 0;
}
