/*
Sukces Cup - CSS
autor: Piotr Siwiński (http://stojeden.org)
dla 
Wydawnictwa Pasadena
kod otwarty, w razie pytań proszę o kontakt.
*/
body {
	background: #a2cf7a url(images/tlo.png) repeat-x;
	text-align: center;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	font-size: 12px;
}
#content {
	margin: 0 auto;
	width: 710px;
	}
#header {
	float: left;
	width: 710px;
	height: 207px;
	background: url(images/header.png) top repeat-x;
}
.logo {
	background: url(images/logo_logo.png) no-repeat;
	float: left;
	display: block;
	width: 441px;
	height: 207px;
	border: 0;
	margin: 0 0 0 10px;
}
.rss {
	background: url(images/rss_orange.png) no-repeat;
	width: 100px;
	height: 100px;
	border: 0;
	margin: 5px 0 5px 35px;
	float: left;
}
img {
	border: 0;
}
#szukacz {
	float:right;
	width: 156px;
	height: 53px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#ikony {
	width: 175px;
	height: 50px;
	float: right;
	margin: 42px 0 0 200px;
	padding: 0;
}
#ikony ul {
	margin: 0;
	padding: 0;
	float: right;
}
#ikony ul li {
	display: inline;
	list-style-type: none;
}
#ikony li a {
	height: 50px;
	padding: 0;
	margin-left: 10px;
	float: left;
	color: #fff;
	text-decoration: none;
}
#ikony li a.a01 { background-image: url(images/idomowa.png); width: 50px; }
#ikony li a.b01 { background-image: url(images/idomowa_a.png); width: 50px; }
#ikony li a.a01:hover, #ikony li a.b01:hover { background-image: url(images/idomowa_a.png); width: 50px; }
#ikony li a.a02 { background-image: url(images/irss.png); width: 50px; }
#ikony li a.b02 { background-image: url(images/irss_a.png); width: 50px; }
#ikony li a.a02:hover, #ikony li a.b02:hover { background-image: url(images/irss_a.png); width: 50px; }
#ikony li a.a03 { background-image: url(images/ikontakt.png); width: 50px; }
#ikony li a.b03 { background-image: url(images/ikontakt_a.png); width: 50px; }
#ikony li a.a03:hover, #ikony li a.b03:hover { background-image: url(images/ikontakt_a.png); width: 50px; }
#ikony_text {
	float: right;
	text-align: right;
	width: 175px;
	height: 15px;
	font-size: 13px;
	letter-spacing: 2px;
	color: #8d8d8d;
	margin: 0;
	background-color: transparent;
}
#menu {
	float: left;
	width: 710px;
	height: 49px;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
}
#menu ul {
	margin: 0;
	padding: 0;
	float: right;
}
#menu ul li {
	display: inline;
	list-style-type: none;
}
#menu li a {
	height: 36px;
	padding: 12px 0 0;
	float: left;
	margin-left: 18px;
	color: #fff;
	text-decoration: none;
}
#menu li a.empty { background: transparent; color: #A2CF7A; }
#menu li a.empty:hover { color: #fff; background: #000 url(images/menu.png) bottom center no-repeat; }
#menu li a.act { color: #fff; background: #000 url(images/menu.png) bottom center no-repeat; }
#menu li a.act:hover { color: #fff; background: #000 url(images/menu.png) bottom center no-repeat; }
#rap {
	background: #fff url(images/gl_t.png) repeat-x;
	width: 708px;
	float: left;
	margin: 0;
	padding: 0;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}
#center {
	float: left;
	width: 690px;
	margin: 12px 0 12px 8px;
}
.mainimg {
	margin: 10px 0;
	width: 690px;
	height: 160px;
	border-top: 1px #000 dotted;
	border-bottom: 1px #000 dotted;
	padding: 10px 0 10px 0;
	display: block;
}
#sponsors {
	float: left;
	background-color: #404040;
	width: 690px;
	margin: 12px 0 12px 8px;
	text-align: center;
}
#sponsors h2 {
	color: #748F75;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 5px 8px;
	display: block;
	text-align: left;
}
a.chs {
	background: url(images/sp01.png) no-repeat;
	float: left;
	width: 147px;
	height: 51px;
	border: 0;
	padding: 0;
	margin: 5px 5px 5px 85px;
}
a.chs:hover {
	background: url(images/sp01_a.png) no-repeat;
}
a.ktt {
	background: url(images/sp02.png) no-repeat;
	float: left;
	width: 150px;
	height: 51px;
	border: 0;
	padding: 0;
	margin: 5px;
}
a.ktt:hover {
	background: url(images/sp02_a.png) no-repeat;
}
a.atp {
	background: url(images/sp03.png) no-repeat;
	float: left;
	width: 71px;
	height: 51px;
	border: 0;
	padding: 0;
	margin: 5px;
}
a.atp:hover {
	background: url(images/sp03_a.png) no-repeat;
}
a.pzt {
	background: url(images/sp04.png) no-repeat;
	float: left;
	width: 50px;
	height: 51px;
	border: 0;
	padding: 0;
	margin: 5px;
}
a.pzt:hover {
	background: url(images/sp04_a.png) no-repeat;
}
a.jantar {
	background: url(images/sp05.png) no-repeat;
	float: left;
	width: 61px;
	height: 51px;
	border: 0;
	padding: 0;
	margin: 5px;
}
a.jantar:hover {
	background: url(images/sp05_a.png) no-repeat;
}
#left {
	float: left;
	width: 450px;
	background: transparent;
	text-align: left;
}
.post p {
	margin: 10px;
	font-size: 12px;
	text-align: left;
	letter-spacing: 1px;
	color: #666;
	text-indent: 15px;
	line-height: 18px;
}
.post {
	text-align: justify;
	}
.post p.obrazek {
	padding: 0;
	margin: 0;
	text-align: left;
	display: block;
	text-indent: 0;
}
.post p.galeria {
	padding: 3px 0 3px 10px;
	text-indent: 0;
}
.post p.galeria a img {
	border: 2px solid #485E7D;
}
.post p.galeria a:hover img {
	border: 2px solid #fff;
}
.post h2 {
	margin: 3px 0 5px 0;
	font-size: 20px;
	font-weight: bold;
	color: #6AA039;
	letter-spacing: 2px;
	padding: 5px 2px;
	text-align: left;
}
.post h2 a {
	color: #6AA039;
	text-decoration: none;
}
.post h2 a:hover {
	color: #333;
}
.post h3 {
	margin: 10px 0;
	font-size: 13px;
	font-weight: bold;
	color: #6CA836;
	letter-spacing: 2px;
}
.plink a {
	color: #6DA936;
	letter-spacing: 2px;
	text-decoration: none;
}
.plink a:hover {
	color: #666;
}
.meta a {
	color: #6DA936;
	letter-spacing: 2px;
	text-decoration: none;
}
.meta a:hover {
	color: #666;
}
.meta {
	font-size: 11px;
	color: #7f7f7f;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 5px 0 28px;
}
.meta hr {
	width: 100%;
	border-top: 1px solid #f5f5f5;
	margin: 2px 0;
}
ul {
	padding: 0 0 5px 10px; 
	margin: 0 20px;
}
ol {  
	padding: 0 0 5px 15px; 
	margin: 15px;
}
ul li {
	list-style-type: square;
	border: none;
	padding: 6px 0 2px;
	letter-spacing: 1px;
	text-align: left;
}
ol li {
	list-style-type: decimal;
	border: none;
	padding: 6px 0 2px;
	letter-spacing: 1px;
	text-align: left;
}
#right {
	float: right;
	width: 200px;
	background-color: #fff;
	text-align: left;
	padding-top: 3px;
}
#right a img {
	border: 0;
}
#right h2 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	letter-spacing: 2px;
	padding-bottom: 3px;
	border-bottom: 1px solid #999;
}
#right h3 {
	margin: 8px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	letter-spacing: 1px;
}
#right ul  {  
	padding: 0 0 5px; 
	margin: 0;
}
#right ol  {  
	padding: 0 0 5px 10px; 
	margin: 0;
}
#right ul li, #right ol li { 
	list-style-type: none;
	border: none;
	padding: 6px 0 2px;
	margin-left: 5px;
	letter-spacing: 2px;
}
#right li a {
	color: #6AA039;
	text-decoration: none;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border: none;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	line-height: 23px;
}
#right li a:hover {
	border-bottom: 1px dashed #6AA039;
}
#right hr {
	width: 98%;
	border-top: 1px solid #f5f5f5;
	background-color: #555;
	margin: 25px 0 2px;
}
#s_tyt_s {
	padding: 5px 0;
	margin: 0 25px;
	border: 0px;
	background-color: #CCDC68;
	width: 154px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
#s_tyt_st {
	margin: 0 25px;
	border: 2px #CCDC68 solid;
	background-color: #fff;
	width: 150px;
	color: #000;
	font-size: 12px;
	margin-bottom: 15px;
}
#s_gl_s {
	padding: 5px 0;
	margin: 0 25px;
	border: 0px;
	background-color: #CCDC68;
	width: 154px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
#s_gl_st {
	margin: 0 25px;
	border: 2px #CCDC68 solid;
	background-color: #fff;
	width: 150px;
	color: #000;
	font-size: 12px;
	margin-bottom: 20px;
}
#s_mult_s {
	padding: 5px 0;
	margin: 0 25px;
	border: 0px;
	background-color: #CCDC68;
	width: 154px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
#s_mult_st {
	margin: 0 25px;
	border: 2px #CCDC68 solid;
	background-color: #fff;
	width: 150px;
	color: #000;
	font-size: 12px;
	margin-bottom: 20px;
}
#spn {
	padding: 5px 0;
	margin: 0 25px;
	border: 0px;
	background-color: #CCDC68;
	width: 154px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
#spn_nt {
	margin: 0 25px;
	border: 2px #CCDC68 solid;
	background-color: #fff;
	width: 150px;
	color: #000;
	font-size: 12px;
	margin-bottom: 20px;
}
#footer {
	float: left;
	width: 710px;
	height: 50px;
	background: url(images/footer.png) no-repeat;
	color: #565F35;
	margin: 0 0 10px;
	text-align: center;
}
#fcenter {
	float: left;
	width: 690px;
	border-top: 1px solid #E8E2D9;
	margin-left: 10px;
	background: transparent;
	padding-top: 5px;
	font: 10px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	color: #454545;
	line-height: 16px;
}
#fcenter a {
	color: #6E8F50;
	text-decoration: none;
	border: 0px;
	padding-bottom: 1px;
}
#fcenter a:hover {
	border-bottom: solid 1px #6E8F50;
}
#fleft {
	float: left;
	width: 345px;
	text-align: left;
}
#fright {
	float: right;
	width: 345px;
	text-align: right;
}
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 3px 0 3px 7px; 
	text-align: left;
}
#keywords {
	background-color: #A2CF7A;
	border:1px solid #6AA03A;
	width: 140px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */
