

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	background:#fff;
	font-family:'Open Sans', Verdana, sans-serif;
	color:#000;
	font-size:16px;
}

/***********************/
/******* CONTENT *******/
/***********************/

#content {
	padding:30px 0;
	border-left:1px dashed #ccc;
	border-right:1px dashed #ccc;
}
#content p {
	color:#000;
	line-height:1.5;
}
em {
	color:#f30;
}
cite {
	color:#666;
}


.link-naslov {
	font-weight:800;
	font-size:24px;
	color:#f30;
	display:block;
	margin-bottom:50px;
	-webkit-text-shadow:2px 2px 0 #000;
	   -moz-text-shadow:2px 2px 0 #000;
			text-shadow:2px 2px 0 #000;
}
	.link-naslov:hover {
		text-decoration:none;
		color:#f30;
		position:relative;
		top:1px;
		left:1px;
		-webkit-text-shadow:1px 1px 0 #000;
		   -moz-text-shadow:1px 1px 0 #000;
				text-shadow:1px 1px 0 #000;
		
	}

.link-out {
	color:#f30;
	font-size:16px;
	display:block;
	margin-bottom:25px;
}
	.link-out strong {
		color:#000;
	}

	.link-out:hover {
		color:#000;
		text-decoration:none;
	}
		.link-out:hover strong {
			color:#f30;
		}
		
.cover {
	width:42%;
	margin-bottom:20px;
	margin-right:5%;
	-webkit-box-shadow:2px 2px 3px #666;
	   -moz-box-shadow:2px 2px 3px #666;
			box-shadow:2px 2px 3px #666;
}


.centered {	text-align:center; }
.inline { display:inline; }
