/*
Theme Name: Double Deuce
Theme URI: http://www.dewkbox.com
Description: Double Deuce Racing Custom Theme.
Version: 1.0
Author: Joe Samuels
Author URI: http://www.dewkbox.com/

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    }

body {
    height: 100%;
    font-family: calibri, arial, sans-serif;
    background: #121212 url('./images/backgroundgradient.jpg') repeat-x;
    }

#wrapper {
    margin: auto;
    padding: 10px 0;
    width: 970px;
    height: 100%;
    }

#header {
    background-image: url('./images/header.jpg');
    border: 0 solid #000;
    border-bottom-width: 2px;
    height: 337px;
    width: 970px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    }

    #header #header_filler {
        height: 300px;
    }

#nav_wrapper {
    height: 37px;
    }

    #nav_wrapper #nav {
        width: 960px;
        margin: auto;
        }

        #nav_wrapper #nav ul.nav_left {
            float: left;
            list-style: none;
            padding: 2px 0 0 10px;
            }

            #nav_wrapper #nav ul li {
                position: relative;
                float: left;
                }

                #nav_wrapper #nav ul.nav_left li a{
                    float: left;
                    overflow: hidden;
                    color: white;
                    font-size: 20px;
                    margin: 0 10px;
                    padding: 6px 3px;
                    font-variant: small-caps;
                    text-decoration: none;
                    font-weight: bold;
                    }

                    #nav_wrapper #nav ul.nav_left li a:hover{
                        color: #ff5a00;
                        }

        #nav_wrapper #nav ul.nav_left li ul{
            display: none;
            position: absolute;
            list-style: none;
            left: 0;
            width: 130px;
            margin-top: 35px;
            padding: 0 3px;
            height: auto;
            background-color: #5e0000;
            border: 2px solid #6a0000;
            border-top: 0;
            z-index: 1;
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-bottomright: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            }

            #nav_wrapper #nav ul.nav_left li ul li{
                border-top: 1px solid #6a0000;
                width: 100%;
                overflow: hidden;
                }

                #nav_wrapper #nav ul.nav_left li ul li a{
                    font-size: 20px;
                    padding: 3px 6px;
                    margin: 0 2px;
                    }

#main {
    width: 970px;
    height: 100%;
    background: white;
    }

#container {
    float: left;
    width: 680px;
    margin: 0 10px;
    }

    #container #page_title {
        padding: 10px 0 0 10px;
        font-size: 30px;
        font-style: italic;
        font-weight: bold;
        }

        #container #page_title a {
            color: black;
            text-decoration: none;
            }

        #container #page_title a:hover {
            color: #ff5a00;
            }

    #container div.post {
        padding: 10px 0;
        }

        #container div.post div.post_title {
            background-image: url('./images/posttitlebar.jpg');
            color: white;
            font-size: 26px;
            font-variant: small-caps;
            font-weight: bold;
            height: 36px;
            padding: 0 6px;
            -moz-border-radius-topleft: 10px;
            -moz-border-radius-topright: 10px;
            -webkit-border-top-left-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            }

            #container div.post div.post_title a {
                color: white;
                text-decoration: none;
                }

            #container div.post div.post_title a:hover {
                color: #ff5a00;
                }

        #container div.post div.post_content {
            border: 0 solid #063174;
            border-width: 0 2px 2px 2px;
            font-size: 14px;
            padding: 10px;
            line-height: 18px;
            -moz-border-radius-bottomleft: 10px;
            -moz-border-radius-bottomright: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -webkit-border-bottom-right-radius: 10px;
            }

            #container div.post div.post_content ul {
                padding: 5px 0 5px 20px;
                }

            #container div.post div.post_content p {
                padding: 5px 0;
                }

        #container div.post div.post_information {
            padding: 3px;
            font-size: 12px;
            border: 0 solid #02004b;
            }

    #container #post_nav_wrapper {
        margin: 0 10px;
        }

        #container #post_nav_wrapper #post_nav {
            font-size: 26px;
            font-variant: small-caps;
            padding: 0 6px;
            font-weight: bold;
            
            }

            #container #post_nav_wrapper #post_nav #post_nav_prev {
                float: left;
                }

            #container #post_nav_wrapper #post_nav #post_nav_next {
                float: right;
                }

            #container #post_nav_wrapper #post_nav a {
                color: black;
                text-decoration: none;
                }

            #container #post_nav_wrapper #post_nav a:hover {
                color: #ff5a00;
                }

#page_container {
    float: left;
    width: 950px;
    margin: 0 10px;
    }

    #page_container #page_title {
        padding: 10px 0 0 10px;
        font-size: 30px;
        font-style: italic;
        font-weight: bold;
        }

        #page_container #page_title a {
            color: black;
            text-decoration: none;
            }

        #page_container #page_title a:hover {
            color: #ff5a00;
            }

    #page_container div.post {
        padding: 10px 0;
        }

        #page_container div.post div.post_title {
            background-image: url('./images/posttitlebar.jpg');
            color: white;
            font-size: 26px;
            font-variant: small-caps;
            font-weight: bold;
            height: 36px;
            padding: 0 6px;
            -moz-border-radius-topleft: 10px;
            -moz-border-radius-topright: 10px;
            -webkit-border-top-left-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            }

            #page_container div.post div.post_title a {
                color: white;
                text-decoration: none;
                }

            #page_container div.post div.post_title a:hover {
                color: #ff5a00;
                }

        #page_container div.post div.post_content {
            border: 0 solid #063174;
            border-width: 0 2px 2px 2px;
            font-size: 14px;
            padding: 10px;
            line-height: 18px;
            -moz-border-radius-bottomleft: 10px;
            -moz-border-radius-bottomright: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -webkit-border-bottom-right-radius: 10px;
            }

            #page_container div.post div.post_content ul {
                padding: 5px 0 5px 20px;
                }

            #page_container div.post div.post_content p {
                padding: 5px 0;
                }

        #page_container div.post div.post_information {
            padding: 3px;
            font-size: 12px;
            border: 0 solid #02004b;
            }

    #page_container #post_nav_wrapper {
        margin: 0 10px;
        }

        #page_container #post_nav_wrapper #post_nav {
            font-size: 26px;
            font-variant: small-caps;
            padding: 0 6px;
            font-weight: bold;

            }

            #page_container #post_nav_wrapper #post_nav #post_nav_prev {
                float: left;
                }

            #page_container #post_nav_wrapper #post_nav #post_nav_next {
                float: right;
                }

            #page_container #post_nav_wrapper #post_nav a {
                color: black;
                text-decoration: none;
                }

            #page_container #post_nav_wrapper #post_nav a:hover {
                color: #ff5a00;
                }

div.sidebar {
    width: 250px;
    margin: 0 10px;
    float: right;
    display: inline;
    }

    div.sidebar #sidebar_title {
        padding: 10px 0 0 10px;
        font-size: 30px;
        font-style: italic;
        font-weight: bold;
        }

    div.sidebar ul {
        list-style: none;
        }

        div.sidebar ul li.sidebar_element {
            padding: 10px 0;
            }

        div.sidebar ul li.sidebar_element div.sidebar_element_subtitle {
            background-image: url('./images/posttitlebar.jpg');
            font-size: 18px;
            font-weight: bold;
            color: white;
            height: 24px;
            padding: 0 6px;
            font-variant: small-caps;
            font-weight: bold;
            -moz-border-radius-topleft: 10px;
            -moz-border-radius-topright: 10px;
            -webkit-border-top-left-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            }

        div.sidebar ul li.sidebar_element div.sidebar_element_content {
            border: 0 solid #063174;
            border-width: 0 2px 2px 2px;
            font-size: 14px;
            padding: 10px;
            -moz-border-radius-bottomleft: 10px;
            -moz-border-radius-bottomright: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -webkit-border-bottom-right-radius: 10px;
            }

#footer_wrapper {
    background: url('./images/footerbar.jpg');
    height: 37px;
    width: 970px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    }

    #footer_wrapper #footer {
        color: white;
        padding: 7px 10px;
        }

        #footer_wrapper #footer a {
            color: white;
            text-decoration: none;
            }

            #footer_wrapper #footer a:hover {
                color: #ff5a00;
                }

.clear{
    clear: both;
    }