@charset "utf-8";
/*
Theme Name: Vortex Manager
Description: Screen presentation
Version: 1.0
Author: Darko Lončar - loncarster@gmail.com
*/

	/*CSS resets*/
	html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, em, img, q, strong, sub, sup, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
		{ margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100% }

	/*Global styles*/
	html { }
	body { width:100%; font-size:14px; background-image:url(images/body-background.jpg); background-repeat:repeat-x; background-color: #FFF}
	#pozadina { width:960px; margin: 0px auto }
	/*Links*/
	a			{ color: #357; text-decoration: none; font-weight: bold }
	a:hover		{ color: #68b; text-decoration: none }
	a:focus		{ outline: none }
	a:active	{  }
	a:visited	{  }
	a img 	{ border: 0 }
	.logo { float:left; margin: 15px 0px 0px 25px}
	.header-slika { margin: 20px 40px 0px 20px}
	
	a.nomino { font-size:11px; color:#FFF; text-decoration:underline }
	a.nomino:hover {color: #FC0}

	/*Headings*/
	h1 	{ text-indent: -9999px; line-height: 0.1em}
	h2	{ font: 24px "Trebuchet MS", Arial, "sans-serif"; margin: 20px 0px 10px 0px; color: #000; }
	h3	{ font: bold 1.4em "Trebuchet MS", Arial, "sans-serif"; margin: 20px 0px 10px 0px; color: #000 }

	/*Elements*/
	p		{ margin: 1em 0px 1em 0px; font-size:1.2em }
	p.onama { font-family: "Trebuchet MS", Arial, "sans-serif"; font-size:14px; color:#333; line-height: 1.3}
	p.uvlaka { font-family:"Trebuchet MS", Arial, "sans-serif"; font-size:12px; line-height: 1.3 margin: 10px 0px 0px 30px; color:#333; }
	p.footer		{ font-size: 10px; text-align: left; color:#FFF}
	ul, ol	{ margin: 1em 0px 1em 2em }
	li		{ margin: 0; padding: 0 }
	
	/*Navigation*/
	ul#navigation		{ float: left; width: 260px; height: 150px; padding: 0px 20px; margin: 50px 0px 0px 0px;}
	ul#navigation li 	{ margin: 0px; padding: 0px; list-style-type: none }
	ul#navigation li a 	{ width: 70px; height: 20px; display:block;  padding: 5px 10px; margin: 0px 0px; font-family:Verdana, Geneva, sans-serif; color: #fff; font-size: 14px; }
	ul#navigation li a:hover	{ text-decoration: none; color: #000 }
	ul#navigation li a.current	{ text-decoration: underline; color: #000 }

	/*Posts*/
	.post				{ }
	.post h3			{ }
	.post p.date		{ font-style: italic }
	.post a.thumb-link	{ }
	.post img.thumb		{ float: left; margin: 5px 5px 0px 0px; padding: 0 }
	.post .full-text	{ font-family:"Trebuchet MS", Arial, "sans-serif"; font-size: 12px; text-align: left; margin: 0px; color:#000; line-height: 1.3}

	/*Gallery*/
	ul#thumbs			{ float: left; margin: 20px 0; padding: 0; width: 960px }
	ul#thumbs li.thumb	{ float: left; list-style-type: none; width: 148px; height: 162px; background:#f7f7f7 ; text-align: center; margin:20px; padding-top:10px; overflow: hidden }
	ul#thumbs h4		{ font-size: 1em; font-weight: bold; margin: 4px 0px; text-align: center; height: 2em; overflow: hidden }
	ul#thumbs.thumb_image			{ float: left; height: 128px; }
		ul#thumbs.thumb_image a		{}
		ul#thumbs.thumb_image img	{ border: 1px solid #8ad }
		ul#thumbs.thumb_image img:hover	{ border: 1px solid #fff }
	ul#thumbs p						{ margin: 3px 3px; font-size: 0.8em }

	/*Layout*/
	#heading	{ width:960px; height:379px; background-image:url(images/header-background.jpg); background-repeat:repeat-x}
	#content	{ float: right; width: 502px; margin: -30px 40px 0px 20px; padding: 30px 20px 10px 20px; background-color:#FFF}
	#izdvojeno		{ float: left; width: 324px; }
	#spremnik-galerija { float:left; width: 960px;}
	#footer		{ float: left; width: 920px; height: 50px; padding: 20px 0px 20px 40px ; background-image:url(images/footer-background.jpg); background-repeat:no-repeat }
	#footer2	{ float: left; width: 920px; height: 50px; padding: 20px 0px 20px 40px ; background-color:#000}
	

	/*Posts*/


	/*Contact form messages*/
	p.notification { font-weight: bold }

	/*Forms*/
	label	{ float: left; clear: both; font-size: 14px; color: #000 }
	input[type="text"], input[type="url"], input[type="email"], input[type="password"], textarea	{ font-size: 12px ; padding: 4px 8px; border: 1px solid #79c; font: inherit  }
	input[type="text"]:focus, input[type="url"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus	{ border: 1px solid #000  }
	input[type="submit"]	{ font-size: 12 px ; font-weight: bold; padding: 8px 12px }


