/*
Theme Name: GO girl Blog 2010
Theme URI: http://gogirlblog.de/
Description: Theme des Go girl Blogs 2010 f&uuml;r den Egmont Ehapa Verlag von <a href="http://cuba-design.com/">cuba design</a>.
Version: 1.0
Author: Matthias Warda
Author URI: http://cuba-design.com/
Tags: gogirl, ehapa
Text Domain: gogirlblog
*/

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: #3f3f3f;
    background: #fff url(img/bg.jpg) no-repeat;
    background-position: center 0;
	background-attachment: fixed;
    font-family: Arial;
    font-size: 12px;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* Typo */
h3 { font-size: 1.4em; font-weight: bold; color: #7b295a; border-bottom: 2px solid #cecfd6; padding-bottom: 5px; margin-bottom: 10px; }
span.smallcaps { font-size: 0.8em; text-transform: uppercase; color: #8d8d8d; }
small { font-size: 0.8em; }
strong { font-weight: bold; }

/* Layout */
div#mainframe { width:990px; margin:auto; padding-top: 10px; }

div#ad-notice-left { width: 728px; height:10px; margin-left: 102px; float:left; }
div#ad-notice-right { width: 160px; height:10px; float:left; }
div#ad-leaderboard {  width: 728px; height:90px; margin-left: 102px; float:left; }
div#ad-skyscraper-bar { width: 160px; float:right; }
div#ad-skyscraper-bar div#ad-skyscraper { width: 160px; height:600px;   }
div#ad-skyscraper-bar div#newsletter { background: url(img/bg-white-85.png); width: 158px; float:right; border: 1px solid #eedae9; -moz-border-radius: 0.8em; -webkit-border-radius: 0.8em; border-radius: 0.8em; margin-top: 15px;  }
div#ad-skyscraper-bar div#newsletter h2 { width:140px; margin:auto; margin-top:10px; border-bottom: 2px solid #cecfd6; padding-bottom: 5px; margin-bottom: 10px; }
div#ad-skyscraper-bar div#newsletter img.newslettertext { margin-left:10px; }
div#ad-skyscraper-bar div#newsletter a.anmelden { display: block; width: 140px; margin:auto; height: 27px; background: url(img/bg-button-newsletter.png); text-align: center; line-height: 2.2em; text-decoration: none; color: #fff; margin-top: 10px; margin-bottom: 10px; -moz-border-radius: 0.8em; -webkit-border-radius: 0.8em; border-radius: 0.8em; }
div#ad-skyscraper-bar div#newsletter a.anmelden:hover { background: url(img/bg-button-newsletter-over.png); }

/* Author Sidebar */
div#ad-skyscraper-bar div#author { background: url(img/bg-white-85.png); width: 158px; float:right; border: 1px solid #eedae9; -moz-border-radius: 0.8em; -webkit-border-radius: 0.8em; border-radius: 0.8em; margin-top: 15px;  }
div#ad-skyscraper-bar div#author h2 { width:140px; margin:auto; margin-top:10px; border-bottom: 2px solid #cecfd6; padding-bottom: 5px; margin-bottom: 10px; }
div#ad-skyscraper-bar div#author h2 img { margin-left:0px; }
div#ad-skyscraper-bar div#author a { margin-left:10px; }

div#header { background: url(img/bg-white-85.png); width: 814px; height: 99px; border: 1px solid #f0dbe3; float:left; margin-top:15px; -moz-border-radius: 0.8em; -webkit-border-radius: 0.8em; border-radius: 0.8em; text-align: center; }
div#header img.logo { float:left; margin: 10px 0 0 10px; }
div#header ul.navi { width:450px; margin-left:85px; float:left; margin-top: 43px;  }
div#header ul.navi li { list-style-type: none; display: block; float:left; margin-right: 10px;  }
div#header ul.navi li a { color: #c74191; text-decoration: none; font-size: 1.4em; font-weight: bold;  padding: 2px 4px 2px 4px; }
div#header ul.navi li a:hover { color: #fff; background: #c74191; }

/* Dropdown Navigation */
div#header ul.navi li ul {
	height: auto;
	position: absolute;
	width: 10em;
	left: -999em;
	margin-top:0px;
	padding-top: 10px;
}
div#header ul.navi li:hover ul {
	left: auto;
	z-index: 1000;
}
div#header ul.navi li ul li { padding: 0px; margin-left: 0px; width:130px; display: block; background: url(img/bg-white-85.png); border-top: 0px solid #ccc; }
div#header ul.navi li ul li a { 	
	background: none;
	height: 20px;
	line-height: 20px; 
	color: #c74191; 
	text-decoration: none; 	
	text-align: left; 
	font-size: 1.0em;
	margin-left:5px;
	display: block;
	width: 110px;
	font-weight: bold;
	}
div#header li ul li:hover {  }
div#header li ul li a:hover { color: #666 ! important; background: none ! important; }


div#header div.social-links { width: 100px; height:30px; float:right; margin: 37px 10px 0 0;  }
div#header div.social-links ul.social-navi { }
div#header div.social-links ul.social-navi li { display: inline; }
div#header div.social-links ul.social-navi li a { display: block; width: 30px; height: 30px; float: right; margin-left: 3px; }
div#header div.social-links ul.social-navi li.rss a {  background: url(img/bt-rss.png);  }
div#header div.social-links ul.social-navi li.facebook a { background: url(img/bt-facebook.png);  }
div#header div.social-links ul.social-navi li.twitter a { background: url(img/bt-twitter.png);  }
div#header div.social-links ul.social-navi li a:hover { background-position: 0 30px;  }

div#sidebar {  background: url(img/bg-mint-85.png); width:321px; float:left; margin-top:15px; -moz-border-radius: 0.8em; -webkit-border-radius: 0.8em; border-radius: 0.8em; margin-bottom: 10px; }
div#sidebar div.sidebar-special { margin: auto; margin-top: 10px; margin-bottom: 10px; width: 300px; } 
div#sidebar div.sidebar-ad-headline { width:300px; margin:auto; margin-top:15px; }
div#sidebar div.sidebar-ad { margin: auto; margin-top: 0px; margin-bottom: 20px; width: 300px; height: 250px; } 
div#sidebar div.sidebar-object { margin: auto; margin-top: 10px; margin-bottom: 20px; width: 300px; } 
div#sidebar div.sidebar-object h2 {border-bottom: 2px solid #cecfd6; padding-bottom: 5px; margin-bottom: 10px;} 
div#sidebar div.sidebar-object ul.comments { padding-bottom: 10px; }
div#sidebar div.sidebar-object ul.comments li { margin-top: 5px; margin-bottom: 5px; font-size: 1.2em; }
div#sidebar div.sidebar-object ul.comments li a { text-decoration: none; color: #95316d; }
div#sidebar div.sidebar-object ul.comments li a:hover { text-decoration: underline; }
div#sidebar div.sidebar-object ul.rubriken { }
div#sidebar div.sidebar-object ul.rubriken li {  }
div#sidebar div.sidebar-object ul.rubriken li a { font-size: 1.2em; color: #95316d; text-decoration: none; padding: 1px 2px 1px 2px; line-height: 1.4em; }
div#sidebar div.sidebar-object ul.rubriken li a:hover { color: #fff; background: #95316d; } 
div#sidebar div.sidebar-object label.screen-reader-text { display: none; }
div#sidebar div.sidebar-object input#s { background: url(img/bg-white-85.png); border: 1px solid #cecfd6; padding:4px; font-size: 1.2em; }
div#sidebar div.sidebar-object input#searchsubmit { border:0px; display: block; width: 80px; float:right;  height: 27px; background: url(img/bg-button-newsletter.png); text-align: center; text-decoration: none; color: #fff; margin-bottom: 10px; -moz-border-radius: 0.8em; -webkit-border-radius: 0.8em; border-radius: 0.8em; cursor: pointer; padding-bottom: 2px;  }
div#sidebar div.sidebar-object input#searchsubmit:hover { background: url(img/bg-button-newsletter-over.png); }

div#content { width:481px; margin-top: 15px; margin-right: 15px; float:right; }
div#content div.entry { background: url(img/bg-lilac-85.png); -moz-border-radius:  0.8em; -webkit-border-radius:  0.8em; border-radius: 0.8em; margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px; width: 100%; }
div#content div.entry ul { line-height: 1.5em; font-size: 1.2em; margin-left: 10px; padding-left: 15px;  }
div#content div.entry ul li { line-height: 1.5em; list-style-type: disc; }
div#content div.entry ul li a { color: #cd5a9f; text-decoration: none; }
div#content div.entry ul li a:hover { text-decoration: underline; }
div#content div.entry ul.categories { margin-left:0px; padding-left:0px; width:460px; margin: auto; margin-bottom: 5px; }
div#content div.entry ul.categories li { display: inline; } 
div#content div.entry ul.categories a { color: #95316d; text-decoration: none; padding: 1px 1px 1px 1px; line-height: 1.3em; margin-right: 5px;} 
div#content div.entry ul.categories a:hover { color: #fff; background: #95316d; }
div#content div.entry h1 {  font-size: 2.0em; font-weight: bold; width:460px; margin:auto; margin-bottom: 5px; }
div#content div.entry h1 a { color: #3f3f3f; text-decoration: none;  }
div#content div.entry h1 a:hover { color: #95316d; }
div#content div.entry div.postmeta { width:460px; margin: auto; margin-bottom: 5px; }
div#content div.entry div.postmeta a { color: #95316d; text-decoration: none; } 
div#content div.entry div.postmeta a:hover { color: #3f3f3f;  }
div#content div.entry p { width: 460px; margin: auto; line-height: 1.5em; font-size: 1.2em; margin-bottom: 10px; }
div#content div.entry p img { margin-bottom: 7px; margin-top:5px; border: 1px solid #fff; margin-left:-1px; }
div#content div.entry p a { color: #95316d; text-decoration: none; padding: 1px 1px 1px 1px; line-height: 1.4em; }
div#content div.entry p a:hover { color: #fff; background: #95316d; }
div#content div.entry div dl { width: 460px; margin: auto; display: block; padding: 0px; }
div#content div.entry div dd { width: 460px; margin: auto; margin-bottom: 10px; font-size: 0.8em; }
div#content div.entry div dl img { margin-bottom: 3px; margin-top:5px; border: 1px solid #fff; margin-left:4px; }
div#content div.entry h3 { width: 460px; margin:auto; margin-bottom: 5px; }
div#content div.entry ul.related_post { width: 460px; margin:auto; margin-left:10px;}
div#content div.entry ul.related_post li a { color: #95316d; }

/* Authorpage */
div#content div.entryarchive { background: url(img/bg-lilac-85.png); -moz-border-radius:  0.8em; -webkit-border-radius:  0.8em; border-radius: 0.8em; margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px; width: 100%; line-height: 16px; }
div#content div.entryarchive h1 {  font-size: 1.0em; font-weight: bold; width:460px; margin:auto; margin-bottom: 5px; }
div#content div.entryarchive h1 a { color: #3f3f3f; text-decoration: none;  }
div#content div.entryarchive h1 a:hover { color: #95316d; }
div#content div.entryarchive .allentries { padding-left: 10px; font-weight:bold; color: #95316d; }


div#content div.entry div.wp-caption { margin-left: 10px; margin-bottom: 7px; margin-top: 10px; }
div#content div.entry div.wp-caption img { border: 1px solid #fff; margin-left:-1px; }
div#content div.entry p.wp-caption-text { font-size: 0.8em; }
div#content div.entry-seperator { background: url(img/entry-seperator.png); width:82px; height:20px; margin: auto; margin-bottom: 10px; }
div#content div.entry div#fs-main { width:460px; margin:auto; }
div#content div.entry div.subcontent { width: 460px; margin: auto; height: 20px; }
div#content div.entry div.subcontent div.commentlink { width: 220px; float:left; }
div#content div.entry div.subcontent div.commentlink a { color: #95316d; text-decoration: none;  padding: 1px 2px 1px 2px;  font-size: 1.2em; }
div#content div.entry div.subcontent div.commentlink a:hover { color: #fff; background: #95316d; }
div#content div.entry div.subcontent div.author { width: 220px; float:right; text-align: right; }

div#content div.navigation { width:100%; margin-bottom: 30px;}
div#content div.navigation div.alignleft { width:200px; float:left; }
div#content div.navigation div.alignright {width:200px; float:right; }
div#content div.navigation div a { border: 1px solid #fff; display: block; text-decoration: none; text-align: center; line-height: 3.4em; color: #95316d; font-size: 1.2em; height:50px; background: url(img/bg-lilac-85.png); -moz-border-radius: 0.8em; -webkit-border-radius: 0.8em; border-radius: 0.8em; font-weight: bold;  }
div#content div.navigation div a:hover { border: 1px solid #edd8e8; background: url(img/bg-white-85.png); }
div#content div.entry-navigation { width:100%; margin-bottom: 10px;}
div#content div.entry-navigation div.alignleft { width:48%; float:left; }
div#content div.entry-navigation div.alignright {width:48%; float:right;}
div#content div.entry-navigation div a { padding: 10px; border: 1px solid #fff; display: block; text-decoration: none; text-align: center; line-height: 1.6em; color: #95316d; font-size: 1em;  background: url(img/bg-lilac-85.png); -moz-border-radius: 0.8em; -webkit-border-radius: 0.8em; border-radius: 0.8em; font-weight: bold;  }
div#content div.entry-navigation div a:hover { border: 1px solid #edd8e8; background: url(img/bg-white-85.png); }
div#content div.entry div.teaser-left { width:300px; height: 230px; border-right: 1px solid #be75a7; margin-left: 10px; float:left; }
div#content div.entry div.teaser-left img { border: 0px; }
div#content div.entry div.teaser-left a:hover { background: none; }
div#content div.entry div.mininavi { width:150px; float:right; height: 230px; margin-right: 10px;  padding-top: 10px; }
div#content div.entry div.mininavi ul.minispiele { padding: 0px; margin: 0px; padding-top: 10px; }
div#content div.entry div.mininavi ul.minispiele li { list-style-type: none; padding: 0px; margin: 0px; background-repeat: no-repeat; background-position: left; padding-left: 55px; height: 52px;   }
div#content div.entry div.mininavi ul.minispiele li.sudoku { background: url(img/ico-spiel-soduku.jpg); background-repeat: no-repeat; }
div#content div.entry div.mininavi ul.minispiele li.sudoku a { padding-top: 10px; }
div#content div.entry div.mininavi ul.minispiele li.heuballen { background: url(img/ico-spiel-heuballen.jpg); background-repeat: no-repeat;}
div#content div.entry div.mininavi ul.minispiele li.heuballen a { padding-top: 5px; }
div#content div.entry div.mininavi ul.minispiele li.pferde { background: url(img/ico-spiel-pferde.jpg); background-repeat: no-repeat; }
div#content div.entry div.mininavi ul.minispiele li.pferde a { padding-top: 10px; }
div#content div.entry div.mininavi ul.minispiele li.quadratsalat { background: url(img/ico-spiel-quadratsalat.jpg);  background-repeat: no-repeat;}
div#content div.entry div.mininavi ul.minispiele li.quadratsalat a { padding-top: 10px; }
div#content div.entry div.mininavi ul.minispiele li a {  display: block; font-weight: bold; line-height: 1.2em; }

div#content div.entry div.newsletter-area { width: 460px; margin: auto; }
div#content div.entry div.newsletter-area input { margin-bottom: 3px; border: 2px solid #ccc; padding: 4px; font-size: 1.0em; margin-right: 5px; }
div#content div.entry div.newsletter-area div.newsletter-field input.submit { border:0px; display: block; width: 140px;  height: 27px; background: url(img/bg-button-newsletter.png); text-align: center; line-height: 2.2em; text-decoration: none; color: #fff; margin-top: 10px; margin-bottom: 10px; -moz-border-radius: 0.8em; -webkit-border-radius: 0.8em; border-radius: 0.8em; cursor: pointer;  }
div#content div.entry div.newsletter-area div.newsletter-field input.submit:hover { background: url(img/bg-button-newsletter-over.png); }

/* Comments */
div.comment-area {  background: url(img/bg-white-85.png); width:480px;  -moz-border-radius: 0.8em; -webkit-border-radius: 0.8em; border-radius: 0.8em;}
div.comment-area-inner { width: 460px; margin:auto; padding-top:10px; padding-bottom: 10px; }
div.comment-area input { margin-bottom: 3px; border: 2px solid #ccc; padding: 4px; font-size: 1.0em; }
div.comment-area textarea { width:440px; height: 60px; border: 2px solid #ccc; padding: 4px; font-size: 1.0em; font-family: Arial, Helvetica; margin-bottom: 4px; margin-top: 4px; }  
div.comment-area a { color: #95316d; text-decoration: none; }

div.comment-area a:hover { text-decoration: underline; } 
div.comment-area input#submit { border:0px; display: block; width: 140px; height: 27px; background: url(img/bg-button-newsletter.png); text-align: center; line-height: 2.2em; text-decoration: none; color: #fff; margin-top: 10px; margin-bottom: 10px; -moz-border-radius: 0.8em; -webkit-border-radius: 0.8em; border-radius: 0.8em; cursor: pointer; }
div.comment-area input#submit:hover { background: url(img/bg-button-newsletter-over.png); }

ol.commentlist {}
ol.commentlist li { }
ol.commentlist li div.comment-body {}
ol.commentlist li div.comment-body p { font-weight: normal; width:365px; float: right; line-height: 1.4em; margin-bottom: 10px; }
ol.commentlist li div.comment-meta {width:365px; float: right; }

div#zrx_captcha { background: aqua; height: auto; }
div#zrx_captcha table tr td input { margin-top:0px; }
div#zrx_captcha table tr td { padding:0px; margin: 0px; } 
div#zrx_captcha img#simple_captcha { margin-left:5px; margin-top:5px; }
div#zrx_captcha div small { display: none; }

/* Comments Clearfix Hack */
ol.commentlist li div.comment-body:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }
ol.commentlist li div.comment-body {display:inline-block; width: 100%; }
ol.commentlist li div.comment-author { width: 80px; float:left; font-size: 0.8em; padding-right: 10px; }
ol.commentlist li div.comment-author img { margin-bottom: 10px; display: block; }
div.comment-meta { font-size: 0.8em; line-height: 1.3em; }

/* Footer */
div#footer { background: url(img/bg-white-85.png); width: 990px; padding-bottom: 10px; border: 1px solid #f0dbe3; float:left; margin-top: 5px;  -moz-border-radius: 0.8em; -webkit-border-radius: 0.8em; border-radius: 0.8em; margin-bottom: 10px; }
div#footer div.left { margin-left: 10px; margin-top:10px; width:310px;  float:left;   }
div#footer div.middle { margin-left: 10px; margin-top:10px; width:500px; float:left; border-left: 1px solid #dbbace; border-right: 1px solid #dbbace; }
div#footer div.right { margin-left: 10px; margin-top:10px; width:135px;  float:left;}
div#footer div.footer-headline { margin-bottom: 5px; font-weight: bold; }
div#footer div.middle div.footer-headline { margin-left: 10px; }
div#footer ul.links { margin-left:10px; }
div#footer ul.links li { display: block; width: 230px; margin-right: 10px; float:left; }
div#footer ul.links li a { color: #95316d; text-decoration: none; padding: 1px 2px 1px 2px; line-height: 1.4em;  }
div#footer ul.links li a:hover { color: #fff; background: #95316d; }
div#footer ul.seiten {  }
div#footer ul.seiten li { display: block; width: 230px; margin-right: 10px; float:left; }
div#footer ul.seiten li a { color: #95316d; text-decoration: none; padding: 1px 2px 1px 2px; line-height: 1.4em;  }
div#footer ul.seiten li a:hover { color: #fff; background: #95316d; }
div#footer div.bloglists { width:970px; margin: 10px 0 10px 10px; text-align: center; }
div#footer div.bloglists a { text-decoration: none; }
div#footer div.tagcloud { width:970px; margin: 10px 0 10px 10px; text-align: center; }
div#footer div.tagcloud a { color: #95316d; text-decoration: none; padding: 1px 2px 1px 2px; }
div#footer div.tagcloud a:hover { color: #fff; background: #95316d;  }


/* Fixes */
.clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }