/*--------------------------------------
   HOME // Spec.
-------------------------------------- */
#mainContent .news                     {
	width: 100%;
	display: table;
	margin-bottom: 10px;
	}
#mainContent .news h2                  {
	padding: 0 0 3px 5px;
	background: transparent url(../images/layout/content-h2-dotted.gif) repeat-x left bottom;
	}
.news .date                            { float: right; font-weight: bold; margin-top: -32px; font-size: 11px; }
.news#sazetak { font-weight: bold; } 
#mainContent p                         { margin: 5px 0; }	
#mainContent h2                        {
	font: bold 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #00acee;
	text-decoration: none;
	margin-bottom: 12px;
	}
