/*
Theme Name: Topolówka new
Theme URI: http://topolowka.pl
Description: Theme specjalnie dla Topolówki – odświeżony wygląd 
Version: 0.7
Author: Szymon Korytnicki, Michał Miszczyszyn, Dominik Kamrowski
Author URI: http://topolowka.pl/inne/redakcja/
Tags: brown, fixed width, two columns, css 3
*/

/*
Zabawę z CSS3 i HTML5 czas zacząć :) CSS3 na razie tylko częściowo, gdyż wiele
"bajerów" nie jest obsługiwana przez niektóre przeglądarki. Specyfikacja HTML5
w ogóle jest w powijakach, więc z całkowitym przekodowaniem strony jeszcze poczekamy.
--Miszy

Poczekamy sobie 20 lat na pełną specyfikację HTML5 i kolejne 20 na jej obsługę w IE i innych przeglądarkach po 2% użytkowników. CSS3 na razie FTW. 
--Szymon
*/

body
{
    background-color: #FFFAEC;
    color: #222222;
    /*font-family: "Myriad Pro", VegurRegular, Myriad, "Helvetica Neue", Helvetica, Arial, Tahoma, Verdana, sans-serif;*/
    font-family: Arial, sans-serif;
    line-height: 24px;
    font-size: 12px;
}

a img
{
    border: 0px;
}

p
{
    margin: 0 0 1.5em 0;
}

h1
{
    font-family: Georgia, Times, serif;
    font-size: 26px;
    margin-bottom:2px;
    color: #111111;
    letter-spacing:0px;
    font-weight: normal;
}

h1 a
{
    color: #000000;
    text-decoration: none;
    line-height: 37px;
}

h1 a:hover
{
    color: #DC3522;
}

h2
{
    font-family: Georgia, fantasy;
    font-size: 26px;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 19px 0;
}

h3
{
    margin-bottom: 5px;
}


a, .entry .meta a, .post .meta a
{
    color: #000000;
    text-decoration: none;
}

#stimuli_caption a
{
    color: #FFFFFF;
}

.more-link
{
    font-style: italic;
}

a:hover
{
    color: #DC3522;
}


hr
{
    background: none repeat scroll 0 0 #DDDDDD;
    border: medium none;
    clear: both;
    color: #DDDDDD;
    float: none;
    height: 1px;
    margin: 0 0 15px;
    width: 100%;
}

.sortable th
{
    cursor: pointer;
}

/* warstwy */

#container
{
    background-color: inherit;
    margin: 0px auto 0 auto;
    width: 850px;
    display: block;
}

/* head-start */

#logo
{
    float: left;
    width: 600px;
    height: 130px;
    padding-left: 50px;
    margin: 0;
}

#logo h1
{
    font-family: Georgia, fantasy;
    letter-spacing: -3px;
    text-shadow: 1px 5px 6px white;
    margin: 0;
    font-size: 68px;
    font-weight: normal;
    line-height: 130px;
}

#logo a:hover
{
    color: #000000;
}
#logo a {
    display:block;
float: left;
    width: 600px;
    height: 130px;
background-image:url('images/logo.png');
    
}
#themeswitcher
{
    list-style: none;
    float: right;
    display: none;
}

#search
{
    float: right;
    width: 140px;
    margin-top: 10px;
}

#search #s
{
    font-family:georgia;
    color:#333333;
    font-size:120%;
    padding:2px;
    border:1px solid #BBBBBB;
    float: right;
    margin-bottom: 2px;
    width: 134px;
} 

#search #searchsubmit
{
    border:1px solid #BBBBBB;
    background-color:#EEEEEE;
    font-family: Arial;
    padding:3px;
    color:#333333;
    font-size:15px;
    float: right;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}


#top_menu
{
    font-family: Arial, sans-serif;
    border-radius-topleft: 5px;
    border-radius-topright: 5px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    background-color: #374140;
    width: 850px;
    float:left;
    margin:0;
}

#top_menu ul
{
    display: inline;
    margin: 0 auto;
    padding: 0 0 0 35px;
    text-align:center;
    white-space: nowrap;
    background: #374140;
}

#top_menu ul li
{
    display: inline;
    line-height: 40px;
    font-size: 15px;
    padding: 3px 6px 3px 6px;
    border-right: 1px dotted #4D5B59;
    background: #374140;
}

#top_menu .last
{
    border-right: 0;
    padding-right: 0;
}

#top_menu a
{
    color: white;
    text-decoration: none;
    background: #374140;
}

#top_menu a:hover
{
    color: #CCCCCC;
}


#blurb
{
    box-shadow: 0 0 15px #222222;
    -moz-box-shadow: 0 0 15px #222222;
    -webkit-box-shadow: 0 0 15px #222222; 
    background-color: #D9CB9E;
    min-height: 120px;
    padding:0px;
    width: 850px;
    float:left;
   
}

#blurb a
{
    border-bottom:none;
}

#blurb p
{
    color: white;
    font-family: Georgia, fantasy;
    font-size: 24px;
    line-height: 43px;
    text-shadow: 1px 1px 1px #2A2C2B;
}

/* head-end */

/* content-start */

#content
{
    width: 850px;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#wrapper
{
    width: 850px;
    float: left;
    background: white;
    border-right: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
}

#left-sidebar
{
    float: left;
    width: 210px;
    padding: 10px 5px 5px;
    font-size: 13px;

}

#left-sidebar a
{
    border-bottom: 1px solid #CCCCCC;
    color: black;
    text-decoration: none;
}

#left-sidebar a:hover
{
    color: #DC3522;
}

#left-sidebar ul             /* ze względu na nietypową strukturę potrzebne jest takie zagnieżdżanie jak poniżej...*/
{
    margin: 0 0px 20px 0;
    padding-left: 15px;
    list-style-type: none;
}

#left-sidebar ul li
{
    margin: 15px 0 20px 0;
}

#left-sidebar .pag_titl, .widgettitle
{
    font-size: 23px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-family:Georgia;
    color: #4A538C;
    text-shadow: 0 0 1px #AACBC4; 
    font-style: normal;   
}

#left-sidebar ul li ul
{
    margin: 0;
    padding: 0 0 0 30px;
    
}

#left-sidebar ul li ul li             
{
    margin: 0;
    text-shadow:none;
    font-weight: normal;
    font-size: 13px;
}

ul li ul .page_item, ul li ul .menu-item
{
   list-style-image: url('images/bullet.jpg');
}

ul li ul .page_item:hover, ul li ul .menu-item:hover
{
    list-style-image: url('images/bullet1.jpg');
}

ul li ul .current_page_item, ul li ul .current_page_item:hover 
{
    list-style-image: url('images/bullet1.jpg');
}

ul li ul .page-item-4884, ul li ul .menu-item-5821
{
    list-style-image: url('images/bulletib.png');
}

ul li ul .page-item-4884:hover, ul li ul .menu-item-5821:hover
{
    list-style-image: url('images/bulletib1.png');
}

ul li ul .page-item-4937, ul li ul .menu-item-5823
{
    list-style-image: url('images/bullethiszpan.png');
}

ul li ul .page-item-4937:hover, ul li ul .menu-item-5823:hover
{
    list-style-image: url('images/bullethiszpan1.png');
}

ul li ul .current_page_item.page-item-4884, ul li ul .current_page_item.page-item-4884:hover
{
    list-style-image: url('images/bulletib1.png');
}

ul li ul .current_page_item.page-item-4937, ul li ul .current_page_item.page-item-4937:hover
{
    list-style-image: url('images/bullethiszpan1.png');
}

.textwidget
{

}

#main
{
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 10px;
    border-left: 1px dotted #BBBBBB;
    width: 600px;
}

#wazne-ogloszenie
{
    margin-bottom: -10px;
    padding: 0 10px 10px 10px;
}

.ad 
{
    font-weight:500;
    margin-bottom:0px; 
    padding:5px; 
    font-size:14px; 
    border:1px dotted yellow; 
    margin-top:10px;
}

.ad a
{
    text-decoration:underline;
    color:black;

}

.forum
{
    font-size:12px;
    text-align:left;
    text-shadow:none;
    line-height:22px;
    padding:0px;
    width: 600px;
    margin: 10px auto 0 auto;
    padding: 0 10px 10px 10px;
    /*border-bottom: 1px dotted #CCCCCC;*/
    border: none;
    float: left;
}

.forum h1
{
    margin: 0;
}

.forum td
{
    width: 300px;
}

.forum ul
{
    margin: 0;
}

.forum .forum_col
{
    width: 300px;
}

.subcat
{
    display: inline;
}

a:hover .subcat
{
    color: #DC3522; 
}

.tabs
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background-image: url('images/tab.png');
    background-repeat: no-repeat;
    float:left;
    font-size:13px;
    height:27px;
    padding-top:3px;
    margin-left:3px;
    text-align:center;
    width:109px;
}

.entry, .post
{
    padding: 0 10px 10px 10px;
    border-bottom: 1px dotted #CCCCCC;
    clear: both;
    float: left;
    width: 98.5%;
}

.post.sticky p
{
    font-style: italic;
}

.post.sticky h1
{
    font-style: italic;
}

.post.sticky ul
{
    font-style: italic;
} 

.post.sticky
{
    border: 1px dashed gray;
    background-color: #FFFFF5;
}

.post.sticky h1:before
{
    
}

.meta
{
    color: #888888;
    margin-left:7px;
    margin-bottom: 0;
}



.entry-text
{
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
    /*font-family:"Helvetica Neue", Helvetica, Verdana, Arial, Sans-serif;*/
    font-family: Arial, sans-serif;
}

.entry-text a, .post-edit-link
{
    /*border-bottom: 1px solid #CCCCCC;*/
    text-decoration: underline;
    color: #000000;
}

.entry-text a:hover, .post-edit-link:hover
{
    color: #DC3522;
}

.entry-text img
{
    margin: 0 10px;
}

.entry-text .wp-caption
{
	padding: 10px;
	border: 1px dotted #BBBBBB;
	background-color: #FFFAEC;
}

.entry-text .wp-caption img
{
	margin: 0 5px;
}

.entry-text .wp-caption p
{
	margin: 0;
	font-size: 0.85em;
}

.navigation
{
    text-align: center;
    margin: 10px 0 40px;
}

.alignleft
{
    float: left;
}

.aligncenter
{
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.alignright
{
    float: right;
}

blockquote
{
    background: url('images/quote.png') no-repeat scroll 12px 12px #F7F5EE;
    clear: left;
    color: #5B5B5B;
    line-height: 160%;
    margin: 0 0 1.5em;
    padding: 14px 24px 12px;
}

blockquote p
{
    margin: 0;
}

/* content-end */

/* footer-start */

#footer
{
    background: url('images/topola.gif') no-repeat bottom right #374140; 
    /*font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;*/
    font-family: Arial, sans-serif;
    color: #FFFFFF;
    float: left;
    width: 850px;
    margin-left: 1px;
    border-radius-bottomleft: 5px;
    border-radius-bottomright: 5px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    /*-webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;*/
    -khtml-border-bottom-left-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;     
}

#footer .box
{
    width: 240px;
    padding: 15px;
    float: left;
    margin-right: 10px;
    line-height: 22px;
}

#footer .last
{
    margin-right: 0;
}

#footer h2
{
    color: #FFFFFF;
}

#footer p
{
    margin-bottom: 0;
}

#footer ul
{
    padding-left: 20px;
    margin-left: 10px;
    text-align: left;     
}

#footer ul li
{
    list-style-image: url('images/opencircle.png');
}

#footer ul li:hover
{
    list-style-image: url('images/closedcircle.png');
}

#footer ul li a
{
    color:#ddd;
}

#footer ul li 3
{
    color:white;
}

#footer h2 a
{
    border-bottom: 1px dotted #888888;
    color: #EEEEEE; 
}

#footer h2 a:hover
{
    color: #DC3522;
}


#copyleft
{
    width: 240px;
    text-align: center;
    float: left;
}

#poweredby
{
    margin: 15px 105px 5px 105px;
    float: left;
}

#poweredby a
{
    background: url('images/wordpress.png') no-repeat center bottom;
    width: 30px;
    height: 30px;
    text-indent: -9009px;
    display: block;
    float: right;
    outline: 0 none;
}

#poweredby a:hover
{
    background: url('images/wordpress.png') no-repeat center top;
}

#facebook, #youtube, #blip, #twitter
{
    float: left;
}

#facebook a, #youtube a, #blip a, #twitter a
{
    text-indent: -9009px;
    display: block;
    float: left;
    outline: 0 none;
    border: none;
}

#facebook
{
    margin-left: 40px;
    margin-top: 10px;
}

#facebook a
{
    background: url('images/facebook.png') no-repeat center center #3b5998;
    width: 90px;
    height: 20px;
    padding: 5px 5px 5px 5px;
    opacity: 1;    
}

#facebook a:hover
{
    opacity: 0.85;
}

#youtube
{
    margin-left: 40px;
}

#youtube a
{
    background: url('images/youtube.png') no-repeat center top white;
    width: 98px;
    height: 40px;
    opacity: 1;
}

#youtube a:hover
{
    opacity: 0.85;
}
#blip
{
    margin-left: 40px;
}

#blip a
{
    background: url('images/blip.png') no-repeat center top white;
    width: 100px;
    height: 63px;
    opacity: 1;
}

#blip a:hover
{
    opacity: 0.85;
}
#twitter
{
    margin-left: 30px;
}

#twitter a
{
    background: url('images/twitter.png') no-repeat center top white;
    width: 128px;
    height: 47px;
    opacity: 1;
}

#twitter a:hover
{
    opacity: 0.85;
}
img#wpstats{display:none}
/* footer-end */
