/*
EQUILIBRIUM - integracja sensoryczna
*/
*{
	/* Universal reset: */
	margin:0;
	padding:0;
}


nav,footer,
article,section,
hgroup,
figure{
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
	opacity:1.0;
}

hgroup{
	margin-left:40px;
}


nav{
/* menu */
	position:fixed;
/* 	background-color:#313131; */
	background-color:#444;
	height:7000px;
	width:160px;
}

body{
	/* Setting the default text color, size, page background and a font stack: */
	background-image:url('img/ball.jpeg');
	background-attachment: fixed;
	font-size:0.825em;
	color:#800000;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}






/* article, nav ul li a{ */
article{
	/* Applying CSS3 rounded corners: */
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:5px;
	padding: 5px 5px 5px 15px;
	color:#fcfcfc;
	opacity:0.85;
	margin-left:2em;
	border-style: solid;
	border-width: 1px;
	border-color: #222;
}

ul, ol{
	text-align:left;
	padding:3px 0 3px 0px;
/* 	list-style-position:inside; */
	margin-left:20px;
}

ul{list-style:square;}
ol{list-style:decimal;}




li{
	padding:3px 0 3px 0px
}


/* Hyperlink Styles: */

a, a:visited {
	color:#01D5FF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

/* Headings: */

h1,h2,h3,h4{
	font-family:"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-shadow:0 2px 2px black;
}

h1{
	/* The logo text */
	font-size:3.5em;
	padding:0.5em 0 0;
	text-transform:uppercase;
}

h2{
    font-size:2.2em;
    font-weight:normal;
    letter-spacing:0.01em;
    text-transform:uppercase;
}

h3{
	/* The slogan text */
	font-size:2em;
	font-weight:normal;
	margin:1em 0 1em;
}

h4{
    /* The slogan text */
    font-size:1.5em;
    font-weight:normal;
    margin:1em 0 1em;
}



p{
	line-height:1.5em;
	padding-bottom:1em;
}

.line{
	/* The dividing line: */
	height:1px;
	background-color:#515151;
	border-bottom:1px solid #010101;
	margin:1em 0;
	overflow:hidden;
}

article .line{
	/* The dividing line inside of the article is darker: */
	background-color:#15242a;
	border-bottom-color:#204656;
	margin:1.3em 0;
	left:30px;
}

table{
	margin-top:20px;
	margin-bottom:20px;
	border: 0px solid black;
	width:100%;
}
td{
	border: 1px solid black;
	background-color: black;
	padding-left:5px;
	vertical-align: middle;
}
tr{
	height:3em;
}

input {
	margin-top:0.5em;
	margin-bottom:0.5em;
	margin-right:1em;
	padding-right:1em;
	padding-left:1em;
/*
	width:100%;
*/
}



footer .line{
	margin:2em 0;
}



/* Article styles: */

#page{
	margin:0 auto;
	position:absolute;
	top:30px;
	right:6%;
	width:77%;
}

article{
/* 	background-color:#213E4A; */
	background-color:#313131;
	margin-top:8em;
	padding:20px;
	min-height:400px;
	text-shadow:0 1px 0 black;
}

figure{
	border:3px solid #142830;
	float:right;
	height:300px;
	margin-left:15px;
	overflow:hidden;
	width:500px;
}

figure:hover{
	-moz-box-shadow:0 0 2px #4D7788;
	-webkit-box-shadow:0 0 2px #4D7788;
	box-shadow: 0px 0px 2px #4D7788;
}

figure img{
/* 	margin-left:-60px; */
}

/* Footer styling: */

footer{
	margin-bottom:30px;
	text-align:center;
	font-size:0.825em;
	color:#000000;
}


footer p{
	margin-bottom:-2.5em;
	position:relative;
}

footer a,footer a:visited{
	color:#cccccc;
	background-color:#313131;
	display:block;
	padding:2px 4px;
	z-index:100;
	position:relative;
}

footer a:hover{
	text-decoration:none;
	background-color:#142830;
}

footer a.by{
	float:left;

}

footer a.up{
	float:right;
}






ul.menuitems{
	margin:0;
	padding:0;
/* 	list-style-position:inside; */
	list-style:none;
}

ul.container{
	/* The topmost UL */
	width:150px;
	margin:0 auto;
	padding:5px;
/* 	list-style:none; */
}

li.menuitem{
	
	text-align:left;
	padding:5px 0;
/* 	list-style-position:inside; */
	list-style:none;
	margin: 0px 0px 0px 0px;
}

li.nav{
	/* The main list elements */

	padding:1px 0;
	width:100%;
/* margin: 0px 0px 0px 0px; */
/* 	list-style:none; */
}

li.button a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:21px;
	height:28px;
	overflow:hidden;
	padding:7px 20px 0;
	position:relative;
	width:109px;
	list-style: none;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.button a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

/* Setting up different styles for each section color */

li.button a.blue{background:url(img/blue.png) repeat-x top left; color:#03203F;}
li.button a.blue span{ background:url(img/blue.png) repeat-x top right;}

li.button a.green{background:url(img/green.png) repeat-x top left; color:#1F3000;}
li.button a.green span{ background:url(img/green.png) repeat-x top right;}

li.button a.orange{background:url(img/orange.png) repeat-x top left; color:#5C1D01;}
li.button a.orange span{ background:url(img/orange.png) repeat-x top right;}

li.button a.red{background:url(img/red.png) repeat-x top left; color:#4A0F02;}
li.button a.red span{ background:url(img/red.png) repeat-x top right;}

li.button a.purple{background:url(img/purple.png) repeat-x top left; color:#3A1542;}
li.button a.purple span{ background:url(img/purple.png) repeat-x top right;}

li.button a.yellow{background:url(img/yellow.png) repeat-x top left; color:#68582E;}
li.button a.yellow span{ background:url(img/yellow.png) repeat-x top right;}

li.button a.aquamarine{background:url(img/aquamarine.png) repeat-x top left; color:#03203F;}
li.button a.aquamarine span{ background:url(img/aquamarine.png) repeat-x top right;}

li.button a.darkblue{background:url(img/darkblue.png) repeat-x top left; color:#002;}
li.button a.darkblue span{ background:url(img/darkblue.png) repeat-x top right;}

li.button a.lightgreen{background:url(img/lightgreen.png) repeat-x top left; color:#1f3000;}
li.button a.lightgreen span{ background:url(img/lightgreen.png) repeat-x top right;}




/* The hover effects */

li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:100%;
	list-style: none;
}

.dropdown li{
	/* Each element in the expandable list */
	background-color:#212121;
	border:1px solid #40392C;
	color:#CCCCCC;
	margin:4px 0;
	padding:4px 18px;
	opacity:0.85;
}




embed, iframe{
	width:100%;
/* 	height:900; */
/* 	frameborder:0; */
/* 	scrolling:no; */
/* 	marginheight:0; */
/* 	marginwidth:0; */
}











