/*
Theme Name: wirstaatskuenstler
Theme URI: http://www.contentandgames.at
Description: wir staatskuenstler
Version: 1.0
Author: OJA! Content and Games & helmuth lammmer
Author URI: http://www.contentandgames.at
License: GPL
*/

body{
    margin: 0px;
    padding: 0px;
    font-family: sans-serif, arial;
    background-color: #ddd;
}

img{
    border: none;
}

#site_wrapper{
    width: 1300px;
    
    position: absolute;
    left: 50%;
    top: 0px;

    margin-left: -650px;
    

    background: #fff url('images/bg.jpg') no-repeat top left;

    padding-top: 630px;
}

#navigation{
    
    margin-left: 150px;
    position:relative;
    z-index: 99;
    /*width: 580px;*/
    height:20px;
}

ul#menu-navigation{
    list-style-type: none;
    margin-left: -80px;
}

ul#menu-navigation>li>a>.item_name>span{
    display: none;
}

ul#menu-navigation>li{
    float: left;
    height: 36px;
    overflow: hidden;

    margin-right: 8px;
    margin-top: -18px;
}

ul#menu-navigation>li.short-bios{
    width:100px;
}

ul#menu-navigation>li>a{
    color: #000;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
}

ul#menu-navigation>li.current-menu-item>a, ul#menu-navigation>li>a:hover{
    color: #fff;
    
    -webkit-text-shadow: 0px 0px 10px #777;
    -moz-text-shadow: 0px 0px 10px #777;
    text-shadow: 0px 0px 10px #777;
}


/* submenu */

.sub-menu{

    border: none;
    border-top-width: 0px;

    background-color: #fff;

    -webkit-box-shadow: 3px 2px 5px #aaa;
    -moz-box-shadow: 3px 2px 5px #aaa;
    box-shadow: 3px 2px 5px #aaa;

	position: absolute;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    list-style-type: none;
	border-top: none;

    width: 200px;

    height: 0px;
    overflow: hidden;

}

ul.sub-menu.active{
	border: 1px solid #8f8784;
    height: auto;
    overflow: auto;
}

.sub-menu li{

}

.sub-menu a{
	padding: 5px;
    font-weight: bold;
    text-decoration: none;
    color: #8f8784;
	display: block;
}

.sub-menu a:hover{

    color: #cc0000;
	background-color: #ccc;
}

/*ul#menu-navigation>li.current-menu-item, */
ul#menu-navigation>li:hover{
    overflow: visible;
}

/*content*/

#content_wrapper{

    position: relative;
    z-index: 1;
    width: 1200px;
    margin-left: 100px;
    margin-top: 20px;
}

#entry_wrapper{
    width: 800px;
    float: left;
    
    padding:5px;
}

#teaser{
    float:left;
    width: 294px;

    padding: 5px;
}

#orf_logo, #goto_holder, #youtube-video{
    margin-left: -20px;
    width: 294px;
}

#goto_holder{
    height: 70px;
    padding-top: 15px;
}

#goto_holder>a{
    float: left;
    border: 0px;
}

a.actor-link{
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
    background-color: #909092;
    width: 266px;
    height: 150px;
    padding-top: 10px;
    margin-top: -3px;
    text-align: center;

    float: left;
    display: block;
    margin-left: 1px;
}

.front-page, .page, .events-page {
    background-color: #fff;
}

.events-page{
    text-align: center;
}

.plain-page{
    width: 730px;
}

.entry{
    font-size: 13px;
    line-height:1.5;
    color: #011D30;

    padding: 10px;
    padding-left: 20px;
    padding-right: 30px;
    margin-bottom: 2px;
}
.entry.article{
    padding-bottom: 12px;
  /*  margin-bottom: 12px;*/
    border-bottom: 1px solid #909092;
}

.entry blockquote{
    color: inherit;
    font-size: 12px;

    background: #efefef url("images/quotation_mark.png") left top no-repeat;
    border: 1px dotted #ccc;
    padding-left: 50px;
    padding-top: 10px;
    min-height: 50px;
    display: block;

    width: 320px;
    margin-left: 20px;
    font-style: italic;
}

.clear{
    clear: both;
}

.events-page ul{
    list-style-type: none;
    margin: 0px;
}

/*eventstable*/
#current-events tr{
    border-bottom: 1px solid #aaa;
}

#current-events th{
    padding-bottom: 15px;
    font-size: 18px;
}

#current-events td{
    border: inherit;
}

.red{
     color: #cc0000;
}

.entry>p>a{
    color: #cc0000;
}

.entry>p>a:hover{
    text-decoration: underline;
}

a{
    text-decoration: none;
    color: inherit;
}

h1{
    
    font-size: 22px;
    font-weight: bold;

    /*text-shadow: 1px 1px 2px #ccc;*/
}

.front-page>h1{
/*    margin-left: 300px;*/
    margin-top: 0px;
}

.front-page>h2{
   /* margin-left: 300px;*/
    color: #cc0000;
}

h2{
    font-size: 20px;
    margin: 1px;
}

h2.layout{
    font-size: 14px;
    font-weight: normal;
}

h3{
    font-size: 18px;
    font-weight: bold;
}

h4{
    font-size: 12px;
    color: #cc0000;
}

h5{
    font-size: 12px;
}

h6{
    font-size: 12px;
    color: #cc0000;
    font-weight: normal;
}

/*images*/
div.alignright, img.alignright{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

div.front-page img.alignleft{
    margin-top: -65px;
}

div.front-page img.alignright{
    margin-right: 30px;
}

div.aligncenter, img.aligncenter{
    text-align: center;
    margin-left: 40px;
}

div.alignleft, img.alignleft{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

p.wp-caption-text{
    text-align: center;
    font-size: smaller;
    font-style: italic;
}

#footer{
}

form.gaugg{

    padding: 20px;

    background-color: #efefef;
    color: #6e6b6c;
    font-size: 30px;
    line-height: 40px;
    
    background: #efefef url("images/stampiglie.png") no-repeat bottom right;
}

form.gaugg input{
    color: #3939ae;
    font-family: "Times New Roman";
    font-size: 35px;
    font-style: italic;
    
    background-color: transparent;
    border: none;
    border-bottom: 2px dotted #6e6b6c;
    width: 250px;
    padding-left: 50px;
    
    margin-bottom: 20px;
}

.meischi{
    font-size: 68px;
    display: block;
    padding: 10px;
}

p.gaugg-meischi{
    background-color: #efefef;
    font-size: 20px;
    padding: 25px;
}
