/*
Theme Name:		blogg.de Startseite
Theme URI:		http://blogg.de
Description:	Startseite
Version:		0.4.1
Author:			Dominik Schwind
Author URI:		http://lostfocus.de/
*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: 'blogg';
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1; /* Clearfix for IE6 */
}
*:first-child+html .clearfix {
	zoom: 1; /* Clearfix for IE7 */
}
html {
	background-color:#555;
	text-align:center;
}
a img {
	border: none;
}
a {
	border:none;
}
div.headernav {
	background: #03f url(i/background-blue-top.png) repeat;
	height: 34px;
	margin: 0;
	padding: 0;
}
div.container {
	background: #ffffff url(i/background-script.png) repeat;
	width: 75%;
	max-width: 960px;
	margin: 0 auto;
}
div.header, div.header h1 {
	margin: 0;
	padding: 0;
}
div.header {
	text-align:left;
	max-width: 660px;
	margin: 0 auto 0 auto;	
	top: -33px;
	position: relative;
	height: 211px;
}
div.header h1 {
	width: 242px;
	margin-right: 20px;
	display: inline;
}
div.header span#claim {
	color: #333333;
	font: italic 1.4em Georgia, "Times New Roman", Times, serif;
	display: inline;
}
div.maincontent {
	max-width: 660px;
	text-align:left;
	margin: 0 auto 3em auto;
	padding:1em;
}
div#register-login {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 3em;
}
div#footer {
	background: #03f url(i/background-blue.png) repeat;
	font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 1em;
	padding-bottom: 2em;
	color: #fffeff;
}
div#footer ul {
	list-style-type: none;
}
div#footer li {
	display: inline;
}
div#footer a {
	color: #fffeff;
}
div.content header {
	text-align:center;
	color: #144394;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(i/blue-line.gif) repeat-x center center;
	margin-bottom: 2em;
	text-transform: uppercase;
}
div.content header h1 {
	display:inline;
	background: #ffffff url(i/background-script.png) repeat;
	padding:0 .3em;
	margin:0;
}
div.mu_register {
	text-align:left;
	width: 600px;
	margin: 0 auto 3em auto;	
	font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
div.content div.entry {
	margin: 0 auto 3em auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
}
body.home div.teasertext {
	width: 60%;
	float: left;
}
body.home div.entry {
	font-style: italic;
	font-size: 1em;
	line-height: 1.8em;
}
body.home div#register-login {
	text-align: center;
}
div#blogposts {
	clear: both;
	z-index: 10;
}
div#blogposts h1 {
	text-align: center;
	color: #333333;
	font: italic 1.9em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0;
	margin-bottom: 0;
}
div#blogposts h2.date {
	border-top: 1px solid #999999;
	/* Georgia 18pt italic #666666 */
	color: #666666;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	margin: 0;
	margin-top: 1em;
	padding: 0;
}
div#blogposts div.article {
	margin: 1em 3em 3em 3em;
	padding: 0;
	z-index: 12;
/*	background-color: #ff88d3;*/
}
div#blogposts div.fuersdesign {
	background-color: #f4f1ec;
	padding: 1em;
	border: 1em solid #ffffff;
}
div#blogposts div.article div, div.register {
	font: 0.9em/1.4em Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
}
div.register a{
	color: #333333;
}
div.article p.blog {
	color: #666666;
	font: bold .7em Arial, Helvetica, Geneva, sans-serif;
}
div.article p.blog a {
	color: #666666;
	text-decoration: none;
}
div.article p.author {
	color: #bbbbbb;
	font: .7em Arial, Helvetica, Geneva, sans-serif;
}
div#blogposts div.article h1 {
	text-align:left;
	border: none;
	font-size: 1.4em;
	font-style: italic;
	padding: 0;
}
div#blogposts div.article h1 a {
	color: #333333;
	text-decoration: none;
}
p.submit {
	text-align: right;
	padding: 2em 0;
}
form p.submit input[type=submit] {
	background : url(i/bt_weiter.png) no-repeat center center;
	width : 155px;
	height :52px;
	border : none;
	color : transparent;
	font-size : 0
}

form#cntctfrm_contact_form div {
	margin:.5em 0;
}

/* Designerfurz */

        .drop-shadow {
			position:relative;
			z-index:3;
            padding:1em;
            margin:2em 10px 4em;
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .drop-shadow:before,
        .drop-shadow:after {
            content:"";
            position:absolute;
			z-index: -200;
        }

        .drop-shadow p {
            font-size:16px;
            font-weight:bold;
        }

        /* Lifted corners */

        .lifted, .lifted .fuersdesign {
            -moz-border-radius:8px;
                 border-radius:8px;
        }

        .lifted:before,
        .lifted:after {
            bottom:15px;
            left:10px;
            width:50%;
            height:20%;
            max-width:300px;
            max-height:100px;
            -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
               -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
                    box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            -webkit-transform:rotate(-3deg);
               -moz-transform:rotate(-3deg);
                -ms-transform:rotate(-3deg);
                 -o-transform:rotate(-3deg);
                    transform:rotate(-3deg);
        }

        .lifted:after {
            right:10px;
            left:auto;
            -webkit-transform:rotate(3deg);
               -moz-transform:rotate(3deg);
                -ms-transform:rotate(3deg);
                 -o-transform:rotate(3deg);
                    transform:rotate(3deg);
        }