/* Small Studio Template 
   I'm sorry for non-english variables,
   but I think you'll manage */

body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	background: #E7E7E7;
}

a {
	text-decoration: none;
	color: #B60400;
}

a:hover {
	color: #808080;
}

a img {
	border: 0;
}

h1 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
	border-bottom: 2px solid #eee;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
	border-bottom: 2px solid #eee;
}

.blue {
	color: #286ea0;
}

#bg { 
	width: 760px;
	margin: 0 auto;
	height: 580px;
	padding: 6px 10px 0px 10px;
	background: url(/skins/remotesynth/assets/images/bg.gif) no-repeat;
}

#sadrzaj {
	padding: 9px 4px 0 2px;
	color: #303030;
	width: 736px;
	
}

#zaglavlje {
	clear: both;
	text-align: right;
	padding: 10px 15px 0 0;
	margin: 0px 0 0px 0;
	height: 50px;
	border-bottom: 2px solid #eee;
	background: #FFF url(/skins/remotesynth/assets/images/fade.gif) repeat-x;
	color: #808080;
}

#title {
	float: left;
	font-size: 14pt;
	font-weight: bold;
	padding: 0 0 0 10px;
	height: 50px;
}

#navigacija {
	clear: left;
	float: left;
	width: 150px;
	font-size: 0.9em;
}

#navigacija ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.1em;
	border-right: 2px solid #ccc;
}	

#navigacija li {
	margin-bottom: 4px;
	padding: 0 5px 0 10px;
}

#navigacija li a {
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	height: 20px;
	text-decoration: none;
	color: #808080;
	display: block;
	padding: 6px 10px 0 10px;
	background: #fff;
	border-bottom: 1px dotted #ccc;
}	
	
#navigacija li a:hover {
	color: #286ea0;
}

.lijevo {
	margin: 9px 10px 10px 10px;
	width: 130px;
	color: #6B6B6B;
	line-height: 1.6em;
}

.lijevo a {
	text-decoration: underline;
}

.lijevo p {
	margin: 0;	
}

#infobox {
	border: 1px solid #ccc;
	background: #f4f4f4;
	padding: 3px;
	margin-top: 5px;
}

.desna_rubrika {
	float: right;
	width: 273px;
	margin: 0 0 10px 0;
	padding: 5px 13px 20px 10px;
	border-left: 1px solid #DDD;
	color: #5D5D5D;
	line-height: 1.5em;
}

.desna_rubrika p {
	margin: 0px;
	font-size: 90%;
}

.desna_rubrika a {
	display: block;
	padding-bottom: 4px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #ccc;
}

/* #pic {
	margin:  0 0 5px 155px;
	padding: 0px 10px 5px 6px;
	line-height: 1.4em;
	background: url(pic.jpg) repeat-x;
	height: 146px;
} */

#content {
	margin:  0 0 0px 155px;
	padding: 0px 10px 5px 6px;
	line-height: 1.4em;
}

/* #pic h2 {
	margin: 0px;
	padding: 15px 0 2px 5px;
	font-size: 12pt;
	color: #3A6794;
}

#pic p {
	margin: 0;
	padding: 0 0 0 5px;
	color: #5488BC;
	width: 260px;
} */

.lijeva_rubrika {
	margin: 0 300px 20px 150px;
	padding: 5px 10px 5px 10px;
	line-height: 1.6em;
	text-align: left;
	color: #5D5D5D;
	border-left: 2px solid #eee;
}

.lijeva_rubrika a, #lijeva_rubrika a:visited {
	text-decoration: underline;	
}

.lijeva_rubrika p {
	padding: 0;
	margin: 0;
}

#downbox {
	width: 705px;
	border: 1px solid #819CD7;
	background: #CDE1F9;
}

#downbox p {
	padding: 6px;
	margin: 0;
}


#footer {
	clear: both;
	color: #808080;
	background: #FFF;
	font-size: 0.8em;
	text-align: right;
	padding: 9px 10px 9px 0;
	border: 1px solid #ccc;	
}

#footer a {
	text-decoration: underline;
	color: #3A6794;
}

#footer a:hover {
	color: #000;
}

/* added */
.calendar_table, .calendar_table a {
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendar_today {
	background-color: yellow;
}

.code {
	font-family: courier;
	font-size: 11px;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
	overflow: auto;
	max-height: 200px;
	width: 550px;
	overflow:auto;
}

.codePrint {
	font-family: courier;
	font-size: 11px;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
}

.date,.byline {
	font-family: Trebuchet MS, verdana, arial, sans-serif; 
	font-size: 11px;
	color: #666;
	font-weight:normal;
}

blockquote {
	font-size: 12px;
	color: #286EA0;
	border: 1px solid #286EA0;
	background-color: #E9E9E9;
	padding: 5px;
}

.blogHeader, .trackbackHeader, .commentHeader {
	font-family: Trebuchet MS, verdana, arial, sans-serif; 
	font-size: 11px; 
	color: #666; 
	border-bottom: 1px dotted #ccc;
	font-weight:normal;
}

p[align='right'] a {
	font-size: 11px;
}

#bg-top { 
	width: 760px;
	padding: 6px 10px 0px 10px;
	background: url(/skins/remotesynth/assets/images/bg_top.gif) no-repeat;
}
#bg-mid { 
	width: 760px;
	padding: 0px 10px 0px 10px;
	background: url(/skins/remotesynth/assets/images/bg_mid.gif) repeat-y;
}
#bg-bot {
	width: 760px;
	height: 93px;
	padding: 0px 10px 0px 10px;
	background: url(/skins/remotesynth/assets/images/bg_bot.gif) no-repeat;
}

#sadrzaj-top {
	padding: 9px 4px 0 2px;
	color: #303030;
	width: 736px;	
}
#sadrzaj-mid {
	padding: 0px 4px 0 2px;
	color: #303030;
	width: 736px;	
}
#sadrzaj-bot {
	padding: 0px 4px 0 2px;
	color: #303030;
	width: 736px;	
}

.license {
	font-size: 11px;
}
.categories {
	font-size: 11px;
}

.title {
	font-weight: bold;
}

img.floatleft {
	float: left;
	margin: 5px;
}