/* @override 
	http://localhost/zeljkoprsa.com/css/style.css */

@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{background: #0f0000 url('../images/bg_body.jpg') repeat-x scroll 0 0;
font-family: Geneva, “Lucida Sans”, “Lucida Grande”, “Lucida Sans Unicode”, Verdana, sans-serif;
font-size: 12px;
line-height: 1.5;
color: #0f0000;
}
#wrapper{width: 960px;margin: 0 auto;position: relative; }
#header{height: 450px;width:100%;}
#content{width: 905px;overflow: hidden;background: url('../images/bg_content.png') repeat-y scroll 0 0;padding: 9px 20px; }
#content_top{height: 10px;width: 960px;}
#content_bottom{height: 10px;width: 960px;}
#header #screen{
	width: 672px;
	height: 429px;
	position: absolute;
	top:5px;
	right: 21px;
	background: url('../images/demo_screen.png') no-repeat scroll 0 0 ;
}

#header #notice{background: url('../images/moderna_notice.png') no-repeat scroll 0 0 ;position: absolute;top: 144px;left: 8px;width: 237px;	height: 246px;}

h1#logo{width: 190px;height: 52px;position: absolute;top: 17px;left: 16px;margin:0;}
h1#logo a{display: block;width: 100%;height: 100%;background: url('../images/bg_header_logo_nav.png') no-repeat scroll 0 0;text-indent: -9999px;}
h1#logo a:hover{background-position:0px -103px;}
/*Cybernavigation*/
ul#nav{	width: 190px;	height: 42px;	position: absolute;	top: 80px;left:16px;margin: 0;padding: 0; }
	ul#nav li{float: left;height: 42px;}
		ul#nav li a{display: block;width: 100%;text-indent: -9999px;
		height: 100%;background: url('../images/bg_nav.png') no-repeat scroll 0 -70px;}
			ul#nav li.about_link {width:40px;}
				ul#nav li.about_link a{background-position: 0px 0px;}
				ul#nav li.about_link a:hover{background-position: 0px -43px;}
			ul#nav li.blog_link{width: 37px;}	
				ul#nav li.blog_link a{background-position: -40px 0px;}
				ul#nav li.blog_link a:hover{background-position: -40px -43px;}
					
			ul#nav li.contact_link {width: 46px;}	
				ul#nav li.contact_link a{background-position: -77px 0px;}
				ul#nav li.contact_link a:hover{background-position: -77px -43px;}
	/*Content stuff*/
	#content h2, #content h3{margin-top:0;}
	.col_left, .col_right	{width: 450px;overflow: hidden;}	
	.col_left{float: left; }
	.col_right{float: right;}
	#content h2#moderna, #content h3#dev_updates{width: 455px;height: 50px;text-indent:-9999px;}
	#content h2#moderna {background: url('../images/bg_moderna_title.png') no-repeat scroll 0 0;}	
	#content h3#dev_updates {background: url('../images/bg_dev_updates.png') no-repeat scroll 0 0;}		
	#inchoo-blog, #posterous-blog{padding: 0 15px;overflow:hidden;}
	#inchoo-blog h3, #posterous-blog h4{font-size:16px; margin:0px 0 15px 0;}
	.khm {
		
		padding: 5px;
		background: #fefce9;
		margin-bottom: 15px;
	}
	#footer {border-top:1px dashed #333333;	color:#F0F0F0;margin-top:15px;overflow:hidden;padding:15px; }		
	#footer a{color: #d0d0d0;}	
	#footer a:hover{color: #ffffff;}		
		#footer ul{float: left;padding-bottom: 15px;margin-right:20px;}		
		#footer ul#links li, #footer ul#social li{
			float: left;
			margin-right: 10px;
		}	
		
		#footer ul span{
			display: block;
			
		}
		#hosting img#badge{
			margin-right: 3px;
			position: relative;
			top: 2px;
		}
	.col_left p{margin: 5px 0px 10px 10px;}		
	.col_left ul{list-style-position:inside;list-style-type:square;	margin-left:10px;}
	.col_left strong{display: block; margin-bottom: 10px;}	
	ol.tumblr_posts{margin: 10px;}
	blockquote{background:none repeat scroll 0 0 #FFFFFF;border-left:2px dotted #F3F3F3;border-right:2px dotted #F3F3F3;margin:10px;padding:10px;width:90%;}		
	#gb_form_div fieldset{border: none;}
	
	/* Tumblr */
	
	.tumblr_title {
		font-weight: bold;
		margin-bottom: 5px;
	}
	.tumblr_body{
		margin-bottom: 8px;
	}		
			
			
			
			
			
			
			
			
