﻿/*****************************************************************************/
/*                            font definitions                               */
/*****************************************************************************/

@font-face {
    font-family: NerisLight;
    src: url('fonts/Neris-Light.woff');
}

@font-face {
    font-family: NerisSemiBold;
    src: url('fonts/Neris-SemiBold.woff');
}

/*****************************************************************************/
/*                            document styles                                */
/*****************************************************************************/

body {
   color: white;
   font-family: NerisLight, Georgia, serif;  
   font-size: 10pt;
   background-color: #4194b5;
   background-color: silver;
   background-image: url('pozadi.png');
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: top center;
   margin: 0px;
   padding: 0px;
}

a:link, a:visited {
  color: #fdfdfd;
  font-family: Arial;
  text-decoration: none;
}

a:active, a:hover {
  color: white;
  font-family: Arial; 
  text-decoration: underline;
}

/*****************************************************************************/
/*                            template styles                                */
/*****************************************************************************/

.site_content {
	height: 600px;
	background-color:rgba(119, 123, 128, 0.5);
	margin-bottom: 40px;
	border-top: 2px solid dimgray;
}

.site_title {
  font-family: NerisSemiBold, Georgia, serif;
  font-size: 48pt;
  margin-top: 10px;
}

.site_motto {
  font-size: 14pt;
}

.site_row_1 {
  text-align: center;
  padding: 50px 4px 4px 4px;
  border-bottom: 4px solid #abc3cb;
}

.site_row_2 {
  vertical-align: top;
  text-align: center;
  padding: 4px;
  height: 120px;
}

.site_row_3_1 {
}

.site_row_3_2 {
   width: 1024px;
}

.site_row_3_3 {
}

.site_row_4 {
   padding-top: 20px;
   text-align: center;
   vertical-align: bottom;
   font-family: Serif;
   font-size: 10pt;
   font-style: normal;
   border-top: 2px solid #6c7e88;
}

/*****************************************************************************/
/*                             content styles                                */
/*****************************************************************************/

.logo_container {
	display: inline-block;
	width: 100%;
	max-width: 1024px;
}

.menu {
	width: 280px;
   	vertical-align: top;
}

.search {
   margin-top: 40px;
   margin-left: 30px;
   font-size: 10pt;
}

.search_text {
	color: white;
	font-size: 12pt;
	width: 190px;
	height: 40px;
	background: transparent;
	border: 0px none;
}
.search_text::-webkit-input-placeholder {
	font-size: 14pt;
	color: white;
}

.search_text:-moz-placeholder { /* Firefox 18- */
	font-size: 14pt;
	color: white;
}

.search_text::-moz-placeholder {  /* Firefox 19+ */
	font-size: 14pt;
	color: white;
}

.search_text:-ms-input-placeholder {  
	font-size: 14pt;
	color: white;
}
	
.search_image {
	width: 40px;
	height: 40px;
	border: 0px none;
	vertical-align: top;
}

.letter_table {
   margin-top: 40px;
   margin-left: 20px;
}

.letter_data {
   height: 30px;
   width: 30px;
   margin: 0px;
   padding: 0px;
   color: white;
   text-align: center;
   vertical-align: middle;
}

.letter_data > * {
    vertical-align: bottom;
}

.letter_data a:visited, .letter_data a:link {
	display: inline-block;
	margin: 2px;
	padding: 0px;

	text-align: center;
	vertical-align: middle;
	
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.letter_data a:hover, .letter_data a:active {
	display: inline-block;
	margin: 2px;
	padding: 0px;

	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	
	width: 30px;
	height: 30px;
	background: #3d5573;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;	
}

.address_header {
	background: #6c7e88;
	margin-top: 40px;
	margin-left: 10px;
	padding: 10px 10px 10px 30px;
	font-size: 12pt;
}

.address {
	padding: 10px 10px 10px 30px;
	font-size: 10pt;
}

.content {
	padding: 40px 40px 40px 40px;
	vertical-align: top;
}

.page_content {
	width: 100pct;
	padding: 0px;
}

.page_content_section {
	margin-bottom: 40px;
}

.page_content_section_title {
   font-size: 16pt;
   font-family: NerisSemiBold, Georgia, serif;
   text-transform: uppercase;
}

.page_content_author {
   font-size: 12pt;
   font-family: NerisSemiBold, Georgia, serif;
   text-transform: uppercase;
}

a.highlite {
	color: yellow;
}
