/**************************
 SilverStripe NatureWeb4 Theme
 http://www.silverstripe.com

 adapted to SilverStripe by Jeff Chan
 http://jeffchan.org

**************************/

@font-face {
    font-family: 'TitilliumText22LLight';
    src: url('type/titilliumtext22l002-webfont.eot');
    src: url('type/titilliumtext22l002-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/titilliumtext22l002-webfont.woff') format('woff'),
         url('type/titilliumtext22l002-webfont.ttf') format('truetype'),
         url('type/titilliumtext22l002-webfont.svg#TitilliumText22LLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LMedium';
    src: url('type/titilliumtext22l004-webfont.eot');
    src: url('type/titilliumtext22l004-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/titilliumtext22l004-webfont.woff') format('woff'),
         url('type/titilliumtext22l004-webfont.ttf') format('truetype'),
         url('type/titilliumtext22l004-webfont.svg#TitilliumText22LMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin:0;
	padding:0;
}
body {
	background-color:#f6f6f6;
	font-family: "TitilliumText22LLight", "Trebuchet MS", Geneva, sans-serif;
	margin:0;
	background-image:url('../images/bg_tile.jpg');
}
a {
	color:#f47838;
	text-decoration: none;
}
a img {
	border: none;
}
.clear {
clear: both;
}
.clearArchive {
clear: left;
}
/*
#backContainer {
	background-image:url('../images/body_bg_lite.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	padding:0;
	margin:0;
}
*/
#Container {
	width:960px;
	min-height:600px;
	background: none repeat scroll 0 0 padding-box white;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
	-moz-box-shadow: 0 0 4px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.2);
	box-shadow: 0 0 4px 4px rgba(0,0,0,0.2);
	margin: 20px auto;
	position:relative;


	/*
	border:10px solid rgba(244,120,96,0.1);
	background:#fff;
	margin:30px auto;
	padding:0;
	-webkit-box-shadow: 2px 0px 10px 0px #535353;
	-moz-box-shadow: 2px 0px 10px 0px #535353;
	box-shadow: 2px 0px 10px 0px #535353; */
}
#Header {
	height:200px;
	padding: 0;
	margin: 0;
}
	#Header h1 {
		color:#f47838; 
		font-size:90px; 
		font-family: "TitilliumText22LLight", "Trebuchet MS", Geneva, sans-serif; 
		margin: -30px 0 -10px 0;
		line-height:100%;
		text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
		

	/*		
		margin:0px;
		margin-top:25px;
		margin-bottom:25px;
		font-size:50px;
		font-family:verdana;
		padding-left:5px;
		letter-spacing:10px;
		color:#333;
		font-weight:heavy;
		height:50px;
	*/
	}
		#Header h1 a {
			color:white;
			text-decoration: none;
		}
		#Header p{
			margin:0;
			padding:0;
			font-size: 14px;
			font-family:"TitilliumText22LLight", "Trebuchet MS", Geneva, sans-serif; 
		}
		#Header a{
			font-size: 14px;
			font-family:"TitilliumText22LLight", "Trebuchet MS", Geneva, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
		}
		#Header a:hover{
			color: #3f3f3f;
		}
	#headerTable {
		width: 960px;
		height: 200px;
		background-color: #ffffff;
		line-height: 100%;
	}
	#headerTable tr td {
		vertical-align:middle;
		padding: 5px 15px 5px 10px;
	}
	#headerTable .bottomRight {
			border-top: 0;
			border-right: solid 1px #f47838;
			border-bottom: solid 1px #f47838;
			border-left: 0;
	}
	#headerTable .right{
			border-top: 0;
			border-right: solid 1px #f47838;
			border-bottom: 0;
			border-left: 0;
	}
	#headerTable .bottom{
			border-top: 0;
			border-right: 0;
			border-bottom: solid 1px #f47838;
			border-left: 0;
	}
#volumeYear {
	font-size:12px; 
	}
#caps {
	text-transform: capitalize;
	}
	
#caps a{
	text-transform: capitalize;
	}

#noviBroj {
    height: 300px;
    right: 120px;
    position: absolute;
    top: -30px;
    width: 290px;
}
#noviBroj a {
    background-image: url("../images/novi_broj_splash.png");
    background-repeat: no-repeat;
    display: block;
    height: 300px;
    width: 290px;
}
#logo a:hover {
/*    background-position: 0 -172px;*/
}


#Columns {
/*	border-top:1px solid #f47838;*/
    overflow: hidden;
    position: relative;
    width: 100%;
}

#Sidebar {
    position: absolute;
    left: 0;
	float:left;
	width:200px;
	height: 100%;
	min-height: 1300px;
	padding: 0 10px 20px 10px;
	border-bottom: solid 1px #b4b4b4;
	background-image:url('../images/back_sidebar1.jpg');
	background-repeat: no-repeat;
	background-position:bottom;
	background-color:#539ed6;
}
	#Sidebar h3 {
		font-size:125%;
		text-transform: uppercase;
/*		letter-spacing: -3px;*/
		color: #FFF;
	}
	#Sidebar p {
		line-height:130%;
		color:#333;
	}
	#Sidebar ul {
		list-style:none;
		margin:0 0 0 11px;
		padding:0;
	}
	#Sidebar li {
		list-style:none;
		margin:0;
		padding:0;
		font-size: 0.95em;
	}
	
#Sidebar #new-content {
	color: #fff;
	height: 20px;
    position: absolute;
	font-size: 20px;
	padding: 5px;
    right: 10px;
    top: 280px;
    width: 20px;
}

	ul#Navigation {
		font-size:90%;
		list-style:none;
		margin:16px 0 10px 0;
		padding:0;
	}
		ul#Navigation li {
			display:inline;
			margin:0;
			padding: 6px 0 0 0;
		}
		ul#Navigation li a {
			letter-spacing: 2px;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration:none;
			display:block;
			padding:5px;
			margin-bottom:1px;
			border-left:10px solid #f47838;
			color:#fff;
			background-color:rgba(0, 0, 0, 0.3);
			text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
		}
			ul#Navigation li a:hover {
				border-left:10px solid #fff;
				background:#fff;
				color:#000;
				text-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
			}
		ul#Navigation li a.current {
			border-left:10px solid #fff;
			background-color:rgba(0, 0, 0, 0.5);
			color:#fff;
		}
		ul li ul {
			margin: 0 0 0 10px;
			padding: 0;
		}
		
.BTNshaddow {
text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}		
		
#submitPaper {
	display: block;
	width: 190px;
/*	background-image: url(../images/submitPaper.png);*/
	background-repeat: no-repeat;
	background-color: #3A6E95;
	padding: 10px 0 10px 10px;
	margin: 10px 0;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

#submitPaper:hover {
	color: #000;
	background-color: #f47838;
	text-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);

}

#articleTrackingBTN {
	display: block;
	width: 190px;
/*	background-image: url(../images/submitPaper.png);*/
	background-repeat: no-repeat;
	background-color: #3A6E95;
	padding: 10px 0 10px 10px;
	margin: 10px 0;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

#articleTrackingBTN:hover {
	color: #000;
	background-color: #f47838;
	text-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);

}

#journalFlyerBTN {
	display: block;
	width: 190px;
/*	background-image: url(../images/submitPaper.png);*/
	background-repeat: no-repeat;
	background-color: #3A6E95;
	padding: 10px 0 10px 10px;
	margin: 10px 0;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

#journalFlyerBTN:hover {
	color: #000;
	background-color: #f47838;
	text-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);

}

#siHSGI {
	display: block;
	width: 200px;
	height: 70px;
	background-image: url(../images/siHSGI.png);
	background-repeat: no-repeat;
	background-color: #838383;
	margin: 30px 0 0 0;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

#siHKIG {
	display: block;
	width: 200px;
	height: 70px;
	background-image: url(../images/siHKIG.png);
	background-repeat: no-repeat;
	background-color: #838383;
	margin: 2px 0 0 0;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

#siViadukt {
	display: block;
	width: 200px;
	height: 70px;
	background-image: url(../images/siViadukt.png);
	background-repeat: no-repeat;
	background-color: #838383;
	margin: 2px 0 0 0;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

#siTeam {
	display: block;
	width: 200px;
	height: 70px;
	background-image: url(../images/siTeam.png);
	background-repeat: no-repeat;
	background-color: #838383;
	margin: 2px 0 0 0;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

#siCemex {
	display: block;
	width: 200px;
	height: 70px;
	background-image: url(../images/siCemex.png);
	background-repeat: no-repeat;
	background-color: #838383;
	margin: 2px 0 0 0;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

#siStrabag {
	display: block;
	width: 200px;
	height: 70px;
	background-image: url(../images/siStrabag.png);
	background-repeat: no-repeat;
	background-color: #838383;
	margin: 2px 0 0 0;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

#siTehnika {
	display: block;
	width: 200px;
	height: 70px;
	background-color: #838383;
	margin: 2px 0 0 0;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

#ogIndEko {
	display: block;
	width: 200px;
	height: 70px;
	background-image: url(../images/ogIndEko.png);
	background-repeat: no-repeat;
	background-color: #838383;
	margin: 2px 0 0 0;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

#ogHPIng {
	display: block;
	width: 200px;
	height: 70px;
	background-image: url(../images/ogHPIng.png);
	background-repeat: no-repeat;
	background-color: #838383;
	margin: 2px 0 0 0;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

#Sidebar-message-box {
	padding: 5px;
	margin: 10px 0 10px 0;
	background-color: #F47838;
	color: #fff;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

#Sidebar-message-box .tooltip {
    display: inline;
    position: relative;
	color: #fff;	
}

#Sidebar-message-box .tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    top: 5%;
    color: #fff;
    content: attr(title);
    left: 188px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

#Sidebar-message-box .tooltip:hover:before{
    border: solid;
    border-color: transparent #333;
    border-width: 6px 6px 6px 0;
    bottom: 5px;
    content: "";
    left: 182px;
    position: absolute;
    z-index: 99;


}
/*#Sidebar-message-box h2 {
	font-size:20px;
	font-weight:bold;
	color:#333;
	text-align: justify;
}
#Sidebar-message-box h1 {
	font-size: 28px;
	font-weight:bold;
	color:#333;
	text-align: justify;
}
#Sidebar-message-box h3 {
	padding: 10px 0 0 0; 
	text-transform: none;
	font-size: 14px;
	font-weight:bold;
	color:#333;
	text-align: left;
}
#Sidebar-message-box a{
	color: #FFF;
	}*/
	
#Main {
	float:right;
	width:720px;
	min-height:1300px;
	height: 100%;
	background-color:#f0f0f0;
	background-image:url('../images/main_bg.png');
	background-repeat:repeat-x;
	background-position:bottom;
/*	border-left:1px solid #f47838;*/
	padding: 10px 10px 20px 10px;
	border-bottom: solid 1px #b4b4b4;
}

.mainTitle {
	border-bottom:solid #F47838 3px;
	text-align:right;
	padding: 0px;
	margin:15px 0;
}
.mainTitleBox {
	float: right;
	display: inline-block;
	background-color:#F47838;
	padding: 15px 5px 5px 5px;
}
.mainTitleBox h1{
	font-size:24px;
	text-transform: uppercase;
	color:#FFF;
}
	
/*#Footer {
	height: 80px;
	font-size:80%;
	border-top:solid 1px #f0f0f0;
	background-color:#d1d1d1;
	text-align:center;
	color:#000;
	clear: both;
}
	#Footer a {
		color:#000;
		text-decoration:none;
	}
*/	

/*INFO IKONE*/



.info, .success, .warning, .error, .required {
	display: block;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px !important;
    background-repeat: no-repeat;
    background-position: 10px center;-moz-border-radius:.5em;
-webkit-border-radius:.5em;
border-radius:.5em;
 
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/icons/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/icons/success.png');
}
.warning, .required {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/icons/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/icons/error.png');
}

#footer-wrap {
	clear: both;
	width: 960px;
	height: 100px;
	font-size: 80%;	
	text-align: center;
	padding: 15px 0;
	border-top:solid 1px #f0f0f0;
	background-color:#d1d1d1;
	clear: both;
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 0;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 960px;
	text-align:left;		
}
#footer-columns ul {
	list-style: none;
	margin: 0; 
	padding: 0;	
	/*background: url(../images/footer-dots.jpg) repeat-x left top;*/
}
#footer-columns li {
	/*background: url(../images/footer-dots.jpg) repeat-x left bottom; */
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 4px 0 4px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 180px;
}
#footer-columns .col3-center { 
	margin: 0 10px; 
}

#Breadcrumbs p {
	line-height: 1.1em;
	text-align: left;
	font-size:0.8em;
	margin: 0 0 5px 0;
	padding: 0;
}