
/* Importujemy szkielet strony */
@import url(base.css);

#wrap { width:1000px; margin:0 auto; background:url(/img/stripe.jpg) 39px 0 repeat-y; position:relative; }
#logo { height:222px; width:1000px; margin:0 auto; text-align:left; background:url(/img/header-base.jpg); }
#bok_left { width:41px; height:1153px; float:left; background:url(http://dev.quake3.com.pl/img/s_left.jpg) 0 -1px no-repeat; }
#bok_right { width:47px; height:1153px; float:right; background:url(http://dev.quake3.com.pl/img/s_right.jpg) 0 -1px no-repeat; }
#diabelek_left { background:url(/img/devil_left.jpg) 0 0 no-repeat; width:46px; height:60px; position:absolute; left:50px; bottom:40px; }
#diabelek_right { background:url(/img/devil_right.jpg) 0 0 no-repeat; width:46px; height:60px; position:absolute; right:50px; bottom:40px; }
#napis { background:url(/img/logos1.jpg) no-repeat; width:512px; height:194px; position:relative; left:400px; top 20px; }
#ogonek { background:url(/img/ogonek.jpg) no-repeat; width:300px; height:150px; position:absolute; bottom:-127px; left: 50px;  } 

/*********	 Czcionki		**********/

body, table, input, textarea  { font: normal 8pt/1.5em Verdana, Tahoma,  Arial, sans-serif; }

/**************  	 Kolory tekstu 		***************/

/* glowny kolor tekstu */
body { color: #FFF; background:#000; }

/* kolor linkow */
#content a       { color: #555; text-decoration: underline; }
#content a:hover { color: #DF0D0D; }

/* kolor tekstow w polach w formularzach */
#content textarea, #content input, #content label { color: #CFCFCF; }

/* kolor zakladek w profilach graczy */
#bookmarks a       { color: #fff; background: #343434; border: 1px solid #999; font-size: 11px; text-decoration: none; padding: 4px; }
#bookmarks a:hover { color: #fff; background: #1F1B1B; }


/***** 	LOGO	I 	FLAGI 	******/

#container { position:relative; }
#langi{ position:absolute; left:78px; top:3px; }

/******************		 LEWE I PRAWE MENU		*******************/
/**************		 Jesli chcesz lewe i prawe menu zamienic stronami		****************/
#menu    { float: left; }
#submenu { float: right; }

/* obramowania wokol sekcji menu */
.section { margin-bottom: 1.5em; padding: 1px; background: #000; color:#FFF; }

/* naglowki nad menu */
#submenu h3, #menu h3
{ margin-bottom: 1px; font-size: 1em; color:#FCFCFC; background:url('images/box.jpg') no-repeat; height:30px; text-align:center; padding:4px;  }

/* wyglad pozycji menu */
#submenu a, #menu a             { color: #555; text-decoration: none; }
#submenu li, #menu li           { color: #555; adding: 1px 1px 1px 2px; }
#submenu a:hover, #menu a:hover { color: #DF0D0D; text-decoration: underline; }
#submenu li:last-child, #menu li:last-child { border-bottom-width: 0; }


/******************		 Lista klanowiczow		*******************/

#mplayers a { padding-left: 15px; }
/* kropki online/offline */
#mplayers a        { background: url(gfx/offline.gif) 1px center no-repeat; }
#mplayers a.online { background: url(gfx/online.gif) 1px center no-repeat; }
#mplayers li { padding: 0; border: 0; }
#mplayers li li { }
#mplayers li ul { border-top: 1px solid #999; padding-left: 0.5em; margin-bottom: 0.5em; }
#mplayers li span { font-weight: bold; padding: 3px; color:#4F3636; } /* nazwa rangi, np. Leader, Inactive */
#mplayers li li { font-weight: normal; } /* ksywka klanowicza */


/**********		 Kalendarz		***********/

#tcalendar        { width: 140px; background: #4F3636; } /* szerokosc i kolor obramowania komorek */
#tcalendar thead,
#tcalendar tbody  { background: #000; } /* tlo komorek */
#tcalendar th     { width: 14%; font-weight: bold; padding: 2px; text-align: center; font-size: 11px; } /* dni tygodnia */
#tcalendar td     { color: #fff; text-align: center; font-size: 10px; line-height: 1.5em; padding: 0; } /* dni miesiaca */

/* wyroznienie dzisiejszego dnia */
#tcalendar .today { background: #CFBCB5; } 

/* wyroznienie wydarzen w kalendarzu */
#tcalendar .event a       { color: #AF350A; font-weight: bold; text-decoration: underline; }
#tcalendar .event a:hover { background: #9FC0FF; } /* najechanie kursorem */

/*************		 Panel admina 		**************/

#mpanel h3 { background: #000; color:#4F3636; letter-spacing:1px; }       /* naglowek */
#mpanel li {  }
#mpanel li:hover {  } /* tlo linkow po najechaniu kursorem (tylko w niektorych przegladarkach) */

/**************		 SRODEK STRONY 		***************/

/* naglowki podstron, newsow itp. */
#content h3 {  font-size: 1.2em; padding: 3px 4px; margin:20px 0px 10px 0; color:#AF350A; letter-spacing:1px; font-weight:bold; }

/*******		 TABELE		********/

/*
 Tutaj mozesz zmienic kolory roznych elementow tabel (np. lista walk klanowych, forum),
 na przyklad kolory naprzemiennych wierszy czy ramka wokol tabeli
*/
/* obramowanie */
#tprofile, #tclanwar, #tclanwars, #tcwstats, .tevent, #tevents, #ttopics, #ttopic
{ border: 1px solid #999; }
/* naglowki */
#tprofile th, #tclanwar th, #tclanwars th, #tcwstats th, .tevent th, #tevents th, #ttopics th, #ttopic th
{ background: #fff; padding: 5px 0; color:#000; }
/* lewa kolumna */
#tprofile td.c1, #tclanwar td.c1, .tevent td.c1
{ background: #000; }
/* prawa kolumna */
#tprofile td.c2, #tclanwar td.c2, .tevent td.c2
{ background: #343434; }
/* wiersz nieparzysty */
#tclanwars tr.odd, #tcwstats tr.odd, #tevents tr.odd, #ttopics tr.odd, #ttopic tr.odd
{ background: #1F1F1F; color:#fff; }
/* wiersz parzysty */
#tclanwars tr.even, #tcwstats tr.even, #tevents tr.even, #ttopics tr.even, #ttopic tr.even
{ background: #0F0F0F; }
/* podswietlenie wiersza nad ktorym jest kursor (dziala w niektorych przegladarkach) */
#tclanwars tr:hover, #tcwstats tr:hover, #tevents tr:hover, #ttopics tr:hover, #ttopic tr:hover,
#tclanwars tr:hover a, #tcwstats tr:hover a, #tevents tr:hover a, #ttopics tr:hover a, #ttopic tr:hover a
{ color:#EF1D1D; }
#tclanwars a { color:#fff; }


/***************************		 Formularze administracyjne		***************************/

/* obramowanie i tlo pol tekstowych */
textarea, input { border: 1px solid #999; background: #5F1712; }

/* informacje o niewypelnionych polach */
#content form #warning { background: #6F4C4C; border: 1px solid #d99; }
#content form #warning .field { font-weight: bold; }

/* opcje bbcode */
#bbcode a       { background: #fff; border: 1px solid #999; margin-right: 2px; line-height: 1em; padding: 2px 5px; text-decoration: none; }
#bbcode a:hover { background: #ddd; color: #000; }



/********************		 PROFILE KLANOWICZOW		*********************/

/* zakladki w profilach */
#bookmarks a { font-size: 11px; text-decoration: none; padding: 4px; }

/* wybrana zakladka */
#bookmarks li.active a { background: #1F1B1B; padding-bottom: 2px; border-bottom: 2px solid #000; }



/******
 Newsy
*******/

.news   { } /* caly pojedynczy news */
.news p { } /* paragrafy w newsach */

/* obramowanie obrazkow plywajacych po lewej/prawej stronie lub po srodku */
.news .fcenter, .news .fleft, .news .fright { border: 1px solid #aaa; }


/***********
 Komentarze
************/

.comment .author span { font-weight: bold; }
.comment .author .ip  { font-weight: normal; }


/*************
 Ksiega gosci
**************/

.book_entry .author { background: #eee; border: 1px solid #999; } /* autor wpisu */
.book_entry .ip     { } /* adres ip */


/******
 Forum
*******/

#ttopic .date { color: #888; border-bottom: 1px solid #aaa; } /* kolor daty wpisu */


/**************************
 Statystyki walk klanowych
***************************/

#tcwstats img.statbar { background: #777; } /* kolor wykresow */


/*******
 Stopka
********/
#footer         { width:1000px; background:#000 url(/img/bottom.jpg) no-repeat; padding-top:20px; color: #666; line-height: 1.6em; text-align: center; margin:0; clear:both;  }
#footer img { float: left; margin:5px; }
#footer a       { color: #666; text-decoration: underline; }
#footer a:hover { color: red; }

/*** 		inne 		*/

#content p { margin:10px 0 0 0; text-align: justify; }
#content p strong { color: red; }
#content p span { color: #5F5959; }

#serwery { text-align:center; }

.submit { color:#ccc; }

#menu a.active { color:#AF350A; }