/**
 */

/* default (tag) styles */
body {
  margin: 5px 0 0;
  padding: 0;
  background: #707070;
  color: #484848;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 80%;
  text-align: center;
}

h1, h2, h3, p, ul, li {
  margin: 0; padding: 0;
}

h1, h2, h3 {
  color: #484848;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

h1 {
}

h2 {
  border-bottom: #b0b0b0 solid 1px;
  margin: 5px 0 15px;
  color: #da251c;
  font-size: 120%;
  text-transform: uppercase;
}

a:link, a:visited {
  color: maroon;
}

a:hover {
  color: #e43c15;
}

a img {
  border: none;
}

li {
  margin: 5px 0 5px 15px;
}

p {
  margin: 10px 0;  
  line-height: 150%;
}

em {
  overflow: hidden;
  zoom: 100%; /* IE7 sometimes sucks even more than its predecessor */
}


/* Box styles */

#admin_options {
  margin: 20px 20px 10px;
  color: #ddd;
  font-size: 90%;
}

#admin_options a {
  color: white;
}

#outer {
  min-width: 980px;
  background: white url('../images/outer_bg.jpg') top repeat-x;
}

#inner {
  min-width: 980px;
  background: transparent url('../images/inner_bg.gif') bottom repeat-x;
}

#klakier {
  min-width: 980px;
  background: transparent url('../images/klakier_bg.jpg') top repeat-x;
}

#main {
  margin: 0 auto;
  width: 960px;
  text-align: left;
}

#header {
  width: 100%;
  height: 170px;
  background: url('../images/header_bg.jpg') no-repeat;
}

#logo {
  float: left;
  padding: 60px 15px 12px 19px;
  width: 266px;
  height: 98px;
}

#content {
  background: white url('../images/content_bg.gif') repeat-y;
}

#top {
  height: 20px;
  background: url('../images/top_bg.gif') no-repeat;
}

#left {
  float: left;
  width: 251px;
  font-size: 85%;
}

#right {
  float: right;
  width: 219px;
  font-size: 85%;
}

#center {
  margin: 0 219px 0 251px;
  border-left: 1px solid #b0b0b0;  
}

.inner {
  padding: 5px 20px 10px;
}

#center .inner {
  padding: 5px 30px 10px;
}

#content_bottom {
  padding-bottom: 30px;
  background: url('../images/bottom_bg.gif') bottom no-repeat;
}

#false_footer {
  padding-top: 5px;
  height: 30px;
}

#footer {  
  height: 35px;
}

/* main menu list */
#main_menu {
  margin: 0 40px 0 450px;
  padding-top: 130px;
  list-style: none;
  text-align: center;
}

#main_menu li {
  display: inline;
  margin: 0 8px;
}

#main_menu li a {
  color: black;
  font-family: Verdana, sans-serif;
  font-weight: bold;
}

/* paragraph styles */
a#admin_entrance {
  display: block;
  float: right;
  margin: 5px 10px;
  width: 10px;
  height: 10px;
  background: url('../images/square.png') no-repeat;
  text-decoration: none;
}

#false_footer p {
  font-size: 80%;
}

#false_footer p, #footer p {
/*  padding: 10px 0 5px;    */
  text-align: center; 
}

#footer p {  
  font-weight: bold;    
}

/* messages */
#messages_box {
  padding-bottom: 40px;
}

.message_header {
  margin-top: 10px;
  border-bottom: solid 1px;
  padding: 5px 0;
}

#fatal_error_header {
  color: red;
}

#warning_header {
  color: orange;
}

#notification_header {
  color: olive;
}

#confirmation_header {
  color: green;
}

.fatal_error, .warning, .notification, .confirmation {
  margin: 2px 0;
  padding: 10px;
  color: black;
}

.fatal_error {
  background: #ffddcc;
}

.warning {
  background: #ffecbb;
}

.notification {
  background: #eeffaa;
}

.confirmation {
  background: #ddffbb;
}


/* special purpose classes */
.cleaner {
  clear: both;
  height: 1px;
  font-size: 1px;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

div.left_bordered {
  border-left: 1px solid #b0b0b0;
}

div.right_bordered {
  border-right: 1px solid #b0b0b0;
}

a.rda:link, a.rda:visited {
  color: black;
  text-decoration: none;
}

a.rda:link span, a.rda:visited span {
  color: #e43c15;
}

a.rda:hover, a.rda:hover span {
  color: #e43c15;
  text-decoration: underline;
}


/* single page styles */
/* w terenie */
#events p.where {
  margin-top: 20px;
  border-bottom: solid 1px #b0b0b0;
  font-weight: bold;
}

/** wydarzenie
 */
 #event_form textarea {
  width: 80%;
  height: 6em;
}

/** numer
 */
.entry_category {
  font-style: italic;
}

/* article */
img.author_photo {
  width: 120px;
}

/* osoba */
.full_name {
  font-weight: bold;
}

.person {
  margin-left: 160px;
}

#photo {
  float: left;
  margin: 0 10px 10px;
}

#photo img {
  border: 1px solid #b0b0b0;
  width: 120px;
}
