/*
CSS Credit: http://www.templatemo.com
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffc;
	background: #ffffff;
}
		
a:link, a:visited { color: #f9a025; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #FFFF66; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.fl { float: left; }
.fr { float: right; }

.margin_r10 { margin-right: 10px; }

.button_01 a {
	display: block;
	width: 150px;
	height: 30px;
	padding: 7px 0 0 30px;
    background: url(image/templatemo_read_more.png) left bottom no-repeat;
	
	color: #f5e5c7;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

h1 {
	margin: 0 0 20px 0;
	padding: 2px 0 10px 0;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	color: #ffffff;
	font-weight: normal;
	background: url(image/templatemo_header_bg.png) no-repeat;
}

h3 {
	margin: 0 0 10px 0;
	padding: 2px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;	
	border-bottom: 1px dotted #333;
}

h4 {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.image_wrapper {
	border: 1px solid #ffffff;
	margin-top: 3px;
	margin-bottom: 10px;
}

.fl_image {
	float: left;
	margin-right: 15px 
}

.fr_image {
	float: right;
	margin-left: 15px 
}

.list_01 {
	margin: 15px 0 20px 40px;
	padding: 0px;
}

.list_01 li {
	margin: 0px;
	padding: 0 0 10px 0;
	list-style-image: url(image/templatemo_list_icon.png);
}

.list_01 li a {
	color: #22160a;
}

#templatemo_container {
	width: 980px;
	margin: 0 auto;
}

/* banner */

#templatemo_banner {
	width: 980px;
	height: 430px;
	background:url(images/templatemo_banner.jpg) no-repeat;
}

/* end of banner */

/* end of menu */

#templatemo_menu {
	width: 980px;
	height: 110px;
	background: url(images/templatemo_menu.jpg) no-repeat;
}

#templatemo_menu ul {
	float: right;
	padding: 0px;
	margin: 30px 50px 0 0;
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0 20px;
	margin: 0px;
	display: inline;
	border-right: 1px solid #ffffff;
}

#templatemo_menu ul li a {
	padding: 0 0 15px 0;
	margin: 0;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #AAA;	
	background: url() right top no-repeat;
	outline: none;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	background: url(images/templatemo_menu_hover.png) center bottom no-repeat;
	color: #FFF;
}

#templatemo_menu .last {
	border: none;
}

/* end of menu */

/* content */

#templatemo_content {
	clear: both;
	width: 840px;
	padding: 30px 70px;
	background: url(images/templatemo_content_bg.jpg) center repeat-y;
}

#main_column {
	float: left;
	width: 500px;
}

#side_column {
	float: right;
	width: 260px;
	padding: 0;
}

#main_column .post_box {
	clear: both;
}

.post_box h2 {
	font-size: 34px;
	color: #ffffff;
	padding: 2px 0;
	margin-bottom: 10px;
	text-align: left;
}

.post_box .post_info {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.post_box .post_info li {
	margin-right: 20px;
	padding: 0px;
	display: inline;
}

.post_info .post_date {
	color: #c2b59b;
}

.post_info .post_author a {
	color: #3497d2;
}

.post_info .post_comment a {
	color: #f9a025;
}

.post_box .post_body {
	clear: both;
	padding: 30px 0 20px 0;
	background: url(images/templatemo_post_body_bg.png) top center no-repeat;
}

.post_body img {
	border: 1px solid #CCC;
	margin-bottom: 15px;
}

.post_body p {
	margin-bottom: 10px;
}

.post_box .continue a {
	display: block;
	width: 80px;
	padding: 2px 0;
	text-align: center;
	color: #f9a020;
	font-weight: bold;
	background: #3d383b;	
	border-left: 5px solid #f9a020;
}

#side_column .ads_250_250 {
	border: 5px solid #ffffff;
}

#side_column .side_column_section {
	clear: both;
	width: 260px;
}

.ads_125_125 {
	float: left;
	width: 125px;
	height: 125px;
	margin: 0 0 10px 0;
}

.right_padding_10 {
	margin-right: 10px;
}

.recent_post {
	color: #747474;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.recent_post h4 a {
	font-size: 12px;
	color: #3fa7d8;
	font-weight: bold;
}
.recent_post h4 a:hover {
	text-decoration: none;
}

.section_w125 {
	width: 120px;
	padding: 0 5px 0 0;	
}

.side_column_section .friends {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.friends li {
	padding: 0px;
	margin: 0px;
}

.friends li a {
	font-size: 11px;
	color: #ffffff;
}

.friends li a:hover {
	color: #f9a01e;
}

.gallery {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.gallery li { 
	margin: 0 0 0 0;
	padding: 0px;
	display: inline;
}

.gallery li a {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	border: 1px solid #ffffff;
}

.gallery li img {
	width: 70px;
	height: 70px;	
}

/* end of content */

/* footer */
#templatemo_footer {
	clear: both;
	width: 840px;
	height: 90px;
	color: #333;
	padding: 210px 70px 0 70px;
	background: url(images/templatemo_footer_bg.jpg) center no-repeat; 
}

#templatemo_footer a {
	color: #000000;
	font-weight: bold;
}
/* end of footer */

/* wyszukiwanie */














































































body,html{
margin:0;
padding: 0;
}
#body{
width: 1007px;
height: auto;
overflow: hidden;
}
#top,#top2{
width: 1024px;
height: auto;
}
#content {
width: 1024px;

}
#pager{
width: 500px;
overflow: hidden;
border-bottom: 1px solid #abc;
background-color: #000000;
text-align: left;
padding: 2px;
}
.mp3{
width: 500px;
overflow: hidden;
border-bottom: 1px solid #abc;
background-color: #000000;
text-align: left;
padding: 2px;
}
.mp3:hover{
width: 500px;
overflow: hidden;
border-bottom: 1px solid green;
background-color: #141414;
text-align: left;
}
.mp3_title{
width: 392px;
overflow: hidden;
float: left;
padding:4px;
}
.mp3_info{
width: 92px;
overflow: hidden;
float: left;
padding:4px;
}
#content2{
width: 800px;
height: auto;
float: left;
margin-left: 8%;
}
.panel_b,#wyniki_top{
width: 546px;
height: 63px;
float: left;
}
hr{
border: 1px dotted black;
}
#stopka {
width: 1008px;
height: 75px;
float: left;
background-image: url('images/stopka.jpg');
background-repeat: no-repeat;
text-align: center;
padding-left: 0%;
padding-top: 4px;
font-size: 13px;
}
#opis {
font-size: 12px;
padding-left: 10%;
}
.panel_b_tlo{
width: 534px;
height: auto;
background-image: url('images/mp3_08.jpg');
background-repeat: repeat-y;
float: left;
padding-left: 6px;
padding-right: 6px;
font-family: Corbel;}
.shoutbox_tlo,.newsy_tlo{
width: 534px;
height: auto;
background-image: url('images/mp3_08.jpg');
background-repeat: repeat-y;
float: left;
padding-left: 6px;
padding-right: 6px;
margin-left: 1px;
margin-top: -5px;}
.panel_b_tlo a{
color: black;
text-decoration: none;
font-size: 15px;
font-family: Corbel;
}
.panel_b_tlo a:hover{
color: #191970;
text-decoration: underline;
font-size: 15px;
font-family: Corbel;
}
table.wyniki{
border-bottom: 1px solid #abc;
background-color: #000000;
text-align: left;
}
.shoutboxtlo{
width: 500px;
border-bottom: 1px solid #abc;
background-color: #3CB371;
}
.newsy_tlo{
width: 534px;
height: auto;
background-image: url('images/mp3_08.jpg');
background-repeat: repeat-y;
float: left;
padding-left: 6px;
padding-right: 6px;
margin-left: 0px;
margin-top: -5px;
}
#reklama_top,#reklama_468x68,#reklama468x68{
padding: 7px;
border:0;
width: auto;
clear: both;
}
table.mp3{
border-bottom: 1px solid #abc;
background-color: #000000;
text-align: left;
}
.news{
margin-top: 5px;
margin-bottom: 8px;
border: 1px dotted #abc;
width: 500px;
font-family: Corbel;
}
.title_news{
text-align: left;
color: black;
font-weight: bold;
border: 1px dotted black;
width: 484px;
padding-left: 8px;
padding-right: 8px;
font-family: Corbel;
}
.info_news{
text-align: center;
color: black;
border: 1px dotted black;
width: 484px;
font-size: 11px;
padding-left: 8px;
padding-right: 8px;
font-family: Corbel;
}
.tresc_news{
text-align: left;
color: black;
border: 1px dotted black;
width: 484px;
padding-left: 8px;
padding-right: 8px;
font-family: Corbel;
}
#topbar{   
position:absolute;   
border: 1px solid black;   
padding: 2px;   
background-color: white;   
width: 270px;   
visibility: hidden;   
z-index: 350;   
} 
table.wyniki:hover{
border-bottom: 1px solid #abc;
background-color: #B0C4DE;
text-align: left;
}
.panel_b_fo{
width: 546px;
height: 13px;
float: left;
margin-bottom: 4%;
}
#tekst,#video,#page{
background-color: #000000;
width: 490px;
text-align: left;
padding-left: 5px;
padding-right: 5px;
font-family: Corbel;
}
input.link_do_pliku{
width: 490px;
}
#link{
width: 490px;
text-align: left;
padding-left: 5px;
padding-right: 5px;
font-family: Corbel;
}
.panel_m{
width: 260px;
height: 57px;
}
h1{
font-size: 18px;
font-weight: bold;
}
#load{
display: block;
}
.panel_m_tlo,#lastsearch,#lastadd, #stats{
width: 246px;
height: auto;
background-repeat: repeat-y;
text-align: left;
padding-left: 8px;
padding-right: 6px;
font-family: Corbel;
font-size: 14px;
}
#linki{
font-size: 12px;
font-family: Corbel;
color: black;
width: 400px;
display: block;
text-align: left;
padding-right: 15%;
}
table.profile,#profile{
border: 1px dashed black;
width: 480px;
height: auto;
}
.panel_m_tlo a, #lastadd a, #lastsearch a, #stats a{
text-decoration: none;
font-size: 13px;
font-family: Corbel;
}
.panel_m_tlo a:hover,#lastadd a:hover, #lastsearch a:hover,#stats a:hover{
font-size: 14px;
font-weight: bold;
margin-left: 5px;
font-family: Corbel;
}
.panel_m_foo{
width: 260px;
height: 14px;
margin-bottom: 7%;
}
#jp1{
width: 277px;
height: 125px;
float: left;
}
#jp3{
width: 283px;
height: 125px;
float: left;
margin: 0;
padding: 0;
}
#jp2 {
width: 464px;
height: 125px;
float: left;
margin: 0;
padding: 0;
}
#szukaj{
float: left;
width: 400px;
}
#menu{
margin-top: -1px;
float: left;
width: 564px;
}
#daddy-shoutbox {
      padding: 5px;
      background: #3CB371;
      color: white;
      width: 500px;
      font-family: Arial,Helvetica,sans-serif;
      font-size: 11px;
    }
    .shoutbox-list {
      border-bottom: 1px solid #627C98;
      
      padding: 5px;
      display: none;
    }
    #daddy-shoutbox-list {
      text-align: left;
      margin: 0px auto;
    }
    #daddy-shoutbox-form {
      text-align: left;
      
    }
    .shoutbox-list-time {
      color: black;
	  font-weight: bold;
    }
    .shoutbox-list-nick {
      margin-left: 5px;
      font-weight: bold;
    }
    .shoutbox-list-message {
      margin-left: 5px;
    }
input.szukaj{
background-image: url('http://gitmp3.pl/tekst2.png');
background-repeat: no-repeat;
width: 233px;
height: 33px;
border: 0;
margin-top: 0%;
padding-left: 10px;
padding-top: 10px;
font-size: 18px;
font-weight: bold;
float: left;
}
html>/**/body input.szukaj { 
width: 233px;
}
input.submit{
background-image: url('http://gitmp3.pl/szukaj.png');
background-repeat: no-repeat;
width: 73px;
height: 33px;
float: left;
border: 0;
}


input.cipa{
background-image: url('piksel.png');
background-repeat: no-repeat;
width: 36px;
height: 1px;
float: left;
border: 0;
}

#right{
width: 160px;
height: auto;
float: left;
margin-top: 0%;
margin-left: -22%;

}
form{
margin:0;
padding: 0;
}
a,img{
border: 0px;
margin:0;
padding: 0;
color: black;
}
img.arr{
vertical-align:middle;
display:inline;}
#xxx {
position: absolute;
top: 620px;
z-index: 99;
}
#podpowiedzi{
width: 565px;
height: auto;
background-color: #f9960b;
border: 1px solid black;
text-align: left;
color: black;

}


#podpowiedzi .title{
border-bottom: 1px solid black;
font-weight: bold;
color: black;
}
#podpowiedzi .title a{
text-decoration: none;
color: black;

}
#podpowiedzi .title:hover{
background-color: white;
color: #f9960b;

}


#selectall{
border: 0px;
background-color: transparent;
padding:0;
margin:0;
}

div#Opis-gg {
background-image: url(images/ggopis.jpg);
}


ul{border:0; margin:0; padding:0;}

#pagination-flickr li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
}
#pagination-flickr a{
border:solid 1px #DDDDDD;
margin-right:2px;
}
#pagination-flickr .previous-off,
#pagination-flickr .next-off {
color:#666666;
display:block;
float:left;
font-weight:bold;
padding:3px 4px;
}
#pagination-flickr .next a,
#pagination-flickr .previous a {
font-weight:bold;
border:solid 1px #FFFFFF;
}
#pagination-flickr .active{
color:#ff0084;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination-flickr a:link,
#pagination-flickr a:visited {
color:#0063e3;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination-flickr a:hover{
border:solid 1px #666666;
}


}


