/*
Theme Name: Hasodes
Version: 0.2
Author: Juri Glass
Theme URI: http://blog.hasodes.com
*/

body, div, h1, h2, h3 {
    margin: 0px;
    padding: 0px;
    color: #161616;
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

body {
    background-color: #FFFFFF;
}

a {
    color: #161616;
    text-decoration: underline;
}

a:hover {
    background-color: #161616;
    color: #CCFA12;
    text-decoration: none;
}

#top {
    background-color: #FFFFFF;
}

#page {
    background-color: #FFF;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    border-bottom: 1px dotted #CCFA12;
    height: 60px;
    background: #161616 url("images/header_gradient.png");
    margin-bottom: 30px;
}

    #header .title a, #header .title a:hover {
        font-family: "Times New Roman", Times, serif;
        font-size: 24pt;
        color: #CCFA12;
        padding-top: 15px;
        padding-left: 14px;
        width: 108px;
        float: left;
        text-decoration: none;
        background-color: transparent;
    }
    
    

    #header .description {
        margin-top: 18px;
        margin-left: 18px;
        float: left;
        padding: 5px;
        padding-right: 0px;
    }

#menue {
    height: 30px;
}

    .menue_item {
        float: right;
        padding: 3px;
    }

#left {
    float: left;
    width: 620px;
    padding-bottom: 60px;
    padding-top: 20px;
}

#right {
    float: right;
    width: 220px;
    padding-top: 20px;
}

#content {
    clear: both;
}

    .article {
        width: 610px;
        margin-bottom: 40px;
    }
    
        .article .header {
            padding-left: 14px;
        }
        
            /*.article .header .title {
                
            }*/
        
                .article .header .title a {
                    font-size: 24pt;
                    font-family: "Times New Roman", Times, serif;
                    margin-bottom: 2px;
                    color: #3D3F40;
                    clear: right;
                    text-decoration: none;
                }
            
                .article .header .title a:hover {
                    font-size: 24pt;
                    font-family: "Times New Roman", Times, serif;
                    margin-bottom: 2px;
                    color: #3D3F40;
                    clear: right;
                    background-color: #ffffff;
                    text-decoration: underline;
                }
            
            .article .header .meta {
                font-size: 9pt;
                color: #5E6F6C;
            }
            
                .article .header .meta a {
                    font-size: 9pt;
                    color: #5E6F6C;
                    background-color: #fff;
                    text-decoration: none;
                }
            
                .article .header .meta a:hover {
                    font-size: 9pt;
                    color: #5E6F6C;
                    background-color: #fff;
                    text-decoration: underline;
                }
            
        .article .body {
            margin-top: 22px;
            border-left: 1px dotted #CCFA12;
            padding-left: 14px;
        }
        
            .article .body .footer {
                border-top: 1px dotted #5E6F6C;
                font-size: 10pt;
                color: #5E6F6C;
            }
            
                .article .body .footer a {
                    font-size: 10pt;
                    color: #5E6F6C;
                    background-color: #fff;
                    text-decoration: none;
                }
            
                .article .body .footer a:hover {
                    font-size: 10pt;
                    color: #5E6F6C;
                    background-color: #fff;
                    text-decoration: underline;
                }
                
                .article .footer textarea {
                    width: 595px;
                }
        
        .article .body p {
            text-align: justify;
        }
        
#sidebar {
}

    #sidebar ul {
        margin: 0px;
        padding: 0px;
    }
    
    #sidebar li {
        list-style-type: none;
    }
    
    #sidebar li h3 {
        border-bottom: 1px dotted #CCFA12;
        font-family: "Times New Roman", Times, serif;
        font-size: 14pt;
        color: #161616;
    }
    
    #sidebar .tagcloud a{
        padding: 2px;
    }
    
#footer {
    clear: both;
    height: 67px;
    background-color: #161616;
    border-top: 1px dotted #CCFA12;
}
