body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	background-color: #7E1B1B;
	text-align:left;
}
#zawartosc {
	width: 775px;
	margin: 0 auto;
}
.frame {
	border: 1px solid #000000;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:2.5em;
	letter-spacing:-1px;
}
h3 {
	font-size:1.4em;
	letter-spacing:-1px;
	margin:0 0 10px 0;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:2em;
	letter-spacing:-1px;
	color:#7E1B1B;
	margin:10px 0 10px 0;
}
p {
	margin: 0;
	padding: 0 0 8px 0;
}
img {
	border: none;
}
ul {
	list-style:none;
	margin:.5em 0;
	padding-left:1.5em;
}
ul li {
	background:url(../media/bullet.gif) no-repeat 0 5px;
	padding-left:1em;
}
/* --------------------------------lid-------------------------------- */
#lid {
	margin: 20px 10px 0 10px;
}
/* --------------------------------lewa kolumna-------------------------------- */
#lewa {
	margin: 20px 10px 0 10px;
}
/* --------------------------------lewa kolumna menu navi-------------------------------- */
.menu_navi {
	color:#7E1B1B;
}
.menu_navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu_navi ul li {
	background:none;
}
.menu_navi ul ul {
	margin:0 0 30px 20px;
}
.menu_navi ul ul li {
	margin-bottom: 10px;
	font-size:1.2em;
	border-left:1px solid #7E1B1B;
	padding-left:1px;
}
.menu_navi ul ul li a:link, .menu_navi ul ul li a:visited {
	border-left:2px solid #7E1B1B;
	padding:0 5px;
	color:#525252;
	text-decoration:none;
}
.menu_navi ul ul li a:hover, .menu_navi ul ul li a:active {
	border-left:2px solid #7E1B1B;
	padding:0 5px;
	color:#CCCCCC;
	background:#7E1B1B;
}


/* --------------------------------prawa kolumna-------------------------------- */
#prawa {
	margin: 20px 5px 0 20px;
}
/* --------------------------------prawa kolumna galeria-------------------------------- */
#lista_album {
   list-style-type: none;
}
#lista_album ul {
	margin: 0;
	padding: 0;
}
#lista_album li {
   float: left;
   margin: 0 5px 10px 0;
   padding: 0;
}
#lista_album img {
   display: block;
   border: 1px solid #2E0202;
   padding: 2px;
}
/* --------------------------------prawa kolumna menu-------------------------------- */
.menu {
	margin:0 0 50px 0;
}
.menu p span {
	margin-left:10px;
}
.menu p strong {
	font-size: 1.3em;
}

/* --------------------------------stopka-------------------------------- */
.foot {
	color:#AB905B;
	font-size: 10px;
	margin: 10px 0 25px 0;

}
.foot a:link, .foot a:visited {
	text-decoration: none;
	color: #AB905B;
}
.foot a:hover, .foot a:active {
	text-decoration: underline;
	color: #AB905B;
}
.jezyk {
	float:left;
}
.designed_by {
	font-size: 9px;
	color: #000000;
	text-align:right;
}
.designed_by a:link, .designed_by a:visited {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
.designed_by a:hover, .designed_by a:active {
	text-decoration: none;
	color:#AB905B;
	font-weight:bold;
}

/* --------------------------------Follow tab-------------------------------- */

#followTab {
  list-style: none;
  position: fixed;
  z-index: 5;
  right: 0;
  top: 148px;
  width: 24px;
  padding: 8px 5px;
  border: 3px solid #fff;
  border-right: none;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  background: rgba(239, 91, 10, .75);
  background: -moz-linear-gradient(top, rgba(243, 52, 8, .75), rgba(239, 91, 10, .75));
  background: -webkit-gradient( linear, left top, left bottom, from( rgba(243, 52, 8, .75) ), to( rgba(239, 91, 10, .75) ) );
  background: linear-gradient(top, rgba(243, 52, 8, .75), rgba(239, 91, 10, .75));
  filter: progid:DXImageTransform.Microsoft.Gradient( startColorStr='#c0f33408', endColorStr='#c0ef5b0a', GradientType=0 );
}

#followTab li {
  margin: 9px 0 0 0;
  padding: 0px 0px;
  line-height: 0;
}

#followTab li:first-child {
  margin-top: 0;
}

#followTab a {
  display: block;
  width: 24px;
  background-image: url("../media/follow-tab-buttons.png");
}

#followTab a span {
  position: absolute;
  top: -999em;
}

#followTab a.newsletter {
  height: 16px;
  background-position: 0 0;
}

#followTab a.newsletter:hover {
  background-position: 0 -16px;
}

#followTab a.rss {
  background-position: 0 -32px;
  height: 24px;
}

#followTab a.rss:hover {
  background-position: 0 -56px;
}

#followTab a.twitter {
  background-position: 0 -80px;
  height: 15px;
}

#followTab a.twitter:hover {
  background-position: 0 -95px;
}

#followTab a.facebook {
  background-position: 0 -110px;
  height: 24px;
}

#followTab a.facebook:hover {
  background-position: 0 -134px;
}

.jezyk2 {
	float:right;
	margin-right:10px;
}
