/*
Theme Name: 
Author: BITMASTERS.pl
Author URI: http://bitmasters.pl/
Wykonawca: Marcin Kasprzak
Wykonawca URL: http://marcin-kasprzak.pl/
*/


@font-face {
	font-family: 'Conv_trebuc';
	src: url('fonts/trebuc.eot');
	src: local('☺'),
		url('fonts/trebuc.ttf') format('truetype'), 
}

@font-face {
	font-family: 'Conv_trebucbd';
	src: url('fonts/trebucbd.eot');
	src: local('☺'),
		url('fonts/trebucbd.ttf') format('truetype'), 
}


body {
	background: #e3e3e3;
	margin: 0;
	padding: 0;
	font-family: 'Conv_trebuc', "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	color: #585858	
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 10px;
}

h1, h2, h3, h4, h5, h6, b, strong { 
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
}

#container {
	width: 920px;
	margin: 0 auto;
	padding: 0 10px;
	background: white;
}

#header {
	background: #d20003;
	position: relative;
}

#search {
	position: absolute;
	top:60px;
	right: 10px;
}

#search input[type="text"] {
	width: 250px;
	height: 25px;
	border: 1px solid gray;
	padding: 2px;
}

#search input[type="submit"] {
	float: right;
	border: none;
	color: white;
	background: none;
	cursor: pointer;
	font-family: 'Conv_trebucbd';
	font-size: 14px;
}

#logo {
	float: left;
	padding: 20px;	
}

#menu ul, #menu ul ul {
	list-style: none;
	margin: 0; 
	padding: 0;
}

#menu ul ul {
	width: 210px;
}

#menu ul ul li {
	clear: both;
}

#menu ul > li {
	display: inline-block;
	position: relative;
	margin-right: 5px;
}

#menu ul > li li {
	position: relative;
	margin: 0;
	float: left;
	width: 210px;
}

#menu ul > li ul {
	position: absolute; 
	left: 0;
	z-index: 100;
}

#menu ul > li ul li ul {
	position: absolute; 
	left: 210px; 
	top: 0px;
}

#menu ul ul {
	display: none;
}

#menu ul li:hover > ul {
	display: block;
}

/*POZIOM 1*/
#menu ul {
	margin: 10px 0 30px 0;
	text-align: center;
}

#menu ul > li > a {
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	background-color: #d1d1d1;
	padding: 5px;
	color: #2f2f2f;
	font-size: 12px;
	width: auto; 
	border-radius: 5px;
	text-align: center; 
}

#menu ul > li.join a {
	background: #d20003;
	color: white;
}

#menu ul > li:hover > a {
	background-color: #d20003;
	color: white;
}

/*POZIOMY NIŻSZE*/
#menu ul ul {
	font-size: 10px;
}

#menu ul ul li > a {
	background-color: #d1d1d1;
	padding: 5px;
	color: #2f2f2f;
	text-align: left;
	display: block; 
	padding: 5px;
	border-radius: 3px; 
	text-decoration: none;
}

#menu ul ul li:hover > a {
	background-color: #d20003;
	color: white;
}

#main {
	min-height: 400px;
	float: left;
	width: 600px;
	text-align: justify;
}

#sidebar {
	min-height: 400px;
	float: right;
	width: 287px;
}

#footer {
	height: 132px;
	margin-top: 20px;
	background: #808487;
}

.fast_info {
	background: #ececec;
	border-top: 4px solid #a8a8a8;
	padding: 20px;
	margin-bottom: 5px;
	font-size: 14px;
}

.fast_info a {
	color: #585858;	
}

.textwidget {
	overflow: hidden;
}

.textwidget img {
	float: left;
	margin-bottom: 5px;
}

.youtube {
	background: #d1d1d1;
	padding: 20px;
	margin-bottom: 5px;
	text-align: justify;
}

.youtube p {
	margin: 10px 0 0 0;
}

.fast_info h1 { font-size:23px; }

.red { color: #d20003; }

a:link, a:visited {
	text-decoration: none;
	color: #d20003;
}

a:hover {
	text-decoration: underline;
}

ul.social {
	position: absolute;
	right: 10px;
	top: 0;
}

ul.social li {
	display: inline-block;
}

ul.lista_stron {
	padding: 0;
	list-style: none;
}

ul.lista_stron li {
	overflow: hidden;
	position: relative;
	padding: 10px 0;
}

/* Formularz */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
textarea {
	width: 494px;
	padding: 2px;
	border: 1px solid gray;
}

span.wpcf7-not-valid-tip {
	border: none !important;
	top: 0 !important;
	left: 5px !important;
	background: none !important;
	color: black;
}

h1.title {
	font-size: 21px;
	border-bottom: 4px solid #d1d1d1;
}

h2.title {
	font-size: 18px;
	border-bottom: 4px solid #d1d1d1;
}

h2.other_news {
	font-size: 25px;
	border-bottom: 4px solid #d1d1d1;
}

ul.other_news {
	padding: 0;
	margin: 0;
	list-tyle: none;
}

ul.other_news li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #d1d1d1;
	padding: 5px 0;
}

ul.other_news li a {
	color: #585858;
}

h2 { font-size: 18px; }
h3 { font-size: 16px; }

a.more, a.more-link {
	background: #d20003;
	padding: 5px 10px;
	color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
	margin-top:20px;
}

.news-box {
	width: 270px;
}

.main-news{ 
	margin: 10px; 0
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
	clear: both;
}

.left { float:left; }
.right { float: right; }
.alignleft { float:left; margin-right: 10px; }
.alignright { float: right; margin-left: 10px; }

table { 
	width: 100%;
	margin-bottom: 10px;
}

table tr td {
	padding: 2px 3px;
	border: 1px solid gray;
}