/*  
Theme Name: Drunkey Love
Theme URI: http://www.el73.be/drunkey-love/themes/
Description: Drunkey Love theme 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


Cies Breijs modified the theme.
*/

/**-----------------------------------------------------------------------------
** 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: #069;
}

a:visited {
  color: #666;
}

a:hover {
  color: #036;
}

html * {
  margin: 0;
}

p, ul {
  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;
  line-height: 1.7em;
  margin-bottom: 0;
}

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

h1 a:hover, h2 a:hover {
  color: #036;
}

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 {
  background: #069;
  color: #fff;
}

#header a#current_page_item {
  background: #fff;
  color: #333;
}

#blog-title {
  vertical-align: text-bottom;
  float: left;
  width: 270px;
  height: 200px;
  margin-right: 15px;
  text-transform: lowercase;
  font: 1.7em "Apple Garamond", "Garamond", serif;
  text-align: right;
  background: #333 url(pictures/back.jpg);
  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: 7em; 
  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: 740px;
  margin: 0 auto;
}

/**-----------------------------------------------------------------------------
** PRIMARY CONTENT (ENTRIES, COMMENTS, ...)
**/ 
#primary {
  width: 450px;
  padding-right: 20px;
  float: left;
  background: #fff;
}

.entry {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

#primary ul.archive-nav {
  list-style-image: none;
}


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


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

#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 {
  margin-bottom: 10px;
}


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: #069;
  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;
  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;
}

dl {
  margin-top: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1em;
  margin-bottom: .8em;
}

