/*

Theme Name: Tropicala
Description: Simple, modern, lightweight
Version: 1.5
Author: VOTE Partners
Author URI: http://votepartners.net


*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

ul {list-style: none;}

html {
  font:62.5% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
}

body {
  background:#00b0b0;
  color:#6b6b6b;
  font-size:12px;
}

p, {
  font-size:12px;
  font-weight: normal;
  font-family: Arial;
}

hr {
  border:0;
  border-bottom:1px solid #EAEAEA;
  margin:20px 0;
  height:1px;
}


img {
  border:0;
}

dl {
  color:#6b6b6b;
  margin:10px 0;
}

dt {
  font-weight:bold;
}

dd {
  font-style:italic;
  margin:5px 0 10px;
}

fieldset {
  border:1px solid #DDD;
  padding:10px 20px;
}

form h2 {
  margin-bottom:10px;
}

legend {
  font-size:14px;
  color:#6b6b6b;
  padding:0 10px;
}

label {
  font-weight:bold;
}

textarea {
  width:450px;
  height:200px;
  border:1px solid #CCC;
  margin:10px 0;
}

div#wrapper {
  width:768px;
  padding-top:0px;
  margin:0px auto 0;
 
}

div#masthead {
  width:768px;
  background:url(./images/main_bg.png) repeat-y;
  position:relative;
}

/* Blog Title */
h1 {
  font:3.2em 'Trebuchet MS', Arial, Helvetica;
  color:#BAA930;
}

h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left:40px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color:#BAA930;
}

/* Tagline */
#masthead p {
  position:relative;
  margin:0;
  top:62px;
  left:50px;
  color:#888;
}

/* Pages Navigation */
div#masthead ul {
  float:right;
  margin-right:20px;
  position:relative;
  z-index:2;
  bottom:-105px;
}

div#masthead ul li {
  float:left;
}

div#masthead ul li a {
  color:#008080;
  font-weight:lighter;
  text-decoration:none;
  display:block;
  font-size:14px;
  padding:40px 6px 18px;
  text-align:center
}

div#masthead ul li a:hover,
div#masthead ul li.current_page_item {
  background:url(./images/nav_bg.png) bottom repeat-x;
  text-align:center
}




/* LOGO */
div#logo_benefity {
  background:url(./images/logo_benefity.gif);
  width:196px;
  height:184px;
  position: relative;
  left: 20px
}


/* Banner masthead_ba_top */
div#masthead_ba_top {
  width:468px;
  height:60px;
  clear:both;
  right:17px;
  padding:17px 0px;
  position:absolute;
}

a {
  outline:0;
}






/* Banner benefitki */
div#masthead_benefitki {
  width:768px;
  height:312px;
  clear:both;
  padding:8px 20px;
  position:relative;
  z-index:1;
}

a {
  outline:0;
}




/* Banner image dropshadow */
div#masthead_image {
  width:768px;
  height:90px;
  clear:both;
  padding:8px 20px;
  position:relative;
  z-index:1;
}

a {
  outline:0;
}

/* Page dropshadow */
div#content {
  width:768px;
  background:url(./images/main_bg.png) repeat-y;
}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

div#main {
  margin:10px 20px 0 20px;
  width:488px;
  float:right;
}

/* Hey, don't use h1 in the articles-- it's already in the header.
   This is just here because it looks totally funky in the preview at wordpress.net... */
   
div.entry h1 {
  font-size:24px;
  color:#BAA930;
  margin:20px 0 10px;
  font-weight:lighter;
}

div.entry h2,
div.entry h3,
div.entry h4,
div.entry h5,
div.entry h6 {
  color:#BAA930;
  margin:20px 0 10px;
  font-weight:lighter;
}

div.entry h2 {
  font-size:24px;
}

div.entry h3 {
  font-size:16px;
}

div.entry table {
  border-collapse:collapse;
  margin:10px 0;
}

div.entry table th,
div.entry table td {
  padding:10px;
  border:1px solid #EAEAEA;
  text-align:center;
}

/* Main header on single pages */
h2.header {
  color:#BAA930;
  font-size:36px;
  font-weight:lighter;
  padding:10px 0 0;
  line-height:1;
  margin:0 0 30px;
  border-bottom:1px solid #e7e7e7;
  position:relative;
  line-height: 40px;
}

div#main h2.header a {
  color:#BAA930;
  text-decoration:none;
}

h2.header span {
  position:relative;
  background:#FFF;
  padding-right:10px;
  bottom:-5px;
}




/* Secondary headline above comments and comment form */
div#main h3 {
  margin:20px 0 5px;
  color:#BAA930;
}

div#main p {
  color:#6b6b6b;
  line-height:2;
  margin:10px 0;
}

div#main a:link {
  color:#006464;
  text-decoration:none;
}

div#main a:visited {
  color:#006464;
  text-decoration:none;
}

div#main a:active {
  color:#006464;
  text-decoration:underline;
}

div#main a:hover {
  color:#006464;
  text-decoration:underline;
}

.article {
  margin-bottom:20px;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #B8D1E4;
  background:#F0F0F0;
}

div.article code {
  font-size:1.2em;
}

div.article pre {
  width:500px;
  line-height:1.5;
  font-size:1.2em;
  margin:20px 0;
  overflow:hidden;
}

.article ul, .article ol {
  color:#6b6b6b;
  margin-left:15px;
}

.article ul li {
  margin:5px 0;
  padding-left:15px;
  background:url(./images/square.png) 0 center no-repeat;
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
  color:#999;
}

ul.article_footer {
  text-align:right;
  margin:10px 0;
  background:#F1F1F1;
  padding:5px 10px;
  border:1px solid #DADADA;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  border-left:1px solid #DADADA;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
  padding:15px;
  width:190px;
  float:left;
  margin:10px 0px 0px 20px;
  background:#EFEFBA;
}

div#secondary ul#sidebar {
  margin:15px 0 20px;
  padding-left: 0;
  color:#006464;
  padding-bottom:10px;
  border-bottom:1px solid #e7e7e7;
}

div#secondary ul#sidebar ul {
  padding-left: 0;
}

div#secondary ul#sidebar li {
  margin:5px 0;
  font-size:12px;
  line-height:18px;
}

/* Sidebar headers */

div#secondary h2 {
  text-transform:none;
  color:#008080;
  margin:20px 0 8px;
  font-size:19px;
  line-height:18px;
  font-weight:lighter;
}


div#secondary h2 a:link {
  color:#008080;
}

div#secondary h2 a:hover {
  color:#008080;
}

div#secondary h2 a:visited {
  color:#008080;
}


div#secondary a {
  color:#006464;
  text-decoration:none;
}

div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
  font-size:12px;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:14px;
  font-weight: bold;
}

div#secondary p {
  line-height:1.5px;
  margin:5px 0;
  color:#666;
}

/* Search input */
form#searchform {
  position:relative;
  height:28px;
  margin:15px 0 20px;
}

form#searchform input#s {
  position:absolute;
  top:0;
  height:18px;
  width:156px;
  padding:5px;
  background:url(./images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
}

input#search_submit {
  position:absolute;
  right:0;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

ul#footer {
  background:url(./images/main_bg.png) repeat-y;
  position:relative;
  height:168px;
  width:768px;
  margin:0 auto;
  text-align:center;
  font-size:1em;
  color:#686868;
  padding:16px 0;
}

ul#footer li {
  display:inline;
  margin-left:10px;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#686868;
  text-decoration:none;
}

div#footer_baner_bottom {
  width:768px;
  height:90px;
  clear:both;
  padding:0px 0px 12px 2px;
  position:relative;
  z-index:1;
}


/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#E0F3EB;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#FAFAE0;
}

textarea#comment {
  width:488px;
}

#main p.comment_meta {
  margin:0;
  float:right;
  text-decoration: none;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
}

div.navigation {
  margin:10px 0;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */


/*-- Przycisk do wersji płatnej --*/

#powrot {
  background:#fff; 
  clear:both;
  padding:10px 10px 10px 10px;  
  z-index:1;
  overflow: hidden;
  align: center;
  border:1px solid #008080;  
  text-align: center;
  word-spacing:4px;
  margin: 0;
  border-radius:8px;
  margin:0 0 30px 0;
  font-size:17px;
  line-height:1em;
  font-weight:lighter;
}





/*-----------------------------------------------------------------------------

  WP Paged Comments

-----------------------------------------------------------------------------*/




.wp-paged-comments {
	padding: 0px 0px 10px;
}
.wp-paged-comments a, #wp-paged-comments a:link, #wp-paged-comments a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-paged-comments a:hover {	
	border: 1px solid #114477;
	color: #114477;
	background-color: #FFFFFF;
}
.wp-paged-comments span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-paged-comments span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-paged-comments span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

