@charset "utf-8";
/*
	Plik:	index.css
	Autor:	Patryk "sferis" Stępniewski
	Data:	07.01.2010
	Opis:	Arkusz stylów indexu
	Część serwisu MMO Scribe (www.mmoscribe.com).
	Wszystkie prawa zastrzeżone. All rights reserved.
*/


  
  /* Lewy kontener */
  div.left_container {	 
   width: 319px !important;
   text-align: justify;
   margin-bottom: 30px !important;
   position: relative;
  }
  
       div.left_container_bg {
        background-image: url("../images/skins/default/interface.jpg") !important;
        background-position: 0 -10px !important;
        width: 343px !important;
        height: 231px !important;
       }
		
		
	   /* NEWSY */
	   /* Kontener newsów */
	   div.news_container {
		margin-top: 10px;
	   	position: inherit;
	   }
       
       /* Lista newsów */
       ul.news_index_list { 
        padding-left: 14px;
        font-weight: bold;
        line-height: 18px;
       	position: inherit;
       }
       
       /* Pojedynczy element listy newsów */
       ul.news_index_list li {
        text-align: left;
       	position: inherit;
       } 
       
       /* Najnowszy news */
       div.news_top {
        margin-bottom: 15px;
        height: 90px;
       }
       
       /* Małe obrazki newsów */
       div.news_top img, div.cloud_tip_render img{
        float: left;
        width: 100px;
        height: 85px;
        margin-right: 5px;
        margin-top: 2px;
       }
       
       div.cloud_tip_render img {
        border: 1px solid #8facb4;
       }
       
       
       /* Chmurki */   
       div.cloud_tip_render {
	    position: absolute;
	    z-index: 3000;
	    border: 1px solid #1e232a;
	    background-color: #0f1217;
	    padding: 10px;
	    opacity: 0.9;
	    width: 320px;
	    text-align: justify;
       } 

       div.cloud_tip_render span {
        font-weight: bold;
       }
       
  
  /* Prawy kontener */
  div.right_container {	
   width: 658px !important;
  }
  
		/* Hot-News */
		div.hot_news {	
		 background-image: url("../images/skins/default/hot_news.jpg");
		 background-attachment: scroll;
		 background-repeat: no-repeat;
		 width: 658px;
		 height: 305px;
		}
		
		/* Bloki danych */
		div.blocks_one {
		  width: 188px;
		  float: left; 
		  padding-left: 15px;
		  padding-right: 15px;
		  border-right: 1px solid #26292e;
		  padding-bottom: 8px;
        }
        
        div.begin {
          clear: both;	
        }
        
        div.end {
          margin-right: 0px;	
        }
		   
		