/*
Theme Name: Wordpress Poker Theme
Theme URI: http://pokerblog.cc/wordpress-poker-theme/
Description: A free, XHTML Valid, fully widget-ready and SEO optimized Poker Wordpress Theme
Version: 1.0
Author: Pokerblog.cc and pppoker.com
Author URI: http://pokerblog.cc
*/



/* General */

body {
        margin: 0;
        background: #ffffff;
}

h1, h2, h3, h4 {
        margin: 0;
}

img {
        border: 0;
}


/* Page */

#page {
        margin: 0 auto;
        width: 100%;
}


/* Header */

#header {
        margin: 0 auto;
        width: 1000px;
        height: 290px;
        background: url("images/header.jpg") no-repeat;
        position: relative;
}

#header .title {
        color: #ffffff;
        font: normal 28px "Trebuchet MS", Verdana;
        position: absolute;
        top: 206px;
        left: 340px;
        width: 340px;
        text-align: center;
}

#header .title h1 {
        font: normal 28px "Trebuchet MS", Verdana;
}

#header .title h1 a {
        color: #ffffff;
        text-decoration: none;
}

#header .title .description {
        color: #ffffff;
        font: bold 12px "Trebuchet MS", Verdana;
}


/* Main */

#main {
        margin: 0 auto;
        width: 1000px;
        background: url("images/main.gif") repeat-y;
}

#main-top {
        width: 1000px;
        min-height: 96px;
        background: url("images/main_top.jpg") no-repeat;
}

#main-bottom {
        width: 1000px;
        min-height: 220px;
        background: url("images/main_bottom.jpg") no-repeat left bottom;
}

.clear {
        clear: both;
        height: 0;
        overflow: hidden;
}

        /* Main - Sidebar */
        
        #main #sidebar {
                float: left;
                width: 290px;
                font: bold 14px "Trebuchet MS", Verdana;
                color: #000000;
                padding-top: 12px;
                padding-bottom: 40px;
        }
        
        #main #sidebar h3 {
                font: bold 14px "Trebuchet MS", Verdana;
                background: url("images/sidebar_title.png") no-repeat;
                width: 290px;
                height: 22px;
                color: #ffffff;
                text-align: center;
                padding-top: 16px;
                margin-bottom: 20px;
        }
        
        #main #sidebar ul {
                margin: 0 0 25px 85px;
                padding: 0;
                list-style-type: none;
                width: 125px;
        }
        
        #main #sidebar ul li {
                font: bold 14px "Trebuchet MS", Verdana;
                background: url("images/sidebar_item.gif") no-repeat 0 5px;
                margin-bottom: 7px;
                padding-left: 12px;
        }
        
        #main #sidebar ul li a {
                color: #000000;
                text-decoration: none;
        }
        
        #main #sidebar ul li a:hover {
                color: #000000;
                text-decoration: underline;
        }
        
        #main #sidebar a {
                color: #e01834;
                text-decoration: none;
        }
        
        #main #sidebar a:hover {
                color: #e01834;
                text-decoration: underline;
        }
        
        #main #sidebar table {
                padding: 0 27px 25px 32px;
                margin: 0 auto;
        }
        
        #main #sidebar table caption {
                padding: 0 27px 0 32px;
                margin: 0 auto;
        }
        
        #main #sidebar #searchform {
                margin: 25px 27px 25px 35px;
                padding: 0;
                width: 231px;
                text-align: center;
        }
        
        #main #sidebar #searchform #s {
                width: 150px;
        }
        
        

        
        
        
        
        /* Main - Content */
        
        #main #content {
                float: left;
                margin-top: 30px;
                padding-bottom: 40px;
                width: 698px;
        }
        
        #main #content h2.pagetitle {
                color: #e01834;
                font: bold 24px "Trebuchet MS", Verdana;
                text-align: center;
                width: 480px;
                margin: 0 auto;
                margin-bottom: 20px;
        }
        
        #main #content .post-top {
                margin: 0 auto;
                width: 628px;
                height: 51px;
                background: url("images/post_top.png") no-repeat;
        }
        
        #main #content .post-bottom {
                margin: 0 auto;
                margin-bottom: 40px;
                width: 628px;
                height: 51px;
                background: url("images/post_bottom.png") no-repeat left bottom;
        }
        
        #main #content .post {
                font: normal 13px "Trebuchet MS", Verdana;
                color: #000000;
                margin: 0 auto;
                width: 628px;
                background: url("images/post.png") repeat-y;
        }
        
        #main #content .post h2 {
                color: #e01834;
                font: bold 22px "Trebuchet MS", Verdana;
                text-align: center;
                width: 480px;
                margin: 0 auto;
        }
        
        #main #content .post h2 a {
                color: #e01834;
                text-decoration: none;
        }
        
        #main #content .post h2 a:hover {
                text-decoration: underline;
        }
        
        #main #content .post .date {
                color: #e01834;
                font: bold 15px "Trebuchet MS", Verdana;
                text-align: center;
                width: 480px;
                margin: 0 auto;
        }
        
        #main #content .post .entry {
                line-height: 19px;
                padding-bottom: 15px;
                width: 480px;
                margin: 0 auto;
        }
        
        #main #content .post .entry a {
                color: #e01834;
                text-decoration: none;
        }
        
        #main #content .post .entry a:hover {
                text-decoration: underline;
        }
        
        #main #content .post .entry img {
                margin: 0 5px 5px 0;
        }
        
        #main #content .post .entry .more-link {
                font: bold 13px/20px "Trebuchet MS", Verdana;
                color: #e01834;
                float: right;
                margin-top: 5px;
        }
        
        #main #content .post .entry .more-link a {
                color: #e01834;
                text-decoration: none;
        }
        
        #main #content .post .entry .more-link a:hover {
                text-decoration: underline;
        }
        
        #main #content .post .info {
                color: #ffffff;
                font: bold 12px "Trebuchet MS", Verdana;
                text-align: center;
                width: 550px;
                height: 24px;
                padding-top: 21px;
                background: url("images/post_info.jpg") no-repeat;
                margin: 0 auto;
        }
        
        #main #content .post .info a {
                color: #ffffff;
                text-decoration: none;
        }
        
        #main #content .post .info a:hover {
                text-decoration: underline;
        }
        
        #main #content .post .info-single {
                text-align: center;
                width: 550px;
                height: 50px;
                line-height: 50px;
                margin: 0 auto;
                font-weight: bold;
        }
        
        #main #content .post .info-single a {
                color: #e01834;
                text-decoration: none;
        }
        
        #main #content .post .info-single a:hover {
                text-decoration: underline;
        }
        
        #main #content .post h3 {
                color: #e01834;
                font: bold 17px "Trebuchet MS", Verdana;
                width: 480px;
                margin: 20px auto 5px auto;
        }
        
        #main #content .post .comments {
                margin: 0 auto;
                width: 480px;
        }
        
        #main #content .post .comments ol {
                margin: 10px 0 10px 0;
                padding-left: 25px;
        }
        
        #main #content .post .comments ol li {
                padding: 5px;
                margin-top: 5px;
        }
        
        #main #content .post .comments ol li.alt {
                background: #fbf8ee;
        }
        
        #main #content .post .comments ol li cite {
                color: #e01834;
                font-style: normal;
                font-weight: bold;
        }
        
        #main #content .post .comments ol li cite a {
                color: #e01834;
                text-decoration: none;
        }
        
        #main #content .post .comments ol li cite a:hover {
                text-decoration: underline;
        }
        
        #main #content .post .comments ol li .commentmetadata a {
                color: #e01834;
                text-decoration: none;
        }
        
        #main #content .post .comments ol li .commentmetadata a:hover {
                color: #e01834;
                text-decoration: underline;
        }
        
        #main #content .post #commentform {
                margin: 0 auto;
                width: 480px;
                border: 1px solid #ffffff;
        }


/* Footer */

#footer {
        width: 100%;
        height: 55px;
        background: url("images/footer.gif") repeat-x;
        font: bold 14px "Trebuchet MS", Verdana;
        color: #e01834;
        text-align: center;
        padding-top: 25px;
}

#footer a {
        color: #e01834;
        text-decoration: underline;
}

#footer a:hover {
        text-decoration: none;
}
