/*

	Kaskadowy arkusz stylów dla strony Komitetu Miłośników Trójki
	Autor: Maciej Darmetko, maciej.darmetko[at]gmail.com
	Data: 07.08.2009
	 
*/

* {
	margin: 0;
	padding: 0;
}
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;
}
body {
	/*color: #6d6d6d;*/
	color: #323232;
	font-family: Arial, sans;
	font-size: 85%;
	line-height: 1.3;
	background: #fff url(../_img/bgBody.gif) 0 0 repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
html, body 
{
    height: 100%;
}
.no-display
{
	display: none;
}

.invisible
{
	visibility: hidden;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

small
{
font-size: 85%;
}

.tiny
{
font-size: 10pt;
}

a
{
text-decoration: none;
font-style: italic;
border-bottom: 1px dotted #D5196E;
color: #D5196E;
}
a.showHide {
	font-style: normal;
	border-bottom: none;
}
a:hover
{
text-decoration: underline;
}
ul, ol, dl, p {
	font-size: 1.2em;
	line-height: 1.6em;
	}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
div#content h1 {
	color: #474747;
	font-weight: bold;
	padding: 6px 6px 12px 6px;
	font-size: 120%;
}
div#content h3 {
	color: #474747;
	font-weight: bold;
	padding: 6px 6px 12px 6px;
	font-size: 90%;
	line-height: 2em;
}
div#content h2 {
	color: #fff;
	background: #D5196E;
	font-weight: bold;
	font-style: italic;
	padding: 6px 10px;
	font-size: 95%;
	width: 300px;
}
div#content h2.kontakt {
	color: #fff;
	background: #D5196E;
	font-weight: bold;
	font-style: italic;
	padding: 6px 10px;
	font-size: 95%;
	width: 548px;
}
div#contentM h1 {
	color: #474747;
	font-weight: bold;
	padding: 6px 6px 12px 6px;
	font-size: 120%;
}
div#contentM h3 {
	color: #474747;
	font-weight: bold;
	padding: 6px 6px 12px 6px;
	font-size: 90%;
	line-height: 2em;
}
div#contentM h2 {
	color: #fff;
	background: #D5196E;
	font-weight: bold;
	font-style: italic;
	padding: 6px 10px;
	font-size: 95%;
	width: 300px;
}
p {
font-size: 100%;
font-weight: normal;
margin: 6px 6px 12px 6px;
line-height: 1.7em;
}

table {
	font-size: 1.2em;
	width: 100%;
	}
#clearfooter
{
   clear: both;
}
#footer
{
	width: 100%;
	display: block;
	text-align: left;
	font-size: 80%;
	border-top: solid 1px #aaa;
	padding: 6px 0 30px 0;
}
#container .logo
{
	display: block;
	float: left;
	position: absolute;
	border: none;
	margin: 20px 0 0 0;
	top: 0;
}
.linkTrojka {
	position: fixed;
	float: right;
	border: 0;
	bottom: 0;
	right: 0;
	width: 185px;
	height: 185px;
	overflow: none;
}
#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
}
#pageheader {
	height: 104px;
	overflow: hidden;
	background: transparent url(../_img/oficjalnaNapis.gif) 100% 0 no-repeat; 
	}

#mainnav {
	font-size: 1em;
	list-style: none;
}
#mainnav a {
	color: #333;
}
#mainnav a:visited { color: #333; }
#mainnav li span,
#mainnav .mainlink {
	display: block;
	height: 31px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
}
#mainnav li span { cursor: default; }
#tab-okomitecie,
#tab-celekomitetu,
#tab-trojkowyznakjakosci,
#tab-saznami,
#tab-pytaniaiodpowiedzi,
#tab-kontakt {
	z-index: 100;
	position: absolute;
	top: 64px;
}
#tab-okomitecie {
	width: 95px;
	left: 254px;
}
#tab-celekomitetu {
	width: 100px;
	left: 349px;
}
#tab-trojkowyznakjakosci {
	width: 153px;
	left: 449px;
}
#tab-saznami {
	width: 80px;
	left: 602px;
}
#tab-pytaniaiodpowiedzi {
	width: 148px;
	left: 682px;
}
#tab-kontakt {
	width: 70px;
	left: 830px;
}
#tab-okomitecie a { background: url(../_img/oKomitecie.gif) 0 0 no-repeat; }
#tab-okomitecie a:hover { background: url(../_img/oKomitecie.gif) 0 -31px no-repeat; }
#tab-celekomitetu a { background: url(../_img/celeKomitetu.gif) 0 0 no-repeat; }
#tab-celekomitetu a:hover { background: url(../_img/celeKomitetu.gif) 0 -31px no-repeat; }
#tab-trojkowyznakjakosci a { background: url(../_img/trojkowyZnakJakosci.gif) 0 0 no-repeat; }
#tab-trojkowyznakjakosci a:hover { background: url(../_img/trojkowyZnakJakosci.gif) 0 -31px no-repeat; }
#tab-saznami a { background: url(../_img/saZNami.gif) 0 0 no-repeat; }
#tab-saznami a:hover { background: url(../_img/saZNami.gif) 0 -31px no-repeat; }
#tab-pytaniaiodpowiedzi a { background: url(../_img/pytaniaIOdpowiedzi.gif) 0 0 no-repeat; }
#tab-pytaniaiodpowiedzi a:hover { background: url(../_img/pytaniaIOdpowiedzi.gif) 0 -31px no-repeat; }
#tab-kontakt a { background: url(../_img/kontakt.gif) 0 0 no-repeat; }
#tab-kontakt a:hover { background: url(../_img/kontakt.gif) 0 -31px no-repeat; }

#mainnav ul {
	padding: 0;
	list-style: none;
}
#mainnav ul li {
	font-size: 0.9em;
	line-height: 120%;
	padding: 0;
}
#content_wrapper {
	float: left;
	width: 580px;
}
#sidebar_wrapper {
	float: right;
	width: 320px; 
}
#photos_box {
	float: left;
	height: 250px;
	width: 570px;
	border: solid 1px #aaa;
	padding: 4px;
	margin: 0 0 5px 0;
}
#content {
	float: left;
	min-height: 680px;
	width: 570px;
	border: solid 1px #aaa;
	padding: 4px;
	margin: 0 0 5px 0;
	height: auto !important;
	height: 680px;
}
#contentM {
	float: left;
	min-height: 385px;
	width: 570px;
	border: solid 1px #aaa;
	padding: 4px;
	margin: 0 0 5px 0;
	height: auto !important;
	height: 385px;
}
.sidebar {
	position: relative;
	float: right;
	clear: both;
	width: 305px;
	border: solid 1px #aaa;
	padding: 4px;
	margin: 0 0 5px;
}
li.slogan {
	font-style: italic;
	font-size: 80%;
	padding: 0 0 0 5px;
}
li.nazwa {
	color: #474747;
	font-weight: bold;
	font-style: italic;
	padding: 0 6px 10px 6px;
	font-size: 130%;
}
li.sposoby {
	font-style: italic;
	font-size: 80%;
	padding: 0 0 5px 5px;
}
#account {
	width: 295px;
	height: auto;
	background: #D5196E;
	padding: 5px;
}
#recommend {
	width: 295px;
	height: auto;
	background: #fff;
	padding: 5px;
	text-align: center;
}
div#recommend span.txtrecommend {
	font-style: italic;
	font-weight: bold;
	font-size: 85%;
	padding: 0;
}
div#recommend a img {
	border: 0;
	margin-top: 8px;
}
div#recommend a {
	border: 0;
	
}
#telefon {
	width: 295px;
	height: auto;
	background: #848484;
	padding: 5px;
}
div#telefon h1 {
	color: #ccc;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 2px 0;
	font-size: 130%;
	border-bottom: 1px solid #5c5c5c;
}
#audio {
	width: 295px;
	height: auto;
	background: #fff;
	padding: 5px 5px 15px 5px;
}
div#audio h1 {
	color: #848484;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 2px 0;
	margin: 0 0 15px 0;
	font-size: 130%;
	border-bottom: 1px solid #aaa;
}
div#telefon span.numer {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	padding: 0 10px 10px 0;
	font-size: 160%;
	margin: 5px 0;
}
div#account h1 {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 2px 0;
	font-size: 130%;
	border-bottom: 1px solid #C20C5E;
}
li.oddzial {
	font-style: italic;
	font-size: 80%;
	padding: 0 0 0 5px;
	color: #fff;
}
li.konto {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	padding: 0 6px 6px 6px;
	font-size: 110%;
}
li.tytul {
	font-style: italic;
	font-size: 80%;
	padding: 0 0 0 5px;
	color: #fff;
}
address {
	color: #fff;
	font-style: italic;
	font-size: 80%;
}
#footer ul {
	float: left;
}
#footer li {
	float: left;
	display: block;
	border-right: solid 1px #aaa;
	padding: 0 10px;
	font-size: 85%;
}
#footer li.last {
	float: left;
	display: block;
	border-right: none;
	padding: 0 10px;
	font-size: 85%;
	color: #6d6d6d;
}
div#footer li a
{
	color: #6d6d6d;
	border: none;
}
div#footer li a:hover
{
	color: #aaa;
}

#footer span.copyright
{
	display: block;
	float: right;
	clear: both;
	margin: 0px 10px;
	color: #aaa;
	position: relative;
}
p.blankiet { 
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
}
div#dlaczego_wrapper {
	float: left;
	width: 280px;
}
div#saznami_wrapper {
	float: right;
	width: 280px;
}
div#dlaczegoWarto {
	float: left;
	width: 280px;
	height: 110px;
	background: #f5f5f5;
}
div#linkDlaczego {
	float: left;
	clear: both;
	width: 280px;
	height: 25px;
	border-top: 2px solid #D5196E;
}
div#linkSaZNami {
	float: right;
	clear: both;
	width: 280px;
	height: 25px;
	border-top: 2px solid #D5196E;
}
div#saznami {
	clear: left;
	float: right;
	width: 280px;
	height: 110px;
	background: #f5f5f5;
	
}
div#dlaczegoWarto p.title {
	width: 270px;
	height: 35px;
	padding: 5px;
	margin: 0;
	background: #D5196E;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
}
div#dlaczegoWarto p {
	font-style: italic;
	padding: 0 5px;
	font-size: 80%;
}
div#saznami p.title {
	width: 270px;
	height: 35px;
	padding: 5px;
	margin: 0;
	background: #D5196E;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
}
ul#news {
	padding: 15px 5px 10px 20px;
}
ul#news li{
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
}
div#contentM a.more {
	color: #fff;
	display: block;
	clear: both;
	float: right;
	margin: 0 0 5px 0; 
	background: #D5196E;
	padding: 3px 6px;
	font-size: 90%;
	border: none;
}
dt {
	background: transparent;
	margin-top: 0.25em;
}

dt dt {
	background: none;
	margin: 0;	
}
dt strong {
	display: block;
	height: auto;
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
	padding: 2px 10px;
	cursor: default;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.white { background: #fff; }
.gray { background: #F1F1F1;}
dd {
	color: #b0a3a9;
	margin: 0.9em 0;
	padding: 0 1.09em;	
}

dd dd {
	margin: 0;
	padding: 0 0 0 1.09em;
}

dd strong {
	color: #e1d7dc;
	font-weight: normal;
}

dd p {
	margin: 10px 0;
	text-align: justify;
	font-size: 80%;
	font-style: italic;
	color: #3c3c3c;
	width: 520px;
}



dd p, dd ul, dd ol { line-height: 140%; }
dd li { margin: 10px 0; }


dd a {
	color: #fff;
}
dd a:hover {
	border-bottom-style: solid;
}
.clickable { 
	cursor: pointer; 
}
.active .clickable { cursor: default; }
#panels dl dt { background: none; }
.names {
	font-weight: bold;
	font-style: italic;
	font-size: 85%;
	width: 530px;
}
ul.cele
{
	margin:10px 33px;
	list-style: square inside;
}

ul.cele li
{
	margin:10px;
	font-size: 85%;
	color: #6c6c6c;
}
div.person {
	width: 560px;
	height: 102px;
	padding: 4px;
	border: 1px solid #aaa;
	margin: 0 0 5px 0;
	background: #fff;
}
div.person div.photoPerson {
	border: 1px solid #ccc;
	width: 100px;
	height: 100px;
	background: #fff;
	float: left;
	overflow: hidden;
}


div.person div.personInfo {
	float: right;
	background: #fff;
	width: 450px;
	margin: 5px 0;
}
div.person div.personPhotoAuthor {
	color: #ccc;
	font-size: 80%;
	width: 250px;
	margin: 10px 0 0 0 0;
}
div.person div.personInfo div.personName {
	width: 450px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 120%;
	font-style: italic;
	margin: 25px 0 5px 0;
}
div.sidebar a {
	border: 0;
}
div.sidebar a img {
	border: none;
}
div.sidebar a:hover img {
	border: none;
}
form textarea {
	border:1px solid #BBBBBB;
	display:block;
	font-size:14px;
	height:100px;
	min-width:450px;
	padding:4px;
	width:60%;
}
form input[type=submit] { 
	font-weight: bold;
	font-size:120%;
	margin-right:5px;
	overflow:visible;
	padding:0 7px;
	width:auto; }
form input { font: normal 14px verdana, helvetica, arial, sans-serif; }

form textarea { font: normal 14px  verdana, helvetica, arial, sans-serif; }
form label {
  font: bold 13px  verdana, helvetica, arial, sans-serif;
  color: #2F2F2B;
  font-weight: bold;
  margin:13px 0.8em 0.1em 0;
  line-height: 1.5em;
  display: block;
  clear: both;
}
form label.clearnone{clear:none;padding:1px 0 0;}

form label span { font-size: x-small; font-weight: normal; color: #555; }

form .help { font-size: 10px; color: #888; }
form span.help { background: #ffc; }

form .byline {
	color:#979797;
	font-size:11px;
	font-style:italic;
	line-height:1.6em;
	margin:1em 0;
}

form .questions{margin:20px 0px;}
form .questions label{font-weight:normal;}
form {margin:0 0 20px 0;
	background:#fff;
	border:1px solid #D1D1D1;
	padding:7px 13px 10px 13px;}
form legend { display: none; }

div#blanket {
	background-color:#D5196E;
	opacity: 0.90;
	filter:alpha(opacity=90);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
}
div#popUpDiv {
	position:absolute;
	background-color: transparent;
	width:620px;
	height:300px;
	z-index: 9002;
}
#blanketSum {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.link  {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
}
#blanketText {
	font-size: 20px;
	color: #ccc;
	font-weight: bold;
	font-style: italic;
}
#blanketSummary {
	color: #fff;
	font-size: 90%;
	padding: 5px 10px;
	background: #D5196E;
	font-style: normal;
	float: right;
	margin-right: 20px;
	border-bottom: none;
}