@font-face {
	font-family: Myriad;
	src: url('fonts/MyriadPro-Regular.otf');
}
@font-face {
	font-family: MyriadLight;
	src: url('fonts/MyriadPro-Light.otf');
}
@font-face {
	font-family: MyriadBlack;
	src: url('fonts/MyriadPro-Black.otf');
}
body {
	background-color: #232323;
	color: #fff;
	margin: 0;
	font-family: Myriad, Tahoma;
	font-size: 14px;
}

img {
	border: none;
}

#paszebra {
	width: 100%;
	height: 17px;
	background-image: url('images/Pasica_zebra_2400px.png');
	top: 0;
	left: 0;
	position: fixed;
}

#main {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
/*	border: 1px solid #fff;*/
	position: relative;
}


#left {
	width: 460px;
	height: 100%;
/*	background: transparent url('images/stolp_ponavljanje.jpg') repeat-y;*/
	position: absolute;
	left: 0px;
}

#left_inner {
	position: fixed;
	height: 100%;
	background: transparent url('images/stolp_ponavljanje.jpg') repeat-y;
}

#left_top {
	width: 460px;
	height: 113px;
	background: transparent url('images/Logo.jpg') no-repeat;
}

#langs {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 12px;
	font-size: 10px;
}
#langs a {
	color: #000;
}
#sl.sl, #en.en {
/*	font-weight: bold;*/
	font-family: MyriadBlack;
	color: #232323;
}

#link_logo {
	width: 245px;
	height: 50px;
/*	border: 1px solid #000;*/
	position: absolute;
	left: 110px;
	top: 31px;
}

#left_container {
	width: 395px;
	margin-left: 32px;
	text-align: center;
}

#menu {
	color: #000;
	font-size: 40px;
	font-family: MyriadLight;
	line-height: 80%;
}

#menu a {
	font-size: 40px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

#menu a:hover, #menu a.active {
	font-family: MyriadBlack;
	font-size: 40px;
	color: #FF4000;
}

#ptic_zebra {
	width: 395px;
	height: 280px;
	margin-top: 10px;
	background: transparent url('images/ptic_zebra_oblacek_2.png') no-repeat center top;
}

#twitter_box {
	margin-left: 85px;
	margin-right: 85px;
	padding-top: 15px;
	text-align: left;
	color: #a0a0a0;
}
#twitter_date {
	font-size: 14px;
	font-style: italic;
}
#twitter_box p {
	font-size: 12px;
	margin-top: 5px;
}
#twitter_box a {
	color: #ff4000;
}

#social_buttons {
	width: 395px;
	padding-left: 15px;
}

#social_buttons img {
	margin-left: 5px;
	float: left;
}

#right {
	width: 564px;
	margin-left: 460px;;
}

.container {
	padding-top: 115px;
	min-height: 500px;
}

h1 {
	font-family: MyriadLight;
	font-size: 33px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 9px;
}

h2 {
	font-family: MyriadLight;
	font-size: 24px;
	line-height: 90%;
}

a {
	color: #ff4000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.error {
	color: #ff4000;
}

.box {
	font-family: Myriad, Tahoma;
	border: none;
	background-color: #000;
	color: #808080;
	font-size: 16px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
}

input.box {
	width: 400px;
	height: 33px;
}

textarea.box {
	width: 400px;
	height: 100px;
}

div.form_label {
	float: left;
}
div.form_field {
	float: right;
}

input.gumb {
	background: url('images/gumb_siv.png') no-repeat;
	width: 84px;
	height: 33px;
	border: none;
	color: #fff;
	font-size: 22px;
}
input.gumb:hover {
	color: #ff4000;
}

.ajax-loading {
	padding: 0;
	background: url('images/loadingAnimation.gif') no-repeat;
}

.clear {
	clear: both;
}

#albums {
	width: 591px;
}
#album {
	width: 564px;
	overflow: hidden;
}

div.album_row {
	width: 170px;
	margin-right: 27px;
	margin-bottom: 10px;
	padding-top: 10px;
	float: left;
/*	border-bottom: 1px solid #848484;*/
	height: 170px;
	background: transparent url('images/crtica.png') no-repeat center bottom;
}

div.album_row img {
	padding-bottom: 5px;
}

div.album_row a.txt {
	color: #fff;
	line-height: 90%;
}
div.album_row a.txt:hover {
	color: #ff4000;
}

div.img_row {
	width: 564px;
}
div.img_row img {
	padding-bottom: 10px;
	padding-top: 5px;
	float: left;
}

h2.album_title {
	float: left;
}

a.gallery_link_back {
	text-transform: uppercase;
	color: #808080;
	float: right;
	font-size: 20px;
	margin-top: 25px;
}

#albums_nav {
	float: right;
	margin-top: 25px;
	font-size: 20px;
	color: #ff4000;
}
#albums_nav a {
	color: #808080;
}
#albums_nav a:hover {
	color: #ff4000;
	text-decoration: none;
}

#actual_rows ul {
	padding-left: 15px;
}

.orange {
	color: #ff4000;
}

div.img_title {
	float: left;
	clear: both;
	width: 100%;
}
