/* 
    Document   : with-slide
    Created on : 01.04.2010, 21:44:45
    Author     : USer
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#content {
    background: url(../img/main.png) top center no-repeat;
    clear: both;
    margin: 0 auto;
    margin-top: 0px;
    padding: 10px;
    width: 724px;
}

#inhalt {
    width: 725px;
}

#sidebar {background: white; border: 1px solid gray; padding: 15px 0px; width: 154px; position: relative; left: 15px; font-size: 11px;}
#sidebar ul, #sidebar li {margin: 20px 5px 20px 5px; padding: 0; line-height: 0.5em;}
#sidebar h2 {color: black; margin: 20px 5px 10px 5px; padding: 0;}

.alignleft {margin-left: 15px; float: left;}
.alignright {float: right;}
.alignleft a, .alignright a {
    background: #cd2033;
    color: white;
    font-size: 11px;
    font-weight: bold;
    margin: 10px 0px;
    padding: 2px 4px;
    text-align: center;
    text-decoration: none;
    width: 200px;
}

.alignleft a:hover, .alignright a:hover {color: black;}

.blogContent {float: left; width: 560px;}

h1 {
    background: transparent url(../img/headline.png) left no-repeat;
    color: white;
    font-size: 20px;
    font-weight: bold;
    height: 35px;
    margin: 15px 15px 25px 0px;
    padding: 25px 25px 25px 15px;
    width: 405px;
}

.post h2 a {color: black; text-decoration: none;}
.post h2 a:hover {color: #444;}

.referenzen {
    height: 215px;
}

.bodytext {
    background: white;
    color: #cd2033;
    padding-bottom: 15px;
}

.bodytext p, .bodytext h2 {margin: 10px 5px 20px 15px;}
.bodytext ul {margin: 10px 5px 20px 15px;}

.anpassung {margin-left: 1px; width: 725px;}

.zitat {
    color: black;
    display: block;
    /*font-family: "Monotype Corsiva";*/
    font-size: 11px;
    left: 400px;
    position: relative;
    text-align: center;
    width: 300px;
}
.autor {color: black; display: block; font-family: "Century Gothic"; font-size: x-small; text-align: center;}

.transparent {background: transparent;}

.fontblack {color: black;}

.entry {text-align: justify;}

.pointet {list-style-type: disc;}

.pointet li {margin-left: 25px;}

.lineheight {line-height: 1.5em;}

#footer {color: white; font-size: 11px; padding-bottom: 10px; text-align: right; width: 814px;}
#footer a {color: white; text-decoration: none;}
#footer a:hover {color: #df2437;}

 /* Easy Slider */

#slider{}
#slider ul, #slider li{
    margin:0;
    padding:0;
    list-style:none;
    }
#slider li{
    /*
            define width and height of list item (slide)
            entire slider area will adjust according to the parameters provided here
    */
    width:725px;
    height:215px;
    overflow:hidden;
    }
#prevBtn, #nextBtn{
    border: none;
    display:block;
    width:26px;
    height:26px;
    position:relative;
    left:10px;
    top:-150px;
}

#prevBtn img, #nextBtn img {border: none;}

#nextBtn{
    left:691px;
    top: -176px;
    }

/* // Easy Slider */

.entry .aligncenter {margin: 0 auto;}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
