/* 
	project:  internet studio
	author:   luka cvrk (www.solucija.com) 
*/

* {
	margin: 0;
	padding: 0;
}
* body {
	font: .8em Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	background: #fff url(bg.gif) repeat-x;
	color: #767679;	/*color: #8E8E91;*/
}
a {
	color: #EB0000;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #808080;
	background: inherit;
	text-decoration: underline;
}
p {
	margin: 0 0 15px 0;
}
h1 {
	font: normal 2.8em Georgia, "Times New Roman", Arial;
	color: #444;
}
h2 {
	font: normal 1.7em Georgia, "Times New Roman", Arial;
	margin: 0 0 10px;
	padding: 0 0 3px;
	color: #333;
	border-bottom: 1px solid #eee;
}
h2 a {
	color: #333;
}
h2 a:hover {
	color: #333;
}
img {
	border: 0;
}
#content {
	width: 930px;
	margin: 25px auto;
}
#logo {
	width: 430px;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#logo p {
	margin: 0;
}
#menu {
	float: right;
	padding: 40px 0 0;
	margin: 0 0 38px;
}
#menu li {
	font-size: 1.1em;
	display: inline;
}
#menu li a {
	float: left;
	width: 87px;
	padding: 2px 0 7px;
	text-align: center;
	margin: 0 0 0 10px;
	color: #636365;
}
#menu li a.current {
	background: #fff url(button.gif) no-repeat;
	color: #fff;
}
#menu li a:hover {
	text-decoration: none;
	color: #000;
	background: #fff url(button_grey.gif) no-repeat;
}
.clear {
	clear: both;
}
.clear2 {
	clear: both;
	width: 930px;
	padding-left: 275px;
}
.caption {
	background: #fff url(title.gif) no-repeat;
	padding: 20px 0 0 18px;
	height: 35px;
	color: #fff;
}
.caption p {
	margin: 0;
}
#left {
	margin: 0 0 20px;
	clear: left;
	width: 270px;
	float: left;
}
.box {
	background: #eee;
}

#left img {
	padding: 6px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
.smallthumb {
	width: 109px;
}
#center {
	width: 240px;
	float: left;
	margin: 0 0 20px 15px;
}
.right {
	float: none;
	width: 380px;
	margin-left: 275px;
	padding-right: auto;
	/*this fixed ie6 issues with the image alignment*/
}
.date {
	font-size: 1.0em;
	border-top: 1px solid #eee;
	padding: 5px 0 0;
}
.link {
	font-size: 1.0em;
}
.box {
	background: #eee;
	padding: 10px;
}
.box li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
	line-height: 26px;
}
.box li a {
	padding: 0 5px;
}
#footer {
	font-size: .84em;
	clear: both;
	padding: 15px;
	background: #eee;
}
#footer a {
	color: #444;
}
.thumb {
	width: 120px;
	float: left;
	padding-left: 125px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.thumbs {
	border:1px solid #E5E6EF;
}
.textarea, input {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	margin: 1px;
	padding: 3px;
}