/*
 * COMMON STYLES
 */

  body
  {
    background: #fff;
  }

  #page
  {
    color: #111;
    background-color: #fff;
  }

  #container
  {
    margin: 0 0 0 0;
  }

  #header-region,
  #closure-blocks
  {
    margin: 0 0;
  }

  #main .node .content
  {
    color: #333;
  }
	
		#main .node .content p {
			width: 448px;
		}

  div.content, div.links
  {
    font-size: 92%;
  }

  .block h3
  {
    font-size: 122%;
  }

  .book .body
  {
    padding: 0 0 0 0;
    margin: 0;
  }

/*
 * HEADER STYLES
 */

  #logo-title
  {
    margin: 0 0 0 0;
    position: relative;
	display: inline;
  }

  #logo
  {
    vertical-align: top;
	margin-top: 1em;
	margin-bottom: 1em;
  }

  .breadcrumb
  {
    margin: 0;
    padding: 0;
    font-size: 85%;
    margin-left: 10px; /* #header-region already has 10px */
  }

 
/*
 * LINK STYLES
 */

  ul.links
  {
    text-align: left;
  }

  ul.links li
  {
    border-left: 1px solid #9cf;
  }

  .taxonomy
  {
    margin: 0;
    padding: 0;
    display: inline;
  }

  .taxonomy ul.links li
  {
    border: none;
    padding: 0 .1em 0 .2em;
  }

  .taxonomy ul.links li:after
  {
    content: ",";
  }

  .taxonomy ul.links li.last:after
  {
    content: "";
  }

  ul.links li.first
  {
    padding-left: 0;
    border: none;
  }

  .links
  {
    color: #999;
  }

  .links a
  {
    padding: 0 .1em 0 .1em;
  }

  .submitted, .taxonomy
  {
    font-size: 85%;
    color: #999;
  }

/*
 * FORM STYLES
 */

  input, textarea, textfield
  {
    margin: 0;
    color: #000;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    padding: 1px;
    font-size: 100%;
  }

  input.form-checkbox, input.form-radio
  {
    border: none;
  }

  #search .form-text, #user-login-form .form-text
  {
    color: #444;
    border: 1px solid #6191C5;
    padding: 2px;
  }

  .form-submit, .button
  {
    padding: 1px;
  }

  #search .button,
  #search .form-submit,
  #user-login-form .button,
  #user-login-form .form-submit
  {
    background-color: #ff4f8c;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fa1e66;
  }

  #user-login-form
  {
    text-align: left;
  }

  #user-login-form .item-list ul
  {
    margin-top: 0;
    padding-bottom: 0;
  }

/*
 * ALERTS, STATUS, HELP MESSAGE STYLES
 */

  div.messages
  {
    padding: 1.3em 1em .3em 52px;
    border-width: 2px;
    margin: 10px 0;
  }

  div.status
  {
    border: 2px solid #ddd;
    background-color: #eee;
  }

  div.messages ul
  {
    padding: 0 0 0 20px;
    margin: 0;
  }

/*
 * FOOTER STYLES
 */

  #footer-wrapper
  {
    margin: 0;
    margin-top: 15px;
  }

  #footer
  {
    /*background-color: #ffffff;
    border: solid 1px #004969;
    color: #FFFFFF;*/
    text-align: center;
    margin: 0;
    font-size: 85%;
    padding: 1em;
  }

  #footer *
  {
    /*color: #FFFFFF;*/
  }

  #footer a
  {
    /*color: #fff;*/
    font-weight: bold;
    border-bottom: 1px dotted #FFFFFF;
  }

  #footer a:hover
  {
    border-bottom: 1px solid #FFFFFF;
  }

  #footer img.drupal-powered
  {
    position: relative;
    top: .3em;
  }

  #footer .block
  {
    text-align: left;
  }
 
  #footer div.block div.edit
  {
    /* background-color: #2763A5; */
  }

/*
 * ADMINISTRATION STYLES
 */

  .admin-panel
  {
    margin: 0;
    padding: 0;
  }

  .admin-panel .body
  {
    background-color: #eee;
    border: solid #6191C5 1px;
  }

  .admin-panel .body dl, .admin-panel .body p
  {
    padding: 10px;
  }

  .admin-panel h3
  {
    margin-bottom: 0;
    padding: 5px 5px 5px 30px;
    font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    font-size: 122%;
    color: #fff;
    border-width: 0 2px 2px 2px;
  }

  table tr.odd
  {
    background: #ddd;
  }

  td.icon
  {
    text-align: center;
  }


/*
 * Pager styles
 */

  .pager
  {
    text-align: center;
    margin-top: 30px;
  }

  .pager  a, .pager-current
  {
    padding: 3px 8px 3px 8px;
    margin: 0 2px 0 2px;
    color: #fa1e66;
    font-weight: bold;
    border: solid 1px #eee;
  }

  .pager-current
  {
    color: #fff;
    background-color: #cf1958;
  }

/*
 * Node, Block, Content styles
 */

  .node
  {
    /* margin-bottom: 15px;
    padding-bottom: 15px; */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node h2.title
  {
    /* margin-bottom: .1em; */
	
	color: #555;
    /* font-size: 129%; */
    font-weight: normal;
    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    line-height: 1.4em;
  }

  .node h2.title a
  {
    color: #555;
    /* font-size: 129%; */
    font-weight: bold;
    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    line-height: 1.4em;
  }

  .node .content
   {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  
  .node-teaser {
  text-align: justify;
  }
  
  .node .content_page
   {
    width: 750px;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .sticky
  {
    border-bottom: solid 3px #ddd;
  }

  .block .content
  {
    margin: 0.5em 0;
  }

  .block .item-list ul
  {
    padding-left: 0;
  }

/*
 * Status report colors.
 */

 .error {
	display: none;
 }
 
  table.system-status-report tr.error, table.system-status-report tr.error th
  {
    background-color: #fcc;
    border-color: #ebb;
    color: #200;
  }

  table.system-status-report tr.warning, table.system-status-report tr.warning th
  {
    background-color: #ffd;
    border-color: #eeb;
  }

  table.system-status-report tr.ok, table.system-status-report tr.ok th
  {
    background-color: #dfd;
    border-color: #beb;
  }

.submitted {
	display: none;
}

.en, .pl {
	padding: 10px 0 0 0;
	list-style: none !important;
	float: right;
	font-weight: bold;
}

	.en a, .pl a {
		display: block;
		float: left;
		padding: 0 8px;
	}
	
	.en a.active, .pl a.active {
		background: #d6d6d6;
	}