/* $Id: style.css,v 1.3.2.2 2004/11/27 11:24:02 dries Exp $ */

/*
** HTML elements
*/
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font: 78% Verdana, Arial, Helvetica, sans-serif;
}
tr.dark td, tr.light td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0.5em;
}
h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 1.4em;
}
h3, h4, h5, h6 {
  font-size: 1.0em;
}
a {
  text-decoration: none;
}
a:link {
	color: #005AB0;
}
a:visited {
	color: #000033;
}
a:hover {
	color: #005AB0;
	text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 1.2em;
  border: 1px solid #ddd;
}
code {
	background-color: Black;
	color: White;
	font: 100% "Courier New", Courier, monospace;
       text-wrap: normal; 
       word-wrap: break-word; 
}
dt {
	  font-weight: bold;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
blockquote {
	background: url(/files/quote_left.gif) top left no-repeat;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-left: 1em;
	margin-right: 1em;
	padding-left: 32px;
	padding-right: 15px;
	background-color: #F8F8F8;
	font-style: italic;
} 
ul.links li.first {
border:medium none;
}
ul.links li {
border-left:1px solid #999;
display:inline;
list-style-type:none;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.item-list ul li {
background:transparent url(bullet.png) no-repeat scroll 0pt 0.40em;
margin:5px 0pt;
padding-left:10px;
width:auto;
list-style-type: none;
 }
.links {
  margin-top: 0em;
}
.comment .links {
  margin-bottom: 0em;
}
.code {
	font-style: normal;
	background-color: Black;
	color: White;
   font-size: 1.1em;
	font: 78% "Courier New", Courier, monospace;
}

/*
** Page layout blocks / IDs
*/
#top_menu {
	width: 900px;
	margin: 5px auto 0px auto;
       display: block;
}
#wrapper {
   clear: both;
	width: 900px;
	margin: 0px auto 0px auto;
	border: 0px;
	background-color: #fff;
	border-left: 1px solid #c0c0c0;
   border-right: 1px solid #c0c0c0;
}
#header {
	background-color: #4E70A0;
	background-repeat: no-repeat;
	height: 72px;
	background-position: top left;
	background-image: url(http://vagla.pl/prawo/themes/vag_wide/vag_header_gradient.jpg);
       background-repeat: repeat-y;
}
#logo img {
	float: left;
	padding: 0.5em 1.0em 0em 1em;
	border: 0;
}
#menu {
  float: right;
  display: block;
  width: 80%;
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#primary {
  font-size: 1em;
  padding: 0em 0.5em 0.5em 0.5em;
  color: #e7e7e7;
  list-style: none;
}
#primary a {
  font-weight: bold;
  color: #e7e7e7;
}
#primary a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
#secondary {
  padding: 0 0.5em 0.5em 0;
  font-size: 0.8em;
  color: #e7e7e7;
  list-style: none;
}
#secondary a {
  font-weight: bold;
  color: #e7e7e7;
}
#secondary a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
#vagla_links {
  padding: 0 0.5em 0.5em 0;
  font-size: 0.8em;
  color: #e7e7e7;
}
#vagla_links a {
  font-weight: bold;
  color: #e7e7e7;
}
#search_custom {
  padding: 0 0.5em 0.5em 0;
  font-size: 1em;
  font-size: 1em;
  height: 3ex;
}
#search .container-inline {
  padding: 0 0.5em 0.5em 0;
  margin: 0px;
}
#search .form-text {
  border: 1px solid #369;
  width: 8em;
}
#search .form-submit {
  border: 1px solid #369;
}
.shoutbox-add-form .form-text {
  border: 1px solid #369;
  width: 20em;
  margin-right: 3px;
  float: left;
}
.shoutbox-add-form .form-submit {
  border: 1px solid #369;
}
#mission {
  background-color: #fff;
  padding: 0px;
  margin: 0px;
  height: 23px;
  border-bottom: 1px #CACACA solid;
}

#missionproper {
	padding: 0.3em 1em;
	color: #8C8C8C;
	font-weight: bold;
	font-size: 0.9em;
}
#missionproper a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
  text-decoration: underline;
}

.site-name {
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}
#main {
	/* padding in px not ex because IE messes up 100% width tables otherwise */
	padding: 10px;
	margin: 0px;
	display: block;
	float: none;
}
#core {
	display: block;
   width: 534px;
	float: left;
	background-color: #ffffff;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left {
	display: block;
   width: 100%;
	background-color: #ffffff;
	border: none;
	margin: 0px;
	padding: 0px;
}
#sidebar-left-proper {
  padding: 15px;
  margin: 0px;
 }
#sidebar-left p {
	  padding: 0.2em;
	margin: 0px;
}
#sidebar-left div, #sidebar-left .block {
	margin: 0px;
  padding: 0px;
}

#sidebar-left img {
  padding: 0px;
  margin: 0px;
}
#sidebar-left .title {
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	font-size: 0.8em;
	color: #CACACA;
}
#sidebar-left a {
	color: #005AB0;
	text-decoration: underline;
}
#sidebar-left a:visited {
	color: #000033;
	text-decoration: underline;
}
#sidebar-left a:hover {
	color: #005AB0;
	text-decoration: underline;
}
#sidebar-right {
	display: block;
	float: right;
	background-color: #ffffff;
	width: 358px;
	vertical-align: top;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
#sidebar-right-proper {
  padding: 6px;
  margin: 0px;
  border-left: #c0c0c0 solid 1px;
  border-bottom: #c0c0c0 solid 1px;
}
#sidebar-right img {
  padding: 0em 4px 0em 2px;
  border: 0;
}
#sidebar-right a {
  font-weight: normal;	
}
.ico_right {
  float: right;
  padding: 0em 2px 0em 2px;
  border: 0;
}
.ico_right_tnl {
	float: right;
	padding: 0.1em 1px 0em 1px;
	border: 0;
}
.ico_left_tnl {
	float: left;
	padding: 0.1em 1px 3px 1px;
	border: 0;
}
.ico_left {
  float: left;
  padding: 0em 2px 0em 2px;
  border: 0;
}
#footer {
	background-color: #eee;
	font-size: 0.8em;
   border-top: #c0c0c0 solid 1px;
   clear: both;
   width: 100%;
}
#footer-proper {
  padding: 10px;
  margin: 0px;
}
#footer img {
	float: right;
	padding: 0em 1.0em 0em 1em;
	border: 0;
}
/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/

.title {
  font-weight: bold;
  color: #0A3D67;
  margin: 2px 10px 4px 0px;
  display: block;
  width: 90%;
}

.title a {
	color: #0A3D67;
}

.submitted {
	color: #8C8C8C;
	font-size: 1em;
}
.links {
	color: #999;
	font-size: 1em;
	text-align: right;
	}
.links a {
  text-decoration: none;
}

.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.60em;
  margin-bottom: 1.0em;
}
.block .title {
  margin-bottom: .25em;
  font-size: 1.2em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 1.5em 0;
  clear: both;
}
.sticky {
	padding: .5em;
	background-color: #FFF5EE;
	border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 0 0;
  font-size: 1.1em;
}

.node .content .foto {
	float: right;
}
.node .content a, .comment .content a {
	text-decoration: underline;
}
.node .content a:hover, .comment .content a:hover {
	color: Blue;
}
.node .title {
  border-bottom: #e0e0e0 solid 1px;
}
#content .title {
	  border-bottom: #e0e0e0 solid 1px;
}
.node .taxonomy {
	color: #999;
	font-size: 0.9em;
	padding: 1em 0 0.2em 1em;
   text-indent: -1em;
}
.node .picture {
  border: none;
  float: right;
  display: block;
  margin: 0.2em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
	border: 0px;
	float: right;
	display: block;
	margin: 0.5em;
}
.content del {
  text-decoration: line-through; 
  color: red;
}
.content ins {
  text-decoration: none; 
	color: blue;
}

.node-form, textarea {
width: 98%;
}
/*
** Module specific styles
*/
#aggregator .feed {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .source, #aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}

#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em 1em 0em;
}
#profile .profile img {
  display: block;
  float: right;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}

.custom_box {
	background: red;
   width: 250px;
   float: right;
  padding: 1em;
  padding-bottom: 0.5em;
  border: 1px solid #ccc;
  margin: 1em 0 1em 0;
}

.cover {
	float: right;
	border: 0;
	margin: 0 6px 4px 8px;
}
.obrazek {
	border: 0;
	margin: 0 0px 0px 0px;
}

.image.thumbnail {
	border: 0;
	margin: 0 0px 0px 0px;
}
.cover_left {
	float: left;
	border: 0;
	margin: 0 8px 4px 6px;
}

.podpis {
   display: block;
   background-color: #eee;
   padding-left: 10px;
   width: 500px;
	border: 1px solid #ddd;
}
.komunikat {
	display: block;
	background-color: #FFE1E1;
	border: 2px dashed #FF8282;
}

#front-page-main {
	display: block;
}
#front-page-left {
	float: left;
	width: 35%; 
	vertical-align: top;
       border-right: #c0c0c0 solid 1px;
	margin: 0px 2px 1px 0px;
	padding: 0px 2px;
}
#front-page-right{
	width: 62%; 
	vertical-align: top;
	margin: 0px 2px 10px 0px;
	padding: 0px;
	float: right;
}

#front-page-half-left {
	float: left;
	width: 48%; 
	vertical-align: top;
	margin: 0px 2px 10px 0px;
	padding: 10px 2px;
}

#front-page-half-right {
	float: right;
	width: 48%; 
	vertical-align: top;
	margin: 0px 2px 2px 0px;
	padding: 10px 0px;
}
#front-page-body-top {
  clear: both;
 border-top: #c0c0c0 solid 1px;
}

#front-page-body {
  clear: both;
  border-top: #c0c0c0 solid 1px;
  margin: 15px 0px 0px 0px;
}
#top_story .taxonomy, #block-block-37 .title, #block-block-6 .title, #block-block-19 .title, #block-block-29 h2.title, #block-block-34 h2.title, .event-tz {
display: none;
}
#top_story h2.title {
   color:#0A3D67;
   display:block;
   font-weight:bold;
   margin:2px 10px 4px 0px;
   width:90%; 
   font-size:1.4em;
}

#block-block-29, #block-block-34 {
  border-bottom: 0px solid #bbb;
  margin-bottom: 1.0em;
}

#front-page-bottom {
  border-top: #c0c0c0 solid 1px;
  margin: 15px 0px 0px 0px;
}

#front-page-bottom-left {
	display: block;
	float: left;
	background-color: #fff;
	width: 190px;
	vertical-align: top;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}

#front-page-bottom-left-proper {
  padding-right: 10px;
  padding-bottom: 20px;
  margin-right: 10px;
  border-right: #c0c0c0 solid 1px;
}

#front-page-bottom-right {
	display: block;
	float: right;
	background-color: #fff;
	width: 328px;
	vertical-align: top;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

.adsense {
  background-color: #fff;
  border: 1px solid #ccc;
  float: left;
  margin: 0px 15px 6px 0px;
}
.reklama_teaser {
  text-align: center;	
  padding-left: 32px;
  margin-top: 1em;
  margin-bottom: 1em; 
}
.reklama_tekst {
	display: block;
	font-size: 0.8em;
	color: Silver;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 8px 0px;
}
.ad_bottom {
   clear: both;
   border-top: #c0c0c0 solid 1px;
	margin: 1em 0em 2em 0em;
}
.top_story_bottom {
	background-color: #fff;
	float: right;
	width: 210px;
	vertical-align: top;
	margin: 1em 0em 1em 0em;
}
.adsense_bottom {
	float: left;
	background-color: #fff;
	display: block;
	width: 300px;
	vertical-align: top;
	margin: 1em 0em 1em 0em;
}
#banner-main {
	display: block;
	background-color: #ffffff;
   border-bottom: #c0c0c0 solid 1px;
	margin: 0px;
	padding: 5px;
	text-align: center;
}
#banner-main-proper {
  padding: 0px;
  margin: 0px;
 }

 #banner_node {
	display: block;
   width: 100%;
	background-color: #ffffff;
   border: none; 
	margin: 0px;
	padding: 5px;
	text-align: center;
}

#block-block-17 .title {
	font-size: 0.8em;
	color: Silver;
	font-weight: normal;
   text-decoration: none;
   margin: 0px 0px 0px 0px;
}

#block-block-17 h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: #0A3D67;
  margin: 2px 10px 4px 0px;
  display: block;
}
#pager {
	margin: 0 0 2em 0;
}

#front-page-body #pager {
   display: none;
}

#block-block-34 .pager_front {
   text-align:center;
}
#block-block-34 .pager-list a {
   margin: 6px;
}
#secondary .rss {
  background: #ff5200;
  padding: 0 2px;
  color: #fff;
  font-size: 9px;
} 

div.fly_ad {
   position: fixed;
   z-index: 1;
	width: 110px; 
	top: 400px; 
	left: 4px;
	float: right;
}

.previous-next-links {
  border-bottom:1px solid #888888;
  border-top:1px solid #888888;
  padding:1.0em;
  text-align:center;
}

.inline_add {
  background-color: #eee;
  margin: 20px 2px 20px 2px;
  padding: 2px;
  text-align: center;
}
.reklama_add {
	display: block;
      float: right;
	width: 110px; 
  background-color: #eee;
  padding: 4px;
  text-align: center;
}

div.event-info {
      font-size: 0.9em;
      width: 144px;
      border: #c0c0c0 solid 1px;
      padding: 3px 5px;
      margin: 5px;
      float: right;
}
.event-nodeapi div {
   padding-top: 0.1em;
   padding-bottom: 0.1em;
}
div.event-start {
	background-color: #bdffdd;
 	margin: 0px;
}
div.event-end {
	background-color: #ffbdff;
 	margin: 0px;
}
#block-block-38 .title {
	display: block;
      text-align:center;
	font-size: 0.8em;
	color: Silver;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 2px 0px;
}
#block-block-38 .content {
   display:block;
   margin:0px 0px 0px 0px;
   padding: 0px 0px;
  text-align:center;
}