/*
Theme Name: GoingBig
Theme URI: http://www.goingbig.de
Description: Blog about the famous GoingBig Ski/Snowboardpark / Spitzing
Author: Michael Teichert
Author URI: http://www.teichert-design.de
version: 1.0
*/




/* basics */

*{margin:0; padding:0;}


body {
        font-family: verdana, arial, tahoma, sans-serif;
        font-size: 8pt;
        margin:0px;
        background: #0A8EBC;
        color: #FFFDD8;
        }

.clearfix {
        clear: both;
}

h1 {font-size: 18pt; }
h2 {font-size: 14pt; margin-bottom: 20px;}
h3 {font-size: 10pt;}

h4 {
        display: inline;
        border: 1px dotted #FFFDD8;
        padding: 5px;
}


.rahmen {
        background: url(images/pfeil.png) top left no-repeat;
        padding-top: 30px;
        margin-bottom: 20px;
}

.rahmen img{
        border: 10px solid #FFFDD8;
}
img {border:none; !important}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
        border-left:1px solid #A5ABAB;
        margin:15px;
        padding:0 12px 0 12px;
        }

code{
        font-family:"Courier New", Courier, monospace;
        }


/* links */

a{
        outline: none;
        color:#000;
        text-decoration:none;
        }

a:hover{text-decoration: none;}



.postmetadata small {
        display: none;
        background: none;
        border: none;
        color: #FFFDD8;
        font-size: 9px;
        font-style: italic;
        font-weight: normal;

}

small {
        font-size: 9px !important;
        font-style: italic;
}


/* container */


#container {
        background: transparent url(images/logo.jpg) 50% 0 no-repeat;
        width: 760px;
        margin: 0 auto;
        padding:0;

        overflow: hidden;

        }

/* header */



#header {
        position: relative;
        top: 0;
        left: 0;
        background: url(images/banner.png) no-repeat;
        clear: both;
          width: 760px;
          height: 220px;
          margin-top: 170px;
        color: #fff;
        z-index: 2;
        }

.banner-head {
        position: absolute;
        top: 215px;
        left: 50%;
        margin-left: -380px;
        /* background: url(images/header.jpg) no-repeat; */
        height: 150px;
        width: 758px;
        z-index: 1;
}


#header h1{
        font:normal 20pt georgia, times;
        padding:20px 0 0 16px;
        margin:0;
        display: none;
        }

#header h1 a{color: #fffdd8; text-decoration: none;}
#header h1 a:hover{color: #000; text-decoration: none;}


#header h2{
        font:normal 10pt georgia, times;
        color:#333;
        padding: 0 0 0 18px;
        margin:0;
        display: none;
        }

/* main menu */


#menu {
        background:#000;
        font-family: verdana, arial, times, serif;
        font-size: 8pt;
        width:760px;
        overflow:hidden;
}


#menu ul {
        margin:0;
        padding:0;
}

#menu ul li {
        list-style-type: none;
        float:left;
        margin: 0;
        padding: 0;
}

#menu ul li a {
        padding:4px 10px;
        margin: 0;
        color: #fff;
        display:block;
}

#menu ul li a:hover {
        background: #fff;
        color:#000;
}



/* content */

h2.pagetitle {
        font:normal 15pt georgia, times;
        margin: 0 0 20px 0;
        padding: 0;
        color: #fffdd8;
}



#content {

        float:left;
		padding: 15px;
        width:500px;
        overflow: hidden;
        margin:0;
        }

.post {
        float: left;
        clear: both;
        width: 530px;
        margin:0 0 40px 0;
        padding:0 0 40px 0;
        line-height: 14pt;
        border-bottom: 1px dotted white;
        /* position: relative; */
        }

.post h2{
        font:normal 15pt georgia, times;

        }

.post h3 {
        font:normal 15pt georgia, times;
        margin: 0 0 20px 0;
        padding: 0;
        color: #fffdd8;
}


.post h3 a{
        color: #fffdd8;
        text-decoration: none;
        }

.post h3 a:hover{
        color: #000;
        text-decoration: none;
        }

.post h2 a{
        color: #fffdd8;
        text-decoration: none;
        }

.post h2 a:hover{
        color: #000;
        text-decoration: none;
        }

.post ul {

        margin: 10px;
        padding: 10px;

}

.post small {
        /* font-family: Arial Black, Arial; */
        font-size: 14px;
		padding-right: 20px;
}


.post li {
        list-style: circle;
}

.entry p{margin:12px 0;}

.postmetadata{
        display: none;
        clear: both;
        border: 1px dotted #FFFDD8;
        padding:6px;
        margin: 20px 0;
        }


.navigation {
        font-size:8pt;
        width:100%;
        float:left;
        margin:0;
        padding:0 0 0 0;
        }

.alignleft {
        margin: 10px 0;
}

.alignright {
        margin: 10px 0;
}
.alignleft a{float:left; margin:0 0; color: #fffdd8;}
.alignright a{float:right; margin:0 0;color: #fffdd8;}

.alignleft a:hover {
color: #000 !important;
}

.alignright a:hover {
color: #000 !important;
}

/* sidebar */

#sidebar {
        font-family: verdana, arial, tahoma;
        font-size:8pt;
        width:155px;
        float:right;
        margin:0;
        padding: 15px 15px 0 20px;
        }

#sidebar img {
        border: none;
}

#sidebar h2{
        font:normal 12pt arial, georgia, times;
        color: #FFFDD8;
        margin: 0;
        padding: 2px 5px;
}

#sidebar h2 a {
        color: #FFFDD8;
}

#sidebar label{
        font:normal 11pt arial, georgia, times;
        color: #000;
        margin: 0;
        padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
        margin: 0 0 12px 0;
        border-top: 1px dotted white;
        padding:0;
        }

#sidebar ul li {
        margin: 0;
        padding: 0;
        line-height: 18pt;
        /* border: 1px solid #1689B8; */
        list-style-type: none;

        }

#sidebar ul li a {
        display: block;
        text-decoration: none;
        color: #FFFDD8;
        padding: 0 10px 0 10px;
        border: 1px solid transparent;
}

#sidebar ul li a:hover {
        /* background: #1689B8; */
        padding-left: 15px;
        border: 1px dotted white;
}


#sidebar ul ul {
        margin:14px 0;
        padding:0;
}

#sidebar ul ul li {
        list-style-type: none;
        }

#sidebar ul ul ul{
        margin: 0;
        padding: 0;
}

#sidebar ul ul ul li{
        padding: 0 0 0 15px;
        list-style-type: square;
        color: #898989;
}



/* comments */


#commentform{
        margin:0;
        padding:0;
        }

#commentform p{
        color: #000;
        }

#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}

#commentform h3{
        font-family: georgia, times, verdana;
        font-size: 10pt;
        font-weight: 300;
        color: #000;
        margin:0;
        padding:0;
        }

#comment{
        width:80%;
        }

#author, #email, #url, #comment, #submit{
        background: #fff;
        font-family: verdana, arial, times;
        font-size: 8pt;
        margin:5px 5px 0 0;
        padding:0;
        border: 1px solid #000;
        }

#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}

ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
        margin:10px 0;
        padding:5px 0 5px 10px;
        list-style-type:none;
        }

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
        font-family: arial, verdana, tahoma;
        font-size: 9pt;
        font-weight: bold;
        font-style: normal;
        }

cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
        padding:0;
        margin:14px 0;
        }

#searchform input#s{
        margin:0;
        padding:2px;
        border:1px solid #000;
        }

#searchform input#searchsubmit{
        border:none;
        background:#333;
        color:#fff;
        text-transform:lowercase;
        }



/* misc */

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        }

img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
        }

img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
        }

.alignright {
        float: right;
        }

.alignleft {
        float: left
        }

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
        clear: both;
        width: 760px;

        }

#footer p{padding:25px 0 20px 15px;margin: 0; color: #eee; }
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #000;text-decoration: underline;}

/* NEW THINGS */

#calendar_wrap {

}

#sidebar h2 {
        font:normal 12pt georgia, times;
        text-align: left;
        margin-bottom: 5px;
        padding: 2px 5px;
}

#wp-calendar caption {
        font:normal 12pt georgia, times;
        border-bottom: 1px dotted #FFFDD8 !important;
        text-align: left;
        margin-bottom: 5px;
        padding: 5px;
}

#wp-calendar td {
        padding: 4px;
        text-align: center;
}

#wp-calendar td a {
        font-weight: bold;
}

#foxmenucontainer {
        margin-left: 10px;
}


.wp-forecast-curr-head {
        border-bottom: 1px dotted #FFFDD8 !important;
        text-align: left !important;
        font:normal 12pt georgia, times !important;
}

.wp-forecast-fc-oneday {
        border-bottom: 1px dotted #FFFDD8 !important;
        text-align: left !important;
        font:normal 12pt georgia, times !important;
}


.more-link {
        font:normal 12pt georgia, times;
        color: #FFFDD8;
}

a.more-link:hover {
        color: #000;
        text-decoration: none;
}



#burton {
        position: absolute;
        top: 311px;
        left: 50%;
        z-index: 3;
        margin-left: 245px;
        background: url(images/burton.png) right top no-repeat;
        width: 125px;
        height: 76px;
}

#burton h5 {
        width: 125px;
        height: 10px;
        font-size: 9px;
        margin: 0;
        padding: 60px 0 0 0;

}

#burton a {
        display: block;
        margin-top: -75px;
        width: 125px;
        height: 76px;
        color: #FFFDD8 !important;
}


/* GB LOGO*/

#gb {
        position: absolute;
        top: 318px;
        left: 50%;
        z-index: 3;
        margin-left: -430px;
        background: url(images/gb-black.png) right top no-repeat;
        width: 120px;
        height: 63px;
}

#gb h5 {
        width: 120px;
        height: 10px;
        font-size: 9px;
        margin: 0;
        padding: 50px 0 0 0;

}


/* TWITTER */

.tweets {
         padding-top: 20px !important;
}

.tweets li p {
         border-left: 1px solid #FFFDD8 !important;
         border-right: 1px solid #FFFDD8 !important;
         border-bottom: 1px solid #FFFDD8 !important;
         }

.tweets li {
         background: url(images/twitter.png) left top no-repeat;
         /* border: 1px solid #FFFDD8;   */
         margin-bottom: 20px !important;
         padding-top: 20px !important;
}
.tweets li a {
         font-style: italic !important;
         border: none !important;
         padding: 0 !important;
}

.tweets li a:hover {
         text-decoration: underline !important;
         border: none !important;
}

.timesince {
         font-style: italic !important;
         display: block;
         text-align: right;

}

.twittLogo {
	width: 75px;
	background: url(images/twitterLogo.png) no-repeat;
}