/*Theme Name: Elektroluber
Theme URI: http://itcentris.pl
Description: A brief description of your theme
Version: 1.0
Author: Adam Zientek
Author URI: Your web address
Tags: Tags to locate your theme in the WordPress theme repository
*/

/* Background pattern from subtlepatterns.com */
.alert {
font-family: 'Open Sans', sans-serif;
        font-size: 14px;
	color: white;
	background-color: maroon;
	padding: 30px;
}

body {
	margin: 0;
	padding: 0;
	background-image: url('img/tweed.png');
}

#site {
	width: 1000px;
	margin: 0 auto 0 auto;
	border: 10px #777 solid;
	border-top: 0;
	position: relative;
	background-image: url('img/debut_light.png');
}

.border tr td {
	border: 1px black solid;
}

table.footer-eu {
	margin: 0 auto;
	width: 1000px;
}

p.footer-eu {
	font-size: 9px;
	color: white;
	text-align: justify;
}

div#navbarel {
	position: fixed;
	border-bottom: 2px #a0a0a0 solid;
	padding-top: 5px;
	z-index: 10;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	max-height: 121px;
}

#navbarel-c {
	width: 1000px;
	margin: 0 auto 0 auto;
}

img.naglowek {
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
	height: 75px;
}

div.hrule {
	width: 300px;
	border-top: 2px grey solid;
	margin: 20px auto;
	text-shadow: 2px 2px 0px rgba(219, 219, 219, 1);
}

div#tresc {
	margin: 5px 30px 30px 30px;
}

#tresc p, li, td {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

.uklady-smar p {
	font-size: 13px !important;
}

td {
	vertical-align: top;
}

div#menu {
	width: 1000px;
	height: 30px;
	margin: 0 auto 0 auto;
	background: rgba(0, 0, 0, 0.2);
	border: 1px #555 solid;
	color: white;
	padding-top: 3px;
	text-align: center;
	position: relative;
	clear: left;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu ul li {
	display: inline;
	margin-right: 25px;
}

#menu a {
	text-transform: uppercase;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	text-decoration: none;
}

#menu a:hover {
	color: #ccc;
}


div#menu-footer {
        width: 1000px;
        height: 30px;
        margin: 0 auto 0 auto;
        background: rgba(0, 0, 0, 0.2);
        border: 1px #555 solid;
        color: white;
        padding-top: 3px;
        text-align: center;
        position: relative;
        clear: left;
}

#menu-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu-footer ul li {
        display: inline;
        margin-right: 25px;
}

#menu-footer a {
        text-transform: uppercase;
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
        text-decoration: none;
}

#menu-footer a:hover {
        color: #ccc;
}




#navbarel-c h1 {
	font-family: 'PT Sans Caption', cursive;
	font-size: 28px;
	color: white;
	text-shadow: 0px 0px 18px rgba(0, 0, 0, 1);
	margin-bottom: 0px;
}


#navbarel-c h2 {
	margin-top: 0;
	font-family: 'Open Sans', cursive;
	font-size: 14px;
	font-weight: 400;
	color: white;
	text-shadow: 0px 0px 18px rgba(0, 0, 0, 1);
}

h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

h1 {
	margin-top: 0;
	font-size: 30px;
text-shadow: 2px 2px 0px rgba(219, 219, 219, 1); 
}

h3 {
	font-size: 15px;
}

img.pr-side {
	width: 344px;
	float: right;
	border: 10px #ccc solid;
	margin-left: 30px;
	margin-bottom: 30px;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
