/*
Theme Name: Theme01
Theme URI: http://www.may27.net
Description: Version 01 von may27.net
Version: 01WP
Author: Mandy T.
Author URI: http://www.may27.net

*/

/*  basics  */

* { padding: 0; margin: 0; }

body {
	background-image: url(images/mpat01.gif);
	background-repeat: repeat;
        background-color: #fff;
	padding: 0; margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
        font: normal 9pt/20px arial, sans-serif;
}

/*  divs  */

#head {
    height: 170px;
    margin: 5px 0;
    position: relative;
    border-bottom: 5px solid #000;
    background-color: #fff;
    
}

#logo {
    background-image: url(images/logo02.gif);
    background-repeat: no-repeat;
    width: 799px !important; 
    height: 179px !important; 
    float: left;
    background-color: #fff;
}

#searchform {
 margin: 60px 0px 0 318px;
}

#container { width:800px; margin:0 auto;  background-color: #fff;  min-height:600px; }        

#content {
        background-color: #fff;
        border-right: dotted 1px black;
	float: left;
        margin: 0px 0px 0px 17px;
        padding: 0px 8px 0px 0px;
        text-align: justify;
	width: 600px;
        min-height:100%;

}

#sidebar {
      background-color: #fff;
      width: 160px;
      float: right;
      margin: 10px 0 0px 0;
      min-height:600px;
}
#entries {     
        background-color: #fff;   
        border-right: dotted 1px black;
	float: left;
        margin: 0px 0px 0px 17px;
        padding: 0px 8px 0px 0px;
        text-align: justify;
	width: 600px;
        min-height:100%;}
div.post p img {max-width: 500px;}
div.post-tags {margin: .25em 0;}


#footer {
    font: normal 9pt/12px arial, sans-serif;
    color: #000;
    text-align: center;
    border-top: 5px solid #000;
    padding: 10px 0;
    margin: 20px 0 20px 0;
    clear: both;
}

/*   comments   */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#comments {padding:12px 0 0 0; width:600px;}


/*   navigation     */

#navcontainer {float:left; width:40%; margin: 50px 0 0px 320px;font-weight: bold; font-size:medium;}

#navcontainer ul {padding-left:0;margin-left:0;background-color:transparent;
color:#dd1a84;text-transform:lowercase;float:left;width:80%;}

#navcontainer ul li {display:inline;}

#navcontainer ul li a {padding : 0.2em 1em;background-color : #fff;color : #dd1a84;text-decoration : none;float : left;border-right : 1px solid #fff;}

#navcontainer ul li a:hover {background-color : #fffc05;color : #05a2c7;}



/*    headlines      */

h1 {
color: #fffc05;
text-transform: uppercase;
font-size:14pt;
font-weight: bold;
}

h1.headline {
font: 12pt Verdana;
color: #000;
background: url('images/blitz02.gif') 0px 0px no-repeat;
padding-left:23px;
line-height: 20px;   
font-weight: bold;
text-transform: uppercase;

}
h2 {
color: #dd1a84;
text-transform: uppercase;
}

h3 {
font: 8pt Verdana;
color: #000000;
margin: 0px;
margin-bottom: 1px;
padding: 1px;
line-height: 20px;   
font-weight: bold;
text-transform: uppercase;
border-bottom: 1px dotted #000000;
}

h4 {
background: transparent ;
}
h4.bubble {
background: url('images/sb01.gif') 0px 0px no-repeat;
padding-left:23px;
}
h5 {
color: #fffc05;
text-transform: uppercase;
}


/*     links    */


a, #sidebar a {
    text-decoration: none;
    color: #000;
}

a:hover, #sidebar a:hover {
	color: #05a2c7;
}
a, #content a {
    text-decoration: none;
    color: #05a2c7;
}

a:hover, #content a:hover {
	color: #000;
}
.entry a, .commentlist li a {
	text-decoration: underline;
}

.entry a:hover, .commentlist li a:hover {
	text-decoration: underline;
}

.category a, .category a:hover {
	color: #fff !important;
}


/*    lists    */

div.post ul {
padding: 0;
margin: 0;
list-style-type: none;
}

div.post ul li {
padding: 0 0 3px 15px;
list-style-type: none;
}

div.post ul li:before {
	content: "\00BB \0020";
}

div.post ol li {
padding: 0 0 2px 0;
margin-left: 20px;
}

#sidebar ul {
padding: 0;
margin: 0 0 20px 0;
list-style-type: none;
}

#sidebar ul li {
padding: 0;
list-style-type: none;
}

ul.lastfm li {
     list-style-image: url('images/mnote01.gif');
     margin-left:0.5em; padding-left:0.5em;
     text-indent: -0,8em;
    }

#footer ul li{
padding: 0;
list-style-type: none;
}

ul.twitter li {
     list-style-image: url('images/twit01.gif');


    }


/*       comments        */

#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {

	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}



blockquote{
	border-left: 2px solid #000000;
        margin-left: 1em;
	padding-left: 1em;
        line-height: 1.75em;
}