/* TiDżej - www.kreacje.net
   Aktualizacja: Mon, 02 Mar 2009 21:03:58 +0100
   Autor:     Tomasz Jaworski
	 CSS dla stron XHTML: Razem zbudujemy Gniazdo :)
   ----------------------------------------------------*/
	
/* =KOLORY

*/	 


/* =GŁÓWNE BLOKI
   ----------------------------------------------------*/
	
#layout { text-align: center; width: 100%; margin: 10px auto; }	
	
#piorka { text-align: center; margin: 10px auto; }


/* =#PIÓRKA - formatowania
   ----------------------------------------------------*/

#piorka img
{
	border-bottom: 1px dotted #8080ff;
}

#piorka span
{
	display: block;
	width: 200px; height: 250px;
	text-align: center;
	padding: 5px;
	float: left;
}

#piorka span.hover
{
	width: 200px; height: 250px;
	background: #ccccff !important;
	text-align: center;
	vertical-align: middle;
	overflow: auto;
}

.first_span
{
	color: blue;
}


/* =INNE formatowania
   ----------------------------------------------------*/
	 
BODY
{
	text-align: center;
	font-family: Tahoma, Arial, "Arial CE";
	font-size: 12px;
	color: black; background-color: #ffffff;
}

#piorka span p { display: none; }

#piorka span.hover p
{
	display: block;
	font-style: italic; font-weight: normal;
	border-top: 1px dotted grey; border-bottom: 1px dotted grey;
	line-height: 19px;
}

#wstep p
{
	display: block;
	width: 500px;
	background: #e1e1ff;
	margin: 10px auto; padding: 5px;
	font-family: Tahoma, Arial, "Arial CE";
	font-size: 14px; line-height: 1.4em;
}

#wstep p.wyroznienie
{
	background: #d2d2ff;
}

input, textarea
{
	border: 0px; background: #d9d9ff;
	width: 500px;
	padding: 5px; margin: 5px;
	font-family: Tahoma;
}

input:hover, textarea:hover
{
	 background: #ccccff;
}

input.wyslij { width: 200px; }

input#nick
{  padding: 5px; }

a
{
	color: #716bad;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	border-bottom: 1px dotted #9626a6;
}

a img {border: none;}