/*
THEME NAME: mondbasis
THEME URI: http://www.mondbasis.org/
DESCRIPTION: Wordpress Theme for mondbasis.org based on Sandbox
VERSION: 0.1
AUTHOR: Bjoern von Prollius
AUTHOR URI: http://www.mondbasis.org/
TEMPLATE: sandbox
*/


html, body {
    margin: 0;
    padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
    font-size: 100.01%;
}

body {
    background-color: #000;
}

body, td, h1, h2, h3, p, li {
    font-size: 0.95em;
    font-family: Georgia, Palatino, Times, serif; /* Verdana, Tahoma, Arial, Helvetica, sans-serif; */
    color: #a3a3a3;
}

p, .entry-content ul {
    line-height: 140%;
    margin-top: 0.4em;
    margin-bottom: 1em;
}

.small {
    font-size: 0.8em;
}

/* Bilder */

img {
    border: 0;
}

img.alignleft {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

img.alignright {
    float: right;
    margin-left: 8px;
    margin-bottom: 8px;
}

/* Formulare */


input, textarea {
    background-color: #222;
    border: 1px solid #a3a3a3;
    color: #a3a3a3;
}


/* Hyperlinks */

a, a:link {
    text-decoration: underline;
    color: #d3d3d3;
    font-style: normal;
}

a:visited {
    text-decoration: none;
}

a:hover {
    /* font-style: italic; */
    /* background-color: #222; */
    text-decoration: underline;
}

a:active {
    /* font-style: italic; */
    color: #ffb400;
}

.cat-item a, .page_item a, .cat-item a:link, .page_item a:link {
    text-decoration: none;
    color: #fff;
}

.cat-item a:visited, .page_item a:visited {
    
}


ul#bookmarks a, ul#bookmarks a:link {
    color: #fff;
    text-decoration: none;
}

ul#bookmarks a:visited {
    color: #a3a3a3;
}

ul#bookmarks a:hover {
    text-decoration: underline;
}

ul#bookmarks a:active {

}

.cat-item a:hover, .page_item a:hover {
    /* font-style: italic; */
}

.cat-item a:active, .page_item a:active {
    /* font-style: italic; */
}

/* Workaround: image-links shall keep the background color */
a img, a:link img, a:visited img, a:hover img, a:active img {
    background-color: #000;
}
#menu a img, #menu a:link img, #menu a:visited img, #menu a:hover img, #menu a:active img {
    background-color: #0d0d0d;
}

#nav-below {
    text-align: center;
}

.readmore {
    font-size: 0.7em;
}

/* BREADCRUMBS */

.breadcrumb {
    font-size: 0.8em;
    font-family: 'Courier New', Courier, monospace;
    color: #666;
    margin-bottom: 20px;
}

.breadcrumb a, .breadcrumb a:link {
    color: #666;
    font-style: normal;
    text-decoration: none;
    background-color: transparent;
}

.breadcrumb a:visited {

}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb a:active {
    color: #fff;
}

/* SIDEBARS & XOXO Listen */

#menu {
    margin-bottom: 25px;
}

ul.xoxo {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

div#primary ul.xoxo {
    margin-top: 0;
}

ul.xoxo ul {
    list-style: none;
    margin-left: 8px;
    padding-left: 5px;
    /* border-left: 1px dotted #fff; */
}
    
.cat-item img, .page_item img {
    margin-top: 15px;
}

ul.children .cat-item img {
    margin-top: 0;
}

h2.link-title {
    margin-top: 40px;
}

li.linkcat h4 {
    font-size: 1em;
    font-weight: normal;
    padding: 0;
    margin: 8px 0 4px 0;
}

.blogroll li {
    display: inline;
    margin-right: 8px;
}

#search {
    margin-bottom: 17px;
}

input#s {
    width: 150px;
}

.widget, .sidebar-item {
    border-top: 1px dashed #222;
}

#twitter-tools li {
    font-size: 0.9em;
    margin-bottom: 1.3em;
}

#twitter-tools  a.aktt_tweet_time {
    display: block;
    font-size: 0.8em;
    margin-top: 0.4em;
}

#twitter-tools a:link {
    text-decoration: none;
}

#twitter-tools a:hover {
    text-decoration: underline;
}

.widget-buttons {
    text-align: center;
    padding-top: 17px;
}


/* POSTS */

.post {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px dashed #222;
}

.p1 {
    padding-top: 0;
    border: 0;
}

h2.entry-title {
    margin-top: 0;
}

.archive-meta {
    margin-bottom: 28px;
    border-bottom: 1px dashed #222;
}

.archive-meta p {
    color: #d3d3d3;
    font-size: 0.85em;
}

.entry-date {
    /* text-align: right; */
    float: right;
}

.entry-date abbr {
    font-size: 0.7em;
    color: #666;
    border: 0;
}

.entry-title {
    /* margin-bottom: -1em; */
    margin-bottom: 0;
}

div.entry-content {
    /* float: left; */
    clear: left;
}

.entry-content ul {
    padding-left: 2em;
    list-style-type: disc;
}
    
.entry-content li {
    line-height: 140%;
    margin-bottom:0.2em;
}

.entry-meta {
    margin-top: 1.2em;
    font-size: 0.7em;
}

h2.page-title img {
    vertical-align: middle;
}

div.entry-content blockquote, div.comments ol.commentlist blockquote {
    background:url(img/blockquote.png) no-repeat top left;
    margin-left:0;
    margin-right:3em;
    padding:0 0 0 2em;
}
.entry-content h3 {
    margin: 2em 0 0.8em 0;
}

.mapp-poweredby {
    display: none;
}

.entry-content h2 {
	font-size: 1.1em;
	margin-top: 1.5em;
}

/* COMMENTS */

#comments-list, #respond {
    margin-top: 18px;
    border-top: 1px dashed #222;
}

#comments-list h3, #respond h3 {
    font-weight: normal;
    font-size: 0.95em;
}

#respond h3 {
    margin-bottom: 0;
}

#comments-list li {
    margin-bottom: 18px;
}

.comment-meta, .comment-author, #login, .form-label, #comment-notes {
    font-size: 0.7em;
}

.comment p {
    font-style: italic;
}

.bypostauthor div.comment-author {
    color: #ffb400;
}

.form-label {
    color: #a3a3a3;
    margin-top: 3px;
}

#recaptcha_response_field {
    color: #A3A3A3;
}
#recaptcha_instructions_image {
    color:#fff;
}

/* PAGES */

div.page h2.entry-title {
    margin-bottom: 1em;
}

/* MUSIC RATINGS */

.rating th {
    font-weight: normal;
}

.rating td {
    padding-top: 4px;
    padding-bottom: 4px;
}

.rating .purpose {
    padding-right: 4px;
}

.rating .rate {
    white-space: nowrap;
}

.rating .ratecomment {
    padding-left: 8px;
}

.rating .bb {
    border-bottom: 1px dotted #222;
}

/* NextGenGallery */

#nggsinglepic {
    margin: 0;
    padding: 0;
}

#nggsingledesc {
    overflow: hidden;
    margin: 1em 0 1em 0;
    padding: 0;
}

img.ngg-singlepic {
    padding: 0;
}

.exif {
    font-family: 'Courier New', Courier, monospace;
    float: left;
    margin: 0 1em 0.4em 0;
    background-color: #0d0d0d;
    padding: 2px;
}

.exif th {
    font-weight: bold;
    font-size: 0.8em;
    border-bottom: 1px dashed #222;
    padding-top: 0;
}

.exif td {
    border-bottom: 1px dashed #222;
}


.exif .head {
    font-size: 0.8em;
    font-family: 'Courier New', Courier, monospace;
    color: #666;
}
    
.exif .value {
    font-size: 0.8em;
    border-left: 1px dashed #222;
    padding-left: 0.4em;
}

#shDisplay div#shTitle {
    display: none;
}

/* LAYOUT */
#wrapper {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    margin-top: 26px;
    margin-bottom: 26px;
    padding: 0;
    width: 942px;
    border: 1px solid #2b2b2b;
    background: #000 url(img/bg_line.png) repeat-y;
}

#header {
  height: 138px;
  padding-top: 0px;
  /* margin-bottom: 7px; */
  background: #000 url(img/mondbasis_header.jpg) no-repeat;
  text-align: right;
  /* margin-bottom: 10px; */
}

#blog-title {
  color: #fff;
  font-family: 'Courier New', Courier, monospace;
  font-size: 31px;
  font-weight: normal;
  margin: 0;
  padding-top: 44px;
  margin-right: 18px;
}

#blog-title img {
    padding-top: 4px;
}

#content {
  width: 551px;
  margin-left: 0;
  /* margin-right: 180px; */
  padding: 10px 15px 0 15px;
  /* background-color: #333; */
}
    
#sidebar {
  float: right;
  width: 330px;
  padding: 30px 15px 0 15px;
  /* background-color: #222; */
}

#footer {
    clear: both;
    height: 185px;
    font-size: 0.83em;
    margin: 0;
    padding: 0;
    text-align: left;
    /* background: #000 url(img/mondbasis_footer.png) no-repeat; */
    background-image: url(img/mondbasis_footer.png);
}

#nav-below {
    border-top: 1px dashed #222;
    padding-top: 1em;
    font-family: 'Courier New', Courier, monospace;
}
