/*
Theme Name: Kara Theme
Theme URI: http://kowalewska.org/
Description: Kara theme, version 3.0.
Version: 3.0
Author: Michael R' Tokarczyk
Author URI: http://neceron.org/
Tags: kara, grid, bloody

    Kara-30
     http://kowalewska.org/

*/

.document { background-image: url('images/bg.png'); margin: 0; padding: 0; }
    .document a { color: #333; text-decoration: none; }
    .document a:hover { text-decoration: underline; }

    .headpic { background-image: url('images/bullit_top.png'); height: 220px; margin: 0 auto; padding: 0; width: 820px; }
        .author_sign { background: url('images/author.png') no-repeat; height: 180px; margin: 0 auto; width: 180px; }

    .site { border: 3px solid #333; background-color: #ffffff; margin: 0 auto; padding: 0; width: 900px; }

        #menu { border-bottom: 3px solid #333; height: 40px; margin: 0 auto 0 auto; padding: 0 5px; }
            #menu a { display: block; font-size: 18px; height: 40px; line-height: 40px; vertical-align: middle; }
            #menu a:hover { background-color: #333; color: #fff; text-decoration: none; }
            #menu ul { margin: 0; }
            #menu li { display: block; float: left; list-style-type: none; text-align: center; width: 130px; }

        .content { padding: 10px 20px; }
            .content h3 { border-bottom: 1px solid #333; font-size: 18px; font-weight: bold; text-align: center; }
            .clear { clear: both; }

        .footpic { background: url('images/bullit_down.png'); height: 130px; margin: 0 auto; padding: 0; width: 820px; }

        #footer { background-color: #333; border: 3px 3px 0 3px; border: solid #333; color: #fff; height: 30px; line-height: 30px; margin: 5px auto; vertical-align: middle; width: 900px; }
            #footer a { color: #999; }
            .designer { float: right; margin: 0 10px 0 auto; }
            .author { float: left; margin: 0 auto 0 10px; }


/* WordPress Enhanced Contact Form */
#wpcf {  }
    #wpcf label { float: left; min-width: 150px; padding-right: 5px; }
    #wpcf input { float: left; margin-right: 5px; }
    #wpcf textarea { margin: auto 0 1px 155px; }
    #contactsubmit { margin: 10px auto 10px auto; min-width: 70px; }
