/**
 * Ivana Portfolio
 * Author: Nedic Ivana
 */

/* =Uniformisanje */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #444;
	font: 90%/150% Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, table {
	margin: 1em 0;
	padding: 0;
}
li, dd, blockquote { margin-left: 1em; }
input, select, textarea { font-size: 100%; }
blockquote { font-style: italic; }


/* =Struktura strane */

html { background: #000; }

body {
	background: #000 url(../images/bg.jpg) no-repeat top center;
	min-width: 830px;
}

.naslov {
	margin: 0 0 0.5em 0;
}

#header {display: none;}

#wrap {
	position: relative;
	width: 830px;
	min-height: 560px;
	margin: 0 auto;
	padding-top: 140px; /* Pozicioniranje sadrzhaja prema bg slici */
}

#content {
	margin: 0 auto;
	width: 710px; /* Pozicioniranje sadrzhaja prema bg slici */
	height: 380px;
}

#main {
	overflow: hidden;
	height: 380px;
}


/* =Naslovi */

h1, h2, h3, h4 {
	margin: 0;
}


h1 { font-size: 1.7em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.1em; }


/* =Linkovi */

a img {
	text-decoration: none;
	border: 0;
}

a {
	color: #835e89;
}

a:hover { color: #4c0a57; }

/* =Navigacija */

#nav ul, #nav li {
	list-style:	none;
	margin:	0;
	padding: 0;
}

#nav li	{
	display: inline;
}

#nav ul li a {
	display: block;
	overflow: hidden;
	padding: 0;
	text-indent: -5000em;
	font-family: Courier New;
	text-decoration: none;
	color: #000;
}

.bottom {
	position: absolute;
	top: 520px;
	right: 156px;
}

.bottom a {
	float: left;
	width: 59px;
	height: 67px;
	padding: 0;
	margin-left: 7px;
}

.cv {
	position: absolute;
	top: 520px;
	left: 310px;
}

.cv a {
	float: left;
	width: 52px;
	height: 67px;
	padding: 0;
	margin: 0px;
	border: 0px dashed lime;
}

.top {
	position: absolute;
	top: 72px;
	left: 80px;
}

.top a {
	float: left;
	width: 51px;
	height: 53px;
	padding: 0;
	margin-right: 3px;
	border: 0px dashed lime;
}

#nav li a#home				{ background: url(../images/link_home.jpg) no-repeat top; }
#nav li a#contact			{ background: url(../images/link_contact.jpg) no-repeat top; }
#nav li a#cv				{ background: url(../images/link_cv.jpg) no-repeat top; }
#nav li a#graphic_design	{ background: url(../images/link_design.jpg) no-repeat top; }
#nav li a#illustrations		{ background: url(../images/link_illustrations.jpg) no-repeat top; }
#nav li a#exhibitions		{ background: url(../images/link_exhibitions.jpg) no-repeat top; }

#nav li a:focus, #nav li a:hover, #nav li a:active {
	background-position: bottom !important;
}


/* =Sadrzaj */

/* Prve strane*/

.home {
	width: 265px;
	height: 93px;
	margin-top: 103px;
	margin-left: 50px;
	text-indent: -5000em;
	background: url(../images/home.jpg) no-repeat;
}

.design {
	width: 232px;
	height: 322px;
	margin-top: 27px;
	margin-left: 50px;
	text-indent: -5000em;
	background: url(../images/design.jpg) no-repeat;
}

.illustrations {
	width: 424px;
	height: 324px;
	margin-top: 25px;
	margin-left: 5px;
	text-indent: -5000em;
	background: url(../images/illustrations.jpg) no-repeat;
}

.exhibitions {
	width: 360px;
	height: 286px;
	margin-top: 63px;
	margin-left: 50px;
	text-indent: -5000em;
	background: url(../images/exhibitions.jpg) no-repeat;
}

/* Galerija */

/* Velika slika rada */
#featured {
	float: right;
	width: 59%;
	height: 355px;
	margin-top: 15px;
	text-align: center;

}
#featured img {
	padding: 4px;
	border: 1px solid #BBB;
}

#opis p {
	position: absolute;
	top: 470px;
	left: 60px;
}

/* Thumbnails */
#thumbnails {
	float: left;
	width: 39%;
	height: 334px;
	margin-top: 15px;
}
#thumbnails p {
	margin: 0;
}
#thumbnails a img {
	padding: 3px;
	border: 1px solid #BBB;
}
#thumbnails a:hover img {
	border: 1px solid #777; /* TODO: Spenkuj IE */
}

/* Linkovi u okviru kategorije */

#cat-nav {
	float: left;
	width: 39%;
	margin-top: 15px;
}
#cat-nav ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#cat-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#cat-nav li a {
	float: left;
	overflow: hidden;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	background: url(../images/link-small.gif) no-repeat top;
	text-indent: -5000em;
}

#cat-nav li a:focus, #cat-nav li a:hover, #cat-nav li a:active, .curent {
	background-position: bottom !important;
}


/* =Footer */

#footer {
	position: absolute;
	top: 560px;
	left: 20px;
	color: #FFF;
	font-size: 75%;
	margin: 0;
	padding: 0;
	/* background: #707070; */
}

#footer p {
	display: inline;
	padding: 4px;
	background: #4B4A4F;
}

hr { display: none; }


/* Fancy Scrollbars */

.flexcroll {
	position: relative;
	overflow: auto !important;
	width: 710px;
	height: 380px !important;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: #DEDEDE;
}
.vscrollerbar {
	width: 10px;
	background-color: #6F6F6F;
}
.hscrollerbase {
	height: 10px;
	background-color: #DEDEDE;
}
.hscrollerbar {
	height: 10px;
	background-color: #6F6F6F;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}
