/*
Theme Name: Vovinam Light 2
Theme URI: http://thomashartmann.de/vovinam-light-wordpress-theme
Description: A simple theme for martial arts schools and groups. Supports a news feed, menus. Built for WordPress 3.0. Optimized for search engine ranking. 
Version: 0.1
Author: Thomas Hartmann
Author URI: http://thomashartmann.de/
Tags: right-sidebar, left-sidebar, fixed-width, two-columns, white, custom-header, theme-options, white

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Contains code from tutorials at http://themeshaper.com
Derived from Theme "Feed me, Seymour"
*/

/* Basic Tag Elements */

* {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: black;
}

p {
    margin: 0.5em;
}

a {
    text-decoration: none;
    outline: none;
    color: black;
    }
    
    a:hover {
        /*text-decoration: underline;*/
        border-bottom: dotted 1px;
        }

    #content_center p a,
    #content_center ul li a {
        border-bottom: silver dashed 1px;
    }
    
    
img { 
    border: 0;
    }

body {
    margin: auto; 
    width: 100%;
    font-size: 14px;
    }

#bodywrapper {
    width: 99%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
    
h1 a, h2 a, h3 a, h4 a, h5 a {
    /*color: #0077AA;*/
    /*text-transform: capitalize;*/
    font-weight:inherit;
    }
    
h1, h2, h3, h4, h5 {
    margin-top: 0px;
    margin-bottom: 0.5em;
    clear: both;
    float: left;
    width: 100%;
    font-weight:lighter;
    }

    h1 {
        font-size: 150%;
        font-weight: bold;
    }

    h2 {
        font-size: 140%;
    }

    .side-widget h2 {
        font-size: 100%;
        font-weight: bold;
    }

    h3 {
        font-size: 100%;
        font-weight: bold;
    }

    h4 {
        font-size: 100%;
        font-weight: bold;
        font-decoration: underline;
    }

    h5 {
        font-size: 100%;
        font-decoration: underline;
    }
    
    
/* Header */        

#header {
    background-color: white;
    float: left;
    padding: 0px;
    position: relative;
    height: 65px;
    width: 100%;
    color: black;
    }

    #headerdecoration_top {
        border-bottom: 7px solid yellow;
        display: block;
        margin-left: 100px;
        width: 1100px;
        }

    #headerdecoration_bottom {
        border-bottom: 7px solid yellow;
        display: block;
        margin-right: 200px;
        max-width: 900px;
        }

    #headertext {
        display: block;
        padding: 0px;
        position: relative;
        left: 0px;
        top: 0px;
        margin: 0px;
        margin-left: 200px;
        font-size: 200%;
        }

    #headersubtext {
        display: block;
        padding: 0px;
        position: relative;
        left: 0px;
        top: 150%px;
        margin: 0px;
        margin-left: 200px;
        font-size: 100%;
        font-style: oblique;
        }

    #logo {
        background-color: transparent;
        background-image: url("images/logo.png");
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        width: 200px;
        height: 150px;
        left: 0;
        top: 1em;
        z-index: 1;
    }

    #header_rss-logo {
        background-color: transparent;
        background-image: url("images/rss-logo.png");
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        width: 52px;
        height: 52px;
        right: 0;
        top: 0px;
        z-index: 2;    
    }


/* Featured Content */


#featured_content {
    position: relative;
    clear: both;
    top: 0px;
    left: 0px;
    min-height: 100px;
    white-space: nowrap;
}


    #featured_content_center {
        display: inline-block;
        min-width: 598px;
        vertical-align: middle;
        text-align: center;

        -webkit-box-shadow: -13px 3px 5px -5px silver;
           -moz-box-shadow: -13px 3px 5px -5px silver;
                box-shadow: -13px 3px 5px -5px silver;
        
    }

    #featured_content_left {
        display: inline-block;
        min-width: 198px;
        vertical-align: middle;
        text-align: right;
    }


    #featured_content_right {
        display: inline-block;
        min-width: 298px;
        vertical-align: middle;
        text-align: center;
    }


    #featured_content_center img {
        /*width: 150px;*/
        height: 150px;
        border: 0px;
    }


    #featured_content_center img.featured{
        /*width: 300px;*/
        height: 150px;
    }



/* Navigation Row */


#navigation_row {
    background-color: white;
    color: black;
    border-bottom: 0px black solid;
    position: relative;
    clear: both;
    top: 0px;
    left: 0px;
    margin-right: 200px;
    max-width: 900px;
    padding-bottom: 10px;
    white-space: nowrap;
    font-size: 125%;
}


    #navigation_row_center {
        color: inherit;
        display: inline-block;
        min-width: 698px;
        padding-top: 10px;
        vertical-align: middle;
        text-align: center;
    }

    #navigation_row_left {
        color: inherit;
        display: inline-block;
        min-width: 198px;
        padding-top: 10px;
        vertical-align: middle;
        text-align: right;
    }


    #navigation_row_right {
        color: inherit;
        display: inline-block;
        min-width: 298px;
        vertical-align: middle;
        text-align: left;
    }

    #navigation_row a {
        color: inherit;
    }

    #navigation_row_center ul {
        color: inherit;
        display: inline;
        padding: 0;
        list-style: none;
    }

        #navigation_row_center ul li {
            color: inherit;
            display: inline;
            padding-left: 1em;
        }

            #navigation_row_center ul li:before{
                content: "▸ ";
            }

            #navigation_row_center ul li:after{
                content: "";
            }

    .current-cat {
        font-weight: bold;
    }



/* Sidebars */

.side-widget {
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom:  30px;
    

	-webkit-box-shadow: -1px 1px 4px -1px #bbb;
	   -moz-box-shadow: -1px 1px 4px -1px #bbb;
	        box-shadow: -1px 1px 4px -1px #bbb;
             border-radius:  1px;
}

    .side-widget p.more a {
        font-style: italic;
    }

    .side-widget #searchform input { /*quickfix*/
        width: 175px;
        color: silver;
    }

    /* TODO: Rename */
    .shortpost {
        margin: 0em;
        padding: 0em;
        margin-left: 1em;
        padding-bottom: 1em;
    }


    .shortpost a {
    }



/* Main Content */    


#content {
    position: relative;
    clear: both;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}

    #content_center {
        margin-left: 200px;
        margin-right: 300px;
        padding-left: 20px;
        padding-bottom: 20px;
        background-color: #f0f0f0;

        -webkit-box-shadow: -10px 10px 9px -10px silver;
           -moz-box-shadow: -10px 10px 9px -10px silver;
                box-shadow: -10px 10px 9px -10px silver;
    }

        #content_center p {
            margin-left: 1em;
        }


        #content_center h1,
        #content_center h2 {
            padding-top: 15px;
        }


    #content_left {
        position: absolute;
        left: 0px;
        top: 0px;    
        width: 200px;
        height: 100%;
    }


    #content_right {
        position: absolute;
        right: 0px;
        top: 0px;    
        width: 290px; 
        height: 100%;
    }

    

/* Footer */    


#footerwrapper {
}


    #footer {
        color: silver;
        width: 100%;
        font-size: 75%;
        text-align: center;
        vertical-align: middle;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-left: -10px;
    }

        #footer a {
            color: silver;
        }

        #footer .infobox,
        #footer .infobox a {
            /*border: 1px solid black;*/
            color: black;
            font-size: 110%;
            margin: 1em;
        }



/* Posts */


.post {
    padding-top: 2em;
}


    .post h2 {
        border-bottom: white 1px solid;
    }


.taglist,
.taglist a {
    color: silver;
    font-style: italic;
}



/* General formats */


blockquote,
blockquote p {
    font-style: italic;
    margin-left: 30px;
}

.wp-post-image {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}


.wp-caption {
    padding-left: 15px;
}


.meta,
.meta a,
.tags,
.tags a {
    color: silver;
    font-size: smaller;
}

#comments {
    margin-top: 40px;
    border-top: 1px dotted black;
    visibility: hidden;
    height: 0;
}

#tagcloud,
#tagcloud a, 
.catheader {
    color: silver;
}

.more-link {
    font-size:  smaller;
    font-style: italic;
}

.wppa-nav,
.wppa-box {
    width: 100%;
}

.wp-caption-text {
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}


/* From WordPress Core */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, 
div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}




