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

/* ~~ RESET ~~ */


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

h1, h2 {
color: #fff;
}

/* ~~ LINKI ~~ */
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ~~ LAYOUT ~~ */

html {
	overflow-y: scroll;
	overflow-x: hidden;
	}

body {
	font-size: 0.75em; /* 12px */
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	padding: 0px;
	overflow: hidden;
	width: 960px;
	margin: 0px auto;
	background-color:#333333;
}
/* ~~ LEWA ~~ */


/* ~~ PRAWA ~~ */

	
header {
	overflow: hidden;
}

header h1 {
	float: left;
	color: #0087BC;
	text-shadow: #000 1px 1px;
}

/* NAWIGACJA */

nav {
	float: left;
	}


nav p{
	font-size: 1.16em;
}

nav a {
	color: white;
}

nav p {
	line-height: 40px;
	text-align: left;
	text-decoration: none;
	font-size: 1.3em;
	text-shadow: #000 1px 1px;
	color: #0099CC !important;
	font-family: Tahoma;
	text-shadow: 1px 1px 1px #000;
}

/* FOOTER */

footer {
	color: rgba(102,102,102,1);
	clear: both;
	text-align:center;
}

footer  p{
	text-align:center;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 1.3em;
	text-shadow: #000 1px 1px;
	color: #0087BC !important;
	font-family: "Museo-300";
	margin-top: 75px;
	text-shadow: 1px 1px 1px #000;
}