body {
	background: #f4f4f4;
}

.footer {
	height: 50px;
	vertical-align: middle;
	font-size: 12px;
}
.navbar {
	background: #334a59;
}

.header {
	background: #54A9F5 url(../i/peach-wall-of-lines-23315.png);
}
.header-logo {
	height: 56px;
	width: 100%;
	background: transparent url(../i/logo.png) no-repeat top 10px center;
}
.header-text {
	color: #fff;
	font-weight: bold;
	text-shadow: rgb(0, 79, 128) 1px 1px 3px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;
}
.nav {
  text-align:left;
}
.nav ul {
  margin:0;
  padding:0;
}
.nav li {
  list-style-type:none;
  display:inline-block;
  margin: 0;
}
.nav li a {
  display:block;
  height:40px;
  padding-left:15px;
  padding-right:15px;
  line-height:40px;
  color:#FFF;
  text-decoration:none;
}
.nav li a:hover {
  background-color:#455d6c;
  color: #fff;
  text-decoration:none;
}
.nav li.active a {
  background-color:#455d6c;
}

.ads {
	text-align: center;
	margin: 5px 0;
}
.social-share {
	margin-bottom: 10px;
	font-size: 1px;
	height: 20px;
}
.social-share iframe.l {
	vertical-align: middle;
}
.social-share > div {
	margin-right: 10px !important;
}

a.dl {
	font-size: 110%;
	font-weight: bold;
	line-height: 24px;
}
	
img.scrn  {
	margin-bottom: 20px;
	padding: 0px;
	outline: 1px solid #ccc;
	box-shadow: 0 2px 8px rgba(59, 67, 72, 0.3);
}

img.scrn:hover  {
	outline: 1px solid #dc143c;
}

img.main-scrn  {
  box-shadow: 0 2px 15px rgba(59, 67, 72, 0.7);
  margin: 10px 0 20px;
}

.main-block
{
	padding: 15px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	margin-bottom: 5px;
}

form {
	display: inline;
}

h5{
	font-weight: bold;
}

h4 {
  color: #304755;
  border-bottom: 1px solid #e4e4e4;
}

h3 {
	color:#0070DF;
	background:#FFFFFF;
	border-bottom: 1px dashed #5bafff;
	padding: 2px 6px;
}

h1 {
	color : #304755;
}

a.lang {
	color : #C9DBE7;
	text-decoration : none;
	line-height: 40px;
	margin-right: 15px;
	}

a.lang:hover {
	color : #C9DBE7;
	text-decoration : underline;
	}

.news {
	color : #60717C;
}
.news .news-date {
	color : gray;
	text-align: right;
	font-size: 12px;
	border-bottom: 1px solid #f4f4f4;
}
.news .news-hdr {
	font-weight: bold;
	margin: 5px 0;
}
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}