@font-face {
    font-family: 'Droid Sans';
    src: url('fonts/droidsans.eot');
    src: url('fonts/droidsans.eot?#iefix') format('eot'),
         url('fonts/droidsans.woff') format('woff'),
         url('fonts/droidsans.ttf') format('ttf'),
         url('fonts/droidsans.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Droid Serif';
    src: url('fonts/droidserif.eot');
    src: url('fonts/droidserif.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidserif.woff') format('woff'),
         url('fonts/droidserif.ttf') format('truetype'),
         url('fonts/droidserif.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid_serifbold_italic';
    src: url('fonts/droidserif-bolditalic.eot');
    src: url('fonts/droidserif-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidserif-bolditalic.woff') format('woff'),
         url('fonts/droidserif-bolditalic.ttf') format('truetype'),
         url('fonts/droidserif-bolditalic.svg#droid_serifbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

::selection {color:black;background:yellow;}
::-moz-selection {color:black;background:yellow;}

html, body {padding: 0;	margin: 0; width:100%; height: 100%; min-height:100%;}
html{background-color:#000000;}

body {
	display: none;	
}

a{
	text-decoration: none;
	color: #CECECE;
}
.bar			{ height: 40px; width: 100%; background: rgba(0,0,0,0.5); }
.top_content 	{ height: 100%; margin-left: 160px; width: 100px;}
.icon_top		{ height: 20px; width: 20px; float: left; margin-top: 10px;}  

#icon_facebook	{ background: url("../images/icon_facebook.png"); 		background-repeat: no-repeat; padding-left: 10px}
#icon_twitter	{ background: url("../images/icon_twitter.png");		background-repeat: no-repeat; padding-left: 20px}
#icon_google	{ background: url("../images/icon_google.png");			background-repeat: no-repeat; }

#icon_facebook:hover 	{background: url("../images/icon_facebook_hover.png");	background-repeat: no-repeat; padding-left: 10px}
#icon_twitter:hover		{background: url("../images/icon_twitter_hover.png"); 	background-repeat: no-repeat; padding-left: 20px}
#icon_google:hover		{background: url("../images/icon_google_hover.png"); 	background-repeat: no-repeat; }


#filler{
	width: 100%;
	height: 300px;
}
#first_box		{ padding-top: 80px;}
.first_box_1	{ width: 400px; height: 120px;
				  border-bottom: 140px solid rgba(0,0,0,0.5);
				  border-right: 80px solid rgba(0,0,0,0.00);}

h1 { color: #ECECEC; font-family: "Droid Sans"; letter-spacing: 2.5px;}
h1 { padding: 24px 0 0 120px; margin-top: -120px; font-size: 24px; text-align: left; 
	 background: rgba(0,0,0,0.0); }
#first_line {color: #CECECE;
			 padding-top: 105px;
			 padding-bottom: 30px;
			 font-size: 18px; 
			 font-family: "Droid Serif";
			 font-style: italic;
			 letter-spacing: 0.5px; }
		 
#second_box				{ margin-top: -75px;
						  margin-left: 437px; 
						  border-top: 140px solid rgba(0,0,0,0.5);
						  border-left: 79px solid rgba(0,0,0,0.0); }
				  
.second_box_1 	{float: left; height: 140px; background: rgba(0,0,0,0.0); color: #ECECEC;}	
.second_box_1:hover	{ background: yellow; color: black; }
#positioner		{ margin-top: -140px; margin-left: -40px; width: 700px;} 		/*Na potrzeby podciągnięcia divów*/		
.active			{ background: yellow; color:  black; }

h3 { font-size: 16px;
	 font-family: Georgia, Serif;
	 font-weight: lighter;
	 padding: 48px 15px 0 42px;
	 -webkit-transform: 	skew(-29deg); 
	 -moz-transform: 		skew(-29deg); 
	 -o-transform: 			skew(-29deg);
	 transform: 			skew(-29deg); 
}

.skew { -webkit-transform: 	skew(29deg);
		   	-moz-transform: 	skew(29deg); 
		   	-o-transform: 		skew(29deg);
		   	transform: 			skew(29deg);}

#footer_box{
	float:right;
	margin-right: 100px;
	width: 270px;
	height: 40px;
}
		   	
#logo{
	width: 32px;
	height: 32px;
	margin-top: -23px;
	background: url("../images/32_orange.png") no-repeat;
	float: right;
}

#textfield{
	color: #ECECEC;
	font-size: 14px;
	font-family: "Droid Serif";
	margin-top: 12px;
}
