@charset "utf-8";
/* CSS Document */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	padding: 0;
	height: 100%;
}

html, body {
    background-position: top left;
	color: #444;
	background-color: #efefef;
	background-image: url("styles/halcyon/theme/images/bg.gif");
}
body.body-simple {
    padding: 0;
}

/* Header/footer */
p.top {
    display: inline;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
}

#global {
    position: relative;
    min-height: 100%;
    background-position: top left;
    background-repeat: repeat-x;
	background-image: url("styles/halcyon/theme/images/bg_header.gif");
}

#main {
    padding: 0 10px 90px;
}

#header {
    text-align: center;
    position: relative;
}

#logo { 
    min-height: 55px;
    padding-bottom: 6px;
    margin-bottom: 5px;
    height: auto;
    text-align: center;
    display: inline-block;
    position: relative;
    background-position: bottom left;
    background-repeat: repeat-x;
}
#logo, #topnav-full {
	background-image: url("styles/halcyon/theme/images/logo_bg.png");
}
#logo span.logo-left, #topnav-full span.logo-left {
	background-image: url("styles/halcyon/theme/images/logo_left.png");
}
#logo span.logo-right, #topnav-full span.logo-right {
	background-image: url("styles/halcyon/theme/images/logo_right.png");
}
#logo span, #topnav-full span.logo-left, #topnav-full span.logo-right {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background-position: bottom left;
    background-repeat: no-repeat;
}
#logo span.logo-left, #topnav-full span.logo-left {
    left: -10px;
}
#logo span.logo-right, #topnav-full span.logo-right {
    right: -10px;
}
#logo a span {
	display: none;
}

#topnav-left, #topnav-right {
    position: absolute;
    top: 22px;
}
#topnav-left {
    left: 0;
}
#topnav-right {
    right: 0;
}

#topnav-full {
    margin: 0 auto;
    margin-bottom: 5px;
    padding: 4px;
    padding-bottom: 6px;
    position: relative;
    background-position: bottom left;
    background-repeat: repeat-x;
    font-size: 1.1em;
}

#topnav-full li { 
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

#copyrights {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 53px;
    background-position: bottom left;
    background-repeat: repeat-x;
	text-align: center;
	padding: 12px;
	padding-bottom: 0;
	font-size: 10px;
	line-height: 1.4em;
	color: #c5cac6;
	background-image: url("styles/halcyon/theme/images/bg_footer.gif");
}
#copyrights a, #copyrights a:visited {
	text-decoration: none;
	color: #c5cac6;
}
#copyrights a:hover, #copyrights a:active {
	text-decoration: underline;
	color: #fff;
}
#fb{
	margin: 0 10%;
	padding-top: 20px;
	padding-bottom: 15px;
	min-height: 470px;
}
.fb-like-box{
	float: left;
	padding: 0 20px;
	vertical-align: middle;
}

#div-gpt-ad-1409483958489-0 {
	float: left;
	vertical-align: middle;
	padding: 0 20px;
}

#ostali{
	position: relative;
	text-align: center;
	padding-top: 20px;
}

#ostali img{
display:inline;
padding: 0 10px;
height:60px;
}
#topnav-right {
    position: absolute;
    top: 22px;
	right: 0;
}
ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 2.2em;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

ul.navlinks {
	font-weight: bold;
}

ul.navlinks li.rightside, ul.navlinks li.leftside {
    font-size: 1em;
    font-weight: normal;
    padding-top: 1px;
    margin-left: 0;
    margin-right: 0;
}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: 0;
	text-align: right;
}

.topnav a:link, .topnav a:visited, #topnav-full a, #topnav-full a:visited {
	color: #434943;
	text-decoration:none;
}

.topnav a:hover, .topnav .current a, .topnav .current a:visited, .topnav .current a:hover, #topnav-full .current a, #topnav-full .current a:visited, #topnav-full a:hover, #topnav-full .current a:hover {
	color: #0abf12;
	text-decoration:none;
}

.topnav a:active, .topnav .current a:active, #topnav-full a:active, #topnav-full .current a:active {
	color: #3e85e6;
	text-decoration:none;
}

#cookie {
width: 70%;
padding-left: 30px;
text-align: justify;
}

#cookie h1 {
padding: 10px 0;
}

#cookie h2 {
padding: 5px 0;
}

#cookie p {
padding: 5px 0;
font-size: 14px;
}