/*  
Theme Name: SketchyTheme
Theme URI: http://www.thinkdesignblog.com
Description: 2-Column, widgetized, adsense-ready theme.
Version: v.1
Author: Nick Pagano from Think Design
Author URI: http://www.thinkdesignblog.com/

*/


/*----MAIN STYLES----*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
     margin: 0;
     padding: 0;
}


p.li{
     margin-left: 15px;
}



blockquote{
     margin-left: 30px;
     margin-right: 27px;
     margin-top: 10px;
     margin-bottom: 10px;
     background: #eaeaeb url(images/blockquote.jpg) no-repeat top left;
     padding: 25px;
}

body{
     margin: 0;
     font-family: Arial, Helvetica, Georgie, Sans-serif;
     font-size: 12px;
     text-align: center;
     vertical-align: top;
     background: #eeeeee url(images/bg-try.jpg) repeat-y center;
     color: #666666;
}

h1{
     font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
     font-size: 24px;
     padding: 0 0 10px 0;
}

h4{
     font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
     font-size: 16px;
     padding: 0 0 10px 0;
}

h5{
     font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
     font-size: 14px;
     padding: 0 0 10px 0;
}

a:link, a:visited{
      text-decoration: none;
      color: #1d2353;
}

a:hover{
      color: #444444;
      text-decoration: none;
}

p{
      padding: 10px 0 0 0;
}

#wrapper{
      margin: 0 auto 0 auto;
      width: 850px;
      text-align: left;
}


/*----ADVERTISEMENTS----*/

#topadsense{
      height: 25px;
      background: #E6E6E6;
      padding-top: 5px;
}

#sidebarads1{
      height: 135px;
      width: 290px;
}


#ad1{
      float: left;
      height: 125px;
      width: 125px;
      background: url(images/ad1.jpg) no-repeat;
      padding-right: 7px;
}

#ad2{
      float: left;
      height: 125px;
      width: 125px;
      background: url(images/ad2.jpg) no-repeat;
}



/*----HEADER----*/

#header{
      float: left;
      width: 850px;
      height: 59px;
      padding: 0px;
      background: url(images/header-bg.jpg) repeat-x;
}

#logo{
      position: relative;
      left: 20px;
      height: 59px;
      width: 180px;
      margin: 0px;
      background-image: url(images/logo.jpg);
}

#tophome{
      position: relative;
      height: 59px;
      left: 650px;
      float: left;
      font-family: Arial, Helvetica, Georgie, Sans-serif;
      font-size: 7px;
      font-weight: lighter;
      text-transform: uppercase;
}

#tophome a{
      float: left;
      color: #ffffff;
      padding-right: 50px;
      padding-top: 40px;
      padding-bottom: 25px;
      background: url(images/icon-home-white.jpg) no-repeat 0px 12px;
}

#tophome a:hover{
      color: #ffffff;
      background: url(images/icon-home-grey.jpg) no-repeat 0px 12px;
}


#toprss{
      position: relative;
      height: 59px;
      left: 665px;
      float: left;
      font-family: Arial, Helvetica, Georgie, Sans-serif;
      font-size: 7px;
      font-weight: lighter;
      text-transform: uppercase;
}

#toprss a{
      float: left;
      color: #ffffff;
      padding-right: 50px;
      padding-top: 40px;
      padding-bottom: 25px;
      background: url(images/icon-rss-white.jpg) no-repeat 0px 12px;
}

#toprss a:hover{
      color: #ffffff;
      background: url(images/icon-rss-grey.jpg) no-repeat 0px 12px;
}

#contact{
      position: relative;
      height: 59px;
      left: 680px;
      float: left;
      font-family: Arial, Helvetica, Georgie, Sans-serif;
      font-size: 7px;
      font-weight: lighter;
      text-transform: uppercase;
}

#contact a{
      float: left;
      color: #ffffff;
      padding-right: 50px;
      padding-top: 40px;
      padding-bottom: 25px;
      background: url(images/icon-contact-white.jpg) no-repeat 0px 12px;
}

#contact a:hover{
      color: #ffffff;
      background: url(images/icon-contact-grey.jpg) no-repeat 0px 12px;
}



/*----TOP SECTION - IMG UNDER HEADER----*/

#topsection{
      position: relative;
      height: 100px;
      width: 851px;
      margin: 0px;
      background-color: #000000;
      background-image: url(images/top-section.jpg);
}

#topsection h1 {
      padding: 50px 0px 0px 97px;
      font-size: 18px;
}
#topsection p {
      padding: 0px 0px 0px 98px;
}


/*----DROP DOWN TOP NAV----*/


#menuholder{
      background: url(images/top-nav-bg.jpg) repeat-x center top;
      width: 850px;
      height: 37px;
	    margin: 0 auto;
	    padding: 0px 0;
}

#nav {
	    width: 850px;
      height: 37px;
	    background: url(images/top-nav-bg.jpg) repeat-x right top;
	    float: left;
}

#nav, #nav ul { /* all lists */
	    padding: 0;
	    margin: 0;
	    list-style: none;
	    line-height: 0.9;
}

#nav a {
	    display: block;
     	padding:5px 7px 7px 10px;
	    color: #fff;
      font-size: 11px;
      margin-right: 20px;
}


#nav a:hover {
	    background: url(images/top-nav-bg-hover.jpg) repeat-x right top;
	    color:#ffffff;
}

#nav li { /* all list items */
	    float: left;
	    display: block;
}

#nav li ul { /* second-level lists */
	    position: absolute;
	    background: #b0b1b1;
	    width: 164px;
	    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	    display: block;
}


#nav li ul a{ /* second-level lists */
	    width: 144px;
}

#nav li ul ul { /* third-and-above-level lists */
      margin: -37px 0 0 164px;
	    padding: 0;
}

#nav li ul ul a{
	    width: 144px;
	}

#nav li:hover, #nav li.hover {
      position: static;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	    left: auto;
}


/*----CONTENT AREA----*/


#container{
      float: left;
      width: 550px;
      margin-top: 20px;
}

.post{
      padding: 25px 0px 25px 45px;
      background: url(images/post-bg-top.jpg) no-repeat 15px 0px;
      width: 500px;
      text-align: justify;
      line-height: 18px;
          
}


.postgrid{
      padding: 25px 0px 10px 29px;
      background: url(images/post-bg-top-grid.jpg) no-repeat 5px 0px;
      width: 154px;
      float: left;
      
}

.postgrid h2{
      font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;;
      font-size: 10px;
      line-height: 12px;
      color: #1d2353;
      min-height: 48px;
      
}

.postgrid h2 a{
      color: #1d2353;
      
}

.postgrid h2 a:hover{
      color: #444444;
      
}


.post h2{
      font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;;
      font-size: 18px;
      line-height: 35px;
      color: #1d2353;
      border-bottom: #E2E2E2 1px solid;
      min-heigt:
}

.entry{
      line-height: 18px;
      padding-right: 25px;
}



.more-link {
      font-size: 10px;
      text-decoration: none;
      font-weight: normal;

      
      
}

a img {
border: 1px solid #e4e4e4;

}


/*----BOTTOM OF POSTS----*/


.postbottom{
      height: 165px;
      width: 500px;
      padding-top: 25px;
      padding-right: 25px;
      padding-bottom: 40px;
      background: url(images/post-bg-bottom.jpg) no-repeat bottom;
}

.postbottom h3{
      color: #1d2353;
      border-bottom: 1px dashed #E2E2E2;
      font-size: 10px;
      padding: 0;
      margin: 0;
}

.relatedposts{
      float: left;
      width: 280px;
      list-style: none;
      font-size: 10px;
}

.relatedposts ul li{
      list-style: none;
      width: 280px;
      margin-left: -40px;
      border-bottom: 1px solid #E2E2E2;

}


.relatedposts ul li a{
      color: #666666;
      display: block;
      text-decoration: none !important;
      margin-left: 0px;
      padding-top: 3px;
      padding-right: 0px;
      padding-bottom: 3px;
      padding-left: 5px;
}

.relatedposts ul li a:hover{
	border-bottom-color: #fff;
	color: #666 !important;
	background-color: #E6E6E6;
}

.share{
      float: left;
      width: 150px;
      margin-left: 15px;
}

.stumble{
      width: 42px;
      height: 42px;
      float: left;
      margin-top: 12px;
      margin-bottom: 7px;
      margin-right: 10px;
      background: url(images/icon-stumble.jpg) no-repeat;
}

.stumble:hover{
      width: 42px;
      height: 42px;
      float: left;
      margin-top: 12px;
      margin-bottom: 7px;
      margin-right: 10px;
      background: url(images/icon-stumble-hover.jpg) no-repeat;
}

.digg{
      width: 42px;
      height: 42px;
      float: left;
      margin-top: 12px;
      margin-bottom: 7px;
      margin-right: 10px;
      background: url(images/icon-digg.jpg) no-repeat;
}

.digg:hover{
      width: 42px;
      height: 42px;
      float: left;
      margin-top: 12px;
      margin-bottom: 7px;
      margin-right: 10px;
      background: url(images/icon-digg-hover.jpg) no-repeat;
}


.delicious{
      width: 42px;
      height: 42px;
      float: left;
      margin-top: 12px;
      margin-bottom: 7px;
      background: url(images/icon-delicious.jpg) no-repeat;
}

.delicious:hover{
      width: 42px;
      height: 42px;
      float: left;
      margin-top: 12px;
      margin-bottom: 7px;
      background: url(images/icon-delicious-hover.jpg) no-repeat;
}

.subscribe{
      float: left;
      width: 150px;
      margin-left: 15px;
      margin-top: 5px;
}


.subscribe a{
      color: #666666;
      display: block;
      text-decoration: none !important;
      border-bottom: 1px solid #E2E2E2;
      font-size: 10px;
      margin-left: 0px;
      padding-top: 3px;
      padding-right: 0px;
      padding-bottom: 3px;
      padding-left: 5px;
}

.subscribe a:hover{
	border-bottom-color: #fff;
	color: #666 !important;
	background-color: #E6E6E6;
}


p.postmetadata{
      border-bottom: 1px dashed #E2E2E2;
      margin: 0 6px 10px 0;
      padding-bottom: 10px;
}


/*----PAGE AND POST NAVIGATION----*/


.navigation{
      float: left;
      width: 500px;
      padding: 10px 0 0 0;
      padding-left: 25px;
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 25px;
}

.navigation a{
      color: #666666;
      text-transform: uppercase;
      font-size: 10px;
      background: url(images/button-bg.jpg);
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 10px;
      padding-right: 10px;
      margin-right: 10px;
      border: 1px solid #E2E2E2;
}

.navigation img{
      border: none;
}

/*----SIDEBAR----*/

.sidebar{
      float: right;
      width: 290px;
      margin: 20px 0 0 10px;
      display: inline;
}

.sidebar ul{
      list-style-type: none;
      margin: 0;
      padding: 0px 10px 0px 25px;
}

.sidebar ul li{
      padding: 10px 0 10px 0;
}

.sidebar ul li h2{
      font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;;
      font-size: 14px;
      color: #1d2353;
      padding-left: 15px;
      padding-bottom: 10px;
      background: url(images/sidebar-h-icons.jpg) no-repeat 0px 4px;
}

.sidebar ul ul li{
      padding: 0px;
      line-height: 24px;
      border-bottom: #E2E2E2 1px solid;
}

.sidebar ul ul li a{
      color: #666666;
      display: block;
      text-decoration: none !important;
      margin-left: 0px;
      padding-top: 2px;
      padding-right: 0px;
      padding-bottom: 2px;
      padding-left: 5px;
}

.sidebar ul ul li a:hover{
	border-bottom-color: #fff;
	color: #666 !important;
	background-color: #E6E6E6;
}

table#wp-calendar{
      width: 93%;
      padding-left: 30px;
      padding-top: 5px;
      line-height: 20px;
}

.bloglist {
      line-height: 20px;
      
}

/*----COMMENTS----*/

.comments-template{
	margin: 10px 0 0;
	border-top: 0px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #E2E2E2;
}

.comments-template h2, .comments-template h3{
	font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/*----FOOTER----*/

#footer{
      clear: both;
      float: left;
      width: 850px;
      height: 285px;
      padding-top: 0px;
      list-style: none;
      background: #58595b url(images/footer-bg.jpg) repeat-x;
}

#footer p{
      line-height: 18px;
      padding-left: 20px;
      padding-right: 20px;
}

#footer a{
       list-style: none;
       color: #ffffff;
}

#footer img{
       border: 1px solid #333333;
       margin-top: 25px;
       margin-left: 40px;
       margin-right: 20px;
       margin-bottom: 20px;
}

#footer h2{
      color: #4C4B4B;
      padding-left: 40px;
      padding-top: 25px;
      padding-bottom: 10px;
      font-size: 14px;
      background: url(images/footer-h-icon.gif) no-repeat 20px 26px;
}

#leftfooter{
      float: left;
      width: 283px;
      height: 285px;
      background: url(images/footer-border.jpg) repeat-y right;
}

#leftfooter li{
      list-style: none;
      border-bottom: #E2E2E2 1px solid;

      margin-left: 30px;
      margin-right: 30px;
}

#leftfooter li a{
      color: #c9111e;
      display: block;
      text-decoration: none !important;
      margin-left: 0px;
      padding-top: 5px;
      padding-right: 0px;
      padding-bottom: 5px;
      padding-left: 5px;

}

#leftfooter li a:hover{
	border-bottom-color: #fff;
	color: #ffffff !important;
	background-color: #727272;
}

#middlefooter{
      float: left;
      width: 283px;
      height: 285px;
      background: url(images/footer-border.jpg) repeat-y right;
}

caption{
      padding-top: 10px;
      font-size: 16px;
      color: #ffffff;
}

#rightfooter{
     float: left;
     width: 566px;
}

.authorpic{
     width: 185px;
     height: 80px;
     background: url(images/authorpic.jpg);
     border: 1px solid #333333;
     margin-top: 25px;
     margin-left: 40px;
     margin-right: 20px;
     margin-bottom: 20px;
}

#credit{
    float:left;
    width: 850px;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 2px;
    margin-left: -2px;
    color: #a6a7a8;
    background: #ffffff;
}
#credit a{
    color: #666666;
}
#credit a:hover{
    color: #2c2d2d;
}



/*Image Zoom Crop*/

.imagelist { 
    list-style: none; 
    clear: left; 
    margin-top: 10px; 
    width: 145px; 
    height: 145px; 
    
}

.imagelist li {
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #eee;
    margin: 0px;
    margin-left: -40px;
    width: 145px;
    height: 145px;
    overflow: hidden;
}

.imagelist li img {
    
    margin-left: -20%;
    height: 145px;
    border: none;
}


/*
.imagelist li#imagelist-item1 img {
    width: 300px;

    margin-left: -25%;
    margin-top: -25%;
}

.imagelist li#imagelist-item1 {
    width: 200px;
    height: 100px;
}
*/


.pagebar {
  padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-left: 0.8em;
	margin-bottom: 1.0em;
	
	background: #fff;
	text-decoration: none;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #dddddd;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #dddddd;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #dddddd;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #eeeeee;
	color: #d30047;
}

.pagebar a:hover {
	border-color: #bbbbbb;
	background: #eeeeee;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}




/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/anywidth-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {
width:200px;
height: 800px;
margin:0 auto; 
position:relative;
}

#menu a img {
border: 0px;
}

#menu ul {
margin:0;
padding:0; 
list-style:none; 
white-space:nowrap; 
text-align:left; 
background: #fff; 
padding:1px 1px 0 1px;
}

#menu li {
margin:0; 
padding:0; 
list-style:none;
}

#menu li {
display:inline-block; 
display:inline;
}

#menu ul {
position:absolute; 
left:-9999px;
}

#menu ul.level1 {
position:absolute; 
left:0; top:10px;
width: 200px;
}

#menu a {
display:block; 
font:normal 11px verdana,arial,sans-serif; 
color:#000; 
line-height:22px; 
text-decoration:none;
padding:0 20px 0 0px; 
border-bottom:1px solid #ddd;
} 

#menu ul li:hover > ul {
visibility:visible; 
position: relative;
left:0px; 
top:0px;
margin-bottom: 5px;
background: #ffffff;

}

#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {
left:100%; 
visibility:visible;
}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {
left:-9999px;
}

#menu li a:hover {
background:#dddddd;

} 
#menu li:hover > a {
background:#dddddd;

}
#menu li a.fly {
background: url(http://bergsport-ausruestung.de/wp-content/uploads/image/arrow.gif) no-repeat right top;

}
#menu li a.fly:hover {
background: url(http://bergsport-ausruestung.de/wp-content/uploads/image/arrow.gif) no-repeat right top;

} 
#menu li:hover > a.fly {
background:#dddddd url(http://bergsport-ausruestung.de/wp-content/uploads/image/arrow.gif) no-repeat right top;
color: #000;
}
#menu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}




