/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* 
* @version 2.0
* @author Vladimir Koncar
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	background-image:url("http://www.koncar.info/portfolio/ndxz-studio/site/img/koncar_bacground.jpg");
	background-repeat: repeat;
	font-family: Palatino, "Palatino Linotype", Georgia, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

body, h1, h2, h3, h4, h5, p, li {
	text-shadow:0 1px 1px #FFFFFF;
}

a:link {
	text-decoration: none; 
	color: #494949;
	margin:0 0 0 5px;
}

a:active {
	text-decoration: underline; 
	background-color: #bd4259;
	color: #b3cc3e;
	margin:0 0 0 5px;
}

a:visited {
	text-decoration: line-through;
	color: #91bbb7;
	margin:0 0 0 5px;
}

a:hover {
	text-decoration: none;
	background-color: #91bbb7;
	margin:0 0 0 5px;
	color: #000;
}

a img { 
	border:3px solid #FFFFFF;
}

#menu {
    width: 275px;
    overflow: auto;
    top: 10;
    bottom: 0;
	left: 10;
    position: fixed;
    height: 100%;
	padding:0 0 0 0px;
	background-image:url("http://www.koncar.info/portfolio/ndxz-studio/site/img/vladimir_koncar_logo2.jpg");
	background-repeat: no-repeat 
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	line-height: 24pt;
	border-bottom-color: #bd4259;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #363636;
	font-size: 11pt;
	font-weight: bold;
	margin:3px 0;
}

#content {
    height: 100%;
    margin: 0 0 0 280px;
    top: 0;
	padding-top: 72px;
}

.container {
    padding: 20px 10px 25px 22px;
}

#content p { 
	width: 670px; 
	font-size: 11pt;
	line-height: 18pt;
	margin-bottom: 14px;
	color: #494949;
	margin-left: 1px;
	padding-left: 1px;
}

p {
    margin: 10 10 20px 10;
	color: white;
	font-size: 14pt;
}

h1 { 
	font-size: 50px; 
	padding-bottom:15px; 
	font-weight:normal;
	line-height:50px;
	color: #bd4259;
	width: 670px; 
}
	
h2 { 
	font-size: 24px; 
	font-weight:normal;
}

h3 {
	font-size: 16px;
	font-weight:normal;
}

h4 { 
	font-size: 12px;
}

h5 { font-size: 12px;
	font-weight:normal;
	font-variant: small-caps !important; 
	padding-bottom:15px; 
	color: #bd4259; 
}

#img-container	{ margin: 0; 
	padding: 0; 
}

#img-container p { 
	width: 400px; 
	margin: 0; 
	padding: 0 0 12px 0; 
}
 
#a img { 
	border: none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow: none
} 

/*
img { 
	box-shadow: 0px 0px 5px #bbbbbb;
	-webkit-box-shadow: 0px 0px 5px #bbbbbb;
	-moz-box-shadow: 0px 0px 5px #bbbbbb;
}
*/

#logo {
	cursor: pointer;
	height: 77px;
	text-decoration: none;
	width: 160px;
}


#once { 
	clear: left; 
}
