@charset "utf-8";
/*
	Plik:	articles.css
	Autor:	Patryk Stępniewski
	Data:	07.01.2010
	Opis:	Arkusz stylów artykułów
	Część serwisu MMO Scribe (www.mmoscribe.com).
	Wszystkie prawa zastrzeżone. All rights reserved.
*/
  		
	  
	  /* Data i autor */
	  div.date_author {
		margin-top: 3px; 
		margin-left: 1px; 
	  }
	  
	  div.date_author span {
		 color: #8facb4;
	  }
	  	  
	       div.author_details {
	          float: left;
	       }
	       
	          div.author_details a {
	             color: #dbe0e7;
	          	 font-weight: normal;
	          }
	       
	       div.special_options {
	          text-align: right;
	       }
  
	   /* Kontener zawartości */
	   div.article_container {
		margin-top: 10px;
		margin-bottom: 30px;
		text-align: justify;
	   	line-height: 14px
	   }
   
   
            /* DODAWANIE LUB EDYTOWANIE */
			/* Wpisywanie tytułu */
			input.input_title {
			 background-color: transparent;
			 border-width: 0;
			 color: #FFFFFF;
			 font-size: 18px;
			 font-family: arial;
			 width: 520px;
			}  
			
			/* Wybieranie tytułu */
			div#choose_title {
              display: none;
		      padding-top: 10px;
            }
            
            a.gray_button, a.gray_button:hover {
              font-size: 14px;
              padding: 6px;
            }
           
						
			/* Wpisywanie skróconej wersji */
			textarea.short_content {
			  background-color: transparent;
			  border-width: 0;
			  font-family: tahoma, verdana, sans, arial;
			  font-size: 11px;
			  padding: 0px;
			  color: #dbe0e7;
			  overflow: hidden;
			  text-align: justify;
			  font-weight: bold;
		      line-height: 140%
			}
            
			/* Wpisywanie pełnej wersji */
			textarea.content {
			  width: 100%;
			  height: 400px;
			  background-color: transparent;
			  border: 0px;	
            }
			
			/* Materiał pomyślnie dodany/usunięty */
			div.success, div.delete_success {
			  border: 1px solid;
			  margin: 50px 0px;
			  padding: 30px 10px 30px 80px;
			  background-repeat: no-repeat;
			  background-position: 10px center;
			  color: #4F8A10;
			  font-size: 9pt;
			  border-color: #DFF2BF;
			  background-color: #c8ed89;
			  font-weight: bold;
			}
			
			     div.success span, div.delete_success span {
			      font-size: 18px;
			     }
			
			     div.success {
			      background-image: url('../images/skins/default/messages/add_news_success.png');
			     }
			
			     div.delete_success {
			      background-image: url('../images/skins/default/messages/delete_news_success.png');
			     }
			     
			 div.error {
			   display: none;
			 }    
			 
			 img.button_options {
			   float: right; 
			   width: 12px; 
			   height: 12px; 
			   margin-top: 2px; 
			   margin-right: 2px;
             }
             
             div#send_div {
             	text-align: center;
             }
             
             div.game_description_add {
                display: none;	
             }
             
             a#choose_other_game {
                margin: 10px; 
                margin-top: 25px; 
                display: none;	
             }
		  
		  
		    /* WYŚWIETLANIE ARTYKUŁU */
		    /* Wiadomość skrótowa */
		    div.short {
		     font-weight: bold;
		     margin-top: 20px;
		    }
		    
		    div.ads {
		     text-align: center;
		     border-bottom: 1px dashed #8A8C90;	
		     padding-bottom: 15px;
		     margin-bottom: 10px;
            }
		    
		    div.content {
		     border-bottom: 1px dashed #8A8C90;
            }
            
            /* Komentarze */
            div.comments_article_title {
               margin-bottom: 15px;	  
            }

            div.comment_one {
             clear: both;
             width: 100%;	
             border-bottom: 1px solid #36393d;	
             padding-bottom: 5px;
		     margin-bottom: 10px;
            }
            
               div.comment_one div.author {
                height: 30px;
               	margin-bottom: 5px;
               	width: 100%;
               }
               
                  div.comment_one div.author img.avatar {
                   max-height: 30px;
               	   max-width: 30px;
                   float: left;
                   margin-right: 5px;
                  }
                  
                  div.comment_one div.author span.nick {
                   font-weight: bold;
                   color: #8FACB4;
                   font-size: 13px;	
                  }
                  
                  div.comment_one div.author span.comment_date {
                   font-size: 10px;	
                  }

               div.comment_one_content {
               	 margin-bottom: 5px;
               }
               
               div.comments_article_add_title {
                 margin-bottom: 15px; 
                 margin-top: 15px;	
               }
               
               div.comment_fields {
               	width: 380px;
               	height: 180px;
               	margin-bottom: 15px;
               }
               
                  textarea.comment {
                   width: 370px;
                   height: 70%;	
                  }
                  
                  div.comment_fields ul.buttons {
                  	clear: both; 
                  	padding: 0px;
                  }
                  
                  ul.buttons li {
                    margin-right: 0px;	
                  }
		    
		    /* Okienko z pytaniem czy usunąć newsa */
		    div#delete_confirmation {
		      display: none;
		    }
		    
		      div#delete_confirmation img {
		      	 float:left; 
		      	 margin-right: 10px; 
		      	 margin-top: 10px; 
		      	 margin-bottom: 10px;
              }
              
              div#delete_confirmation p {
                 margin-top: 25px;	
              }
              
            /* CENTRUM NEWSROOMU */  
		    /* Pojedynczy news */
            div.news_oneitem {
             padding-bottom: 10px;
             margin-top: 10px;
             height: 54px;
             border-bottom: 1px dashed #8a8c90;
            }
            
               
               a.link_title {
                 font-weight: bold;	
               }
		    
            div.datefull {
              color: #ffffff; 
              margin-top: 5px; 
              margin-bottom: 5px; 
              font-size:15px;	 
            }
               
	        /* Małe obrazki newsów */
            div.news_oneitem img{
              float: left;
              width: 60px;
              height: 51px;
              margin-right: 5px;
              margin-top: 2px;
            }   
            
            /* Kalendarz */
            div.ui-datepicker {
             margin-left: auto;
             margin-right: auto;
            }
		   