/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Media Queries
	#Page Styles */

/* #Site Styles
================================================== */

/* move page anchors up to clear nav*/
.anchor {
	padding-top:54px;
	margin-top:-54px;
	}

/*to keep wrappers adjacent*/
.container.pagecontent {padding-bottom: 40px}

/* Header */

#header.wrapper {
	z-index: 1;
	height: 54px;
	width: 100%;
	background: white; /*url(../images/k-opacity-70.png); */
	-webkit-box-shadow: 3px 3px 10px 0px rgba(118, 118, 118, 1);
	-moz-box-shadow:    3px 3px 10px 0px rgba(118, 118, 118, 1);
	box-shadow:         3px 3px 10px 0px rgba(118, 118, 118, 1);*/
	position: fixed;
	}
	
#header .container {background: transparent;}
	
header {
   position: fixed;
   top: 0;
   left: 0;
}
header.static {
   background: #232629;
   position: static;
}

/* header logo */

.logo { float : left;}

header .logo h1 {
	font-family: 'Raleway', sans-serif;
	color: fff;
	font-size: 24px;
	line-height: 24px;
	margin: 15px auto 15px 0;
    padding: auto 0;
}
header .logo h1 a, header .logo h1 a :visited {
	color: #fff;
	padding: 0;
	margin: 0;
	text-decoration: none;
	line-height: 24px;
}

/* Navigation */

nav	{color: black;
    float: right;
    }

nav ul {
	float: right;
	font-family:opensans, sans-serif;
	text-transform:uppercase;
	font-weight: 600;
	margin: 0 20px 0 0;

}

nav li {
	margin: 0;
	float: left;
	list-style: none;	
}

 nav  li a,  nav li a :visited {
	text-align: center;
	color: black;
	display: inline;
	text-decoration:none;
	padding:15px 20px;
	float: right;
	font-size: 13px;
	line-height: 24px;
}

nav li a:hover, nav li a:focus {
	color: black;
	text-decoration:none;
}

nav li.current a  {
	color: black;
	text-decoration:none;
}

#menu-icon {
	display: none;
	position: absolute;
	right: 0;
}

/* Footer */

footer {
	text-align:center;
	font-size:smaller;
	line-height: 180%;	
}

footer.wrapper {
	padding: 10px 0 ;
	/*background: #4c4c4c;*/
}

div .pagecontent {
	padding-top: 0px;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	nav #menu-icon { display: block; padding: 12px;}
	nav ul {
		display: none;
		margin: 0;
		position: absolute;
		top:54px;
		right: 0;
	}
	nav ul li {float: none}
	nav ul li a{
		display: block;
		float: none;
		background: white; /*url(../images/k-opacity-70.png); */
	}
		
	nav:hover ul {display: inline;}
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Page Styles
================================================== */
/*Samples */
/* full width backgrounds */
#slug .wrapper {background: styles;}
/* just the inner */
#slug .pagecontent {background: styles;}
/* All the Inners */
.container  {background: styles; }

/*moje style */

body{font-size: 0.95em;
    line-height: 1.6;
    font-weight: 400;
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222;
background: white;}

.anchor {padding-bottom: 70px;}
