/*********************************************************************************************

Theme Name: Magazinum + ALT +
Theme URI: http://www.wpzoom.com/themes/magazinum/
Version: 1.4.3
Author: WPZOOM
Author URI: http://www.wpzoom.com

**********************************************************************************************


WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file.

**********************************************************************************************


0.  CSS Reset  -------------------------  All Theme Files
1.  Toolbox CSS  -----------------------  All Theme Files
2.  Page Structure  --------------------  All Theme Files
3.  Header  ----------------------------  header.php
4.  Featured Slider  -------------------  wpzoom-slider.php
5.  Carousel  --------------------------  wpzoom-carousel.php
6.  Featured Articles ------------------  index.php
7.  Featured Categories on homepage ----  wpzoom-home-categories.php
8.  Blog post --------------------------  index.php, archive.php, author.php
9.  Archives Page Template -------------  template-archives.php
10. Single Post ------------------------  single.php
11. Comments ---------------------------  comments.php
12. Sidebar & Widgets ------------------  sidebar.php
13. Footer  ----------------------------  footer.php

**********************************************************************************************/


/*********************************************************************************************

0. CSS Reset  -------------------------  All Theme Files

*********************************************************************************************/
* { margin: 0; padding: 0; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0;}
table { border-collapse: collapse; border-spacing: 0; }
.clear { clear: both; height: 1px; margin: 0 0 -1px; overflow: hidden; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style-type: none; list-style-position: inside; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border: none }
/* Gets rid of IE's blue borders */
table { -x-system-font: none; font-family: inherit; font-size: inherit; font-size-adjust: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit;  }
th { background: #bbccdd; color: #333; }
th, td { line-height: 20px; padding: 4px; }
tr:nth-child(2n) { background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; }
tr:nth-child(2n+1) {  }

/*********************************************************************************************

1. Toolbox CSS  -------------------------  All Theme Files

*********************************************************************************************/
h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
h7 { font-size: 15px; font-color: #ffffff}
h8 { font-size: 22px; }

a { color: #24211f; text-decoration: none; outline: none; }
        a:hover { color: #006699; text-decoration: none; }
        a:active { outline: none; }

.aligncenter,div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 10px 15px 5px 0; }
.alignright { float: right; margin: 10px 0 8px 20px; }

.clear { clear: both; }
.floatleft, .more_left { float: left; }
.floatright { float: right; }

/* Navigation & WP PageNavi Plugin */
div.navigation { float: left; width: 100%; }
div.navigation p,  div.wp-pagenavi { margin: 0; font-size: 11px; font-weight: bold; text-align: center; }
div.navigation a.current { background-color: #006699; color: #006699; -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; border: none; }
div.navigation a:hover { background-color: #006699; color: #ffffff; text-decoration: none; }
div.navigation a { font-size: 11px; font-weight: bold; color: #006699; padding: 6px 10px; line-height: 50px; margin-right: 10px; -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; border: none; }
div.navigation span.current { padding: 6px 10px; background-color: #000; color: #006699; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; border: none; margin-right: 10px; }
div.navigation a:hover { background-color: #006699; color: #ffffff; text-decoration: none; }
div.navigation span.pages { margin-right: 10px; display: none; }
div.navigation .nextpostslink:hover { background: #FFFFFF; }
div.navigation .previouspostslink:hover { background: #006699; }
div.navigation .extend { border: none; }
div.navigation .alignleft, div.navigation .alignright { margin: 0; }

html { overflow-y: scroll; }

p { line-height: 1.6;}

.entry p { margin-bottom: 15px; }

input { padding: 14px; }
input[type="text"],
input[type="password"] {
        border:1px solid #c7c7c7;
        background:#fdfefe url(images/input.gr.png) repeat-x 0 0;
        color:#000;
        font-size:12px;
        font-weight:bold;
         height:1px;
         font-family:Arial;
        vertical-align:middle;
    
}
input[type="submit"],
input[type="reset"] {
         border:none;
        background:#f2f2f3 url(images/input.gr.png) repeat-x 0 -49px;
        color:#6a6a6a;
        font-weight:bold;
        font-size:12px;
        padding:4px 5px;
        height:30px;
        vertical-align:middle;
        cursor:pointer;
        border:1px solid #ccc;
 }
@-moz-document url-prefix() {
        input[type="submit"],
        input[type="reset"] {
                padding-top:0;
        }
        input[type="text"],
        input[type="password"] {
                padding-top:22px;
                padding-bottom:6px;
        }
}
textarea {
        border:1px solid #c7c7c7;
        background:#fdfefe;
        color:#747474;
        font-size:12px;
        padding:5px;
        border-radius:2px;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
        vertical-align:top;
}

#searchsubmit {
background:url(images/search.png) no-repeat;
width:30px;
text-indent:-9000em;
border:none;
}

.bubble {
position:absolute;
top:8px;
right:15px;
background:url(images/bubble.png) no-repeat;
display:block;
width:38px;
height:19px;
}

.bubble a {
color:#000;
font-size:12px;
font-weight:bold;
width:20px;
height:18px;
text-align:center;
display:block;
padding:1px 0 0 5px;
margin-left:10px;
}

/*********************************************************************************************

2. Page Structure  -------------------------  All Theme Files

*********************************************************************************************/
.no-img {

}




body {
    text-align: center;
        background: #F5F5F5;

    font-family:Arial, Helvetica, sans-serif;
        font-size: 12px;
    color: #211F1F;
 }

#page-wrap {
        margin: 0 auto;
        text-align: left;
	position: relative; 
    width: 980px;
    background:#fff; 
-webkit-box-shadow: 0 0 5px 1px #a8a8a8; 
-moz-box-shadow: 0 0 5px 1px #a8a8a8; 
box-shadow: 0 0 5px 1px #a8a8a8;


    
 }



#WerbungTop {
    margin: 0 auto;
        text-align: left;
	position: relative; 
    width: 980px;
    
 }


#WerbungRight {
position: absolute;
left: 1490px;
top: 110px;
}


#content {
        padding:15px 0 15px 10px;
        float:left;
        width:690px;
        text-decoration: block;
        display: block;

        }


#skyscraperstart {

position: absolute;
top: 101px;
left: 50%;
margin-left: 500px;



}


#superbannerstart {
position: relative;
width: 768px;
height: 100px;
left: 48%;
margin-left: -218px;
background: transparent;




}


#contentad {
left: 190px;
position: relative;
float:center;

}

#contentadfull {
left: 330px;
position: relative;

}

#contentadtm {
left: 115px;
position: relative;

}

#links {
position: relative;
width: 500px;
height: 280px;

}

#rechts {
right:135px;
float:right;
position: relative;

}


#Rechteck {
position: relative;
width: 500px;
height: 280px;

}


#linksStart {

position: absolute;
border:3px;

}

#rechtsStart {
float:right;
position: relative;

}


#links {
left:25px;
float:left;
position: absolute;
border:3px;
display: none;
}

#rechts {
right:10px;
float:right;
position: relative;
}

#full {
top:3px;
left:110px;
position: relative;
bottom:12px;
}


#billboard {
  position: relative;
  top: 10px;
  left: 10%;
  margin-bottom: 20px;
  z-index: 4999;

}

#16967 {
  position: relative;
  top: 10px;
  left: 10%;
  z-index: 4999;
}




#News { 

color:#006699; 
padding: 10px 10px 10px 0;  
border-bottom:1px solid #006699; 
margin:0 0 8px 10px;
font-size: 20px;

}




#Sticky {

        display: none;
        position: fixed;
        height: 172px;
        z-index: 1000;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        transform: scale(3);

       -webkit-transform: scale(3);
       -moz-transform: scale(3);
       -ms-transform: scale(3);
       -o-transform: scale(3);


	
} 

#plistaAd { 

display: none;

}


#LiveSpieleTabelle { 

display: none;
}


#LiveSpieleAppSchrift { 


}


#StartseiteUnten { 


}


#StartseiteUntenWerbung { 
display: none;

}


#StartseiteUntenWerbungPAGE { 
display: none;

}


#fb-single { 


}


#Artikelbild { 


}


#Tabellemobile{


} 



#LigatusMobile {
display: none;
} 
 


#ErgebnisseMobile {
display: none;
} 
 

/*********************************************************************************************

3. Header  -------------------------  header.php

*********************************************************************************************/

#header {
float:left;
background:#ffffff;
width:100%;
clear:both;
position:relative;
z-index:100;
}

        #topbar {
        background: #F5F5F5;
        padding:0 10px;
        margin:0 0 30px;
        }

        #topbar .topmenu {
        float: left;
        width:800px;

        }

        #topbar .login-form {
        float:right;
        }

        #topbar a {
        color:#fff;
        font-size:11px;
        }

        #logo {
        float:left;
        padding:0 0 0 15px;
        }

        .adv {
        float:right;
        margin: 0 10px 10px 0;
        }

        #search_form {
        float:right;
        margin:20px 10px 0 0;
        clear:right;
        }

        #social{

        }


        #plista-web{

        }



        #spiele{
         z-index: 1;
         margin-bottom: 15px;


        }


        #menu {
        margin:18px 10px 0 0;
        float:left;
        width:970px;
        background: #006699


        }

#topbar .user-bar { color: #B8B9B8; float: right; font-size: 12px; line-height: 24px; }
label.overlabel-apply { position: absolute; margin-top: 7px; margin-left: 5px; z-index: 1; color: #6a6a6a; font-size: 12px; }
#topbar .user-bar a { text-decoration: none; margin: 0 4px; font-weight: bold; }
#topbar .user-bar a:hover { text-decoration: underline; }
.login-form { position: absolute; top: 0; right: 0; z-index: 100; width: 220px; display:none;}
.login-form .close { border-top: 1px solid #3f3f3f; width: 60px; text-align: center; margin: 0 auto; background: #434343; height: 29px; line-height: 25px; }
#topbar .login-form .close a { color: #E3E3E3; text-decoration: none; font-weight: bold; }
.login-form form { background: #434343 url(images/bg_login.png) repeat-x bottom; width: 220px; margin: 0; border-right: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.login-form fieldset { margin: 0; padding: 10px; }
.login-form .inputs { width: 130px; float: left; }
.login-form .input { margin-bottom: 5px; }
.login-form .input label { color: #fff; }
.login-form label.overlabel-apply { margin-top: 6px; color: #fff; }
.login-form .input input { border: 1px solid #848483; border-top: none; border-left: none; background: #5c5c5b url(images/input.gr.png) repeat-x 0 -99px; color: #E3E3E3; font-size: 12px; padding: 6px 5px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; height: 16px; vertical-align: middle; width: 118px; }
.login-form .button { width: 64px; float: right; }
.login-form .button input { width: 64px; height: 64px; background: url(images/bg_login_sub.png) no-repeat; border: none; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; box-shadow: 0 0 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; padding: 0; color: #989898; font-size: 16px; font-weight: bold; text-shadow: 0 -1px 0px #5F5B5B, 0 1px 0 #E3E3E3; }
.login-form .remember { clear: both; margin-bottom: 4px; }
.login-form .remember label { color: #e4e4e4; font-size: 11px; vertical-align: middle; }
.login-form .remember input { vertical-align: middle; }
.login-form .lost { font-size: 11px; }
#topbar .login-form .lost a { color: #E3E3E3; text-decoration: none; }
#topbar .login-form .lost a:hover { text-decoration: underline; }


#selectnav1, #selectnav2 {
        display: none;
}


#mobilesMenu{
display: none;

}


#menu-mobile{
text-decoration:none;
font-family:Arial;
font-weight:bold;
margin:auto;
width:100%;
z-index:100;


}

#menu-mobile a{
text-decoration:none;
color:white;
padding-left:10px;
padding-right:10px;
font-size:4em;
display:block;
height:100%;
}

#menu-mobile ul{
list-style-type:none;
}


#menu-mobile li{
background-color:#006699;
float:left;
height:110px;
padding-top:35px;
width:45%;
text-align:center;
border:solid 2px white;
}


/*********************************************************************************************

4. Featured Slider          -------------------------  wpzoom-slider.php

*********************************************************************************************/

#slider {
background:#ffffff;
 position:relative;
 clear:both;
 float:left;
 width:100%;
 border-top:10px outset #ffffff;
 z-index: 2;

}

#featPostsBig {font-size: 12px; line-height: 18px;  min-height: 450px; width:720px; float:left; }
#featPostsBig div.cover {float: left;  display: block; margin-right: 15px; }
#featPostsBig p {color: #ffffff;}
#featPostsBig h2 a {font-size: 22px; line-height: 36px;  margin-bottom: 10px; color:#fff;} a:hover { color: #006699; text-decoration: none; }



#featPostsSmall { width:245px;  float:left; }
#featPostsSmall h3 { color:#006699; padding: 10px 10px 10px 0;  border-bottom:1px solid #006699; margin:0 0 8px 10px;}
 #featPostsSmall li a { float:left; width:228px; clear:both; color:#000; font-weight:bold; padding:10px 10px 10px 0;  margin:0 0 0 10px;  border-bottom:1px dotted #303131; -moz-border-radius-topright: 2px; -moz-border-radius-bottomright: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; text-align: left; }
#featPostsSmall li.active a, #featPostsSmall li a:hover { ; background:#006699; color:#fff;  repeat-x top; border-bottom:1px solid transparent; margin-left:0; padding-left:10px;}

/* Required */
.container { overflow:hidden; position:relative; min-height: 450px; }
.slides { position:absolute; top:0; left:0; }
.slides li.slide { position:absolute; top:0; width:930px; min-height: 250px; display:block; }
ul.slides li {z-index:10; }
.postcontent { height:100%; width:690px; overflow:hidden; position:absolute; z-index:15; bottom:0; height:110px; left:0; background:url(images/bg_slidecont.png) repeat; padding: 10px 15px;}

/* Optional */
a.browse { position: absolute; width: 29px; height: 29px; display: block; cursor: pointer; font-size: 1px; z-index: 99; text-indent: -2000px; background: url("images/arrows.png") no-repeat 0 0; outline:none; border:none;}

a.previous { position: absolute; top: 10px; left: 645px;  background-position: 0 0;  }
a.previous:hover { background-position: 0 -30px; }

a.next { position: absolute; top: 10px; left: 680px;  background-position: -30px 0; }
a.next:hover { background-position: -30px -30px; }

.slides div a.more_link { display: none; }


/*********************************************************************************************

5. Carousel  -------------------------  wpzoom-carousel.php

*********************************************************************************************/

#featured {
background:#edeeee url(images/bg_carousel.png) repeat-x top;
padding:15px 10px;
width:960px;
position:relative;
float:left;
}

        #featured h3 {
        color:#000;
        margin:0 0 10px 5px;

         }

         #featured ul {
         margin-left:-4px;

         }

        #featured ul li {
        display:inline;
         float:left;
        margin:0;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding:7px 7px 10px;
        
        }

        #featured li a {
        color:#000;
        font-weight:bold;
        }

        #featured .thumb img {
        margin-bottom:4px;
        }

        #featured li:hover {
        background:#fff;
        }

         .jcarousel-clip {
         width:954px;
         }

   .jcarousel-item {
        width:145px;
        overflow:hidden;
        }

         .jcarousel-prev {
    position: absolute;
    top: 15px;
    right:50px;
        width: 27px;
    height: 27px;
    cursor: pointer;
    background: url(images/arrows.png) no-repeat;
    background-position:0 -59px;
        }

        .jcarousel-prev:hover {
        background-position: 0 -85px;
        }

        .jcarousel-next {
        position: absolute;
        top: 15px;
        right: 16px;
        width: 27px;
        height: 27px;
        cursor: pointer;
        background: url(images/arrows.png) no-repeat;
        background-position:-29px -59px;
        }

        .jcarousel-next:hover {
        background-position: -29px -85px;
        }

/*********************************************************************************************

6. Featured Articles on Home page  -------------------------  index.php

*********************************************************************************************/

.featured_art {
margin:6px 0 10px;
padding:0 0 10px 6px;
float:664px;
display:block;



}

.featured_art .thumb {
position:relative;
float:left;



}

.featured_art img {
float:left;
margin:0 10px 10px 0;

}

.featured_art .meta {
color:#919191;
font-size:11px;
text-align:justify;

}

.featured_art h2  {
margin:0 0 5px 0;
line-height:1.1;
font-size:19px;
text-align: left;


}

/*********************************************************************************************

7. Featured Categories on Home page  -------------------------  wpzoom-home-categories.php

*********************************************************************************************/

.featured_cat {
clear:both;
display:block;
width:684px;
float:block;
padding:0 0 10px;
margin:0 0 10px 6px;
font-size:11px;


}

.featured_cat h3 {
border-bottom:1px solid #e7e7e7;
border-top:1px solid #7d7f7f;
padding:6px 0 7px;
margin-bottom:13px;
color:#000;



 }

        h3 span {
        background:url(images/arrow_h3.png) no-repeat;
        width:9px;
        height:9px;
        display:inline-block;
        margin:0 0 0 2px;
        padding:2px 0 0 0;



           }

         .featured_cat img {
        float:left;
        margin:0 10px 8px 0;


        }

        .featured_cat .thumb {
        position:relative;
        float:left;


        }

          .featured_cat .article {
        width:227px;
        float:left;
        border-right:1px dotted #e7e7e7;
        padding-right:5px;



        }

        .featured_cat ul {
        float:right;
        width:214px;
        margin-left:7px;



        }

        .featured_cat ul li {
        padding:8px 0;
        border-bottom:1px dotted #e7e7e7;



        }

        .featured_cat ul li:last-child {
        border-bottom:none;


        }

        .featured_cat ul li a {
        font-size:11px;
        font-weight:bold;




        }


/*********************************************************************************************

8. Blog posts styling (archives post)  -------------------------  index.php, archive.php, author.php

*********************************************************************************************/

.archive {
clear:both;
display:block;
width:684px;
float:left;
padding:0 0 10px;
margin:10px 0 10px 6px;
font-size:12px;

}

.archive h3 {
border-bottom:1px solid #e7e7e7;
border-top:1px solid #7d7f7f;
padding:7px 0;
margin:0 0 10px 0;
color:#000;

}

        .archive .thumb {
        position:relative;
        float:left;
        }

        .archive img {
        float:left;
        margin:0 7px 7px 0;
        }

        .archive .post {
        border-bottom:1px solid #EFEFEF;
        margin:7px 0;
        padding:0 0 9px;
        clear:both;
        float:left;
        width:100%;
        }

        .archive .post h2 {
        font-size:17px;
        display:inline;
        }

        .archive .post h2 a {
        color:#000;
        text-align: left;
        }

        .archive .post h2 a:hover { color: #006699; text-decoration: none; }
   

        .archive h3 small {
        font-size:12px;
        font-weight:normal;
        color:#474747;
        line-height:1.5;
        }

        .archive .post .meta {
        float:none;
        display:block;
        clear:none;
        color:#919191;
        margin-bottom:3px;
        }

        .archive .meta a {
        color:#919191;
        font-weight:bold;
        }


/*********************************************************************************************

9. Archives Page Template  -------------------------  template-archives.php

*********************************************************************************************/

.archives .arch_tags {
border:1px solid #E7E9EB;
padding:15px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
float:left;
width:95%;
}

        .archives .arch_tags span {
        font-size:20px;
        color:#606060;
        }

        .archives .arch_tags ul {
        text-align:center;
        margin:8px 0;
        }

        .arch_cat {
        float:left;
        width:250px;
        margin:10px 10px 25px 25px;
        }

        .arch_cat span {
        font-size:17px;
        color:#606060;
        margin:5px 0 5px 5px;
        display:block;
         }

        .arch_cat ul li {
        border-bottom:1px solid #E7E9EB;
        padding:6px;
        text-align:right;
        color:#00A0C6;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        }

        .arch_cat ul li a {
        font-weight:bold;
        text-align:left;
        float:left;
        }

        .arch_cat ul li:hover {
        background:#242425 url(images/bg_slide.png) repeat-x top;
        color:#fff;
        }

        .arch_cat ul li:hover a {
        color:#fff;
        }

        .arch_cat.dates {
        float:right;
        margin-right:20px;
        }

        .arch_cat .rounded {
        border-bottom:1px solid #ffffff;
        clear:both;
        display:block;
        padding:4px 9px 4px 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft:5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
         }

/*********************************************************************************************

10. Single Posts Styling  ---------------------------------         single.php, page.php

*********************************************************************************************/

.capclass {
background:#F5F5F5;
font-style:italic;
font-size:12px;
font-color:#C2C2C2;

 }




.single {
         float:left;
         margin:0 0 20px;
         padding:7px 0 15px 16px;
        float:left;
        width:680px;
         }

        .single.fullwidth {
        width:950px;
        background:#fff;
        }

        .single .meta {
        width:100%;
         float:left;
         padding:10px 0;
         font-weight:normal;
         color:#555555;
        font-size:12px;
         border-bottom:1px solid #d7d7d7;
        }

                .single .meta a {
                font-weight:bold;
                }

                .single .meta span {
                float:right;
                font-size:11px;
                }

                .single .meta span a {
                font-weight:normal;
                }

         .single h1 a {
        font-size:21px;
         color:#292929;
        margin:6px 0 10px;
        float:left;
        clear:both;
        width:100%;
        

        }

                .single h1 a:hover { color: #006699; text-decoration: none; }
                
               

        .single .entry {
        float:left;
        width:100%;
        overflow:hidden;
        clear:both;
        line-height:2.1;
        font-size:14px;
        clear:left;
        font-family: Arial;
        
        }

        .single .entry a {
           color:#166E96;
           font-weight:bold;
	   font-family: Arial;
          }

          .single .entry a img {
          text-decoration: none;
        border: 0 none;
           }

         .single .entry ul {
        margin:0 0 20px;
        padding:0 0 0 30px;
        }

        .single .entry ul li {
        list-style-type:square;
        }

        .single .entry ol {
        margin:0 0 20px;
        padding:0 0 0 30px;
        }

        .single .entry ol li {
        list-style-type:decimal;
        }

         .single blockquote {
         border-left:3px solid #CCCCCC;
        color:#777777;
         font-size:14px;
        line-height:1.8em;
        margin:10px 20px 10px 30px;
        padding-left:10px;
        }

        blockquote, q {
        quotes:none;
        }

        .single .alignleft {
        float:left;
        margin:5px 10px 5px 0;
        }

        .single .alignright {
        float:right;
        margin:10px 0px 10px 15px;
        }

        .single .entry h2 {
         float:none;
         width:auto;
         }

         .single .entry img {
         max-width:960px;
         border: 1 dotted;
         }

        .single .author {
        float:left;
        width:100%;
        clear:both;
        margin:0 0 10px 0;
        color:#8B8A8A;
        font-style:italic;
        }

                .single .author a {
                font-weight:bold;
                }

        .single .after-meta {
        margin:10px 0;
        padding:9px 0 7px;
        float:left;
        width:100%;
        border-top:1px solid #E8E8E8;
        border-bottom:1px solid #E8E8E8;
        }

        .single .tags_list {
        font-size:11px;
        font-weight:bold;
        float:left;
         }

                .single .tags_list a {
                border:1px solid #e7e7e7;
                padding:2px 3px;
                color:#838383;
                -moz-border-radius: 3px;
                border-radius: 3px;
                margin-right:5px;
                font-weight:normal;
                line-height:2.5;
                }

                .single .tags_list a:hover {
                text-decoration:none;
                border-color:#838383;
                }

        .after-meta ul {
        float:right;
        display:inline;
        font-size:11px;
        font-weight:bold;
        }

                .after-meta ul li {
                float:left;
                margin-right:4px;
                }

                .after-meta ul li a {
                display:block;
                 }

        .single .post_author {
        background:#F7F7F7;
        border: 1px solid #E0E0E0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        clear:both;
        float:left;
        width:656px;
        padding:10px 10px 5px 10px;
        margin:10px 0;
        font-size:11px;
        line-height:1.6em;
        }

                .fullwidth .post_author {width: 930px;}

                .single .post_author img {
                float:left;
                margin:0 7px 7px 0;
                }

                .single .post_author span {
                font-weight:bold;
                font-size:13px;
                display:block;
                margin-bottom:5px;
                }

        .gallery .gallery-item {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        margin:10px; }

        .gallery { margin: auto; text-align:center; clear:both; }
        .gallery img { border: 2px solid #cfcfcf; }
        .gallery-caption { margin-left: 0; }
        .attachment { margin: 1em 0 }

         .wp-caption-text, .gallery-caption {
          color:#999;
         text-align:center;
         font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
         font-size:11px;
         }

         html .wp-caption-text {
         margin-bottom:5px;
         }

        .thumbnails {
        background:#FFFDEA;
        border: 1px solid #EEE7AB;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        clear:both;
        float:left;
         padding:10px 10px 5px;
        margin:10px 0 20px;
        font-size:11px;
        line-height:1.6em;
        }
                .thumbnails img {
                        margin:0 5px 10px;
                        width:144px;
                        height:144px;
                        border: 1px solid #EEE7AB;
                        }

/*********************************************************************************************

11. Comments  -------------------------  comments.php

*********************************************************************************************/

#comments { float: left; width: 100%; margin: 10px 0 15px; }
#comments h3 { color: #333; font-weight: bold; border-top: 2px solid #5B5B5B; padding: 8px 0; font-size: 20px; }

.comment-input-text textarea { width: 80%; }
.comment-list { margin: 0; padding: 0; }
.comment-list li { list-style: none; }
.comment-list li .commbody { border-bottom: 1px dotted #E3DFDF; padding: 16px 0; }
.comment-list ul { margin-bottom: 0; }
.comment-list ul.children .commbody { padding: 15px 0 10px 15px; }

.comment-author { float: left; }
.comment-author img { float: left; margin: 0 12px 12px 0; }
cite.fn, cite.fn a { margin-right: 3px; font-size: 14px; color: #333; font-weight: bold; font-style: normal; }
cite.fn a:hover { color: #000; text-decoration: underline; }
.comment-profile-wrapper { text-align: center; width: 105px; }
span.says { display: none; }

.comment-meta { margin: 0 0 4px; }
.commentmetadata a { color: #000; font-style: italic; font-size: 11px; }
.commentmetadata a:hover { color: #484040; text-decoration: none; }
.comment-gravatar { margin-bottom: 3px; }
.comment-content-wrapper { float: right; width: 538px; }
.comment-parent, .comment-single { margin-top: 15px; }
.comment-list ul.children, #comments #respond ul { border-left: 1px dotted #E3DFDF; margin: 0 0 10px 47px; }
.comment-list ul.children ul.children { margin-left: 40px; }
.comment-list ul.children li { background: url('images/dot.png') no-repeat left 20px; margin: 0; }
.comment-body { padding: 8px 12px 0; margin: 0; position: relative; }
.comment-list li div p { margin-bottom: 0.8em; color: #4F5051; font-size: 12px; overflow: hidden; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.comment .post-date { margin-top: 0; }
.comment .post-date .right a { color: #BBB; }
.comment .post-date .right a:hover { color: #234; }

.reply { float: right; clear: both; margin-right: 15px; }
.cancel-comment-reply { margin: 7px 0 0 0; }
.reply a, .cancel-comment-reply a { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background: url(images/reply.png) no-repeat left; color: #7a7a7a; font-size: 11px; padding-left: 15px; border: none; margin-right: 3px; font-weight: bold; }
.reply a:hover, .cancel-comment-reply a:hover { text-decoration: none; color: #333; }

#respond li { list-style: none; }
#respond ul { margin: 0; }
#respond .legend { margin-bottom: 10px; }
#respond h3 { border-bottom: 1px solid #e7e7e7; border-top: 1px solid #7d7f7f; padding: 9px 0; margin: 10px 0 15px 0; color: #000; }
#comments #respond { padding: 0; margin: 5px 0 9px; float: left; width: 100%; clear: both; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#comments #respond .legend { margin-bottom: 0; border-bottom: 0; }
#comments #respond ul { padding: 10px 0 0 15px; background: url('images/dot.png') no-repeat left top; }
#comments ul.children #respond ul { margin-left: 30px; padding: 0; }
#comments #respond .comment-profile-wrapper, #comments #respond .comment-arrow { display: none; }
#comments #respond .comment-body { background: #FFF; }
#comments #respond .comment-content-wrapper { width: 100%; float: none; }

#formLabels { width: 88%; float: left; }
#formLabels p { float: left; display: inline; margin: 0 0 10px; width: 100%; color: #8B8B8B; }
#formLabels p label { width: 80px; float: left; color: #333; font-weight: bold; }
#formLabels p.last { margin-right: 0; }
#respond textarea { color: #000; font-size: 14px; font-weight: bold; font-family: Arial; }
#respond input, #respond textarea {color: #000; margin-right: 5px; width: 69%; border-top: 2px solid #cecece; border-left: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb; background: #e2e2e2; border-bottom: none; -moz-border-radius: 3px; border-radius: 3px; }
#respond #formContent { margin: 7px 0; float: right; }
.comment-list li #respond p { margin-left: 0; }
#trackbacks { float: left; width: 100%; }
#trackbacks ol { padding: 10px 0; }
#trackbacks li { list-style-type: decimal; padding: 5px 0 5px 15px; }
#respond  .button { -moz-border-radius: 3px; -webkit-border-radius: 3px;  background: -moz-linear-gradient(0% 170% 90deg, #c4c4c4, white); /* Image fallback */ background: -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#c4c4c4)); border: 1px solid; border-color: #e6e6e6 #cccccc #cccccc #e6e6e6; border-radius: 3px; color: #404040; display: inline-block; font-family: "helvetica neue", helvetica, arial, freesans, "liberation sans", "numbus sans l", sans-serif; font-size: 15px; outline 0; padding: 9px 8px; text-align: center; text-decoration: none; white-space: nowrap; margin-left: 60%; width: 140px; height: 40px }
#respond  .button:hover { background: -moz-linear-gradient(0% 170% 90deg, #b8b8b8, white); background: -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#b8b8b8)); border-color: #99ccff; color: #333333; }
#respond  .button:active { position: relative; top: 1px; }
#respond  .button:active, .button:focus { background-position: 0 -25px; background: -moz-linear-gradient(0% 170% 90deg, white, #dedede); background: -webkit-gradient(linear, 0% 0%, 0% 170%, from(#dedede), to(white)); border-color: #8fc7ff #94c9ff #94c9ff #8fc7ff; color: #1a1a1a; text-shadow: 1px -1px 0 rgba(255, 255, 255, 0.5); }


/*********************************************************************************************

12. Sidebar & Widgets -------------------------  sidebar.php

*********************************************************************************************/

#sidebar {
float:right;
width:250px;
margin:10px;
overflow:hidden;
position: relative;
}

        #sidebar .widget {
        margin-bottom:15px;
        }

                #sidebar .widget h3 {
                padding:3px 0;
                margin-bottom:8px;
                font-size:17px;
                border-bottom:1px dotted #e7e7e7;
                color:#1F1C1C;
                line-height:1.2;
                }

.widget { float: left; line-height: 1.5; margin-bottom: 10px; width: 100%; }
.widget ul { clear: both; margin: 5px 0; line-height: 1.7; }
.widget ul li { list-style-type: none; }
.widget ul ul { margin: 0; padding: 0; border-top: none; }
.widget ul ul li { border: none; }

.widget a { font-weight: bold; }
.widget #cat, .widget select { width: 100%; background: #F7F7F7; border: 1px solid #cdcfd4; color: #333333; display: inline; padding: 5px; line-height: 1.5; clear: both; float: left; }

/* Category Widget */
.widget_categories ul li { color: #8B8A8A; text-align: right; font-weight: normal; padding: 2px 4px; clear: both; }
.widget_categories ul li a { text-align: left; float: left; font-weight: bold; }
.widget_categories ul li a:hover { color: #fff; text-decoration: none; font-weight: bold; }
.widget_categories ul li:hover { background: #333; color: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.widget_categories ul li:hover a { color: #fff; }

.recent_comments img, .recent_news img { float: left; margin: 0 7px 0 0; }
.recent_comments a, .recent_news a { font-weight: bold; }
.recent_comments li, .recent_news li { float: left; width: 100%; clear: both; padding: 6px 0; line-height: 18px; border-bottom: 1px solid #eee; }
#footer .recent_comments li, #footer .recent_news li { border-bottom: 1px dotted #2e2e2e; }
.recent_news span { font-size: 9px; color: #A9A9A9; margin: 3px 0 0; display: block; }
.recent_comments li a, #twitter a { display: inline; padding: 0; line-height: 18px !important; }

ul.gallery img { border: 1px solid #f1f1f1; width: 65px; height: 65px; float: left; padding: 4px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
ul.gallery img:hover { border: 1px solid #ccc; }
ul.gallery a { border: none; }
ul.gallery a:hover, ul.gallery li:hover, ul.gallery li a:hover, #ads li:hover { border: none; }
ul.gallery { float: left; display: block; list-style-type: none; margin: 0; }
.widget ul.gallery li { border: none; padding: 0 8px 8px 0; float: left; list-style-type: none; list-style-position: outside; }

#footer ul.gallery img { border-color: #000; padding: 0; width: 62px; height: 62px; }
#footer ul.gallery img:hover { border: 1px solid #9A9A9A; }
#footer ul.gallery { margin: 0; }

.ads { text-align: center; }

.wpzoom_media .open .description { margin: 10px 0 5px; font-size: 12px; line-height: 16px; }
.wpzoom_media .hidden { display: none; }
.wpzoom_media li { border-bottom: 1px dotted #ddd; list-style-type: none; font-size: 14px; padding: 8px 0; line-height: 20px; }
.wpzoom_media li a  { font-weight: normal; }
.wpzoom_media li a.active { font-weight: bold; }

.widget .social li { display: block; width: 100%; float: left; padding: 8px 0; line-height: 1.2; }
.widget .social li a { font-size: 14px; font-weight: bold; }
.widget .social li a span { color: #858585; font-size: 11px; display: block; font-weight: normal; }
.widget .social img { float: left; margin-right: 7px; }

.widget_tag_cloud div { text-align: center; }
.widget_tag_cloud div a { font-family: Georgia, serif; font-style: italic; padding: 0 3px; }
.widget_tag_cloud div a:hover { background: #333; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: #fff; text-decoration: none; }
#footer .widget_tag_cloud div { text-align: left; }
#footer .widget_tag_cloud div a:hover { background: #fff; color: #333; }


/********************************************************************************
                Tabber CSS
********************************************************************************/

.tabberlive .tabbertabhide { display: none; }
.tabberlive h3 { display: none; }
ul.tabbernav li { float: left; margin: 0 7px 0 0; padding: 0; height: 28px; line-height: 28px; margin-bottom: -1px; overflow: hidden; position: relative; background: url(images/bg_sidetab.png) repeat-x; border: 1px solid transparent; list-style-type: none; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; }
ul.tabbernav { margin: 0; padding: 1px 0; font: bold 12px; }
*html  ul.tabbernav { padding: 2px 0; /* ie6 only */ }
*+html  ul.tabbernav { padding: 2px 0; /* ie7 only */ }
ul.tabbernav li { list-style: none; display: inline; }
ul.tabbernav li a { text-decoration: none; /* inactive tabs */ color: #fff; display: block; font-size: 11px; font-weight: bold; padding: 0 10px; outline: none; }
ul.tabbernav li.tabberactive { background: #fff; /* active tab */ border-bottom: 1px solid #fff; border-left: 1px solid #d7d7d7; border-right: 1px solid #d7d7d7; border-top: 1px solid #d7d7d7; }
ul.tabbernav li.tabberactive a { color: #000; }
.tabbertabs .recent_comments li img, .tabbertabs .recent_news li img { float: left; margin: 0 7px 5px 0; }
.tabbertab li { float: left; width: 245px; clear: both; border-bottom: 1px dotted #EFEFEF; padding: 7px 5px 5px 5px; }
.tabbertab .comm_bubble { font-style: italic; font-size: 10px; color: #A9A9A9; }
.tabbertab li .meta { font-size: 9px; color: #A9A9A9; margin: 3px 0 0; display: block; }
.tabbertab li .meta a { font-weight: normal; font-size: 9px; }
.tabbertab li a { font-weight: bold; font-size: 12px; }
ul.tabbernav a:hover { text-decoration: underline; }
ul.tabbernav { margin: 0; padding: 0; float: left; list-style: none; height: 29px; width: 100%; border-bottom: 1px solid #d7d7d7; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
html .tabbertab ul { margin: 0; }
.tabberlive .tabbertab { padding: 5px 0 0; float: left; width: 250px; }
.tabbertab h2.widgettitle { display: none; }



/*********************************************************************************************

13. Footer  -------------------------  footer.php

*********************************************************************************************/

#footer {
background:#006699;
color:#fff;
padding:15px 0 15px 5px;
}

        #footer .widget {
        color:#fff;
          font-size:11px;
        margin:0 10px 15px;
        width:222px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
         zoom: 1;
        *display: inline;
        float:none;
        }

                #footer .widget h3 {
                color:#fff;
                font-size:17px;
                border-bottom:1px dotted #fff;
                padding:5px 0;
                margin-bottom:6px;
                }

                #footer .widget a {
                color:#fff;
                }

#copyright {
margin: 25px 15px 10px 10px;
padding-top:10px;
text-align:left;
height:20px;
font-size:11px;
border-top:1px solid #fff;
}

#copyright span {
float:right;
text-align:right;
width:25%;
}

#copyright a {
color:#fff;
font-weight:bold;
}

#copyright span img {
vertical-align:middle;
padding:2px 0 5px 2px;
}

#copyright span a {
text-indent:-2999px;
font-size:1px;
}

#footerText {
font-size:17px;
}

/******************************************  
* Media Queries (Responsive Design)
*******************************************/

/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file.

*/





/* Large Screens */
@media screen and (max-width: 1000px) {      

    #page-wrap { width: 96%; background: #fff;}


#selectnav1, #selectnav2 { display: inline-block; font-size: 16px; padding: 5px; vertical-align: top; float: left; }
    #menu-main, #topmenu { display: none; }
    #topbar { padding: 5px 15px; }
    #menu-main { padding-left:15px; }
    #selectnav2 {  margin-bottom: 10px; }



    #slider { height: auto; }

    #slider #slides { width: 73%; }
    #slider_nav  {width: 27%; }
    #slider_nav h3 { display: none; }
 
    #slider #slides  h2 a { font-size: 20px; }
    #slides .postcontent {  width:96%; height:auto; padding: 2%; background: url(images/gradient.png) repeat-x 0 -95px; }
    #slides .postcontent p { display: none; }
 
    #slider #slides img { max-width: 100%; height: auto; }

    .video_cover { position: relative; padding-bottom: 56.25%; display: block;  height: 0; overflow: hidden; width: 100%; max-width: 100%; }
    .video_cover iframe,
    .video_cover object,
    .video_cover embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

    #carousel-items { width: 100%; }
    #carousel-items img { max-width: 100%; height: auto; }
    
    #content { width: 64%; margin:0 0 0 2%; }
    #sidebar { width: 30%; margin-right:2%; }

    .featured_art .thumb {width: 45%; }

    .featured_art img { max-width: 100%; height: auto; }

    .featured_cat .thumb img { max-width: 100%; height: auto; }
    .featured_cat .article { float:none; width: auto; overflow: hidden; border:none; }
    .featured_cat ul { width: 100%; float:left; overflow: hidden; margin: 0; }
     
    #comments .commentlist li #respond input { width: 94%; }
    #comments .commentlist li #respond textarea { width: 94%; }
    #comments .commentlist li #respond p.form-submit input { width: auto; }
    
    .fb_iframe_widget { width: 100%!important }
    .fb_iframe_widget span { width: 100%!important; }
    .fb_iframe_widget span iframe { width: 100%!important; }
    .widget img,
    .adv_side img { max-width: 100%; height: auto; }

    #footer div.column { width: 23%; margin-right: 2%; float: none; vertical-align: top; display: inline-block; }

}






/* Tablets */
@media screen and (max-width: 1000px) {


    #topbar { padding: 5px 0 5px 10px; }
    #menu-main { padding-left:10px; }


#Sticky { width: 100%;  }

    #content { width: 96%;  }
    #sidebar { width: 96%; }
    .adv { display: none; }
    #sidebar { display: none; }
#skyscraperstart   { display: none; }
#links { display: none; }
#rechts { display: none; }
#superbannerstart { display: none; }
#searchform { display: none; }
#social { display: none; }
#footer { display: none; }
#plista-web { display: none; }
#respond { display: none; }
#comments { display: none; }
#full { display: none; }
#StartseiteUnten { display: none; }
#fb-single { display: none; }
#featPostsSmall { display: none; }
#spiele { display: none; }
#Werbung { display: none; }
#ErgebnisseDesktop { display: none; }



    #slider { width: 100%; }
 #slides { width: 100%; }
    #slider_nav  { display: none; }
  
    #logo img { max-width: 100%; height: auto; }
    #footer div.column { width: 48%; margin-right: 1%; float: none; vertical-align: top; display: inline-block; }




#featPostsBig

{
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
transform: scale(1.2);

       -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
       -ms-transform: scale(1.2);
       -o-transform: scale(1.2);



}

#featPostsBig h2 a

{
  font-size:50px;
line-height: 50px;

 }


.postcontent
{
height: 140px;

 }

#featPostsBig p  { display: none; }


a.previous

{

top: 15%;
left: 65%;


transform: scale(5.3);

       -webkit-transform: scale(5.3);
       -moz-transform: scale(5.3);
       -ms-transform: scale(5.3);
       -o-transform: scale(5.3);

}

a.browse {



}

a.next

{

top: 15%;
left: 85%;


transform: scale(5.3);

       -webkit-transform: scale(5.3);
       -moz-transform: scale(5.3);
       -ms-transform: scale(5.3);
       -o-transform: scale(5.3);

}





   
.single {
        width:96%;
         }


.single h1 a {
        font-size:60px;
        }


.single .author {
        font-size:36px;
 }



.single .entry {
        font-size:33px;


 }


.single .meta {
        font-size:20px;


 }

.featured_art {

  font-size:25px;

}


.featured_art h2 a {

  font-size:35px;

}


.featured_art .meta {

  font-size:20px;

}




.alignleft post_thumbnail {


transform: scale(3);

       -webkit-transform: scale(3);
       -moz-transform: scale(3);
       -ms-transform: scale(3);
       -o-transform: scale(3);


 }



#logo {

padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;

transform: scale(1.7);

       -webkit-transform: scale(1.7);
       -moz-transform: scale(1.7);
       -ms-transform: scale(1.7);
       -o-transform: scale(1.7);


 }



#Sticky {

        position: fixed;
        height: 72px;
        z-index: 1000;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        text-align: center;
	display: block;


}



#StickyAd {

padding-left: 35%;


}


#plistaAd {
	display: block;

transform: scale(2.5);

       -webkit-transform: scale(2.5);
       -moz-transform: scale(2.5);
       -ms-transform: scale(2.5);
       -o-transform: scale(2.5);

padding-left: 30%;



}


#LiveSpieleTabelle { 

display: block;
}




#Tabellemobile{ 


padding-top: 40%;
padding-right: 5px;
padding-bottom: 10%;
padding-left: 31%;

transform: scale(2.2);

       -webkit-transform: scale(2.2);
       -moz-transform: scale(2.2);
       -ms-transform: scale(2.2);
       -o-transform: scale(2.2);

}


#LiveSpielemobile{ 

display: none;

}



#StartseiteUntenWerbung {

display: block;
width: 400px;

padding-top: 19px;
padding-left: 26%;


transform: scale(2);

       -webkit-transform: scale(2);
       -moz-transform: scale(2);
       -ms-transform: scale(2);
       -o-transform: scale(2);


 }


#StartseiteUntenWerbungPAGE {

display: block;
width: 400px;

padding-top: 170px;
padding-left: 26%;
padding-bottom: 25%;

transform: scale(2);

       -webkit-transform: scale(2);
       -moz-transform: scale(2);
       -ms-transform: scale(2);
       -o-transform: scale(2);


 }




#Content {

padding-top: 790px;
position: relative;

 }


#Artikelbild img  {



position: relative;

padding-top: 110px;
padding-right: 30px;
padding-bottom: -80px;
padding-left: 125px;


transform: scale(3.5);

       -webkit-transform: scale(3.5);
       -moz-transform: scale(3.5);
       -ms-transform: scale(3.5);
       -o-transform: scale(3.5);

}





#mobilesMenu{
display: block;
padding-left: 7%;

}


#menu-mobile a{
font-size:40px;
}



#menu-mobile li{
height:110px;
padding-top:50px;
}


#LigatusMobile {
display: block;
height: 50px;
} 


#ErgebnisseMobile {


display: block;


transform: scale(2);

       -webkit-transform: scale(2);
       -moz-transform: scale(2);
       -ms-transform: scale(2);
       -o-transform: scale(2);

padding-top:880px;
padding-left:215px;


} 



.archive {

  width: 96%;

} 
 
.capclass {

  width: 200% !important;
  padding-top: 395px;
  font-size: 35px; 
  background: #E8E8E8;


} 


#Voting {


display: block;
z-index: 300;


transform: scale(1.6);

       -webkit-transform: scale(1.6);
       -moz-transform: scale(1.6);
       -ms-transform: scale(1.6);
       -o-transform: scale(1.6);


padding-top:140px;
padding-left:185px;
padding-bottom:155px;


} 



}




/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 540px) {

    #topbar { padding: 5px 0 5px 10px; }
    #menu { padding-left:10px; }




    .featured_art .thumb { width:auto; margin: 0 0 15px;}
    .featured_art .post-content { width:100%; float:left;  overflow: visible;}

    .featured_cat .article { width: 100%; padding: 0; }
 
    #header 

    #sidebar { display: none; }
 
    #recent-posts .thumb {  margin:0 0 20px; }

    #recent-posts .post-content { width:100%; float:left; overflow: visible; }
 
    #logo { float:left; display: block; width:90%; }

    #respond .form_fields { width:97%; margin:0; }
    #respond input, #respond textarea { width: 97%; }
    #respond .comment-form-comment {width:99%; }
    #respond .form_fields input { width:94%; }
    .children #respond { margin-right:0; }

    #footer div.column { width: 100%; margin-right:0; float:none; vertical-align: top; display: inline-block;}

    #slider #slidemain .cover, #slider #slidemain .video_cover { margin: 0; text-align: center; }

    #copyright span { float:left; width: 100%; text-align: left; }


#menu a{
font-size:20px;
}
#menu-mobile li{
height:65px;
padding-top:20px;
}


    
}