﻿/*
 *		// 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-main.png') #484641;
	margin: 0px;
	margin-top: 16px;
}
table {
	color: #DEF;
	background: #203048;
	margin: 0px;
	padding: 0px;
	border: 1px dashed #7E7F9C;
}
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: 3em;
}
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: InterstateRegularCondensed;
	src: url('Interstate-RegularCondensed.eot');
	src: local(Interstate-RegularCondensed), url('Interstate-RegularCondensed.ttf') format('opentype');
}
	/* Layout */
div#l_main {
	width: 1100px;
	margin: auto;
}
header#header {
	display: block;
	background: url('bg-header.jpg') #1e1e1e;
	width: 1100px;
	height: 98px;
	position: relative;
}
img#l_header_lijevo {
	position: relative;
	left: 90px;
	top: 25px;
}
img#l_header_desno {
	position: absolute;
	right: 84px;
	top: -12px;
}
.specialFont {
	font-family: InterstateRegularCondensed, Impact, sans-serif;
}
.noBackground {
	background: none;
}

	/* Meni */

nav#nav {
	display: block;
	background: url('bg-meni.png') #ff9d12;
	width: 1100px;
	height: 58px;
}
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 24px 0px 28px;
	background: url('meni-li.png') no-repeat 0px;
}
nav#nav ul li.noBackground {
	background: none;
}

nav#nav ul li a {
	color: white;
}

	/* Footer */
	
footer#footer {
	display: block;
}
footer#footer div#footer_nav {
	background-color: #999896;
	width: 1100px;
	height: 80px;
	clear: both;
}
footer#footer div#footer_nav ul {
	list-style: square inside url('footer-li.png');
	margin: 0px;
	padding: 32px 32px 0px 70px;
	font-size: 1.6em;
}
footer#footer 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_nav ul li#l_footer_link_prvi {
	background: none;
}
footer#footer div#footer_nav div {
	text-align: right;
	font-size: 1.6em;
	margin-right: 100px;
}
footer#footer div#footer_copyright {
	color: white;
	background: url('bg-dno.png') #484641;
	height: 40px;
	text-align: center;
	padding-top: 30px;
	clear: both;
}


	/* Sadržaj*/
	
div#l_sadrzaj {
	background: #ebebeb;
	margin: 0px;
	padding: 22px 70px;
	float: left;
}

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

article {
	color: black;
	font-size: 0.95em;
	background: #e3e3e3;
	width: 578px;
	padding: 16px;
	margin: 16px 0px;
	float: left;
	line-height: 1.3;
}
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 0em 2em 128px;
	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;
}
	
	/* Desni sidebar */
div#l_desno {
	width: 330px;
	float: right;
	margin: 4px 0px 0px 20px;
}
div.box_desno {
	background: #d5d5d5;
	padding: 10px 20px;
	margin-top: 12px;
}

	
	/* *** Kraj *** */
	

	
.layout {
	margin: 0px;
	padding: 0px;
	border: none;
}
.artFL {	/* Article footer, left */
	font-size: 0.9em;
	font-style: italic;
	margin: 0px 16px 0px 16px;
}
.artFR {	/* Article footer, right */
	font-style: italic;
	margin: 0px 16px -16px 16px;
	text-align: right;
	position: relative;
	bottom: 16px;
}
.artFRstd {	/* Article footer, right, standard */
	font-style: italic;
	margin: 16px;
	text-align: right;
}
.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;
}

#pagefooterL {
	margin: 16px;
	margin-top: 8px;
	float: left;
	font-size: 9pt;
}

#pagefooterR {
	margin: 16px;
	margin-top: 8px;
	float: right;
}
#columnfooter {
	font-style: italic;
	margin-right: 32px;
	text-align: right;
}
#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%;
}

	/* Shoutbox */
.sbsbx { /* sbx preformatted text */
	font-family: Lucida Console, Fixedsys, Terminal, monospace;
	padding: 8px;
	padding-top: 0px;
	color: #AAC;
}
.sbsbxH { /* sbx header */
	color: #AAC;
}

	/* 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;
}
	