/*  
Theme Name: Ventil
Theme URI: http://www.ventil-jugend.ch/
Description: WordPress theme for Ventil.
Version: 1
Author: Jason Craft
Author URI: http://www.deftdevelopment.com/
*/

body {
    margin:0;
    padding:0 0 4px;
    background:url(images/body-bg.gif) repeat-x #F6F6F6;
    font-size:85%;
    font-family:Verdana, sans-serif;
    line-height:1.4em;
    color:#1A171B;
}
a img, img {
    border:none;
    vertical-align:middle;
}
a {
    text-decoration:none;
    color:#8e8e8e;
}
a:hover {
    color:#000;
    text-decoration:none;
}
h1, h2, h3, h4 {
    margin:20px 0 6px;
    padding:0;
    font-family:'Times New Roman', sans-serif;
    font-size:2.5em;
    font-weight:bold;
    line-height:1.1em;
}
h2 {
    margin:30px 0 6px;
}
h3 a {
    color:#000;
}
h3 a:hover {
    color:#9C9C9C;
    text-decoration:none;
}
h3, h4, h5, h6 {
    font-size:1.4em;
    font-weight:bold;
}
h4, h5, h6 {
    font-size:1.1em;
}
h2.first, h3.first, h2.pagetitle {
    margin-top:0;
}
p {
    margin:6px 0 16px;
}
ul {
    list-style-type:disc;
    list-style-image:url(images/bullet.png);
    margin:12px 0;
    padding:0 0 0 30px;
}
li {
    margin:1px 0;
    padding:0;
}
form {
    margin:0;
    padding:0;
}
big {
    font-size:1.25em;
}
small {
    font-size:0.8em;
}
.alignRight {
    text-align:right;
}
.alignCenter {
    text-align:center;
}
.clear {
    clear:both;
}
.left {
    float:left;
}
img.left {
    margin:0 14px 14px 0;
}
.right {
    float:right;
}
img.right {
    margin:0 0 14px 14px;
}
.statusMessage, .error {
    color:#F6A600;
}

/**** outer ****/
#outer {
    margin:0 auto;
    padding:0 10px;
    width:810px;
}

/**** header ****/
#header {
    position:relative;
    padding:0 15px;
    height:184px;
    color:#003555;
}
#header h1 {
    position:absolute;
    left:15px;
    bottom:54px;
    margin:0;
    padding:0;
}
#header h1 a {
    display:block;
    background:url(images/logo.gif) no-repeat;
    text-indent:-9999px;
    width:225px;
    height:111px;
    outline:none;
}
#header .widgets {
    position:absolute;
    right:15px;
    bottom:54px;
    list-style-type:none;
    margin:0;
    padding:0;
}
#header .widgets li {
    float:left;
    margin:0 0 0 24px;
    padding:0;
    width:190px;
    text-align:right;
}
#header .widgets .widgettitle {
    margin:0;
    padding:0;
    font-size:1em;
    font-family:verdana, sans-serif;
    font-weight:bold;
    color:#003555;
}

#header .sideNav {
    position:absolute;
    right:15px;
    bottom:54px;
    list-style-type:none;
    margin:0;
    padding:0;
    text-align:right;
    line-height:1.1em;
}
#header .sideNav li {
    margin:0;
    padding:0;
}
#header .sideNav a {
    color:#003355;
}
#header .sideNav a:hover {
    color:#FFF;
}

/**** navigation ****/
#navigation {
    position:absolute;
    left:15px;
    bottom:0;
    list-style-type:none;
    list-style-image:none;
    margin:0;
    padding:0;
    height:52px;
}
#navigation li {
    float:left;
    margin:0 16px 0 0;
    padding:0;
}
#navigation li.last {
    padding-right:0;
}
#navigation a {
    display:block;
    padding:0;
    font-size:1.4em;
    font-weight:bold;
    color:#FFF;
    line-height:54px;
    vertical-align:middle;
    outline:none;
}
#navigation li.active a, #navigation li.current_page_item a, #navigation .current_page_ancestor a, #navigation a:hover {
    color:#B4B700;
    text-decoration:none;
}

/**** content ****/
#content {
    margin:0;
    padding:26px 15px;
    background:#FFF;
}

/**** main content ****/
#main_content {
    float:right;
    padding:12px 0;
    border-top:solid 2px #EFEFEF;
    width:560px;
    min-height:400px;
    overflow:hidden;
}

/**** sidebar ****/
#sidebar {
    float:left;
    margin:0;
    padding:12px 0;
    border-top:solid 2px #EFEFEF;
    color:#9C9C9C;
    width:200px;
    overflow:hidden;
}
#sidebar h2, #sidebar h3 {
    margin:0 0 6px;
    font-family:Verdana, sans-serif;
    font-size:1.3em;
    color:#000;
}
#sidebar ul {
    list-style-type:none;
    margin:0;
    padding:0 0 10px;
    border-bottom:solid 2px #EFEFEF;
}
#sidebar ul li {
    margin:0;
    padding:0 0 4px;
}
#sidebar ul a {
    font-size:1.3em;
    font-weight:bold;
    color:#9C9C9C;
    line-height:1.1em;
}
#sidebar .categories a, #sidebar .archiv a, #sidebar .rss a {
    font-weight:normal;
}
#sidebar .current_page_item a, #sidebar .current-cat a, #sidebar ul a:hover {
    color:#003555;
}
#sidebar ul.navigation, #sidebar ul.widgets {
    border-bottom:none;
}

/**** footer ****/
#footer {
    clear:both;
    padding:8px 0;
    font-size:0.8em;
    text-align:center;
}
#footer a {
    color:#1A171B;
}

/**** posts ****/
h2.pagetitle {
    margin:0 0 22px;
}
.post {
    margin:2px 0 10px;
    padding:0 0 12px;
    border-bottom:solid 2px #EFEFEF;
}
.post h2, .post h3 {
    margin:6px 0;
}
.post h2 a, .post h3 a {
    color:#000;
}
.post h2 a:hover, .post h3 a:hover {
    color:#9C9C9C;
}
.post img.alignleft {
    float:left;
    margin:10px 10px 10px 0;
}
.post img .alignright {
    float:right;
    margin:10px 0 10px 10px;
}
.post .date {
    margin:0 0 20px;
    color:#2F7AA2;
}
.post .meta {
    font-size:0.8em;
}
.post ul {
    list-style-image:url(images/list-bullet.png);
    padding:0 0 0 22px;
}
.post ul li {
    padding:4px 0 0;
}

/**** post navigation ****/
#main_content .navigation .left {
    float:left;
}
#main_content .navigation .right {
    float:right;
}

/**** comments ****/
.commentlist {
    list-style-type:none;
    margin:14px 0;
    padding:0;
    border-top:solid 1px #EFEFEF;
}
.commentlist li {
    margin:0;
    padding:8px;
    border-bottom:solid 1px #EFEFEF;
}
.commentlist li.alt {
    background:#F6F6F6;
}
.commentlist li cite {
    font-style:normal;
    font-weight:bold;
}
.commentlist li .date {
    display:block;
    margin:0 0 10px;
    color:#777;
}
.comments textarea {
    width:450px;
    height:150px;
}

/**** post navigation ****/
#main_content .navigation {
    text-align:center;
}
#main_content .navigation div {
    display:inline;
}

/**** home page ****/
body#home {
    background:url(images/body-home3.gif) repeat-x #F6F6F6;
    background-color:#B4B700;
    color:#003555;
}
#home #header .widgets a {
    color:#003555;
}
#home #header .widgets a:hover {
    color:#FFF;
}
#home #content {
    background:transparent;
}
#home #main_content {
    float:none;
    border:none;
    width:auto;
}
#home .post {
    margin:-10px 0 0;
    padding: 8px 0;
}
#home .post .entry {
    font-size:40px;
    font-family:Georgia, serif;
    line-height:1.1em;
}
#home .post .navigation {
    margin:14px 0 20px;
}
#home .post .navigation a {
    color:#003555;
}
#home .post .navigation a:hover {
    color:#FFF;
}

#home #footer {
    color:#FFF;
}
#home #footer a {
    color:#FFF;
}
#home #footer a:hover {
    color:#003555;
}
