/* @override http://enkoore.net/wp-content/themes/drunkey-love/style.css */

/*
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%/150% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 0.9em;
	background: #fff;
	color: #333;		
}

a {
	color: #007b7f;	
}

a:visited {
	color: #666;
}

a:hover {
	color: #99e6e8;
}

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 "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	line-height: 1.7em;
	margin-bottom: 0;
}

h2 a, h1 a {
	text-decoration: none;
	color: #333;
}

h1 a:hover, h2 a:hover {
	color: #007b7f;
}

h1 {
	font-size: 1.9em;
}

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;
}

code {
	font: 110% "Lucida Console", "Courier New", "Courier", monospace;
}

pre {
	overflow: auto;
}
/**-----------------------------------------------------------------------------
** HEADER
**/ 
#header {
	height: 200px;
	background: #333;
	color: #fff;	
}

#header a {
	color: #fff;
}

#header a:hover, #header .current_page_item {
	background: #99e6e8;
	color: #007b7f;
}

#blog-title {
	vertical-align: text-bottom;
	float: left;
	width: 270px;
	height: 200px;
	text-transform: lowercase;
	font: 1.7em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	
	text-align: right;
	background: #333 url(images/bg-title.jpg) repeat-x;
	color: #fff;	
}

#blog-title a {
	display: block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	padding: 150px 20px 0 0;
}

#pages {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	text-transform: lowercase;
}

#pages li {
	float: left;
	width: 8em;	
}

#pages a {
	display: block;
	height: 50px;
	width: 8em;	
	line-height: 50px;
	padding: 150px 0 0 0;
	text-align: center;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

/**-----------------------------------------------------------------------------
** FOOTER
**/ 
#footer {
	clear: both;
	font-size: 0.8em;
	padding: 50px 0;
	text-align: center;
}

#footer .main {
	border-top: 1px solid #ccc;
	color: #666;
}

/**-----------------------------------------------------------------------------
** CONTENT
**/ 
.main, #content {
	width: 850px;
	margin: 0 auto;
}

/**-----------------------------------------------------------------------------
** PRIMARY CONTENT (ENTRIES, COMMENTS, ...)
**/
#primary   { background: #fff url("images/bar-vertical.jpg") no-repeat right top; padding-right: 20px; width: 550px; float: left }
.entry {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#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:hover {
	color: #905;
}
.meta span {
	padding-left: 14px;
	background: #fff url(images/doc.png) no-repeat left center;
}
.meta span.tags {
	background-image: url(images/folder.png);
}
.meta span.comments {
	background-image: url(images/comment.png);
}
.meta span.author {
	background-image: url(images/author.png);
}
.meta span.trackback {
	background-image: url(images/trackback.png);
}
.meta span.delicious {
	background-image: url(images/delicious.png);
}
#primary .totop img {
	width: 11px;
	height: 11px;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}
#primary .totop {
	margin-left: 439px;
	clear: both;
}
.gravatar {
	float: right;
	margin: 30px 0 15px 10px;
}
#comments h2 {
	margin-top: 30px;
}
#comments ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 0.9em;
}
#comments li {
	clear: both;
}
#comments ol div.poster {
	clear: both;
	padding: 0 20px;
	font-size: 0.95em;
	color: #666;
}
#comments .poster a {
	color: #666;
}
#comments .poster a:hover {
	color: #905;
}
#comments ol.no-gravatars div.poster {
	padding: 0 20px 0 40px;
}
#comments ol div.body {
	margin: 0 0 0 0;	
	width: 340px;	
	padding: 20px;
	background: #fff url(images/comment-field.png) no-repeat left top;
}
#comments ol.no-gravatars div.body {
	width: 340px;	
	padding: 20px;
	margin-left: 20px;
}
#comments fieldset {
	margin: 5px 0 0 0;
	padding: 0 80px 0 20px;
	width: 330px;
	border: 1px solid #fff;
}
#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: 1.5em "Apple Garamond", "Times New Roman", "Garamond", serif;
	font-style: italic;
	color: #ccc;
	text-align: right;
	padding: 0;
	margin: 0;
	width: 3em;
	float: right;
}
#comments .number a {
	color: #ccc;
	text-decoration: none;
}
#comments .number a:hover {
	color: #905;
}
.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;	
}
#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 { color: #007b7f; margin-bottom: 10px; }
#searchform fieldset {
	padding: 0;
	margin: 0;
	border: 0px solid #fff;
}
#searchform legend, #searchform label {
	display: none;
}
#blog-description {
	font: 1.6em "Apple Garamond", "Garamond", serif;
	padding: 15px;
	background: #fff url(images/bg-description.jpg) no-repeat;
}
.fold {
	display: none;
}
.foldButton, .unfoldButton {
	display: block;
	position: relative;
	left: 220px;
	margin-top: -1.3em;
	height: 25px;
	width: 25px;
	cursor: pointer;
	background: #fff url(images/fold.png) no-repeat;
}
.unfoldButton {
	background: #fff url(images/unfold.png) no-repeat;	
}
#secondary ul, ul ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	border-top: 1px solid #ccc;
}
#secondary ul ul {
	border: none;
}
#secondary ul a, ul ul a {
	padding: 0.2em 0;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #333;
}
#secondary ul ul a {
	width: 95%;
	padding-left: 5%;
}
#secondary ul a:hover {
	background: #99e6e8;
	color: #007b7f;
}
#secondary ul.descriptionlist  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#secondary 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;
}
#secondary li.linkcat h2 { color: #333 !important; font-size: 120%; font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif; font-weight: bold; font-style: normal;font-variant: normal; }
li.linkcat { list-style-type: none; }
/**-----------------------------------------------------------------------------
** 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;
	max-width: 100%;
	border: 1px solid #ccc;
}
#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, #primary img.wp-smiley {
	padding: 0;
	margin: 0;
	border: 0;
}
.flickr {
	color: #06c;
}
.flickr span {
	color: #c00;
}
#primary a.extlink {
	padding-right: 12px;
	background: #fff url(images/external-link.png) no-repeat right center;
}
/*----------------------------------------------------------------------------- 
KOMMENTARE
-----------------------------------------------------------------------------*/

.commentlist  { font-size: 1em; line-height: 1.7em; list-style: none inside; margin: 0; padding: 0 }

.kommentarkopf  { background: url("images/kommentarkopf.gif") no-repeat left bottom; display: block; margin: 0; height: 45px }
.alt .kommentarkopf  { background: url(images/kommentarkopf2.gif) no-repeat left bottom }

.kommentarfuss    { background: url(images/kommentarfuss.gif) no-repeat left bottom; display: block; margin: 0 0 20px; padding: 0 30px 15px 15px; width: 390px }

.alt .kommentarfuss  { background: url(images/kommentarfuss2.gif) no-repeat left bottom }
.kommentarfuss p {
	margin:0;
}

.alt .kommentarfuss p {
	color:white;
}

.alt .kommentarfuss p a:link {
	color:white;
}

.alt .kommentarfuss p a:hover, .alt .kommentarfuss p a:active {
	color:#99e6e8;
}

.kommentarfuss p a:visited {
	text-decoration:line-through;
}



.alt .kommentarfuss_twitter  { background: url(images/kommentarfusstwit.gif) no-repeat left bottom }
.kommentarfuss_twitter p {
	margin:0;
}

.alt .kommentarfuss_twitter p {
	color:white;
}

.alt .kommentarfuss_twitter p a:link {
	color:white;
}

.alt .kommentarfuss_twitter p a:hover, .alt .kommentarfuss_twitter p a:active {
	color:#99e6e8;
}

.kommentarfuss_twitter p a:visited { color: #fff; text-decoration:line-through; }






.kopf  { font-size: 11px; text-align: center; display: block; width: 115px; height: 20px; float: left; overflow: hidden   }
.kommentarkopf_twitter  { background: url(images/kommentarkopftwit.gif) no-repeat left bottom; display: block; height: 38px ; margin-top: 20px; margin-right: 0; margin-left: 0; }
.kommentarfuss_twitter    { background-image: url(images/kommentarfusstwit.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left bottom; display: block; width: 410px ; margin-top: -25px; margin-right: 0; margin-left: 0; padding-bottom: 15px; padding-left: 30px; }
.kopf_twitter  { font-size: 11px; text-align: center; display: block; width: 55px; height: 55px; float: left; overflow: hidden   ; margin-left: -55px; border: solid 0 white !important; }
.kopf_twitter img  { margin: 0 !important; border: solid 0 white !important; }
.fuss_twitter   { color: #999; font-size: 0.8em; text-align: right; display: block; margin-right: 10px; width: 430px; float: left  ; margin-top: -17px; }
.kommentarfuss_twitter a  { text-decoration: none !important; }
.fuss   { color: #999; font-size: 0.8em; text-align: right; display: block; margin-right: 10px; width: 290px; float: left }

.kopf a:link, .kopf a:hover,.kopf a:active,.kopf a:visited{
	text-decoration:none;
	font-weight:bold;
}

#respond {
	margin-top: 3em;
}
.kopf  { background-image: none }

.comment-page-numbers
 { }
 
 .comment-number { font-size: 2em; margin-top: 20px; margin-bottom: -17px; margin-left: -35px }
 ul.playlist { display: inline; list-style-type: none; }
 ul.playlist li { display: inline; }
 
 
 
/*----------------------------------------------------------------------------- 
Lastfm
-----------------------------------------------------------------------------*/
#lastfm {
	background-color: #000;
	width: 480px;
	margin-top: 50px;
	height: 200px;
	padding: 20px;
}
 

ul.playlist {
	margin: 0;
}


ul.playlist li a img {
	width: 86px;
	height: 86px;
	padding: 0 !important;
	border-style: hidden !important;
	margin: 0 !important;
}
 
ul.playlist li a {

	text-decoration: none;

	border-style: hidden !important;
}


 
.playlist,
.playlist li{
	font-size:10px;		
	margin:0;
	padding:0;	
}
.playlist li{
	float:left;
	margin-right:5px;
	width:92px;
	height:92px;
}
.playlist li,
.playlist li a,
.playlist img,
.playlist .disc{				
	display:block;
}
.playlist li.clear{
	clear:both;
	width:460px;
	float:none;
	margin:0;
	height:0;
	line-height:0;
	overflow:hidden;
	margin-top:-1em;
}
.playlist li a img{
	width:86px;
	height:86px;
	margin:4px;			
}
.playlist li a{
	display:block;
	position:relative;
	overflow:hidden;
	width:92px;
	height:92px;
	z-index:1;
	color:white;	
	cursor:pointer;
	cursor:hand;			
}
.playlist .disc{
	position:absolute;
	left:0;
	top:0;
	height:184px;
	width:190px;
	z-index:1;
	background:url(images/cd_overlay.png) 0 0 no-repeat;
}
.playlist a .info{
	position:absolute;
	z-index:2;
	left:92px;
	top:30px;
	font-size:10px;
	width:95px;
	display:block;
	overflow:hidden;
}
.playlist a .artist{
	color:white;
	font-weight:bold;
	display:block;
	white-space:nowrap;
}
.playlist a .album{
	height:1.4em;
	overflow:hidden;
	color:#AAA;
	white-space:nowrap;
}
.playlist li a:hover{
	z-index:10;
}
.playlist li a:hover{
	width:190px;
	margin-right:5px;
}
.playlist li a:hover .fader{
	width:25px;
	height:92px;
	position:absolute;
	right:0;
	top:0;
	z-index:3;
	background:url(images/cd_fade_out.png) 0 0 no-repeat;
}
.playlist li a:hover .disc{
	top:-92px;
}
.playlist li a.js .disc{
	top:0 !important;
}
.playlist li a:hover .artist,
.playlist li a:hover .album{
	visibility:visible;
}
.imgleft{
	margin-top: 15px;
	margin-right: 15px;
	float: left !important;
}
