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

h1
{
	background: url("../tmpl/img/fp_h1.png") no-repeat 0 2px;
	padding-left: 35px;
}

#article
{
	padding: 0 0 25px 38px;
	width: 621px;
}

#news
{
	float: left;
	width: 329px;
}
#news h1
{
	background: url("../tmpl/img/news_h1.png") no-repeat 0 0;
	color: #900;
	float: left;
	line-height: 26px;
	margin: 0 0 10px 0;
	padding-left: 35px;
}
#news ul
{
	float: left;
	clear: both;
	margin-left: 38px;
	width: 291px;
}
#news li
{
	list-style: none;
}
#news a
{
	color: #0c6676;
	display: block;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 0;
	text-decoration: none;
}
#news a:hover
{
	background-color: #f2f2f2;
	text-decoration: none;
}
#news a#first
{
	border-top: 0;
}
#news a div
{
	color: #333;
	font-weight: normal;
}
#news a#news-view-more
{
	background: #2b8a9d url("../tmpl/img/news_more.png") repeat-x 0 0;
	float: left;
	clear: both;
	color: #fff;
	margin: 0 0 0 38px;
	padding: 4px 12px;
	white-space: nowrap;
}

#competitions
{
	float: right;
	width: 329px;
}
#competitions h1
{
	background: url("../tmpl/img/competitions_h1.png") no-repeat 0 0;
	color: #0e778a;
	float: left;
	line-height: 26px;
	margin: 0 0 10px 0;
	padding-left: 35px;
}
#competitions ul
{
	float: left;
	clear: both;
	margin-left: 38px;
	width: 291px;
}
#competitions li
{
	list-style: none;
}
#competitions a
{
	color: #0c6676;
	display: block;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 0;
	text-decoration: none;
}
#competitions a:hover
{
	background-color: #f2f2f2;
	text-decoration: none;
}
#competitions a#first
{
	border-top: 0;
}
#competitions a div
{
	color: #333;
	font-weight: normal;
}
#competitions a#competitions-view-more
{
	background: #2b8a9d url("../tmpl/img/competitions_more.png") repeat-x 0 0;
	float: left;
	clear: both;
	color: #fff;
	margin: 0 0 0 38px;
	padding: 4px 12px;
	white-space: nowrap;
}