/**
 * CzyToWeekend.pl
 *
 * shared styles
 * @author PZ
 */


/* -- common / reset -- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font: 18px/24px verdana, arial, serif; 
}
body 
{
	line-height: 1;
}
ol, ul 
{
	list-style: none;
}
blockquote, q 
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content: '';
	content: none;
}
:focus 
{
	outline: 0;
}

ins 
{
	text-decoration: none;
}
del 
{
	text-decoration: line-through;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* -- main style -- */
body 
{
	text-align: center;
	padding: 25px;
}

#h
{
	font-size: 128px;
	line-height: 164px;
	padding: 25px 0;
}

h1
{
	padding: 25px 0;
}

h1 a
{
	font-size: 32px;
	line-height: 41px;
	color: #000;
	text-decoration: none;
}

h1 a:hover
{
	text-decoration: underline;
}

#c
{
	font-weight: bold;
}

#s
{
	margin-top: 20px;
	font-size: 10px;
	color: #ccc;
}

#s a
{
	font-size: 10px;
	color: #ccc;
	text-decoration: none;
}

#s a:hover
{
	text-decoration: underline;
}

#main h1
{
	visibility: hidden;
}


/* -- end -- */