﻿/****************************************************************************************/
/*                                                                                      */
/* Version:         2009-09-09 24:00                                                    */
/* Last changed by: Michal Pelech                                                       */
/*                                                                                      */
/****************************************************************************************/

#content h1,
#content h2
{
	margin: 0 0 10px 0;
	color: #0bb6e4;
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
}

#content h2
{
	margin: 5px 0;
	font-size: 14px;
}

#content .newItem
{
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #848484;
}

#content .newItem .right
{
	width: 330px;
	float: right;
}

#content .newItem .right h2
{
	float: left;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
}

#content .newItem .right h2 a
{
	color: #000000;
}

#content .newItem .right .date
{
	margin: 5px 0;
	float: right;
	color: #66b615;
	font-weight: bold;
}

#content .newItem .right p
{
	clear: both;
	line-height: 16px;
}

#content .newItem .left
{
	width: 40px;
	height: 45px;
	margin: 5px 0 0 0;
	float: left;
	display: block;
	line-height: 52px;
	background: transparent url(images/callendar.png) no-repeat left top;
	color: #000000;
	font-size: 10px;
	text-align: center;
}

#content .documentItem
{
	margin: 10px 0 0 0;
	padding: 0 0 10px 50px;
	border-bottom: 1px dotted #848484;
}

#content .documentItem h2
{
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
}

#content .documentItem h2 a
{
	color: #000000;
}

.doc,
.odt,
.docx,
.txt
{
	background: url(images/icons/doc.png) no-repeat left top;
}

.pdf
{
	background: url(images/icons/pdf.png) no-repeat left top;
}

.xls,
.xlsx
{
	background: url(images/icons/xls.png) no-repeat left top;
}

.ppt,
.pptx
{
	background: url(images/icons/ppt.png) no-repeat left top;
}

.rar,
.zip
{
	background: url(images/icons/zip.gif) no-repeat left top;
}

.form
{
	width: 405px;
	position: relative;
}

.form label
{
	width: 118px;
	margin: 0 0 4px 0;
	float: left;
	clear: left;	
}

.form input,
.form textarea
{
	width: 282px;
	height: 16px;
	margin: 0 0 4px 0;
	padding: 2px 0 0 0; 
	float: left;
	background: #ffffff;
	border: 1px solid #a9a8a8;
}

.form textarea
{
	height: 86px;
}

.form .button
{
	width: 99px;
	height: 22px;
	padding: 0 0 4px 0;
	position: absolute;
	right: 5px;
	top: 170px;
	display: block;
	background: #272727 url(images/button-send.png) no-repeat left top;
	color: #a9a8a8;
	border: none;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

#content .linksList
{
	padding: 0 0 15px 0;
}

#content .linkItem
{
	width: 128px;
	height: 110px;
	margin: 0 0 12px 0;
	padding: 0 0 15px 0;
	float: left;
	/*display: inline;*/
	position: relative;
}

#content .first
{
	margin: 0 0 12px 0;
	clear: left;
}

#content .linkItem h2
{
	height: 30px;
	margin: 5px 0 0 0;
	color: #66b615;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
}

#content .linkItem a
{
	color: #000000;
}

#content .photoItem
{
	width: 130px;
	margin: 0 0 25px 49px;
	float: left;
	display: inline;
}

#content .photoItem h2
{
	margin: 10px 0 5px 0;
	color: #66b615;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
}

#content .photoItem h2 a
{
	color: #66b615;
}

.big #content .first
{
	margin: 0 0 25px 0;
	clear: left;
}