@charset "utf-8";
/*
	Plik:	main.css
	Autor:	Patryk Stępniewski
	Data:	25.08.2010
	Opis:	Główny arkusz stylów
	Część serwisu MadMadness.pl (www.madmadness.pl).
	Wszystkie prawa zastrzeżone. All rights reserved.
*/


/* BODY */
body {
  background-color: #000000;
  margin: 0 auto;
  font-family: tahoma, verdana, sans, arial;
  font-size: 13px;
  color: #121212;
  word-wrap: break-word;
}
    
    /* KOLOR ZAZNACZENIA TEKSTU */
    *::-moz-selection {
      -moz-background-clip: border;
      -moz-background-inline-policy: continuous;
      -moz-background-origin: padding;
      color: #FFFFFF;
    }
    
    .noneSelection::-moz-selection {
      -moz-background-clip: border;
      -moz-background-inline-policy: continuous;
      -moz-background-origin: padding;
      background: transparent none repeat scroll 0 0;
      color: inherit;
      text-decoration: none;
    }
    
    *::selection {
      color: #FFFFFF;
    }


/* LINKI */
a {
  text-decoration: none;
  font-weight: bold;
  outline: none;
}

a:hover {
  text-decoration: none;
  font-weight: bold;
  outline: none;
}

div#content a.nou:hover {
  border-bottom: 0px; 
}

/* Clear: both */
div.clear_both {
    clear: both;	
}

/* PODSTAWOWE STYLE FORMATOWANIA */
.bold {
  font-weight: bold;
}

/* ŁADOWANIE */
div.loading {
  display: none;
  text-align: center;
}

/* PRZYCISKI */
 .buttons {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    height: 20px;
  }

  .buttons li {
	padding: 0;
	margin: 0;
	float: right;
  }
	
	.buttons li a {
		display: block;
		-moz-outline: 0;
        font-weight: normal;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
	}
		
      div.one_row {
      	clear: both;
      }
      
      div.one_row a {
      	display: block;
      	text-align: justify;
      	padding: 5px;
        background-color: #eaeaea;
      }
      
         div.one_row a:hover {
         	color: #FFFFFF;
         }
         
         div.one_row img {
            vertical-align: middle;	
         }
         
         div.one_row a span.description_link {
         	color: #7D7D7D;
         	font-weight: normal;
         }
         
           div.one_row a:hover span.description_link {
           	 color: #e8e8e8;
           }
           
   /* Przycisk ze zmieniającą się strzałką */   
   div.arrow {
   	 background: transparent url("{SKIN_MAIN_IMAGE}arrow_animated.png") no-repeat scroll 0 0px;
     height: 12px;
   	 width: 12px;
   	 cursor: pointer;
   	 float: left;
   }          
 
/* OBRAZKI */
img {
  border: 0px;	
}

/* NAGŁÓWKI */
.b0, .n0, .g0 {
  font-size: 25px;	
}

.b1, .n1, .g1 {
  font-size: 20px;	
}

.b2, .n2, .n2 {
  font-size: 15px;	
}

.b100, .n100, .n100 {
  font-size: 100%;
}

/* Białe */
.b0, .b1, .b2, .b100 {
  color: #ffffff;
}

/* Kolorowe */
.n0, .n1, .n2, .n100 {
  font-weight: bold;
}

/* Szare */
.g0, .g1, .g2, .g100 {
  color: #8FACB4;
  font-weight: bold;
}

/* WYŚWIETLANIE WIADOMOŚCI */
div.info, div.success, div.warning, div.error {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 55px;
  background-repeat: no-repeat;
  background-position: 10px center;
  font-weight: bold;
}

    div.info {
      color: #00529B;
      border-color: #BDE5F8;
      background-color: #96d8f7;
      background-image: url('{SKIN_MAIN_IMAGE}messages/info.png');
    }

    div.success {
      color: #4F8A10;
      border-color: #DFF2BF;
      background-color: #c8ed89;
      background-image:url('{SKIN_MAIN_IMAGE}messages/success.png');
    }

    div.warning {
      color: #9F6000;
      border-color: #fff6d3;
      background-color: #FEEFB3;
      background-image: url('{SKIN_MAIN_IMAGE}messages/warning.png');
    }

    div.error {
      color: #D8000C;
      border-color: #fddbdb;
      background-color: #FFBABA;
      background-image: url('{SKIN_MAIN_IMAGE}messages/error.png');
    }
    
    div.error a {
      color: #D8000C;
      text-decoration: underline;
    }
    
    		div.info, div.success, div.warning, div.error span {
			  font-size: 15px;
			}
			
/* PAGINATOR */
div.paginator {
  	text-align: center;
  	margin-top: 15px;
  	padding-top: 25px;
  	margin-bottom: 10px;
  	border-top: 1px solid #B2B2B2;
  	line-height: 25px;
  	font-size: 16px;
}   

     div.paginator img {
     	vertical-align: middle; 
     }
     
     div.paginator img.arrow_left {
     	margin-right: 5px;
     }
		
     div.paginator img.arrow_right {
     	margin-left: 5px;
     }
     
     div.paginator span.current {
     	font-size: 20px;
     }
			
/* FORMULARZE */
input.text {
 color: #ffffff;
 margin-bottom: 12px; 
 margin-top: 4px;
 width: 95%; 
 padding: .4em;
 border: solid;
 border-width: 1px;
 font-family: tahoma, verdana, sans, arial;
}

    .input_submit {
      font-weight: bold;
	  text-decoration: none;
	  border-width: 1px;
	  border-style: solid;
	  font-size: 12px;
	  padding: 3px 7px;
	  cursor: pointer;
	  color: #fff;
    }

	.input_submit:hover {
		background: #75507b;
        color: #fff;
	}
	 
	   .input_submit_big, .input_submit_medium {
	      padding: 10px 20px;
	      margin-left: 10px;
	      text-transform: uppercase;
       }
       
       .input_submit_medium {
       	  font-size: 20px;
       }
       
       
       .input_submit_big {
       	  font-size: 25px;
       }
	
	.input_submit.alt {
		color: #fff;
	}
	
		.input_submit.alt:hover {
			background: #303336;
			color: #fff;
		}
   
   input.text_focus {
     border-color: #656d7b;
   }
   
   select, option {
    background: #26292E;
    border: 1px solid #2b2f34;
    color: #dbe0e7;
    margin-top: 2px;
   }
   
   fieldset {
    background-color: #e7e7e7;	
   	padding: 15px 6px;
    text-align: center;
   	border: 0px;
   	margin-top: 6px;
   }	

   textarea, select {
      color: #ffffff;
      font-family: tahoma,verdana,sans,arial;
      font-size: 13px;
   }

    textarea {
	  margin: 0;
      padding: 4px;
    }
    
    select {
      padding: 2px;
      arrow-color: #ffffff;
    }
    
    label {
      font-weight: bold;	
    }
    
/* Pojedyncze pozycje */
ul.listed_menu {
  padding: 0px;
  clear: both;
}
   
    ul.listed_menu li {
      display: inline;
    }
   
    ul.listed_menu li a {
      display: block;
	  font-weight: bold;
	  padding: 8px 3px 8px 3px;
	  text-decoration: none;
	  position: relative;
      cursor: pointer;
      border-bottom: 1px solid #dbdbdb;
	}
			
	ul.listed_menu li a:hover {
	  color: #FFFFFF;
	} 
	   
    ul.listed_menu li.current a {
	  background: #cc0000;
	  color: #FFFFFF;
    }
       
    ul.listed_menu li.current a:hover {
      background: #ef2929;
    }
       
/* Chmurki */   
div.cloud_tip_render {
  position: absolute;
  z-index: 3000;
  border: 1px solid #1e232a;
  background-color: #0f1217;
  padding: 10px;
  opacity: 0.9;
  text-align: justify;
  color: #FFFFFF;
  font-weight: bold;
} 
    
    div.cloud_tip_render span {
      font-size: 14px;
    }
    
    
/* GŁÓWNE */
div#main {
	width: 960px; 
	margin: 0 auto;
}

div#header {
	background: url({SKIN_MAIN_IMAGE}background.gif) left top repeat-x #fff;
	padding: 0 0 15px 20px;
	clear: both;
}

div.wrapper { 
	width: 100%;
	overflow: hidden;
}

div.container { 
	width:100%;
}

div#advert_under_menu {
	clear: both;
}

div#content {
  background-color: #FFFFFF;
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
}   

/* ZMIENIACZKA SKÓREK */
ul#change_skin {
  float: left;	
  list-style: none; 
  display: inline;
  padding: 0; 
  margin: 0; 
  height: 40px;
}

ul#change_skin li  { 
	float: left; 
	margin-left: 2px;
}
	
ul#change_skin li a { 
	height: 20px;
	width: 20px; 
	text-decoration: none; 
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

ul#change_skin li a.color {
    display: none;
}

ul#change_skin li a.default {
	display: block;
	height: 40px;
	margin-top: 0px;
	line-height: 40px;
	width: auto;
	color: #FFFFFF;
}

ul#change_skin li a.purple {
    background: #75507b; 
}

ul#change_skin li a.purple:hover {
    background: #ad7fa8; 
}

ul#change_skin li a.blue {
    background: #3465a4; 
}

ul#change_skin li a.blue:hover {
    background: #729fcf; 
}

ul#change_skin li a.orange {
    background: #ce5c00; 
}

ul#change_skin li a.orange:hover {
    background: #fcaf3e; 
}

ul#change_skin li a.green {
    background: #4e9a06; 
}

ul#change_skin li a.green:hover {
    background: #8ae234; 
}

ul#change_skin li a.red {
    background: #a40000; 
}

ul#change_skin li a.red:hover {
    background: #ef2929; 
}

ul#change_skin li a.grey {
    background: #555753; 
}

ul#change_skin li a.grey:hover {
    background: #888a85; 
}
    	

/* PANEL UŻYTKOWNIKA */
div#user_panel {
  height: 40px;	    
  color: #FFFFFF;
  font-size: 12px;
  line-height: 40px;
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
  float: right;
}

  div#user_panel a {
    color: #FFFFFF;	
  }
  
  div#user_panel a.active {
    color: #ff4444;	
  }
  
  div#user_panel .input_login {
  	border: 1px solid #C0C0C0;
    color: #333333;
  	padding: 2px;
  	cursor: text;
  	background-color: #F0F1F5;
  	vertical-align: middle;
  	margin-right: 5px;
  }
  
    div#user_panel .input_login:hover {
     border-color: #883BC0;
    }
    
    div#user_panel .input_login:focus {
      border-color: #883BC0;	
    }  
    
    div#user_panel .input_submit {
      background: #FAFAFA none repeat-x scroll center top;
      background-image: url(http://www.madmadness.pl/forum/styles/purple/theme/images/bg_button.gif);
      color: #000000;	
      border: 1px solid #666666;
      font-weight: normal;
      padding-bottom: 2px;
      padding-top: 2px;
      width: auto !important;
      vertical-align: middle;
      font-size: 13px;
      font-family: arial;
    }
    
    
    div#user_panel .input_submit:hover {
      border-color: #DB0D0B;
      color: #DB0D0B;
    }
    
    form#login_form {
	  display: none;
	}
	
	div#user_panel .new_content {
	  font-size: 20px;	
    }
    

/* BLOK GÓRNY */
div#header div.header_left {
   width: 294px;
   margin-right: 16px;
   float: left;
}
	div#header .slogan {
		padding: 6px;
		background-color: #000000;
		color: #FFFFFF;
		text-align: center;
		text-transform: uppercase;
		font-size: 11px;
	}
	
	div#header .slogan h1 {
		font-size: 50px !important;
		letter-spacing: -6px;
		display: inline;
	}
	
	div#header .slogan h1 a {
		color: #FFFFFF;
    }
	
	div#header .logo a {
		color: #000000;
		text-decoration: none;
		font-size: 43px;
		display: block;
		margin-top: 16px;
		margin-bottom: 15px;
		letter-spacing: -4px;
	}
	
/* Hot-newsy */	
div#header div.header_right {
	width: 630px;
	float: left;
}

div#loopedSlider .container { 
	width: 630px; 
	height: 183px;
	overflow: hidden; 
	position: relative;
}

div#loopedSlider .slides { 
	position: absolute; 
	top: 0; 
	left: 0;
}
div#loopedSlider .slides div.slide { 
	position: absolute; 
	top: 0; 
	width: 630px; 
	display: none;
}

div#loopedSlider .slides strong { 
	display: block;
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	height: 23px;
	color: #fff;
	text-transform: uppercase;
	line-height: 23px;
}

div#loopedSlider img {
	border: 0; 
	vertical-align: top; 
	text-align: left;
	width: 630px;
	height: 183px;
}

div#loopedSlider {
	width: 630px; 
	position: relative; 
	clear: both;
}

div#loopedSlider ul.pagination { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	position: absolute; 
	right: 0; 
	bottom: 0px;
}

div#loopedSlider ul.pagination li  { 
	float: left; 
	font-size: 15px; 
	line-height: 1.2em; 
	font-weight: bold; 
	padding-left: 2px;
}
	
div#loopedSlider ul.pagination li a { 
	padding-top: 23px;
	width: 25px; 
	height: 0;
	color: #fff; 
	text-decoration: none; 
	float: left;
	overflow: hidden;
}

div#loopedSlider ul.pagination li a:hover {
	color: #000;
}

div#loopedSlider ul.pagination li.active a { 
	color:#000;
}

    /* Karuzela materiałów */
    .carousel .container {
      height: 210px; 
      overflow: hidden; 
      position: relative; 
      padding-bottom: 19px;
    }
    
    .carousel .slides {
      position: absolute; 
      top: 0; 
      left: 0;
    }
    
    .carousel .slides img {
      width: 145px;
      height: 98px;	
    }
    
    .carousel .slides div {
     	position: absolute;
	    top: 0;
	    width: 145px;
   	    height: 225px;
	    display: none;
        border: 1px solid #e7e7e7;
    } 
    
    .carousel .video {
       height: 170px !important;
    }
    
    .carousel .video .slides div {
       height: 180px !important;	
    }

	.carousel .slides dl {
		background-color: #f6f6f6;
		margin: 0;
	    color: #696969;
	    height: 100%;
	}
	
	.carousel .slides dl dd {
		padding: 8px 7px 19px 11px;
		font-size: 11px;
	    margin: 0;
	}
	
	.carousel .slides dl dd.description {
		overflow: hidden;
		border-top: 1px solid #e7e7e7;
		padding: 6px 7px 6px 11px;
	    position: absolute;
	    bottom: 0px;
	    width: 128px;
	}

		.carousel .slides dl dd strong {
			font-size: 12px;
			color: #000000;
			display: block;
		}
		
   .carousel { 
	 position: relative; 
	 clear: both;
   }
   
   .carousel ul.pagination { 
     list-style: none outside none !important;
	 margin: 0 auto;
	 width: 140px;
	 padding-top: 10px;
   }
   
   .carousel ul.pagination li  { 
     float: left; 
     padding-left: 4px;
   }
   
   .carousel ul.pagination li a {
	 float: left;
	 width: 15px;
	 height: 15px;
	 background: url({SKIN_MAIN_IMAGE}buttons/bull1.gif) no-repeat 0 0;
	 text-decoration: none;
	 text-indent: -9999em;
   }
   
   .carousel ul.pagination li a:hover {
	 text-decoration:none;
	 border-bottom: 0px !important;
	 background:url({SKIN_MAIN_IMAGE}buttons/bull2.gif) no-repeat 0 0;
   }
   
   .carousel ul.pagination li.active a {
     text-decoration:none;
   	 border-bottom: 0px !important;
   	 background:url({SKIN_MAIN_IMAGE}buttons/bull2.gif) no-repeat 0 0;
   }

   .carousel .navigation {
	 clear: both;
	 margin-top: 10px;
   }  

   .carousel .previous {
	 float: left;
	 width: 31px;
	 height: 31px;
	 background: url({SKIN_MAIN_IMAGE}buttons/prev_button.gif) no-repeat 0 0;
     position: absolute;
	 left: 0;
   }
   
   .carousel .next {
	 float:left;
 	 width:31px;
   	 height:31px;
	 background:url({SKIN_MAIN_IMAGE}buttons/next_button.gif) no-repeat 0 0;
	 position: absolute;
	 right: 0;
   }
    	
	
/* MENU */
ul.main_menu, ul.sub_menu {
	background-color: #000000;
    clear: both;
	height:40px;
    overflow: hidden;
	list-style: none !important;
	margin: 0;
	padding: 0;
}
 
    ul.sub_menu {
	   display: none;
	}
			
	ul.menu_current {
		display: block !important;
	}

	ul.main_menu li, ul.sub_menu li {
	    float: left;
	}
			
    ul.main_menu li a, ul.sub_menu li a  {
        float: left;
	    display: block;
	    color: #FFFFFF;
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 40px;
	}
			
	ul.sub_menu li a {
		font-size: 10px !important;
	}

      /* TYTUŁY */
      .title_box, .title_box_mini {
      	float: left;
      	font-weight: bold;
      	letter-spacing: -1px;
        border: 0px;
        font-family: tahoma, verdana, sans, arial;
	    text-transform: uppercase;
      }

      .title_box {
      	font-size: 25px;
      	line-height: 40px;
      }
      
      .title_box_mini {
      	font-size: 22px !important;
      	line-height: 38px !important;
      }
      
      .right_header {
      	 border: 0 !important;
         border-bottom: 1px solid #B2B2B2;
         font-weight: bold;
         padding: 10px;
         margin-bottom: 2px;
      }
      
      .right_header a {
         color: #FFFFFF !important;	
      }

  /* KONTENER ZAWARTOŚCI */
  div#content img#zacheta_unregistered {
    margin-left: 15px;
  	margin-bottom: 15px;
  }   
  
  /* STOPKA */
  div#footer { 
	font-family: arial; 
	font-size: 12px; 
	color: #fff; 
	font-weight: bold; 
	margin-top: 30px; 
	margin-bottom: 30px; 
	margin-left: 32px
  }
  
  div#footer div.bottom_logo {
    text-align: center;	
  	font-size: 30px;
  	letter-spacing: -3px;
  	margin-bottom: 10px;
  }

  div#footer h2 {
	display: inline;
    font-size: 1em;
  }

  div#footer span.copyright { 
	font-size:18px
  }

  div#footer span.powered, div#footer span.copyright { 
	color:#736469
  }

  div#footer a { 
	color:#736469
  }
     
  /* REKLAMY */
  /* Reklama kwadratowa */
  div.ads_box {
    width: 100%;
  	text-align: center;
  	margin-top: 30px;
  	margin-bottom: 20px;
  	padding-top: 30px;
  	padding-bottom: 30px;
  	border-bottom: 1px solid #B2B2B2;	
  	border-top: 1px solid #B2B2B2;	
  	clear: both;
  	background-color: #FFFFFF;
  }   