/*
Theme Name: SAILING
Theme URI: 
Description: 
Version: 1.0
Author: ALT
Author URI: http://www.alt-web-design.com/
*/
/* CSS Document */
@charset "utf-8";
* {margin: 0; padding: 0;} 
body  {
	background-color: #D0DDE1;
	color: #15114A;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
a, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #130C43;
	} 
a:hover, a:active {color: #EC0000;} 
title a {
	text-decoration: none;
} 
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height; it's necdessary to make footer sticky */
}
#hdr {
	height: 100px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #hdr instead of text, you may want to remove the padding. */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #617E92;
	background-color: #19145A;
} 
#hdr p {
	/*text-indent: -9999px;*/
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	width: 513px;
	left: 22px;
	top: 1px;
	font-weight: normal;
}
#hdr .inner {
 	width: 950px;
	margin: 0 auto;
 	text-align: left;
}
#hdr .ads {
	float: right;
 	padding-top: 18px;
}
#hdr h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	width: 513px;
	font-weight: normal;
	font-size: 26px;
}
#hdr h1 a, #hdr h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#hdr h1 a:hover, #hdr h1 a:active {
	color: #D0DDE1;
	text-decoration: none;
}
#hdr h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	width: 513px;
	font-weight: normal;
	font-size: 26px;
}
#hdr h2 a, #hdr h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#hdr h2 a:hover, #hdr h1 a:active {
	color: #D0DDE1;
	text-decoration: none;
}
#nav {
	background: #130C43;
	height: 35px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1EAEC;
}
#nav .inner {
 	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#nav ul {
 list-style: none;
 margin: 0; padding: 0;
}
#nav ul li {
	float: left;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
}
#nav ul li a {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D5DBC9;
	text-decoration: none;
	font-weight: bold;
}
#nav ul li a:hover {
	color: #EC0000;
}
#container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #94B1BA;
	border-right-color: #94B1BA;
	border-bottom-color: #94B1BA;
	border-left-color: #94B1BA;
	background-color: #FFFFFF;
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-bottom: 100px;
}
#sidebar h3{
	color: #19145A;
}
.sdr {
	padding-left: 5px;
	padding-bottom: 10px;
}
.sdrlin {
	padding-left: 5px;
	padding-bottom: 30px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 170%;
	text-indent: 5px;
}
.sdrlin ul {
  list-style-type: none;
}
#searchsubmit {
	background-color: #D0DDE1;
}
.post {padding-left: 20px;}
.post h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	}
#content {
	min-height: 300px;
	width: 595px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	margin: 0;
}
#content1 {
	min-height: 300px;
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	margin: 0;
}
.goog {
	margin-top: 20px;
	margin-bottom: 20px;
}
.googbott {
	margin-top: 20px;
	margin-bottom: 20px;
}
#content h2{
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding: 0; 
	color: #15114A;
	font-size: 90%;
	display: inline;
}
#content img{
	padding-left: 10px;
	padding-bottom: 5px;
}
#content  ul, ol{
   padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
}
#content  li{
	padding-bottom: 5px;
}
#prijevod {
	margin-right: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#prijevod a {
	font-family: verdana, Arial;
	font-size: 10px;
}
#tablica table {
	border: 0px;
}
#tablica td {
	padding: 5px;
}
.plava {
	background: #D0DDE1;
}
.splava {
	background: #EFEFEF;
}
#bottom {
   background: #130C43;
   height: 35px;
   text-align: center;
 	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1EAEC;
}
#bottom .inner {
 width: 950px;
 margin: 0 auto;
 text-align: left;
}
#bottom a {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D5DBC9;
	text-decoration: none;
}
#bottom a:hover {
	color: #EC0000;
}
#bottom .b1, #bottom .b2, #bottom .b3 {
 color: #D5DBC9;
 font-size: 16px;
 padding-top: 10px;
 float: left;
}
#bottom .b1 {
 padding-left: 30px;
 width: 250px;
}
#bottom .b2 {
 width: 250px;
}
.sticky {
	height: 100px; /* .sticky must be the same height as footer */
}
#ftr {
	padding: 0 10px 0 20px;
	border-top: 1px solid #617E92;
	height: 100px;
	overflow: hidden;
	color: #FFFFFF;
	background-color: #19145A;
	background-image: url(../../../../images/ftr.png);
	background-repeat: repeat-x;
} 
#ftr .wrp {
	width: 950px;
	margin: 0 auto;/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	
	text-align: left;
}
#ftr ul {
 	margin: 0; padding: 0;
 	list-style: none;
}
#ftr ul li {
	 background: url(images/arrow2.gif) no-repeat center left;
	 padding-left: 15px;
}
#ftr a:link, #ftr a:visited {
	color: #BBBFC4;
	text-decoration: none;
	font-size: 12px;
}
#ftr a:hover, #ftr a:active {
	text-decoration: underline;
	color: #E4E7E9;
}
#rss2  ul li {display: inline; margin-right: 1em; list-style-type: none; }
#f1 {
	float: left;
 	width: 315px;
	height: 100px;
	background: url(images/separator2.gif) no-repeat top right;
	padding-top: 20px;
	font-size: 12px;
}
#f2 {
	float: left;
	width: 315px;
	height: 100px;
	background: url(images/separator2.gif) no-repeat top right;
	text-align: center;
	padding-top: 20px;
	font-size: 12px;
}
#f3 {
	float: left;
	width: 315px;
	height: 100px;
	text-align: right;
	padding-top: 20px;
	font-size: 12px;
	color: #BBBFC4;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.nounderline {
	text-decoration: none;
}
.small {
	font-size: 80%;
}
/* BOOKIMARKIFY STYLE ----------------------------------------------- */
div.bookmarkify
{
	margin-top: 30px;
	margin-bottom: 20px;
	border: none;
	padding: 0px;
	height: 1%;
	background: transparent;	
	text-align: center;
	vertical-align: middle;	
	font-family: verdana, arial;
	font-size: 12px;
}

div.bookmarkify a
{
	text-decoration: none;	
	font-family: verdana, arial;
}

div.bookmarkify a:hover
{
	text-decoration: underline;
}

div.bookmarkify div.title
{
	margin: 0px;
	border: none;
	padding: 0px;
	height: 1%;
	background: transparent;	
	vertical-align: auto;
	font-weight: bold;
}

div.bookmarkify div.linkbuttons
{
	margin: 0px;
	border: none;
	padding: 2px;
	height: 1%;
	background: transparent;	
	vertical-align: auto;
}

div.bookmarkify div.linkbuttons a
{
	margin: 0px;
	border: none;
	padding: 2px;
	height: 1%;
	background: transparent;	
	vertical-align: auto;
}

div.bookmarkify div.linkbuttons a:hover
{
}

div.bookmarkify div.linkbuttons a img
{
	margin: 0px;
	border: none;
	padding: 0px;
	background: transparent;
	opacity: 0.7;
	filter:alpha(opacity=90);	
	vertical-align: auto;
}

div.bookmarkify div.linkbuttons a:hover img
{
	opacity: 1;
	filter:alpha(opacity=100); 
}

div.bookmarkify div.brand
{
	margin: 0px;
	border: none;
	padding: 2px;
	height: 1%;
	background: transparent;	
	vertical-align: auto;
}

div.bookmarkify div.brand a
{
	margin: 0px;
	border: none;
	padding: 0px;
	height: 1%;
	background: transparent;	
	vertical-align: auto;
	color: gray;
	font-weight: normal;
}

div.bookmarkify div.brand a:hover
{
}
/* end bookmarkify style ----------------------------------------------- */
