/* CSS Document */

html, body, holder, p, h1, h2, h3, h4, h5, h6, form, fieldset { /*nuliranje*/
	margin: 0;
	padding: 0;
	border: 0; 
}

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

}


body {
	font: 100% "Trebuchet MS", Georgia, "Times New Roman", serif;
	color: #000000;
	background: #1a1a1a;
	text-align: center;
}

#holder {
	width: 990px;
	background: #1a1a1a;
	text-align: left;
	margin: 0 auto;
	/*border: 1px solid #fff;*/
	position: relative;
}

#header {
	margin: 0;
	padding: 30px;
	/*border-bottom: 1px solid #000;*/
	font-size: 150%;
	font-weight: bold;
	font-family: "monotype Corsiva" ;
	color: #BD934F;
	height: 75px;
	
}

#content {
	margin: 0 0 0 220px;
	padding: 10px;
}

#content h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 130%;
	font-weight: normal;
	color: #BD934F;
	letter-spacing: 0.1em;
	padding: 5px 0;
}


#content h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif; 
	font-size: 100%;
	font-weight: bold;
	color: #BD934F;
	letter-spacing: 0.1em;
	padding: 5px 0;
}

#content h3 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif; 
	font-size: 100%;
	font-weight: normal;
	color: #BD934F;
	letter-spacing: 0.1em;
	padding: 5px 0;
}
#content h4 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 80%;
	font-weight: bold;
	color: #999999;
	letter-spacing: 0.1em;
	padding: 5px 0;
}

#content p {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 80%;
	font-weight: normal;
	color: #999999;
	padding: 5px;
}

#content a, a:visited {
	text-decoration: none;
	color: #999999;
}

#content a:hover, a:focus {
	text-decoration: none;
	color:#BD934F;
	/*background-color: #F5F5F5;*/
}

#content a:active {
	text-decoration: none;
	color:#666666;
	/* background-color: #F5F5F5;*/
}

/*content tag za autor.html*/
#content_2 {
	margin: 0 0 0 0px;
	padding: 10px;
}

#content_2 h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 130%;
	font-weight: normal;
	color: #BD934F;
	letter-spacing: 0.1em;
	padding: 5px 0;
}


#content_2 h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif; 
	font-size: 100%;
	font-weight: bold;
	color: #BD934F;
	letter-spacing: 0.1em;
	padding: 5px 0;
}

#content_2 h3 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif; 
	font-size: 100%;
	font-weight: normal;
	color: #BD934F;
	letter-spacing: 0.1em;
	padding: 5px 0;
}
#content_2 h4 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 80%;
	font-weight: bold;
	color: #999999;
	letter-spacing: 0.1em;
	padding: 5px 0;
}

#content_2 p {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 80%;
	font-weight: normal;
	color: #999999;
	padding: 5px;
}

#content_2 a, a:visited {
	text-decoration: none;
	color: #999999;
	width: 75px;
}

#content_2 a:hover, a:focus {
	text-decoration: none;
	color:#BD934F;
	/*background-color: #F5F5F5;*/
}

#content_2 a:active {
	text-decoration: none;
	color:#666666;
	/* background-color: #F5F5F5;*/
}

#content_2 table tbody tr td p {
	padding-bottom: 15px;
}

/* kraj content taga za autor.html */

#nav {
	width: 190px;
	float: left;
	padding: 10px 10px 10px 10px;
	font-size: 70%;
}
#nav p {
	margin-top: 2px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 100%;
	color: #BD934F;
}

.button a {
	background-color: #1f1f1f;
	/*border: 1px solid #333;*/
	display: block;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-top: 1px;
	text-decoration: none;
	width: 100%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 100%;
	color: #999;
}

.button a:hover, a:active, a:focus {
	background-color: #2f2f2f;
	/*border: 1px solid #000;*/
	color: #FFF;
	text-decoration: none;
}

.nav {
	background-color: #1a1a1a;
	border-top: 1px solid #BD934F;
	border-bottom: 1px solid #BD934F;
	display: block;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	width: 100%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 100%;
	text-transform: uppercase;
}

.brclear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0px;
}

#footer {
	margin: 0;
	padding: 0;
	font-size: 70%;
	color: #666;
	text-align: right;
	/*border-top: 1px solid #000;*/
}
.haib1 {
	padding: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: 999999;
}
.haib2 {
	padding: 10px;
}

.leftimage {
	float: left;
	margin: 0 20px 10px 0;
	border: 1px solid #000000;
}

.midlleimage {
	float: left;
	margin: 0 0 10px 100px;
	border: 1px solid #000000;
	color: 
}

.rightimage {
	float: right;
	margin: 0 0 20px 10px;
	border: 1px solid #000000;
}

.textmiddle {
	text-align: center;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 80%;
}

.picappear {
	/*border: 2px solid #BD934F;*/
	padding: 3px;
	background-color: #FFF;
}

#underlinemenu {
	margin: 0;
	padding: 0;
	width: 99%;
	
}

#underlinemenu ul{
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	float: left;
	width: 100%;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#underlinemenu ul li{
	display: inline;
}


#underlinemenu ul li a{
	float: left;
	color: #999999;
	font-weight: normal;
	padding: 1px 8px 1px 8px;
	font-size: 70%;
	text-decoration: none;
	background: #1a1a1a;
	/*border-bottom: 1px solid #333;
	border-top: 1px solid #333;*/
	margin-bottom: 2px;
}

#underlinemenu ul li a:hover{
	color: #fff;
	background-color: #1a1a1a;
	/*border-bottom: 1px solid black;
	padding-bottom: 1px*/
}

.md_footer a:link,
.md_footer a:visited {
  font-family: 'Jenkinsv20Regular', Verdana, Geneva, sans-serif;
  font-size: 2em;
  color: #f90;
  text-decoration: none;
}

.md_footer a:hover,
.md_footer a:active,
.md_footer a:focus {
  color: #c30;
}
