/*
 * drchaos.blog style sheet
 * based on blank template by texto.de
 */

* {margin: 0; padding: 0;}

body {
        margin: 0;
        padding: 0;
        background: #f5e3d8 url(images/bg_body.png) repeat-x;
        font-family: Verdana, Arial, sans-serif;
        }

h1, h2, h3, h4, h5, h6 {
        font-family: Helvetica Neue Black Condensed,Arial Black,Arial,Sans-Serif;
        font-weight: normal;
        margin: 0.3em 0 0.6em 0;
        }

/* the header */
#logo {
        position: absolute;
        top: 0px;
        left: 20px;
        border: none;
        }
#sitename1 {
        position: absolute;
        top: 0px;
        right: 20px;
        border: none;
        }
#sitename2 {
        position: absolute;
        top: 74px;
        right: 20px;
        border: none;
        }
#slogan, #sloganf {
        position: absolute;
        top: 75px;
        right: 70px;
        color: #ffff00;
        font-size: 14px;
        text-transform: uppercase;
        }
#sloganf {
       right: 25px; 
}       
#main {
        width: 642px;
        margin: 110px 190px 0 190px;
        margin-top: 110px;
}

#footer {
        text-align: center;
        /*
        color: yellow;
        background: url(images/bg_foot.png) repeat-x;
        height: 20px;
        */
        clear: both;
        margin-top: 50px;
        }

/* the sidebar */
#sidebar {
        position: absolute;
        top: 170px;
        left: 24px;
        width: 140px;
        }
#sidebar ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        }

.sideblk {
        border: 1px dashed black;
        background: #fff6d5 url(images/bg_article.png) repeat-x;
        margin: 0 0 10px 0;
        padding: 2px 5px 5px 5px;
        font-size: 8pt;
        }

.sideblk h2 {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 0.3em;
}

.sideblk a {
        margin-left: 10px;
}

/* the searchform */
#searchform table {
	padding: 5px;
	width: 100%;
	text-align: right;
}

#searchform input {
        font-family: Arial, sans-serif;
        font-size: 10px;
        }

#s {
	width: 110px;
}

/* the articles */
.article {
        font-size: 0.9em;
        border: 1px dashed black;
        margin: 0 0 10px 0;
        padding: 0 10px 2px 10px;
        background: #fff6d5 url(images/bg_article.png) repeat-x;
        }

.article h2 a, .article h2 a:visited {
        font-weight: normal;
        text-decoration: none;
        color: black;
}

.article, .article p {
        text-align: justify;
}

.article p {
	margin: 0.9em 0;
} 

.article img {
        border: none;
}

.article img[align=left] {
        margin: 0 .4em 0 0;
}

.article img[align=right] {
        margin: 0 0 0 0.4em;
}

.article a.more-link {
		display: block;
		margin-top: 1em;
		margin-bottom: -0.8em;
}

.leftimg img, .rightimg img, .centerimg img, 
.leftimg object, .rightimg object, .centerimg object,
img.leftimg, img.rightimg, img.centerimg,
object.leftimg, object.centerimg, object.rightimg {
    font-size: 10px;
    background-color: #fff7e6;
    border: 1px dotted #AAAAAA;
    margin: 5px;
    padding: 5px;
    display: block;
}

div.leftimg, img.alignleft {
	float: left;
	margin-right: 10px;
}

div.rightimg, img.alignright {
	float: right;
	margin-left: 10px;
}

.leftimg img, .rightimg img {
	display: block;	
	margin: auto;
}

div.rightimg {
	float: right;
	margin: 5px 0 5px 10px;
}	

div.centerimg, .centerimg img, img.aligncenter, img.centerimg, object.centerimg {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}

.article blockquote {
    background-color: #fff7e6;
    border: 1px dotted #AAAAAA;
    margin: 5px;
    padding: 0 5px;
}

blockquote p, .article blockquote p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.article ol, .article ul {
	list-style-position:inside;
	margin: 16px 10px;
}

.postmeta {
        padding: 0.2em 0;
        border-top: 1px solid black;
        }

.postmetaspacer {
        clear: both;
        height: 5px;
        }

#navlinks {
        margin: 0 0 10px 0px;
}

/* the comments */
#commentlisthead {
        border-top: 1px solid black;
        padding-top: 0.2em;
        padding-left: 10px;
}

.commentlist {
        margin: 5px 10px 0 10px;
        list-style-type: none;
        list-style-position: outside;
}

.commentlist li, #commentfrm.alt #commentPreview {
        background-color: #fff0bf;
/*      background: #fff0bf url(images/bg_comment2.png) repeat-x; */
        padding: 1px 10px 5px 10px;
        display: block;
        border: 1px dashed #999999;
        margin: 10px 0;
}
.commentlist li.alt, #commentfrm #commentPreview {
    background-color: #e8d8b5;
/*      background: #e8d8b5 url(images/bg_comment1.png) repeat-x; */
}

#commentfrm {
        background-color: #fff0bf;
        margin: 0px 10px 10px 10px;
        padding: 1em;
        border: 1px dashed #999999;
}

#commentfrm input, #commentfrm textarea {
        font-size: 10px;
        background-color: #fff6d5;
        border: 1px solid black;
        padding: 2px;
}

#commentfrm textarea {
		width: 520px;
}

.commentlist blockquote, #commentfrm.alt blockquote {
        background-color: #fff6d5;
        border: 1px dotted #AAAAAA;
        margin: 5px;
        padding: 5px;
}

#commentfrm.alt {
        background-color: #e8d8b5;
}

#commentPreview {
        margin-top: 5px;
}

/* fusker styles */

.fuskerpreview {
    border: 1px dashed black;
    margin: 0 0 10px 0;
    padding: 0 10px 8px 10px;
    background: #fff6d5 url(/wp-content/themes/drchaos.eu/images/bg_article.png) repeat-x;
   	max-width: 800px;
}

.fuskerpreview h3, .fuskerpreview h3 a {
	color: black;
	
}

.fuskerimg {
    background-color: #fff7e6;
    border: 1px dotted #AAAAAA;
    margin: 5px;
    padding: 5px;
}

.votebutton {
	border: none;
	background-color: transparent;
	cursor: hand; 
	cursor: pointer;
	vertical-align:middle;
}

.votebutton:focus {
	border: none;
}

/*-smilies without a border-*/
body img.wp-smiley {
        border:none;
}
