/*http://www.ahne-international.de/blog/wp-admin/theme-editor.php?file=wp-content/themes/drunkey-love/style.css&theme=Drunkey+Love&a=te
Ahne › Themes bearbeiten — WordPress
Theme Name: Drunkey Love
Theme URI: http://www.el73.be/drunkey-love/themes/
Description: Drunkey Love theme (defekt) for Wordpress
Version: 1.6
Author: Kevin Wetzels
Author URI: http://www.el73.be/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/**-----------------------------------------------------------------------------
** HTML ELEMENTS
**/ 
html, body {
	padding: 0;
	margin: 0;

font: 100%/140% "Lucida Grande", Lucida, Helvetica, Arial, Verdana, sans-serif;
font-size: 0.9em;


//font-size: 62.5%; /* Resets 1em to 10px */
//font-family: "Lucida Grande", Lucida, Helvetica, Arial, Verdana, sans-serif;



	background: #fff;
	color: #333;
		
}

a {
	color: #333;	
}

a:visited {
	color: #333;
}

a:hover {
        background: #333;
	color: #fff;
}

html * {
	margin: 0;
}

p, ul, ol {
	margin-top: 15px;
}

ul, ol {
	padding-left: 0;
	margin-left: 30px;
}

h1, h2 {
	margin-top: 15px;
}

h1, h2  {
	//font: 1.7em "Apple Garamond", "Times New Roman", "Garamond", serif;
	font: bold 1.8em "Lucida Grande", "Lucida Sans", Lucida, Verdana, sans-serif;
	//line-height: 1.7em;
        //line-height: 1.8em;
        line-height: 1.2em;
	margin-bottom: 0;
}


h2 a, h1 a {
	text-decoration: none;
	color: #333;
}

h1 a:hover, h2 a:hover {
        background: #333;
	color: #fff;
}

h1 {
	//font-size: 1.9em;
	font-size: 1.8em;
}

h3 {
	margin-top: 1em;
}

h6 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	color: #666;	
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dashed #999;	
}

hr {
	display: none;
}

blockquote {
	border-left: 5px solid #ccc;
	padding-left: 10px;
        font-style: italic;
}

code {
	font: 110% "Lucida Console", "Courier New", "Courier", monospace;
}

pre {
	overflow: auto;
}





/**-----------------------------------------------------------------------------
** HEADER
**/ 

#header {
	//height: 200px;
        height: 170px;
	//background: #333;
        background: url(images/verlauf.png) repeat-x;
	color: #333;
}

#header a {
	//color: #fff;
        font: bold 1.2em "Lucida Grande", "Lucida Sans", Lucida, Verdana, sans-serif;
	color: #333;
}

#header a:hover {
	//background: #e08;
	//background: #333333;
	color: #333;
}

#header .current_page_item {
	//background: #e08;
	background: url(images/hover.gif) no-repeat;
}

#aktuelletext {
	vertical-align: text-bottom;
	float: right;
        width: 170px;
	height: 100px;
	text-align: right;
        background: url(images/aktuell.gif) no-repeat;	
}
#aktuelletext a {
	display: block;
	//width: 250px;
	width: 170px;
	height: 100px;
	//line-height: 50px;
	line-height: 0px;
	//padding: 150px 20px 0 0;
	padding: 0px 0px 0 0;
        margin: 0;
        
}
#aktuelletext a:hover {
       background: none;
       color: #000000;
}
#blog-title {
	vertical-align: text-bottom;
	float: left;
	//width: 270px;
        width: 170px;
	//height: 200px;
	height: 100px;
	text-align: right;
	//text-align: center;
	//background: #333 url(images/bg-title.jpg) repeat-x;
        background: url(images/logo.png) no-repeat;
	//color: #fff;	
}

#blog-title a {
	display: block;
	//width: 250px;
	width: 170px;
	height: 100px;
	//line-height: 50px;
	line-height: 0px;
	//padding: 150px 20px 0 0;
	padding: 0px 0px 0 0;
        margin: 0;
        
}

#blog-title a:hover {
       background: none;
       color: #000000;
}





#pages {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	text-transform: uppercase;
}

#pages li {
	float: left;
	width: 8em;
	//width: 100px;
        margin: 0;
        padding: 0;	
        //height: 100px;
}

#pages a {
	display: block;
	height: 40px;
	//width: 8em;
	width: 100%;	
        line-height: 40px;
	//padding: 150px 0 0 0;
	padding: 60px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
	text-align: center;
        background: none;
        color: #333;
}


#pages a:hover {
	//background: #e08;
	background: url(images/hover.gif) no-repeat;
	color: #333;
}



#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

/**-----------------------------------------------------------------------------
** FOOTER
**/ 
#footer {
	clear: both;
	font-size: 0.8em;
	padding: 50px 0;
	text-align: left;

}

#footer .main {
	border-top: 1px solid #ccc;
	color: #666;
}

/**-----------------------------------------------------------------------------
** CONTENT
**/ 
.main, #content {
	width: 740px;
	margin: 0 auto;

        //font-size: 2.2em;
	//line-height: 1.8em;

        //blocksatz
	//text-align: justify;

}

/**-----------------------------------------------------------------------------
** PRIMARY CONTENT (ENTRIES, COMMENTS, ...)
**/ 
#primary {
	width: 450px;
	padding-right: 20px;
	float: left;
	//background: #fff url(images/bar-vertical.jpg) no-repeat right top;
	//background: #fff url(images/trenner.gif) repeat-y right top;	

}

.entry {
	//padding-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;

}

.beispiel {
	
	margin-top: 60px;
}



.entry ul{
    list-style-image:url(images/list.gif);
}


#primary ul.archive-nav {
	list-style-image: none;
}

.meta {
	font-size: 0.85em;
	clear: both;
	color: #666;
}

.meta a {
	text-decoration: none;
	color: #666;
}

.meta a:visited {
	color: #666;
}

.meta a:hover {
	//color: #905;
        background: #333;
        color: #fff;
}


.meta span {
	padding-left: 14px;
	background: #fff url(images/doc.png) no-repeat left center;
	
}

.meta span.tags {
	//background-image: url(images/folder.png);
        padding-left: 0px;
	background-image: none;
}

.meta span.comments {
	background-image: url(images/comment.png);
}

.meta span.author {
	//background-image: url(images/author.png);
        padding-left: 0px;
	background-image: none;
}

.meta span.trackback {
	//background-image: url(images/trackback.png);
        padding-left: 0px;
	background-image: none;
}

.meta span.delicious {
	background-image: url(images/delicious.png);
}

#primary .totop img {
	width: 11px;
	height: 14px;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;

}

#primary .totop {
	margin-left: 439px;
	clear: both;
}

#primary .totop a:hover {
	background: none;
}



.gravatar {
	float: right;
	margin: 30px 0 15px 10px;
}

#comments h2 {
	//margin-top: 30px;
	margin-top: 60px;
        font: 1.4em "Lucida Grande", "Lucida Sans", Lucida, Verdana, sans-serif;
}

#comments ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 0.9em;
}

#comments li {
	clear: both;
	padding: 0;
	margin: 0;
}

#comments ol div.poster {
	clear: both;
	//padding: 0 20px;
	padding: 0 60px;
	font-size: 0.95em;
	color: #666;
}

#comments .poster a {
	color: #666;
}

#comments .poster a:hover {
        background: #333;
        color: #fff;
}

#comments ol.no-gravatars div.poster {
	//padding: 0 20px 0 40px;
	padding: 5px 20px 25px 20px;
        border-bottom: 1px dashed #ccc;
}


#comments ol div.body {
	margin: 0 0 0 0;	
	//width: 340px;	
	width: 340px;	
	//padding: 20px;
	padding: 10px 0px 10px 0px;
	//background: #fff url(images/comment-field.png) no-repeat left top;
}

#comments ol.no-gravatars div.body {
	//width: 340px;	
	width: 360px;	
	//padding: 20px;
	padding: 10px 0px 10px 0px;
	margin-left: 20px;
}

#comments fieldset {
	margin: 5px 0 0 0;
	padding: 0 80px 0 20px;
	width: 330px;
	border: 1px solid #333;
}

#comments legend {
	display: none;
}

#comments form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#comments form li {
	margin: 5px 0;
}

#comments .textfield {
	width: 50%;
}

#comments textarea {
	width: 98%;
}

#comments .number {
	font: bold 1.4em "Lucida Grande", "Lucida Sans", Lucida, Verdana, sans-serif;
	//color: #ccc;
	color: #333;
	text-align: right;
	padding: 0px;
	margin: 0px;
	width: 3em;
	float: right;
}

#comments .number a {
	color: #ccc;
	text-decoration: none;
}

#comments .number a:hover {
        background: none;
	color: #333;
}

.archive-nav {
	font-size: 0.9em;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	list-style-image: none;
}

.archive-nav li {
	width: 180px;
}

.archive-nav li a {
	display: block;
	width: 164px;
}

.back {
	float: left;
}

.back a {
	padding-left: 16px;	
	background: #fff url(images/back.png) no-repeat left center;
}

.next {
	float: right;
	text-align: right;
}

.next a {
	padding-right: 16px;
	background: #fff url(images/next.png) no-repeat right center;	
}

.next a:hover {
	color: #fff;
        background: #333; 
}

.back a:hover {
	color: #fff;
        background: #333; 
}

#primary h1 img, #primary h2 img, #primary h3 img {
padding: 0;
border: none;
}




/**-----------------------------------------------------------------------------
** SECONDARY CONTENT (SIDEBAR STUFF)
**/ 
#secondary {
	padding-left: 15px;
	width: 250px;
	float: right;
	font-size: 0.9em;
}

#secondary h2 {
    font: 1.4em "Lucida Grande", "Lucida Sans", Lucida, Verdana, sans-serif;
    margin-bottom: 10px;
}

#searchform fieldset {
	padding: 0;
	margin: 0;
	border: 0px solid #fff;
}

#searchform legend, #searchform label {
	display: none;
}


.buttonstil {
	border: none; 
        background-color: #b1b1b1; color: #FFFFFF;
        font: 1.1em "Lucida Grande", "Lucida Sans", Lucida, Verdana, sans-serif;
	cursor: pointer;
        padding: 2px 3px 2px 3px;
        margin: 0;

}





#blog-description {

	font: 1.6em "Apple Garamond", "Garamond", serif;

        padding: 95px;
	background: #fff url(images/bg-description1.jpg) no-repeat;

}

.fold {
	display: none;
}

.foldButton, .unfoldButton {
	display: block;
	position: relative;
	left: 230px;
	margin-top: -1.3em;
	height: 25px;
	width: 25px;
	cursor: pointer;
	background: #fff url(images/fold.gif) no-repeat;
}

.unfoldButton {
	background: #fff url(images/unfold.gif) no-repeat;	
}

ul.linklist, ul.linklist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	border-top: 1px solid #ccc;
}

ul.linklist ul {
	//border: none;
}

ul.linklist a, ul.linklist ul a {
	padding: 0.2em 0;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #333;
}

ul.linklist ul a {
	width: 95%;
	padding-left: 5%;
}

ul.linklist a:hover {
	background: #333;
	color: #fff;
}

ul.descriptionlist  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

ul.descriptionlist  li {
	margin-bottom: 0.5em;
}

#sidenotes h3 {
	font-size: 1em;
}

#sidenotes p {
	margin-top: 0;
}

ul.cloud {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

.cloud li {
	display: inline;
	margin-right: 5px;
}

/**-----------------------------------------------------------------------------
** UTILITIES
**/ 
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

.center {
	text-align: center;
}

.alignright, .lzimg-right {
	float: right;
}
	
.alignleft, .lzimg-left {
	float: left
}

#primary img, #photos img {
	//padding: 4px;
	padding: 3px 10px 0px 0px;
	max-width: 100%;
	border: 0px solid #fff;
}


#primary a:hover img {
        background: #fff;
        border: none;
}

#photos a:hover img {
        background: #fff;
        border: none;
}





#primary .totop img {
	border: 0;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright, img.lzimg-right {
	padding: 4px;
	margin: 15px 0 15px 15px;
	display: inline;
}

img.alignleft, img.lzimg-left {
	padding: 4px;
	margin: 15px 15px 15px 0;
	display: inline;
}
	
img.noborder {
	border: none;
}

img.simple {
	padding: 0;
	margin: 0;
	border: 0;
}

#primary img.wp-smiley {
	padding: 0;
	margin: 0;
	border: 0
	display: none;
}

.flickr {
	color: #06c;
}

.flickr span {
	color: #c00;
}

#primary a.extlink {
	padding-right: 12px;
	background: #fff url(images/external-link.png) no-repeat right center;
}
