/*   
Theme Name: Karwendel Kalender
Theme URI: http://www.fischi.cc
Description: Das Layout für den Veranstaltungskalender Karwendel
Author: Thomas 'Fischi!' Fischer
Author URI: http://www.fischi.cc
Version: 1.0
*/

@media screen {

* { margin: 0; padding: 0; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap { width: 695px; margin: 0; }

#content {
	width:745px;
}

h2, h3 {
    font-size: 1.2em;
    font-weight: 100;
    margin-bottom: 0.2em;
}
h1 a {
    font-size: 1.2em;
    font-weight: 100;
    margin-bottom: 0.2em;
    text-decoration: none;
    color:#666666;
}

h1 { }
h2 { }
h3 { }

p { margin: 0 0 0 0; }
a {    
    text-decoration: none;
    color: #707173;
}
a:hover { } 

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0; }

.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#header {
    background-color: #E2EDD7;
    height: 50px;
    padding-left: 15px;
    padding-top: 5px;
    text-align: left;
    width: 680px;
}
#custom_search {
    margin: 15px 0;
    border: 1px solid #707173;
    padding: 15px;
    float: left;
    width: 663px;
}
div#custom_search table.calendar tbody tr th {
    width:20px;
}
div#custom_search table.calendar tbody tr td {
    text-align: right;
    padding:2px 4px 2px 2px;
}
.calendar {
    float: left;
}
div#custom_search form.custom_search {
    float: left;
    margin-left: 30px;
    width: 440px;
}
.active {
    background-color: #E2EDD7;
}
.today {
    background-color: #55AB26;
}
.today a {
    color: #FFFFFF;
}

.searchform-label {
    font-weight: normal !important;
    font-size: 1em !important;
}
.TextField {
    margin-bottom: 5px;
}
#sidebar .searchform-input-wrapper input, .searchform-input-wrapper input, .searchform-input-wrapper select {
    width: 100%;
    height: 17px;
    margin-top: 3px;
}
.searchform-input-wrapper select {
    height: 19px;
    width: 267px !important;
}
.searchform-controls {
    margin-right: 19px;
    padding-top: 15px;
}
.searchform-controls input {
padding: 3px;
}

#veranstaltung_table {
    vertical-align: top;
}

#veranstaltung_table th {
    background-color: #55AB26;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    padding: 1px 5px;
    text-align: left;
}
#veranstaltung_table .head .first {
    width: 70px;
}
#veranstaltung_table .head .second {
    width: 100px;
}
#veranstaltung_table .head .third {
    width: 370px;
}
#veranstaltung_table .head .fourth {
    width: 107px;
}
#veranstaltung_table th p {
    line-height: 1.5em;
}
#veranstaltung_table tr {
    font-size: 0.85em;
    line-height: 1.5em;
    font-weight: normal;
    background-color: #F0F6E9;
    height: 100px;
}
#veranstaltung_table .head{
    height: 20px;
}

#veranstaltung_table td {
    border: 1px solid #FFFFFF;
    padding: 5px;
    vertical-align: top;
}
#veranstaltung_table td h3 a{
    color: #55AB26;
    font-size: 1em;
    font-weight: 100;
    margin-bottom: 0.2em;
    margin-top: 0;
    text-decoration: none;
}
#veranstaltung_table .datum {
    background-color: #6bc23c;
    color: #FFFFFF;
    text-align: center;
}
#veranstaltung_table .dunkel {
    background-color: #E2EDD7;
}
.post-categories {
    float: right;
}
.post-categories ul li{
    float: right;
    list-style: none;
    padding-left: 5px;
}
.post-categories ul img{
    height: 25px;
    width: 25px;
}

div.event_meta {
    margin-top: 15px;
}
div.event_meta div.meta_label , div.event_meta div.meta_data {
    float: left;
    padding: 5px;
    border-bottom: 1px solid #E2EDD7;
    width: 344px;
}  
#footer {
    margin-top: 15px;
}
.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    float: left;
}
.alignright {
    float: right;
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.meta_data a {
    text-decoration: underline;
}

    
form { }
input[type=text] { }
textarea { }
.clearer {
    clear: both;
}
