/* screen.css for the standard Jlog <http://jeenaparadies.net/webdesign/jlog/> template.
 *
 * Author:  Jeena Paradies <http://jeenaparadies.net>
 * License: GPL (see LICENSE.txt in this package)
 *
 */

/* -- main positionering -- */

	
	.Kategorien {
		display: none;
	}

    body {
        font-family: arial;
        background: white;
        color: black;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 15px;
        backgrount: #333333;
    }

	#shadow {
		margin: auto;
		width: 770px;
		background-image: url("../../img/shadow.gif");
		background-repeat: repeat-y;
	}

	#container {
        font-size: 0.8em;
        text-align: left;
        margin: 0 auto;
        width: 760px;
		/*background-position: 0px 70px;*/
        /*border: 1px solid #ddd;*/
        border-top: 0;
        position: relative;
        background: #E1ECF0 url(../../img/containerBg.jpg) top right repeat-y;
        /*background: #ffffff url(../../img/subnav.jpg) repeat-y top right;*/
    }
    #main {
        margin: 3px 0 2em 0px;
        width: 550px;
        float: left;
        padding-left: 20px;
    }

    /* Clearfix-Hack */
    #main:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }

    #main {display: inline-table;}

	.mainitem {
		padding-right: 20px;
		margin-left: 4px;
	}

    /* Hides from IE-mac \*/
    * html #main {height: 1%;}
    #main {display: block;}
    /* End hide from IE-mac */

    /* -- logo -- */
        h1 {
            font-size: 23px;
            font-weight: normal;
            padding: 15px 0 10px 20px;
            margin: 0;
			color: white;
			font-family: arial;
			letter-spacing: 1px;
        }
        h1 a:link, h1 a:visited { color: white; text-decoration: none; }
    
    /* -- subnavigation -- */
        #subnav {
			font-size: 11px;
            width: 185px;
			color: #333;
			margin: 3px 0 0 0;
            float: right;
            background: #C4DCEA url(../../img/subnav.jpg) repeat-y;
            /*background-position: -90px;*/
        }

		#subnav dt {
            font-weight: bold;
            padding: 8px 8px 8px 20px;
			color: #003C6E;
            background: #003C6E url(../../img/dtHeader.jpg) repeat-y top left;
        }
        #subnav dd {
            margin-bottom: 10px;
            padding: 0.5em;
            margin-left: 5px;

        }
        #subnav ul {
            margin: 0; padding: 0;
            list-style-type: none;
        }
        #subnav ul li { margin-bottom: 0.5em; }
        .rss img { vertical-align: middle; border: 0; width: 94px; height: 15px; }

    /* -- footer -- */
        #footer {
         clear: both;
		 background-color: #003C6E;
        }

/* -- basic styles -- */
    .skip {
        position: absolute;
        left: -999px;
        width: 990px;
    }
    hr {
        background-color: #aaa;
        color: #aaa;
        border: 0 none;
        height: 1px;
        margin: 1em 0;
        clear: both;
    }
    .error { color: red; }
    blockquote {
        background: url(http://www.schmetterling.eu/jlog/personal/css/img/border.png) repeat-y;
        padding: 0 0.5em;
        font-style: italic;
    }
    #searchform { text-align: center; }
    .meta.date { margin-top: 0; }
    .meta { font-style: italic; font-size: 0.85em;}
    .searchword { background: yellow; }

    /* -- pictures -- */
        #main img { max-width: 95%; }
        .fl { float: left; margin: 0 1em 1em 0; }
        .fr { float: right; margin: 0 0 1em 1em; }
        #main img, dl.img {
            border: 1px solid #aaa;
            padding: 2px;
        }
        dl.img dt { padding: 0; margin: 0;}
        #main dl.img dt img { margin: 0; padding: 0; max-width: 100%; border: none; }
        dl.img dd { margin: 0; padding: 0 0.3em; font-size: 90%; }
        .teaser { clear: both; }


    /* -- main link styles -- */
        a:link { color: #18518b; }
        a:visited { color: #555; }
        a:hover { color: black; }
        h1 a:hover { color: #FFFFFF; }

    /* -- headlines -- */
        h2 { 
            font-weight: normal;
            font-family: verdana, sans-serif;
            position: relative;
            z-index: 2;
            background: url(../../img/h2.jpg);
            line-height: 30px;
            width: 90%;
        }
        h3, h4, h5, h6 {
            font-weight: normal;
            font-family: verdana, sans-serif;
            position: relative;
            z-index: 2;
        }
        
        
        h2 { font-size: 1.5em; margin: 0 -20px 5px -20px; padding-left: 20px; }
        h3 { font-size: 1.2em; }
        h4 { font-size: 1.1em; }
        h5 { font-size: 1em; }
        h6 { font-size: 0.9em; }
        h2 a:link, h2 a:visited,
        .teaser h3 a:link, .teaser h3 a:visited,
        .teaser h4 a:link, .teaser h4 a:visited { text-decoration: none; color: black; }
        h2 a:hover, .teaser h3 a:hover, .teaser h4 a:hover { text-decoration: underline; }
        .teaser h3, .teaser h4 { margin: 0; }
        
    /* -- textareas and inputs -- */
        fieldset { border: 1px solid #aaa; padding: 1em;  }
        legend { padding: 1em; font-weight: bold; }
        input.long, input.short, input.userdata, textarea, select {
            background: #f7f7f7;
            border: 1px solid #bbb;
            border-right: 1px solid #d8d8d8;
            border-bottom: 1px solid #D8D8D8;
        }

/* -- aditional styles for the home- and searchpage -- */
    .teaser h2 { font-size: 1.3em; }
    .teaser h3, .teaser h4 { font-weight: bold; }
    .teaserpic { float: right; margin: 0 0 1em 1em; }
    .entries , .search li { list-style-type: none; }
    .search li { border-top: 1px solid #d8d8d8; padding-top: 1em; }
    ul.search { margin: auto 5%; padding-left: 0; }
    h2.search { text-align: center; }
    .archive { margin-left: 5%; }
    .archivenavigation { text-align: center; border-top: 1px dotted #aaa; padding-top: 0.7em; margin-top: 2em; }

/* -- comments -- */
    p.hidecomments { font-size: 0.75em; text-align: right; line-height: 1px; padding: 0; margin-bottom: 0; }
    #preview li { border: solid 1px red; }
    ul.comments .meta { font-size: 1.3em; }
    ul.comments { list-style-type: none; font-size: 0.9em;}
    ul.comments li {
        padding: 0 1em 0.5em 1em;
        margin: 1em 0;
        background: #f7f7f7;
        border: 1px solid #ccc;
        border-left: 1px solid #d8d8d8;
        border-top: 1px solid #D8D8D8;
        overflow-x: scroll;
    }
    ul.comments li p { margin: 0.5em; }
    ul.comments a.permalink {
        font: normal bold 1.5em monospace;
        border-right: 1px solid #d8d8d8;
        text-decoration: none;
        padding-right: 0.2em;
        margin-right: 0.2em;
    }
    ul.comments a.permalink:hover { text-decoration: underline; }
    #pingbackslist { margin-bottom: 3em; }
    textarea { width: 90%; min-width: 10em; }

    
/* SR PLUG */

.verfasser {
	margin-top: 20px;
	margin-bottom: 20px;
}
.verfasserhr {
	color: white;
	background-color: white;
	border-color: white;
}
#socialMarks {
	position: absolute;
	bottom: 80px;
	right: 10px;
	font-size: 0.8em
}

    * html #socialMarks {
	    position: absolute;
		right: 10px;
		top: 1250px;
		font-size: 0.8em
    }
