/*
Theme Name: ixiter2011
Theme URI: http://ixiter.com/
Author: Peter Liebetrau aka Ixiter
Author URI: http://ixiter.com/
Description: twentyeleven childtheme for ixiter2011.tv
Version: 1.0
License: private
Template: twentyeleven
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* Parent theme CSS */
@import url('../twentyeleven/style.css');

/* Google WebFont */
@import url('//fonts.googleapis.com/css?family=Ubuntu:regular,italic,bold,bolditalic');

body, input, textarea {
    color: #373737;
    font: 13px Ubuntu, Arial, sans-serif;
    font-weight: 300;
    line-height:1.2em;
    background-colr:#fafafa;
}
#rightskyscrapper{
    position:fixed;
    left:50%;
    top:50%;
    margin-left: 525px;
    margin-top:-300px;
    width:160px;
    height:600px;
    background:red;
    box-shadow: 0 0 15px #404040;
}
#leftskyscrapper{
    position:fixed;
    left:50%;
    top:50%;
    margin-left: -685px;
    margin-top:-300px;
    width:160px;
    height:600px;
    background:red;
    box-shadow: 0 0 15px #404040;
}
#page{
    margin: 22px auto;
    min-width:1000px;
    box-shadow: 0 0 12px #404040;
    background:#ffffff;
    background:url("images/page-bg.png") top left no-repeat #ffffff;
    position:relative;
    left:1px;
}

#branding{
    border-top:0;
    height:120px;
}
#branding hgroup, #access div {
    margin: 0 20px;
}
#branding #searchform{
    position: absolute;
    top: 3.8em;
    right: 5px;
    text-align: right;
}

#branding .only-search{
    position: absolute;
    top:80px;
    right: 0px;
    text-align: right;
    width:200px;
}
#branding .only-search #s{
    width:80px;
}
#branding .only-search #s:focus{
    width:195px;
}

input#s{
    background: #f8f8f8 url(images/search.png) no-repeat 5px 6px !important;
}

#access{
    background:#304070;
    border-radius: 5px;
    box-shadow: 0 0 10px #c0c0c0;
    width: 990px;
    margin:0 5px;
}
#access a {
    color: #EEE;
    display: block;
    line-height: 1.5em;
    padding: 0 1em;
    text-decoration: none;
}
#access ul ul{
    top:1.5em;
}
#access ul ul a{
    line-height:1.5em;
    padding:5px 10px;
}
p{
    margin-bottom:1em;
}

h4{
    font-size:1em;
    font-weight:bold;
    margin-bottom: 1em;
}

.entry-title{
    padding-top:0;
}
.entry-meta.above-article {
    color: #666;
    clear: both;
    font-size: 11px;
    line-height: 12px;
    margin:0;
}
.entry-content{
    text-align:justify;
}
.entry-content img.alignleft, .entry-content img.alignright, .entry-content img.aligncenter {
    box-shadow: 0 0 10px #c0c0c0;
}
h1.entry-title, h2.entry-title, .singular .entry-title{
    font-size:1.3em;
    padding: 0;
}
.entry-content, .entry-summary {
    padding: 1.2em 0 0;
}

/* Commentlist */
.commentlist {
    width: 530px;
    margin:0;
    padding-left:100px;
}
.commentlist > li.comment {
    margin: 0 0 1.2em;
    padding: 1.2em;
}

/* Container für Kommentar Eingabefeld */
#respond {
margin: 0 0 1.2em 95px;
padding: 1.2em;
position: relative;
width: 510px;
}

/* .moreads erscheint anstelle des more tags bei der single Ansicht von Artikeln. Es erscheint ein Werbebanner in div.moreads */
.leaderboard{
    clear:both;
    text-align:center;
    margin:.8em auto;    
}
.moreads{
    clear:both;
    text-align:center;
    margin:15px auto;
}

.more-link, .clearboth{
    display:block;
    clear:both;
}


#content {
    margin: 0 -340px 0 20px;
    width: 630px;
}
#primary {
    float: left;
    margin: 0 -340px 0 0;
    width: 100%;
}
#secondary {
    float: right;
    margin-right: 20px;
    width: 300px;
}

/*Menu in der Sidebar ohne verpunktete Listeinträgerse*/
.widget ul{
    list-style-type:none;
}

/* URL Shortener kurzlink ANszeige unter Artikel */
.post-shortlink, .post-shortlink strong, .post-shortlink a{
    font-size:.9em;
    font-weight:normal;
}

/* Widgets */
.widget a {
    font-weight:normal;
}
.recentcomments>span>a{
    font-weight:bold;
}
#site-generator{
    line-height:1em;
    font-size:.8em;
    padding:.2em .2em;
}
#supplementary {
    padding: 20px;
}
#supplementary .widget a {
font-weight: normal;
text-decoration: none;
}
#supplementary .widget a:hover {
text-decoration: underline;
}
#supplementary .widget ul *{
font-size:.9em;
}

/* Für G+, FB-Like usw. Buttons unter den Artikeln */
.social_likes{
	text-align:center;
}