﻿/*
 *		// FotoKSET.org CSS || Vedrana Klaić & Sandro Gržičić \\
 */


body {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	background: url('bg-pattern.png') #484641;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
table {
	margin: 0px;
	padding: 0px;
}
tr, td {
	text-align: left;
	padding: 4px;
}
th {
	font-size: 110%;
	padding: 4px;
	text-align: center;
}
hr {
	color: #457;
	border: none;
	border-top: 1px solid #457;
	margin: 8px;
}
p {
	text-indent: 2em;
}
pre {
	font: 9pt Lucida Console, Fixedsys, Terminal, monospace;
	white-space: pre;
	text-indent: 0pt;
	border: 1px dashed #333;
	margin-left: 32px;
	padding: 8px;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 3em;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 16px;
	padding: 4px;
	text-align: center;
	
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	padding-left: 128px;
	margin: 0px;
}
h3 {
	color: black;
	font-family: Verdana, Arial, sans-serif;
	padding-left: 80px;
	font-size: 1.2em;
	text-align: left;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
abbr, acronym {
	border-bottom: 1px dashed #AAC;
	cursor: help;
}
ul {
	margin: 0px;
	padding: 0px;
	margin-left: 2em;
} 
ul li {
	margin-bottom: 0.5em;
}
ul.loose {	line-height: 1.7;	}
ul.nop { margin: 8px; margin-left: 0px !important; margin-left: 24px; padding-left: 24px !important; padding: 0px;}
img.member { padding: 4px; }

	/* Custom fontovi */
@font-face {
	font-family: "MyriadPro";
	src: url('MyriadPro-Regular.otf');
}
@font-face {
	font-family: "MyriadPro-Cond";
	src: url('MyriadPro-Cond.otf');
}

.specialFont {
	font-family: "Myriad Pro Cond", MyriadPro-Cond, Impact, sans-serif;
}

	/* Layout */
body div#header-bg {
	width: 100%;
	height: 170px;
	position: absolute;
	top: 0px;
	z-index: -1;
	background: url('header-bg.png') #1e1e1e;
}
header#header {
	display: block;
	background: url('bg-header.jpg') #1e1e1e;
	width: 1100px;
	height: 98px;
	position: relative;
	margin: 14px auto 0px auto;
}
header#header img#l_header_lijevo {
	position: relative;
	left: 90px;
	top: 25px;
}
header#header img#l_header_desno {
	position: absolute;
	right: 84px;
	top: -14px;
}

#slider {
    width: 610px; /* important to be same as image width */
    height: 289px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 610px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

.noBackground {
	background: none;
}

	/* Meni */

nav#nav {
	display: block;
	background: url('bg-meni.png') #ff9d12;
	width: 1100px;
	height: 58px;
	margin: auto;
}
nav#nav ul {
	list-style: square inside url('meni-li.png');
	margin: 0px;
	padding: 20px 0px 0px 65px;
	font-size: 1.6em;
	
}
nav#nav ul li {
	color: white;
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background: url('meni-li.png') no-repeat 0px;
	position: relative;
	font-size: 1.05em;
	font-weight: normal;
}
nav#nav ul li.noBackground {
	background: none;
}

nav#nav ul li a {
	padding: 6px 10px;
	color: white;
}

nav#nav ul li a:hover {
	background: #fdbc5e;
}
nav#nav ul li a:active {
	color: #ff9d12;
}
	/* Podmeni */
nav#nav ul li ul.submenu {
	padding: 0px;
	margin: 0px;
	display: none;
	position: absolute;
	top: 36px;
	left: 6px;
	/*border: 2px solid red;*/
	background: none;
	z-index: 5;
}
nav#nav ul li ul.submenu li {
	display: block;
	font-size: 0.666em;
	background: #fdbc5e;
	padding: 8px 14px;
	white-space: nowrap;
}
nav#nav ul li ul.submenu a:hover {
	background: #ff9d12;
}


	/* Footer */
	
footer#footer {
	display: block;
	width: 100%;
}
footer#footer div#footer_wrapper{
	background-color: #1c1c1c;
}
footer#footer div#footer_wrapper div#footer_nav {
	width: 1100px;
	height: 80px;
	clear: both;
	margin: auto;
}
footer#footer div#footer_wrapper div#footer_nav ul {
	list-style: square inside url('footer-li.png');
	margin: 0px;
	padding: 32px 32px 0px 70px;
	font-size: 1.6em;
	position: relative;
}
footer#footer div#footer_wrapper div#footer_nav ul li {
	color: white;
	display: inline;
	margin: 0px;
	padding: 0px 15px 0px 24px;
	background: url('footer-li.png') no-repeat 0px;
	float: left;
	font-size: 105%;
}
footer#footer div#footer_wrapper div#footer_nav ul li.l_footer_link_prvi {
	background: none;
}
footer#footer div#footer_wrapper div#footer_nav div {
	text-align: right;
	font-size: 1.6em;
	margin-right: 100px;
}
footer#footer div#footer_copyright {
	color: white;
	background: url('bottom-bg.png');
	background-repeat: repeat-x;
	height: 34px;
	text-align: center;
	padding-top: 30px;
	clear: both;
	font-size: 1.1em;
	margin: auto;
}
footer#footer a {
	color: white;
}
footer#footer a:visited {
	color: #EEE;
}
footer#footer ul li a:hover {
	background: #4b4a45;
}

	


	/* Sadržaj */
	
div#sadrzaj {
	background: #ebebeb;
	height: 100%;
}
div#sadrzaj div#inner {
	width: 960px;
	height: 100%;
	margin: 0px auto;
	padding: 22px 70px;
}

	/* Glavni dio */
div#l_glavni {
	float: left;
}

article {
	color: black;
	font-size: 1em;
	background: #e3e3e3;
	width: 578px;
	padding: 16px;
	margin: 16px 0px;
	float: left;
	line-height: 1.3;
	clear: left;
}
article header h1 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	padding-left: 144px;
	margin: 0px;
	text-align: left;
}

article section {
	display: block;
	margin: 2em;
	text-indent: 1.5em;
}

article img.vijest_slika {
	float: left;
	margin: 15px 0px 20px 0px;
}
article a {
	color: #996c2e;
}
article footer {
	display: block;
	text-align: right;
	margin: 1.5em;
}
/*slideshow na naslovnoj*/
div#gallery {
	position:relative;
	height:360px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	
	
	/* Desni sidebar */
div#l_desno {
	width: 320px;
	float: left;
	margin: 16px 0px 0px 20px;
	height: 100%;
}
div.box_desno {
	background: #d5d5d5;
	padding: 14px 20px;
	margin-bottom: 20px;

}

article.imageScroller {
	margin: 0px;
	padding: 0px;
	margin-top: 16px;
	background: none;
	width: 610px;
	position: relative;
}
article.imageScroller a {
	color: black;
}
article.imageScroller div.imageScrollerText {
	position: absolute;
	bottom: -27px;
	left: 0px;
	font-family: "Myriad Pro", MyriadPro, Impact, sans-serif;
	font-size: 2em;
	padding: 15px 0px 15px 30px;
	height: 60px;
	z-index: 1;
}
article.imageScroller div.imageScrollerText div {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-color: white;
	opacity: 0.7;
	width: 550px;
	height: 60px;
}

article.imageScroller div.imageScrollerGT {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-family: "Myriad Pro";
	font-size: 1.5em;
	width: 30px;
	height: 30px;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	z-index: 1;	
}

article.imageScroller div.imageScrollerGT div {
	position: absolute;
	bottom: 3px;
	left: 0px;
	background: #ffd18c;
	opacity: 0.77;
	width: 30px;
	height: 30px;
	padding: 15px;
	z-index: -1;
}

.clear {
	clear: both;
}	
	/* *** Kraj *** */
	

	
.newstitle { /* news title */
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	color: #CDF;
	background:	#235;
	text-align: left;
	text-indent: 8pt;
	margin-top: 32px;
}
.authorinfo {
	border-bottom: 1px dashed #7E7F9C;
	padding: 2px;
	font-weight: bold;
	text-align: center;
}

/* links */
a:link {
	text-decoration: none;
}a:visited {
	color: #333;
	text-decoration: none;
}a:hover {
	color: #555;
}a:active {
	color: #555;
}

.error_user { /* user-triggered error (invalid entry, etc) */
	font-weight: bold;
	font-size: 20pt;
	color: red;
	text-align: center;
	padding: 8pt;
}

#nomargin {
	margin: 0px;
}

	/* ********** */
	/* SS modules */
	/* ********** */

	/* News */

div#newstopheader {
}

div.news {
	background: #235;
	margin-top: 1.2em;
	position: relative;
	width: 100%;
	padding-bottom: 8px;
}

h2.newsdate {
	font-size: 1em;
	font-weight: bold;
	color: #ABC;
	text-align: right;
	margin: 12px 32px 0px 0px !important;
	margin: 12px 16px 0px 0px;
	float: right;
}
h3.newstitle {
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	color: #ABC;
	text-align: left;
	margin: 8px 0px 0px 32px !important;
	margin: 8px 0px 0px 16px;
	float: left;
}
div.newshr {
	margin: 0px 16px;
	height: 5px;
	background: url('hr.png') bottom repeat-x;
	clear: both;
}
div.newsFL {
	font-size: 0.9em;
	font-style: italic;
	float: left;
	margin-left: 16px;
	padding-top: 16px;
}
div.newsFR {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	margin-right: 16px;
	padding-top: 16px;
}

	/* Comments */

.cmttext {
	font-size: 8pt;
	text-align: left;
}
.cmttitle {
	background: #235;
	font-size: 1em;
	font-weight: bold;
	color: #CCF;
	text-align: left;
	margin: 0px;
	padding: 2px 2px 2px 32px;
}


	/* Articles */

.artFR {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	margin-right: 16px;
	color: #AAC;
}
ul.articles-inc {
	list-style: none;
	margin: 0px;
	padding: 8px 8px 16px 24px !important;
	padding-left: 32px;
}
ul.articles-inc li:before {
	content: "\00BB \0020";
}

	/* Poll */

.poll-q {
	font-style: italic;
	font-size: 0.9em;
	margin: 8px 8px 8px 16px;
	text-indent: 1.2em;
	line-height: 1.3;
}
.poll-a1 {
	padding-left: 8px;
	margin: 0px;
	list-style: none;
}
.poll-a1 li {
	padding: 0px;
	list-style: none;
}
.poll-a2 {
	padding-left: 24px;
	margin: 0px;
	line-height: 150%;
	list-style: circle;
}
.poll-a2-total {
	font-style: italic;
	padding: 16px 8px 0px 16px;
}
.pollPH { /* past polls date header */
	font-size: 1.1em;
	font-weight: bold;
	background: #235;
	padding: 6px;
	margin-bottom: 16px;
	text-align: center;
}
.pollTD {	/* past polls cell */
	font-size: 1.1em;
	width: 50%;
}

	/* Foto */
	
div.mjesec {
	padding: 32px 32px 16px 32px;
	font-size: 225%;
	font-weight: bold;
}
ul.terminiUL {
	padding: 8px 0px 0px 24px;
	margin: 0px;
}
ul.tecajciUL {
	padding: 0px 0px 0px 56px;
	margin: 0px;
}
h2.termtitle {
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 16px 0px;
	

}

	/* General */
div.post {
	background: #235;
	margin-top: 1.2em;
	position: relative;
	font-size: 1em;
	text-indent: 16pt;
	text-align: justify;
	padding: 16px;
}
.sbtxt { /* Text beneath poll & shoutbox */
	font-weight: bold;
	text-align: center;
	padding-top: 16px;
}

table.complex {
	text-align: left;
}
.nomargin {
	margin: 0px;
}
.center {
	text-align: center;
}
.invisible {
	display: none;
}
.layout {
	margin: 0px;
	padding: 0px;
	border: none;
}
.pagetable {
	margin: 0px;
	padding: 16px;
	border: none;
}
.box_desno h1 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
}

	/* Form */
form {
	line-height: 250%;
}
form input {
	background: white;
	border: 1px solid gray;
	font-size: 1.2em;
	padding: 2px 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
form input.submit {
	border: none;
	width: 75%;
	height: 35px;
	margin: 8px 0px;
	background-color: #343434;
	color: white;
}
footer#footer div#footer_wrapper div#footer_nav ul li#loginPopup {
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background: none;
	position: absolute;
	top: 4px;
	left: 620px;
	font-family: Verdana, Arial, helvetica, sans-serif;
	display: none;
}
footer#footer div#footer_wrapper div#footer_nav ul li#loginPopup td {
	padding: 0px;
	margin: 0px;
}
footer#footer div#footer_wrapper div#footer_nav ul li#loginPopup td label {
	font-size: 0.8em;
}

