/*
Theme Name: ReneSchmidt-2009, based on MassivePress
Theme URI: http://www.massivepress.com/
Description: Mein Theme
Version: 1.8
Author: Jason Schuller, Rene Schmidt
Author URI: http://www.wpelements.com/

Much of this CSS is Based on GridFocus by 5ThirtyOne.com
*/


* {
    margin:0;
    padding:0;
}

html,body {
    background:#FFF url(/wp-content/themes/rs09/images/body-bg.png) top repeat-x;
    color:#333;
    text-align:center;
}

body {
    font:12px arial,helvetica,verdana,sans-serif;
}

strong, b {
    font-weight: bold;
    color: #555555;
}

h1 {
    color: #99CC33;
    font-weight: bold;
    font-size:22px;
}

h2 {
    color: #99CC33;
    font-weight: bold;
    font-size:18px;
}

h3 {
    color: #99CC33;
    font-weight: bold;
    font-size:16px;
}

h4 {
    color: #99CC33;
    font-weight: bold;
    font-size:14px;
}

h5 {
    font-size:10px;
    color: #99CC33;
    padding-left:1px;
    font-weight:400;
}

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

a:hover {
    color:#99CC33;
}

a:visited {
    text-decoration:none;
}

#wrapper {
    margin:0 auto;
    text-align:left;
    width:980px;
    padding-left:10px;
    padding-right:10px;
}

/* masthead / footer - navigation and categories */
#headhome {
    float: left;
    margin-top: 2.5em;
    width: 23em;
    height: 4em;
}

#masthead {
    background:url(/wp-content/themes/rs09/images/logo.png) no-repeat;
    height:102px;
    margin-top:0;
}

.printonly { display: none; }

#masthead h1 a {
    text-transform:uppercase;
    width:400px;
    float:left;
    margin:12px 0 0;
}

#masthead h1 a em {
    font-style:normal;
    color:#555;
}

#headLinks {
    float:right;
    padding-top:6px;
    color:#f5f5f5;
}

#headLinks a {
    font-size:14px;
    color:#f5f5f5;
    font-weight: normal;
}

#headLinks a:hover {
    color:#CCC;
}

#headLinks ul li {
    list-style:none;
    display:inline;
    margin:0 0 0 15px;
}

#headLinks ul li ul li {
    list-style:none;
    display:block;
    margin:0;
}

#headLinks ul li ul li a {
    color:#f5f5f5;
}


#subHead {
    width:980px;
    height:90px;
    border-bottom:1px solid #B8B8B8;
    /*padding-top:-20px;*/
    padding-bottom:5px;
    display:none;
}

#headAds {
    width:628px;
    height:90px;
    margin:auto;
    display:none;
}

li.top {
    border-left:1px solid #DDD;
    float:right;
    display:block;
    width:100px;
}

li.top a {
    width:100px;
}

.nav li.skip a:hover,li.top a:hover {
    background:transparent;
    color:#333!important;
}

/* main - middle content and columns */
#mid {
    margin-top:-20px;
    /*background-color: orange;*/
}

#mainCol {
    /*background-color: green;*/
    float:right;
    margin:26px 0 0;
    width:514px;
    overflow:hidden;
}

#vids {
    padding-left:20px;
}

/* style individual sidebars */
a, #midCol a {
    font-weight:700;
}

#midCol {
    /*background-color: red;*/
    color:#444;
    float:left;
    margin:25px 0 0 33px;
    width:200px;
    line-height:1.3em;
}

#midCol p {
    color:#777;
}

#midCol div p {
    display:none;
}

#sortops input {
    margin: 0 0 -4px 4px;
}

#midCol .cat-item ul.children,
#midCol .page_item ul {
    margin-left: 0.66em;
}

#searchWrap {
    margin-bottom:20px;
}

#searchWrap input {
    vertical-align:middle;
}

#searchsubmit{
    cursor: pointer;
    background-color:transparent;
    background-image:url(/wp-content/themes/rs09/images/btn_search.gif);
    background-repeat:no-repeat;
    border:medium none;
    font-size:0;
    height:20px;
    vertical-align:middle;
    width:20px;
}

#searchWrap #s {
    font-size:1.1em;
    border:1px solid #BBB;
    padding:1px 2px;
    margin-right:3px;
    width:170px;
}

.sidebar h3 {
    margin-bottom:5px;
}

#midCol ul {
    list-style:none;
    margin:8px 0 4px;
}

.sidebar ul li {
    color:#7F7F7F;
    line-height:1.2em;
    border-top:1px solid #BBB;
    padding:3px 0 4px;
}

div.widget.widget_links { margin-bottom: 1em; }

.sidebar.secondary .wave-1,
.sidebar.secondary .wave-2 {
    position: absolute;
    width:200px;
    z-index: 0;
}

.sidebar.secondary .wave-2 {
    display: none; /* zumindest am anfag */
}

.sidebar.secondary ul li {
    border: none;
    margin-left: 1.5em;
    list-style-type: disc;
}

.sidebar.secondary .logocontainer {
    text-align:center;
}

.sidebar.secondary .logocontainer img {
    margin: 10px 0 10px 0;
}

.sidebar img {
    border:0;
}

#tertCol {
    float:left;
    width:200px;
    margin:23px 0 0 0px;
}

#tertCol .wave-1 {
    /*background-color: blue;*/
}

#tertCol p {
    color:#777;
}

#tertCol ul {
    list-style:none;
    margin:8px 0 4px;
}

.elseWhere {
    margin:0 0 20px;
}

.elseWhere h3 {
    margin-bottom:5px;
}

ul#imgLinks {
    list-style:none;
    margin:5px 0;
}

#imgLinks li {
    color:#7F7F7F;
    line-height:1.2em;
    padding:0 0 1px;
}

#imgLinks li a img {
    border:3px solid #EEE;
    width:145px;
    height:74px;
    color:#333;
    font-weight:700;
}

#imgLinks li a:hover img {
    border-color:#DDD;
}

.intro {
    float:left;
    margin:6px 8px 0 0;
    overflow:hidden;
}

.intro img {
    border:none;
    padding:2px;
    /*border:1px solid #BDBDBD;*/
    width:22px;
    height:22px;
}

.rss_links h3 {
    margin-bottom:5px;
}

.rss_links {
    margin-bottom:20px;
}

.rss_links ul li {
    background:url(/wp-content/themes/rs09/images/rss.gif) no-repeat 0 3px;
    color:#7F7F7F;
    line-height:1.2em;
    border-top:1px solid #BBB;
    padding:3px 0 4px 16px;
}

.user_links h3 {
    margin-bottom:5px;
}

.user_links {
    margin-bottom:20px;
}

.user_links ul li,
#myrecentcomments li a {
    background:url(/wp-content/themes/rs09/images/user.gif) no-repeat 0 3px;
    color:#7F7F7F;
    line-height:1.2em;
    padding:3px 0 4px 16px;
    font-weight: normal;
}

.user_links ul li a:hover,
#myrecentcomments li a:hover {
    color:#555;
}

#featured {
    padding:2px;
}

#featured img{
    width:90px;
    height:90px;
    padding:4px;
    margin:-2px;
    border:1px solid #B6B6B6;
}

/* wordpress entries styling - main content column */
#postMain {
    height:212px;
    overflow:hidden;
    margin-bottom:15px;
}

.postMeta {
    background:url(/wp-content/themes/rs09/images/dot.gif) repeat-x left center;
    text-transform:uppercase;
    font-size:11px;
    text-align:right;
    margin-bottom:5px;
}

.postMeta span.date {
    background:#FFF;
    color:#7F7F7F;
    padding:0 2px 0 4px;
}

.postMeta span.comments {
    background:#FFF url(/wp-content/themes/rs09/images/user.gif) no-repeat left center;
    padding-left:15px;
    margin-left:2px;
}

.postMeta span.comments a,.postMeta span.date a {
    color:#555;
}

.post {
    margin:0 0 10px;
}

.post h2 {
    color: #99CC33;
    line-height:1.2em;
}

.post h2 a {
    color: #99CC33;
    width:100%;
    display:block;
    outline:none;
}

.entry {
    margin-top:1em;
}

.entry h3 {
    margin:1em 0;
}

.entry a.greybox img {

}

.entry div.boxrow {
    display: table;
    padding: 0 0 1em 0;
}

.entry div.boxrow img {
    padding: 0;
}

.post .entry {
    line-height:1.4em;
    overflow:hidden;
}

.post .entry p {
    margin:5px 0;
    margin-bottom: 1em;
}

.post .entry p a {
    text-decoration: none;
    /*color: #7F7F7F;
    background:url(/wp-content/themes/rs09/images/dot.gif) repeat-x bottom left;
    font-weight:normal;*/
}


.post .entry p a:hover {
    color:#99CC33;
}

em, blockquote, cite {
    font-style: italic;
}

.entry blockquote {
    margin:0 1.3em;
}

.entry ul {
    margin:0 1.3em;
    margin-bottom: 1em;
    list-style:none;
}

.entry li a {
    color:#333;
    font-weight:700;
    background:url(/wp-content/themes/rs09/images/dot.gif) repeat-x bottom left;
}

.entry ul li {
    /*background:url(/wp-content/themes/rs09/images/li.gif) no-repeat 0 1px;*/
    margin:7px 0 7px 10px;
    list-style-type:disc;
}

.entry ol {
    margin:0 1em 0 3em;
}

.entry ol li {
    list-style-type:decimal;
    margin:0 0 7px;
}

.entry img,.entry a img {
    /*border:3px solid #EEE;*/
}

.entry a:hover img {
    border-color:#DFDFDF;
}

.entry table tr {
    padding:15px 0;
}

.entry table tr.alt {
    background:#eee;
}

/* style pagination buttons */
#more_reading {
    color:#7F7F7F;
    font-size:11px;
    text-transform:uppercase;
    margin-bottom:15px;
    /*margin-top:15px;*/
    text-align:right;
}

span.nav {
    font-size:4em;
    display:block;
    float:right;
    cursor:pointer;
    font-family: courier new,courier,fixed;
}

span.nav.back{

}

span.nav.forward{

}

/* style me some comments and inputs */
#comments {
    width:435px;
    padding:12px 0 0;
}

#comment {
    width:458px;
    overflow:auto;
    font:12px arial,helvetica,verdana,sans-serif;
}

h2.commh2 {
    font-size: 1.4em !important;
    padding: 0 0 5px;
    color:#333 !important;
}

ol.commentlist {
    margin: 10px 0 20px;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 20px;
}

ol.commentlist p {
    margin-bottom:10px;
    line-height: 20px;
}

ol.commentlist cite {
    font-style: normal;
    font-weight: bold;
}

ol.commentlist li {
    padding: 20px 10px 10px 10px;
}

ol.commentlist li.alt {
    padding: 10px 10px 5px 10px !important;
    border:1px solid #BBBBBB;
}

input#submit {
    cursor:pointer;
    margin:5px 0 15px 0;
}

#comment,#author,#email,#url {
    border:1px solid #BBBBBB;
    padding:2px;
    margin:0 0 5px 0;
}

.labeltext {
    padding:0 0 10px 0;
}


/* footer - text string and links */
#footer {
    border-top:1px solid #B8B8B8;
    padding-top:10px;
    padding-bottom:60px;
    margin:15px 0 0 0;
}

#footer p a {
    font-weight:700;
    color:#333;
}

/* float rules */
.floatleft {
    float:left;
    margin:3px 7px 0 0;
}

.floatright {
    float:right;
    margin:3px 0 0 7px;
}

.right {
    float:right;
}

.left {
    float:left;
}

.clear {
    clear:both;
}

.fix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.fix {
    display:inline-block;
}

* html .fix {
    height:1%;
}

.fix {
    display:block;
}

/* Tips */
.tool-tip {
    color:#ccc;
    width:150px;
    z-index:13000;
}

.tool-title {
    font-weight:700;
    font-size:11px;
    margin:0;
    color:#fff;
    padding:8px 8px 0 8px;
    background:#192227;
    text-align:left;
}

.tool-text {
    font-size:11px;
    padding:0 8px 8px 8px;
    background:#192227;
    text-align:left;
}



#tooltip {
    color:#ccc;
    width:150px;
    font-weight:700;
    font-size:11px;
    position: absolute;
    background:#192227;
    padding:8px 8px 8px 8px;
}
#tooltip h3, #tooltip div {
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
}
#tooltip.darktip {
    background:#192227;
}

#switch-1, #switch-2 {
    position:absolute;
    right: 0;
    z-index: 899;
    font-size: 1em;
    margin-top:0.25em;
}

table.referenz + table.referenz { margin-top: 1em; border-top: 1px solid black; }
table.referenz { margin-bottom: 1em; }
table.referenz td,
table.referenz th { vertical-align: top; padding: 1em 1em 0 0; }
table.referenz th { font-weight: bold; width: 9em; }

div.boxrow img { margin: 1px; }
img.alignleft {
    margin: 0 0.5em 0.5em 0;
    float: left;
}

img.alignright {
    margin: 0 0 0.5em 0.5em;
    float: right;
}

#head-rssicon {
    margin: 36px -30px;
    padding: 0pt;
    position: absolute;
}
#head-twticon {
    margin:36px -70px;
    padding:0;
    position:absolute;
}

/* ActionBadge */
div.action-badge-box {
    font-size:0.8em;
    margin-bottom:1em;
    margin-right:0.8em;
    text-align:center;
    width:249px;
}

a.action-badge span {
    display:block;
    min-height:37px;
    padding:10px;
}

a.action-badge strong {
    color:#EEEEEE;
    font-size:1.6em;
    font-weight:bold;
    text-decoration:none;
}

a.action-badge em {
    color:#EEEEEE;
    display:block;
    font-size:1em;
    font-style:normal;
    font-weight:normal;
    letter-spacing:0;
    padding-top:3px;
}

a.action-badge {
    cursor: pointer;
    outline: none;
    background-color: #24333A;
    color:#EEEEEE;
    display:block;
    line-height:145%;
    margin-bottom:0.1em;
    padding:5px 0 0;
    text-align:left;
    text-decoration:none;
    width:249px;
}

a.action-badge:hover {
    background-color: #344451;
}

div.action-badge-box a {
    color:#404548;
    font-weight:normal;
}

div.action-badge-box span.icon {
    height: 60px;
    position: absolute;
    width:240px;
    background-repeat: no-repeat;
    background-position: 205px 17px;
    background-color: transparent;
}
div.action-badge-box a.action-badge.download span.icon {
    background-image: url(/wp-content/themes/rs09/images/arrow_down.png);
}
div.action-badge-box a.action-badge.link span.icon {
    background-image: url(/wp-content/themes/rs09/images/arrow_rup.png);
}

/*
	div.action-badge-box a.action-badge.download span.icon {
		background-image: url(/wp-content/themes/rs09/images/arrows.png);
		background-position: 204px -104px;
	}
	div.action-badge-box a.action-badge.link span.icon {
		background-image: url(/wp-content/themes/rs09/images/arrows.png);
		background-position:205px -286px;
	}
*/
/* Ende ActionBadge */

/* Google 404 */
div#goog-wm h3.other-things { }
div#goog-wm  ul li { margin-bottom: 1.3em; }

/* graceful degradation */
.visible-on-js { visibility: hidden; }
.invisibile-on-js { visibility: visible; }

/* Scope */
label.scope.ntispmhdn,
input.scope.ntispmhdn { display:none; }
span.scope.hilite { background-color: yellow; }
