/*
Theme Name: mypalm
Theme URI: http://mypalm.pl
Description: This is my first theme for wordpress.
Version: 1.0
Author: Przemysław "tetrael" Kozłowski
Author URi: http://mypalm.pl
*/

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    background: #101010 url('images/background.jpg') repeat-x;
    font: 12px Arial Helvetica, sans-serif;
    color: #3a3636;
}

.clear {
    clear: both;
}

/* Begin Comments*/
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
} 

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border-bottom: 1px solid #469227;
	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

.entry {
    border-bottom: 1px solid #469227;
}


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

a:hover {
    text-decoration: none;
    color: #469227;
}

p.postmetadata a:link, p.postmetadata a:visited, p.footer a:link, p.footer a:visited, div.post h2 a:link, div.post h2 a:visited {
    text-decoration: none;
    color: #469227;
}

p.postmetadata a:hover, p.footer a:hover, div.post h2 a:hover {
    text-decoration: none;
    color: #3a3636;
}

p.postmetadata {
    font-size: 10px;
    text-align: right;
    margin: 0;
}

p.publicationinfo {
    font-size: 9px;
    margin: -15px 0 0 10px;
}

div#header {
    margin: 35px auto 20px auto;
    width: 960px;
    height: 150px;
}

    div#header-menu {
        background: transparent url('images/header-menu.png');
        height: 40px;
    }
        
        
        #menu ul {
            float: left;
            list-style: none;
            text-align: left;
            position: relative;
            top: -5px;
            left: 125px;
        }

        #menu ul li.menu {
            float: left;
        }

        #menu ul li.menu a {
            display: block;
            text-decoration: none;
            margin: 0;
            padding: 4px 10px;
            font: 14px Arial Helvetica, sans-serif;
            color: #dbe1da;
        }

        #menu ul li.menu a:hover, #menu ul li.menu a:active, #menu ul li.menu a:focus {
            color: #469227;
        }
        
        #menu img {
            border: none;
            margin: auto;
            position: relative;
            top: -5px;
            left: -15px;
        }

    div#header-background {
        background: transparent url('images/header_background.jpg') no-repeat;
        height: 110px;
    }
    
        #logo {
            width: 407px;
            height: 69px;
            margin: auto;
        }

        #logo a {
            border: none;
        }

        #logo img {
            border: none;
        }
    
    div#header-image {
        margin: 0;
        background: transparent url('images/header_image.png') no-repeat;
        width: 184px;
        height: 250px;
        position: relative;
        top: -190px;
        left: 15px;
    }
    
div#container {
    margin: auto;
    padding: 0;
    background: #dfe5de;
    width: 960px;
}

    div#left-col {
        margin: 0;
        padding: 25px 15px;
        width: 550px;
        float: left;
    }
    
        #left-col h2 {
            font-weight: normal;
        }
    
    div#right-col {
        margin: 0;
        padding: 25px 10px;
        width: 360px;
        float: left;
    }
    
        #right-col h3 {
            font-weight: normal;
            text-align: center;
            font-size: 14px;
            color: #469227;
            border-bottom: 1px solid #469227;
        }

        #right-col li {
            list-style: none;
        }
    
        div#ad-sidebar, div#top-sidebar {
            margin: auto;
            padding: 5px;
            width: 360px;
        }
    
        div#left-sidebar, div#right-sidebar {
            padding-top: 20px;
            width: 170px;
            float: left;
        }
        
        div#left-sidebar {
            margin-right: 5px;
        }
        
        div#right-sidebar {
            margin-left: 5px;
        }
    
div#footer {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 960px;
    height: 75px;
}
