/*--------------------------------------------------------------
*	Filename:		blue.css
*	Description:	Blue color for main layout 
*	Client:			MyCity - www.mycity.rs
*	Author:			Ivan Tatic - www.simplifiedstudio.com
*	Optimised for: 	Safari, Firefox 3, IE 7, IE 8, Opera
*	Version:		1.0 / 06162009
--------------------------------------------------------------*/

/*
Color styles
---------------------------------*/
body{ background: #124260 url('../img2/blue-bg.jpg') 50% 0% no-repeat;}
#left h2, #right h2{ color: #124e6f;}

ul#navigation li a{ background: transparent; color: #fff;}
	ul#navigation li a.current{ color: #124260;}

#content a{ color: #124e6f; font-weight: bold; padding: 0px 2px;}
	#content a:hover{ background: #124e6f; color: #fff; text-decoration: none;}
