/* Google WebFonts */
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono);

/* Fancybox */
@import url(/inc/css/fancybox.css);

/* MAIN DEFINITIONS */
body {
	border-top:5px #00b3ef solid;
	color:#333;
}

h1, h2, h3 {
	font-family:'Ubuntu Mono', Verdana, Geneva, sans-serif;
	font-weight:400;
}

h1 { font-size:2.4em; }
h2 { font-size:2em; }
h3 { font-size:1.6em; }
p, label { font-size:1.3em; }
fieldset { margin-bottom:5px; }
label { vertical-align:top; }

input, textarea {
	border:1px #ccc solid;
	border-radius:3px;
	color:#666;
	font:1.3em Arial, Helvetica, sans-serif;
	outline:none;
	padding:2px;
}

input:hover, input:focus, textarea:hover, textarea:focus { border-color:#00b3ef; }

a {
	color:#00b3ef;
	text-decoration:none;
}

a:hover { color:#999; }
/* END MAIN DEFINITIONS */

/* CLASSES */
.wrapper {
	margin:0 auto;
	width:960px;
}

.fleft { float:left; }
.fright { float:right; }
.aleft { text-align:left; }
.aright { text-align:right; }
.half { width:50%; }
.third { width:33.33%; }
.quarter { width:25%; }
/* END CLASSES */

/* HEADER */
.header {
	overflow:hidden;
	padding:20px 0;
}
/* END HEADER */

/* NAVIGATION */
.navigation {
	border:1px #ccc solid;
	border-radius:10px;
	overflow:hidden;
}

.navigation ul {
	background:#fff;
	list-style:none;
}

.navigation ul li {
	float:left;
	padding:3px 0;
}

.navigation ul li a {
	border-right:1px #ccc solid;
	display:block;
	font:1.4em Verdana, Geneva, sans-serif;
	padding:7px 20px 6px;
}

.navigation ul li a:hover,
.navigation ul li a.active,
.navigation ul li.focus a { color:#999; }

.navigation ul li ul {
	border:1px #ccc solid;
	border-radius:0 0 10px 10px;
	display:none;
	margin:3px 0 0 -1px;
	position:absolute;
	z-index:100;
}

.navigation ul li ul li {
	border:none;
	float:none;
	padding:0;
}

.navigation ul li ul li a {
	border-bottom:1px #ccc solid;
	border-right:none;
	color:#999;
	padding:8px 20px;
}

.navigation ul li ul li a:hover,
.navigation ul li ul li a.active {
	background:#f5f5f5;
	color:#00b3ef;
}

.navigation ul li ul li:last-child a {
	border-bottom:none;
	border-radius:0 0 10px 10px;
}
/* END NAVIGATION */

/* CONTENT */
.content {
	overflow:hidden;
	padding:20px 0;
}

.content h1, .content h2, .content h3 { color:#00b3ef; }
.content h1 { padding:0 0 10px; }
.content h2 { padding:0 0 8px; }
.content h3 { padding:0 0 6px; }
.content p { padding:0 0 10px; }

.content ul {
	font-size:1.3em;
	list-style:square;
	margin:-4px 0 10px 25px;
}

.content img {
	border:1px #ccc solid;
	padding:5px;
}

.content img.fleft { margin:0 10px 10px 0; }
.content img.fright { margin:0 0 10px 10px; }
/* END CONTENT */

/* FOOTER */
.footer {
	border-top:1px #999 dotted;
	overflow:hidden;
	padding:10px 5px;
}

.footer p {
	color:#999;
	font-size:1.1em;
}
/* END FOOTER */

/* CONTACT FORM */
.contact label {
	display:inline-block;
	width:100px;
}

.contact input, .contact textarea { width:300px; }

.contact input#submit {
	background:#fff;
	width:auto;
}
/* END CONTACT FORM */

/* ISKANJE */
.gsc-search-box, .gsc-resultsHeader, .gsc-adBlock, .gsc-adBlockVertical { display:none; }
.gsc-wrapper { width:100%; }
.gsc-results { padding:0; }
.gsc-result { margin:0; }

.gsc-results .gsc-cursor-box .gsc-cursor-current-page,
.gs-result .gs-title,
.gs-result .gs-title * {
	color:#00b3ef;
	text-decoration:none;
}

.gs-result .gs-title a:hover { text-decoration:underline; }
.gsc-results .gsc-cursor-box { margin:15px 0 0 0; }

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	border:1px #ccc solid;
	border-radius:3px;
	display:inline-block;
	padding:0 6px;
}

.gs-result .gs-visibleUrl { color:#999; }

.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
	background:none;
	border:none;
	margin:0;
	padding:0;
	width:100%;
}
/* END ISKANJE */
