/*
Theme Name: oinkfilm
Theme URI: http://www.oinkfilm.de
Description: Das erste WP-Theme f&uuml;r Oinkfilm
Version: 1.0
Author: im:cube7 | Sebastian Schwarz
Author URI: http://www.myspace.com/radrum
*/

/* --- GLOBAL --- */

body {
    color: rgb(211,211,211);
    background-color: rgb(0,85,122);
    background-image: url(images/design/body-bg.jpg);
    background-repeat: repeat-x;
    font-size: 14px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, helvetica, arial, sans-serif;
    margin: 0;
    padding: 0;
}
body a {
    color: rgb(230,230,230);
    text-decoration: none;
}
body a:hover {
    color: rgb(255,255,255);
    text-decoration: none;
}

#wrap {
    width: 100%;
    margin: 0 auto;
    background-image: url(images/design/wrap-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
}

#page {
    width: 900px;
    margin: 0 auto;
}

/* --- HEADER --- */

#header {
    height: 398px;
    margin: 0px;
}
#logo {
    width: 200px;
    height: 50px;
    margin: 0px auto;
    padding: 10px 5px;
    text-align: center;
}
#screenbox {
    height: 326px;
    width: 100%;
    margin: 0;

}
#screen {
    width: 512px;
    height: 288px;
    background-color: #FFF;
    margin: 26px 0 0 193px;
}

/* --- NAVIGATION--- */

#nav {
    height: 32px;
    width: 100%;
    background-image: url(images/design/nav-bg.png);
    background-repeat: repeat-x;
    margin: 0;
}
#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav li {
    float: left;
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
}
#nav li a {
    display: block;
    color: rgb(200,200,200);
    padding: 8px 68px 0 10px;
}
#nav li a:hover {
    color: rgb(255,255,255);
}
#nav a:active, a:focus {
	outline: none;
}

#subnav {
    height: 20px;
    width: 100%;
    background-image: url(images/design/subnav-bg.png);
    background-repeat: no-repeat;
    margin: 0;
}
#subnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#subnav li {
    float: left;
    margin: -2px 0 2px 0;
    font-size: 0.8em;
}
#subnav li a {
    display: block;
    color: rgb(160,160,160);
    padding: 3px 38px 0 10px;
}
#subnav li a:hover {
    color: rgb(255,255,255);
}
#nav .current_page_item a {
    color: rgb(0,138,186);
}
#subnav .current_page_item a {
    color: rgb(0,138,186);
}

/* --- CONTENT --- */

#content {
    margin: 3px 0 10px 0;
    padding: 15px 10px 20px 10px;
    background-image: url(images/design/content-bg.png);
    background-repeat: no-repeat;
}
#content h2 {
    font-size: 1.1em;
    margin: -5px 0 5px 0;
    padding: 0;
    color: rgb(0,138,186);
}
#content h3 {
    font-size: 0.8em;
    margin: 20px 0;
    padding: 0;
}
#content p {
    margin: 15px 0 -10px 0;
    padding: 0;
    text-align: justify;
}

#startbox {
    width: 100%;
    margin: 10px 0 20px 0;
    float: left;
}
#startbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.startbox1 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}
.startbox2 {
    width: 100%;
    float: left;
    margin: 30px 0;
    padding: 0;
}
.teasernews {
    float: left;
}
.start-news {
    margin: 0px 15px 0px 0px;
    float: left;
}
.start-newspic {
    width: 80px;
    height: 45px;
    float: left;
    margin: 0 20px 20px 0;
}
.start-newstxt {
    width: 278px;
    font-size: 0.9em;
    margin: 0 0 20px 0;
}
.start-newstxt strong {
    margin: 0;
    padding: 0;
    color: rgb(0,138,186);
}
.start-newstxt .date {
    margin: 0;
    padding: 0;
    color: rgb(255,0,0)
}
.start-newstxt .kommentar {
    margin: 0;
    padding: 0;
}
.start-excerpt {
    float: left;
    margin: -14px 0;
    text-align: left !important;
}


#infobox {
    width: 600px;
    float: left;
    margin: 0 0 30px 0;
}
#infopic {
    width: 200px;
    float: right;
    margin: 20px 50px 0 0;
    padding: 0;
}
#leistung {
    width: 900px;
    float: left;
}
#leistung ul {
    margin: 10px 0 20px 15px;
    padding: 0;
}
#post-leistung {
    width: 600px;
    margin: 20px 0;
    float: left;
}
#post-leistung ul {
    margin: 10px 0 20px 15px;
    padding: 0;
}

.info-l {
    width: 430px;
    margin: 10px 20px 20px 0;
    font-size: 0.9em;
    float: left;
}
.info-l h2 { color: rgb(0,138,186); }
.info-l h2 a { display: block; }
.info-l h2 a:hover { color: rgb(255,255,255); }
.info-r {
    width: 430px;
    margin: 10px 0 20px 0;
    font-size: 0.9em;
    float: left;
}
.info-r h2 { color: rgb(0,138,186); }
.info-r h2 a { display: block; }
.info-r h2 a:hover { color: rgb(255,255,255); }
.info-pic {
    width: 100px;
    height: 100px;
    float: left;
    margin: 10px 30px 0 0;
}
.info-txt {
    width: 300px;
    float: left;
    margin: 10px 0 0 0;
}

#adressen {
    width: 220px;
    float: left;
}
#adresse1 {
    width: 220px;
    margin: 20px 0 20px 0;
    padding-bottom: 10px;
}
#adresse2 {
    width: 220px;
    margin: 0 0 10px 0;
}

.news {
    width: 900px;
    margin: 20px 0;
}
.newspic {
    float: left;
    margin: 5px 20px 10px 0;
}
.newspost {
    float: left;
    width: 700px;
    margin: 10px 0 30px 0;
}
.post h2 a {
    color: rgb(0,138,186);
}
.post small {
    color: rgb(255,0,0);
}
.entry {
    margin-top: 5px;
}

.postmetadata {
    font-size: 0.8em;
}

small {
    margin-top: 5px;
}

.caption {
    color: rgb(211,211,211);
    font-weight: normal;
    font-size: 0.9em;
}

.imp {
    text-align: justify;
    font-size: 0.8em;
}

/* --- NEWS --- */

.navigation {
    font-size: 0.9em;
    height: 20px;
}
.navigation a {
    color: rgb(0,85,122);
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}

/* --- KONTAKT FORM --- */

#kontakt { width: 500px; float: right; }
#kontakt p input { width: 400px; padding: 2px; font-size: 1em; color: #555; }
#kontakt p textarea { width: 402px; padding: 2px; margin-bottom: 10px; font-size: 1em; color: #555; font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, helvetica, arial, sans-serif; }
#kontakt .captcha { margin-bottom: 10px; }
#kontakt .captcha img { margin: 0 10px 0 0; float: left; height: 27px; }
#kontakt .captcha input { width: 60px; text-align: center; }
#kontakt .btn input { width: 200px; }

/* --- FOOTER --- */

.divider {
    width: 100%;
    height: 10px;
    margin: 10px 0;
    padding: 0;
}
#flash {
    height: 80px;
    border-top: 0px dotted rgb(211,211,211);
    margin: 0;
    clear: both;
}

#footer {
    height: 60px;
    width: 100%;
    background-image: url(images/design/footer-bg.png);
    background-repeat: no-repeat;
    margin: 0px auto 10px auto;
    clear: both;
}
#footer-content {
    width: 900px;
    font-size: 0.8em;
    margin: 9px 10px 0 10px;
    padding: 0;
    float: left;
    color: rgb(21,21,21);
}
#footer-content a {
    color: rgb(200,200,200);
}
#footer-content a:hover {
    color: rgb(255,255,255);
}

.footer-left {
    float: left;
}
.footer-right {
    float: right;
    margin-right: 20px;
}
