/*
Theme Name: Nakladka Headlines
Version: 1.0
Description: Nakladka na temat Headlines.
Author: WooThemes
Author URI: http://www.woothemes.com
Template: headlines
*/
@import url("../headlines/style.css");

/* ZMIANY GRAFICZNE ----------------------------------------------------------- */

/* czerwony banner "polecamy" */

.featured-banner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:transparent url(images/banner-featured.png) no-repeat scroll 0 0;
color:#FFFFFF;
font-family:Georgia,serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:italic;
font-variant:normal;
font-weight:bold;
height:36px;
left:-14px;
line-height:29px;
padding:0 0 0 16px;
position:absolute;
text-shadow:0 1px #555555;
top:14px;
width:100px;
z-index:99;
}

/* czerwone przyciski "wiecej" */

.entry a.btn, input.submit, #commentform #submit {
background-color:#C90C0C;
border:1px solid #700C0E;
}

/* czarne tlo pod logiem */

#top {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 url(images/bg.jpg) no-repeat scroll center top;
}


.wp-caption img {
background:none repeat scroll 0 0 transparent;
border:0 none;
margin:0;
padding:0px 0;
}

.aligncenter {
margin-bottom: 0px;
text-align:center;
}

.entry img {
border:0px solid #CCCCCC;
padding:0px;
}

element.style  {
width:600px;
}



/* ZMIANY W UKLADZIE I SPOSOBIE WYSWIETLANIA TRESCI --------------------------------------------------------- */

/* zmniejszone tytuly wpisów h2*/

h1, h2, h3, h4, h5, h6  { margin: 0; font-family: Arial,Helvetica,Sans-serif; color: #000; line-height:1; }
h1  {font-size: 28px; } h2  {font-size: 24px;} h3  {font-size: 20px;} h4  {font-size: 18px;} h5  {font-size: 14px;} h6  {font-size: 12px;}

/* excerpt - wyjustowane poczatki artykulów */

.entry p {
text-align:justify;
}

/* post-meta informacje pod tytulem bez CAPS LOCKA */

.post-meta {
color:#9F9F9F;
font-family:Verdana,Geneva,sans-serif;
font-size:10px;
line-height:11px;
margin:0 0 15px;
text-transform:none;
}

/* te same informacje pod tytulem bez kropek w linkach */

.post-meta a {
border-bottom: none;
}

/* wysokosc wierszy w stopkach postów */

.post-bottom {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E4E4E4 url(images/bg-post-bottom.png) repeat-x scroll center top;
border-bottom:1px solid #B9B9B9;
border-top:2px solid #DBDBDB;
line-height:20px;
padding:0 25px;
}




/* kolor linków */

a:link, a:visited {
color: #C90C0C;
text-decoration:none;
}

/* kolor linków w 4xwidget Woo */

#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/bg-tabs-selected.png) no-repeat scroll center 41px;
color: #C90C0C;
text-decoration:none;
}

/* cytaty */

.entry blockquote {
color:#666666;
padding:0px 50px;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ffffff url(images/quote.jpg) no-repeat scroll 10px -5px;
font-family:Arial,Helvetica,Sans-serif;
font-size:14px;
font-style:italic;
font-weight:normal;
line-height:1.6em;
margin:5px 5px;
}


/* opisy zdjec */

.wp-caption {
	position: relative; border:0px !important; }

.wp-caption-text {position:absolute; bottom:0px; left:20px; background:#222; color:#fff; padding:5px 10px;font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; font-style:italic; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; opacity:0.6;}


/* TWITTER PLUGIN ------------------------------------------------------------------------------------------ */

/* usuwa brzydka date */

.widget_twitter .entry-meta .from-meta {
    display:none;
}

/* usuwa odstepy miedzy wpisami */

div.widget_twitter ul li a {
    line-height:1em;
}

/* usuwa spacje przed tytulem */

div.widget_twitter ul li {
    background:none;
    margin-bottom:10px;
    padding-left:0;
}

