/*
Theme Name: deLightProsched
Theme URI: http://www.nick-prosch.de/
Description: Child Theme for webdemar's deLight
Author: webdemar (parent) Nick Prosch (child)
Author URI: http://www.nick-prosch.com
Template: delight
Version: 0.1
*/
 
@import url("../delight/style.css");

/* h3 for articles */

.box-left h3 {
 display: block;
 margin-top: 10px;
 padding-top: 10px;
 border-top: 1px solid #606060;
}

/* Footnotes */
a.sub {
 margin: 0px 0px 0px 1px;
 padding: 0px;
 border: none;
 font-size: 8px;
 vertical-align: top;
 text-decoration: none;
}

/* center content - eeepc compatible :) */

#header {
      background: transparent url(img/bg-header.jpg) no-repeat scroll right bottom;
}
#header, #menu, #content, #footer p {
      margin: 0px auto;
}
#content {
      padding: 0px;
}

/* smileys inline */
.box-left img.wp-smiley {
      float: none;
      margin: 0px;
}

.alignleft {
 margin: 5px 10px 5px 0px;
}
.alignright {
 margin: 5px 0px 5px 10px;
}

div#tag_cloud-2 div.box-right-content {
 line-height: 22px;
 text-align: justify;
}
div#tag_cloud-2 div.box-right-content a {
 vertical-align: middle;
 white-space: nowrap;
}