/*======================================
THEME NAME: tree

======================================*/

/* RESET INCLUDED HERE FOR WOLF
Purpose : Reset browser's default style
Date modified : 17/12/2007
*/

/* Global reset */
*{margin:0;padding:0;}

/* Reset the headers  */
h1,h2,h3,h4{font-size:100%;}

/* Removes list style */
ol,ul,li{list-style:none;}

/* Removes border from image */
fieldset,img{border:none;}

/* Removes links underline */
a{text-decoration:none;}

/* Remove horizontal ruler */
hr{display:none;}

/* Common HTML tags */
body
{

    font: 76%/115% georgia,verdana,arial;
    text-align:left;
    line-height:20px;
    color:black;
    border-top:10px solid #eee;
    background: #CFECEC !important; /* tu można zmienić kolor tła */
}

blockquote
{
    background:transparent url(images/blockquote.png) no-repeat left 9px;
    border-top:3px double #eee;
    border-bottom:3px double #eee;
    padding:15px 0 3px 0;
    margin-bottom:10px;
    font-style:italic;
}


/* Wrapper & Container */
#wrapper
{
    width:1200px;
    margin:0 auto;
    background: white;
}

/* Header */
#header
{
    text-align:left;
    /* in original layout next line is "margin" but that breaks in IE7;
    "padding" seems to work better across browsers;
    nb. also need additional ie.css file */
    padding-top: 30px;
    width:100%;
    border-radius: 15px 15px 15px 15px;
   
    background:url(images/picture.png) no-repeat; /* tu można zmienić obrazek w nagłówku */
    height: 400px; /* tu można zmienić jego wysokość */


}
h1 {
    text-align: center;
    border-bottom: solid 1px black;
    font-family: Georgia, 'Times New Roman', sans-serif !important;
}

 h1 a
{
    font-size:1.5em;
    font-style: italic;
    color:black;
    padding-left: 20px;


}

span.tagline
{
    font-size:1em;
    color:black;
    margin-top:20px;
    letter-spacing:3px;

    padding-left: 20px;


}

/* menu */
#nav ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul {
	width: 150px;
}

#nav ul a:link, ul a:visited {
	display: block;
	width: 186px;
	text-decoration: none;
	background-color: #617C58;
	color: #000;
        font-weight: bold;
        text-align: center;
	padding: 5px;
	border: 2px outset #617C58;
        border-radius: 10px 10px 10px 10px;
}

#nav ul a:hover {
	border-style: inset;
	padding: 7px 3px 3px 7px;
}
#nav ul li {
    background: none !important;
}

/* Content */


#col1 {
    width: 75%; 
    float: right;
    padding: 10px;
    border-left: dotted 1px gray;

}
#col1 h2 {
    
    
   
    text-align: center;
}
#col1 h3 a {
    text-decoration: underline;
}
.entry h3 a {
    color: green;
    
}
.entry {
   padding: 10px;
   border: dotted 1px silver;
}

p.info
{
    color:black;
    font-style:italic;
    margin-top: 15px;
    border-top: solid 1px black;
    
}

.separator
{
    border-top:1px dotted #ccc;
    margin:20px 0 30px 0;
}

#page-navigation
{
    margin:-10px 0 10px 0;
}

/* Links */
a 
{
    color:#667C26;
}

a:hover
{
    color:#444;
    border-bottom:1px dotted #ccc;
}

#header a:hover
{
    border:none;
}

.previous a
{
    float:left;
    padding:3px 10px;
    background:#ccc;
    color:#fff;
    margin-left:20px;
    font-variant:small-caps;
    font-size:1.2em;
    margin-top:-3px;
}

.next a
{
    float:right;
    padding:3px 10px;
    background:#ccc;
    color:#fff;
    margin-right:20px;
    font-variant:small-caps;
    font-size:1.2em;
    margin-top:-3px;
}

.previous a:hover, .next a:hover
{
    border:none;
    background:#333;
}

/* Sidebar */
#col2
{
    width:20%;
    padding:10px;
    float:left;
    
   
    
   
}



#col2 h3
{
    font-variant: ornament;
    font-size:1.5em;
    font-weight: bolder;
    color:#437C17;
    padding-right:15px;
    margin-bottom:10px;
    
    letter-spacing:3px;
    text-align: center;
    text-shadow: 2px 2px 4px black;
}



#col2 ul li
{
    background:transparent url(images/paw.png) no-repeat right 5px;
    padding-right:15px;
    margin-bottom:5px;
}



.widget
{
    margin-bottom:30px;
}
.widget p
{
    padding: 10px 0;
}

/* comment */
.comment-form-body {
    width: 510px;
}

/* Footer */
#footer-inner
{
    
    text-align:center;
    
    margin:20px 0;
    color:black;
    letter-spacing:2px;
    clear: both;
    border-radius: 5px 5px 5px 5px;
    background: #4E9258;
    opacity: 0.8;
    
}

/* Images */
.alignleft
{
    float:left;
    margin:0 20px 10px 0;
}

.alignright
{
    float:right;
    margin:0 0 10px 20px;
}

/* Positioning */
.clear
{
    clear:both;
}

/* End Of File */