/*
Theme Name: CoolSchool2010
Theme URI: http://netzartig.net
Description: Design CoolSchool2010 erstellt f&uuml;r die Elisabethschule Hildesheim 
Version: 1.0
Author: Tobias Franke
Tags: joyful color, fixed width, two columns, widgets

Design by T. Franke 2010 || http://netzartig.net
*/
@import url(css/reset.css);
@import url(css/grid.css);
@import url(css/typography.css);
@import url(css/forms.css);
@import url(css/hashgrid.css);

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, a {
 color: #6797B7;
 text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
 color: #444444;
 font-family: Georgia, Times New Roman;
}

/*************** begin common ***************/
body {
 background: #F5F5F5 url(images/bgBody.png) repeat-x; 
 color: #666666;
 font-family: Georgia, Times New Roman, Verdana,"Helvetica Neue",Arial,Helvetica,sans-serif;
 font-size: 14px;
}
#header {
 background: url(images/bgHeader.png) no-repeat center top;
 height: 260px;
 width: 100%;
}
#logo {
 height: 110px;
 margin-bottom: 65px;
}
#logo a {
 background: url(images/logo-elisabethschule-hildesheim.png) no-repeat 0 0 ;
 float: left;
 height: 110px;
 width: 450px;
}
#logo a:hover {
 background: url(images/logo-elisabethschule-hildesheim.png) no-repeat 0 -110px;
}
#logo h1, #logo p.subtitle {
 text-indent: -9999px;
}
#main {
 background: url(images/bgMain.png) repeat-y center top;
 min-height: 500px;
}
#content {
}
#featured {
 background: url(images/bgTeaser.jpg) no-repeat;
 height: 350px;
}
#sidebar {
}
#bottom {
 background: url(images/bgBottom.png) no-repeat center top;
 height: 50px; width: 100%;
 margin-bottom: 40px;
}
#footer {
 background: #33291e url(images/bgFooter.png) repeat-x;
 padding-top: 20px; 
}
/*************** end common ***************/
/*************** begin content ***************/
#content .post {
 margin-bottom: 40px;
}
#content h2 {
 font-family: Georgia, Times New Roman;
}
#content .post {
 border-bottom: 10px solid #F0F0F0;
 padding-bottom: 20px;
}
#content .post img {
 background: #ffffff url(images/bgThumbs.png) repeat-x;
 border: 1px solid #f0f0f0;
 padding: 5px;
}
#content .post .alignleft,
#content .post .thumb {
 float: left;
 margin: 0 20px 20px 0;
}
#content .post .alignright {
 float: right;
 margin: 0 0 20px 00px;
}
#content .post p.wp-caption-text {
 color: #666;
 font: 11px/120% normal normal Arial,Verdana,Helvetica,sans-serif;
 padding-top: 5px;
 text-align: center;
}
#content .post .wpmaps img {
 background: transparent;
}
#content .post h3 a {
 text-decoration: none;
}
.post .meta {
 color: #bababa;
 font-style: italic;
 font-size: 11px;
}
.post a.more-link {
 text-decoration: none;
}
.post a.more-text {
 float: right;
 font-size: 11px;
 text-align: right;
 text-decoration: none;
}
.post-previous, .post-next {
 font-size: 11px;
 text-decoration: none;
}
.post-next {
 text-align: right;
}
.entry img.thumb {
 background: #ffffff url(images/bgThumbs.png) repeat-x;
 border: 1px solid #f0f0f0;
 float: left;
 margin: 0 10px 20px 0;
 padding: 5px;
 width: 150px; height: 150px;
}
/* form */
#content .post form input,
#content .post form textarea {
 background: #fff;
 border: 1px solid #EBEBEB;
 border-radius: 5px;
 color: #838383;
 font: 16px normal normal Arial, Verdana, Helvetica, Georgia, Times New Roman, sans-serif;
 padding: 2px 10px 2px 110px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}
#content .post form input {
 background: #fff url(images/icon-search.png) no-repeat;
 height: 30px; width: 380px;
}
#content .post form #form-label-name,
#content .post form #form-label-mail,
#content .post form #form-label-subject,
#content .post form #form-label-message {
 display: none;
 visibility: hidden;
}
#content .post form input:focus,
#content .post form textarea:focus {
 border: 1px solid #919DAA;
}
#content .post form #form-input-name input {
 background: #fff url(images/form-label-name.png) no-repeat;
}
#content .post form #form-input-mail input {
 background: #fff url(images/form-label-mail.png) no-repeat;
}
#content .post form #form-input-subject input {
 background: #fff url(images/form-label-subject.png) no-repeat;
}
#content .post form #form-input-quiz input {
 background: #fff url(images/form-label-quiz.png) no-repeat;
 width: 340px;
}
#content .post form #form-input-message textarea {
 background: #fff url(images/form-label-message.png) no-repeat;
 line-height: 150%;
 padding: 50px 10px 2px 40px;
 width: 450px;
}
#content .post form #form-input-submit input {
 background: #CAECC8 url(images/form-label-submit.png) repeat-x;
 border: 1px solid #46AC42;
 color: #fff;
 font-size: 20px;
 font-weight: bold;
 height: 50px; width: 320px;
 padding: 0;
 margin-top: 50px;
}
/*********** begin event calendar ***********/
#content .event_calendar h2 {
 background: url(images/icon-events.png) no-repeat;
 font-size: 24px;
 color: #838383;
 height: 60px;
 padding-left: 65px;
}
#content .event_calendar p {
 border-bottom: 3px solid #f6f6f6;
 padding-bottom: 20px;
}
#content .event_calendar .date {
 font-weight: bold;
 float: left;
}
#content .event_calendar .event {
 
}
/*********** end event calendar ***********/
/*************** end content ***************/
/*************** sidebar ***************/

#sidebar .widget {
 border-bottom: 10px solid #f0f0f0;
 margin-bottom: 40px;
 padding-bottom: 40px;
}
#sidebar .widget h2, #sidebar .widget h3 {
 color: #838383;
 font: 26px/130% normal bold Georgia, Times New Roman;
 text-shadow: #efefef 2px 2px 0px;
}
#sidebar .widget ul {
 margin: 0; padding: 0;
 text-indent: 0;
}
#sidebar .widget li {
 border-bottom: 1px dashed #ccc;
 display: block;
 padding: 10px 0;
 list-style: none;
}
#sidebar .widget li a {
 font-size: 11px;
 text-decoration: none;
}
#sidebar .widget li:hover {
 background: #efefef;
}
#sidebar .widget li .children {
 text-indent: 15px;
 border-bottom: 0;
}
#sidebar .widget_search .screen-reader-text {
 visibility: hidden;
 display: none;
}
#sidebar .widget_search input#s {
 background: #F5F5F5 url(images/icon-search.png) no-repeat;
 border-radius: 5px;
 color: #838383;
 font: 16px normal normal Arial, Verdana, Helvetica, Georgia, Times New Roman, sans-serif;
 height: 30px; width: 250px;
 padding: 2px 10px 2px 50px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}
#sidebar .widget_search input#s:focus {
 background: #fff url(images/icon-search.png) no-repeat;
}
#sidebar .widget_search input#searchsubmit {
 visibility: hidden;
 display: none;
}
/*************** end sidebar ***************/
/*************** begin footer ***************/
#footer h2 {
 font: 22px/150% Georgia, Times New Roman;
 font-weight: bold;
 color: #675543;
 text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
 text-shadow: #1F1811 2px 2px 0px;
}
#footer small {
 color: #675543;
 font-size: 11px;
}
#footer .widget {
 margin-bottom: 40px;
}
#footer .widget ul {
 margin: 0; padding: 0;
 text-indent: 0;
}
#footer .widget li {
 list-style: none;
}
#footer .widget li a {
 border-bottom: 1px dashed #503F2F;
 color: #8F8479;
 font-size: 11px;
 display: block;
 padding: 5px 0;
 text-decoration: none;
}
#footer .widget li a:hover {
 background: #3A2E22;
}
#copyright p {
 color: #675543;
 font-size: 11px;
 padding: 10px 0 10px 0;
 text-align: center;
}
#copyright p a {
 color: #8F8479;
 font-size: 11px;
 text-decoration: none;
}
/*************** end footer ***************/
/*************** begin navPages ***************/
#navPages {
 padding-top: 20px;
 float: right;
}
#navPages li {
 float: right;
 list-style: none;
 margin-right: 10px;
 position: relative;
}
#navPages li a {
 font-size: 11px;
 text-decoration: none;
}
/*************** end navPages ***************/
/*************** begin navCategories ***************/
#navCategories {
 float: left;
 margin: 0 10px 0 0; 
 padding: 0;
}
#navCategories li a, #navCategories li {
 float: left;
}
#navCategories li {
 list-style: none;
 position: relative;
}
#navCategories li a {
 text-decoration: none;
 color: white;
}
#navCategories li.cat-item > a,#navCategories li.page_item > a {
 height: 55px;
 text-indent: -9999px; 
}
#navCategories li.cat-item ul li a,#navCategories li.page_item ul li a {
 height: auto;
}
#navCategories li.cat-item-home > a {
 background: url(images/buttons-navigation.png) no-repeat 0 0;
 width: 70px;
}
#navCategories li.cat-item-home > a:hover {
 background: url(images/buttons-navigation.png) no-repeat -200px -5px;
 width: 70px;
}
#navCategories li.cat-item-1 > a {
 background: url(images/buttons-navigation.png) no-repeat 0 -70px;
 width: 180px;
}
#navCategories li.cat-item-1 > a:hover {
 background: url(images/buttons-navigation.png) no-repeat -200px -65px;
 width: 180px;
}
#navCategories li.cat-item-1.current-cat,#navCategories li.cat-item-1 .current-cat-parent {
 background: url(images/buttons-navigation.png) no-repeat -200px -65px;
 width: 180px;
}
#navCategories li.cat-item-4 > a {
 background: url(images/buttons-navigation.png) no-repeat 0 -140px;
 width: 185px;
}
#navCategories li.cat-item-4 > a:hover {
 background: url(images/buttons-navigation.png) no-repeat -200px -135px;
 width: 185px;
}
#navCategories li.page-item-70 > a {
 background: url(images/buttons-navigation.png) no-repeat 0 -210px;
 width: 185px;
}
#navCategories li.page-item-70 > a:hover {
 background: url(images/buttons-navigation.png) no-repeat -200px -205px;
 width: 185px;
}


/* Submenu */

.hasChildren {
 position: absolute;
 width: 5px; height: 5px;
 background: black;
 right : 0;
 bottom: 0;
}
#navCategories li ul {
 display: none;
 position: absolute;
 left: 5px;
 top: 100%;
 padding: 0; margin: 0;
 z-index: 99999999;
}
#navCategories li:hover > ul {
 display: block;
}
#navCategories li ul li, #navCategories li ul li a {
 float: none;
}
#navCategories li ul li {
 _display: inline; /* for IE6 */
}
#navCategories li ul li a {
 display: block;
}
#navCategories li.cat-item .children a,#navCategories li.page_item ul a {
 display: block;
 font-size: 11px;
 padding: 10px 15px;
 text-indent: 0;
}
#navCategories li.cat-item-1 .children a {
 background: #FEC20E;
 color: #795343;
 width: 140px;
}
#navCategories li.cat-item-1 ul li a:hover {
 background: #FFDB71;
}
#navCategories li.cat-item-4 .children a {
 background: #ECEDD4;
 color: #795343;
 width: 145px;
}
#navCategories li.cat-item-4 ul li a:hover {
 background: #F5F7E7;
}
#navCategories li.page-item-70 ul li a {
 background: #70BCFC;
 color: #ffffff;
 width: 145px;
}
#navCategories li.page_item ul li a:hover {
 background: #B5E0FE;
}
/* SUBSUB Menu */

#navCategories li ul li ul {
 display: none;
}

#navCategories li ul li:hover ul {
 left: 100%;
 top: 0;
}
/*************** begin navCategories ***************/
/*************** begin slider ***************/
#jFlowSlide {
 background: #F6F8EA url(images/bgFeatured.jpg) no-repeat;
 font-family: Georgia; 
}
#myController {
 font-family: Georgia;
 font-size: 20px;
 height: 80px;
 padding: 15px 0 0 0; 
 width: 100%;
 background: #FCFCFC url(images/bgFeatured-bottom.jpg) no-repeat; 
}
#myController span {
}
#myController span.jFlowSelected,
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover {
 background: #e9e9ce;
 border: 1px solid #C7C7AE;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 margin-right: 0;
}
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { 
 background: #fff; 
}
.slide-wrapper { padding: 20px 25px; }
.slide-thumbnail { width:200px; float:right; display: none; }
.slide-thumbnail img {max-width:200px; display: none;}
.slide-details { width:320px; float:left;}
.slide-details h2 { font-size:1.5em; font-style: italic; font-weight:normal; line-height: 1; margin:0; }
.slide-details .description { margin-top:10px; }
.jFlowPrev {
 margin-left: 20px;
}
.jFlowControl, .jFlowPrev, .jFlowNext {
 background: #FBFBF9;
 border: 1px solid #FBFBF9;
 color: #606362; 
 cursor: pointer;
 padding: 5px 10px;
}
.slide-wrapper h2,slide-wrapper h2 a {
 color: #6797B7;
 font: 24px/120% normal bold Georgia;
 width: 460px;
}
.slide-wrapper a.link-to-article {
 background: url(images/icon-arrow-right.png) no-repeat;
 color: #5E6260;
 display: block;
 font: 18px normal bold Georgia;
 height: 30px;
 padding: 4px 0 0 35px;
}
.slide-wrapper .date {
 color: #ccc;
 font-size: 11px;
 font-style: italic;
}
/*************** end slider ***************/
