/*
Theme Name: Marco Minnemann
*/
/* Reset
 * @link http://yui.yahooapis.com/2.8.0r4/build/reset/reset.css
 */
html {
    color: #fff;
    background: #000;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del,
ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
    color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
    *font-size: 100%;
}

/* Toolbox */
body,
input,
textarea {
    font-family: verdana, arial, tahoma;
}

input,
textarea {
    padding: 2px 3px;
}

td {
    vertical-align: top;
}

a,
img {
    border: none;
}

a {
    color: #286cc0;
    text-decoration: none;
}

a:link {
    color: #68193a;
}

a:visited {
    color: #aa0047;
}

a:hover {
    color: #aa0047;
    text-decoration: underline;
}

a:active {
    color: #aa0047;
    text-decoration: none;
}

label {
    cursor: pointer;
}

fieldset {
    border: 0;
}

ins {
    text-decoration: underline;
}

/* Splash */
#enter {
    background-image: url('/images/marco-minnemann-banner.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    bottom: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
}

/* Menu */
#dropmenudiv {
    border: 1px solid black;
    display: block;
    line-height: 18px;
    position: absolute;
    text-decoration: none;
    z-index: 100;
}

#dropmenudiv a {
    background-color: #310a1a;
    border-bottom: 1px solid #270000;
    color: #fff;
    display:block;
    padding: 4px 2px;
    text-decoration: none;
    text-indent:3px;
}

#dropmenudiv a:hover {
    background-color: #68193a;
}

/* Discography */

#dhtmltooltip {
    position: absolute;
    text-align: left;
    width: 150px;
    border: 2px solid black;
    padding: 2px;
    background-color: #68193A;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

/* Style */
body {
    background-color: #000;
    color: #fff;
    font-size: 80%;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#content {
    padding: 0 10px;
}

.container{
    width:100%;
}
.container td{
    color:#ffffff;
}
.header{
    background:#000000;
    height:45px;
}
.header .left{
    text-align:left;
    padding-left:20px;
}
.header .right{
    background: url(http://www.marcominnemann.com/images/tr.jpg);
    height:100px;
    width:300px;
}
.header .inner{
    padding:16px 0 0 0;
}
.header .inner img{
    margin:0 0 0 10px;
}
.navigation{
    background:#000000;
}
.navigation .inner,.headerbg .inner{
    padding:5px 0 5px 0;
    background:#310a1a;
}
.navigation .inner{
    border-bottom:1px solid #68193A;
}
.headerbg{
    color:#ffffff;
    padding:1px 0 0 0;
    text-align:center;
}
.headerbg a:link{
    color:#ffffff;
    font-weight:bold;
    font-size:90%;
}
.headerbg a:hover{
    color:#ffffff;
}
.navigation-left{
    float:none;
    margin:0 4px;
    text-align:center;
}
.navigation-right{
    float:right;
    margin:0 10px;
}
.navigation a{
    color:#ffffff;
    font-size:90%;
    font-weight:bold;
    padding:6px 10px;
}
.navigation a:link{
    color:#ffffff;
}
.navigation a:visited{
    color:#ffffff;
}
.navigation a:hover{
    color:#ffffff;
    text-decoration:underline;
}
.active{
    color:#000000;
}
.content{
    font-size:90%;
    padding:0 6px;
}
.main{
    padding:6px 6px 30px 6px;
}

#footer p {
    margin: 0;
    padding: 20px 0;
    text-align: center;
}
.footer{
    height:1%;
}
.footer-h1{
    
}
.footer-h2{
    
}
.footer .inner{
    background:#310a1a;
    border-top:1px solid #68193a;
}
.footer-links{
    font-size:80%;
    text-align:center;
    padding:8px 6px;
}
.footer-links a{
    color:#ffffff;
    font-weight:bold;
    padding:6px 10px;
}
.footer-links a:visited{
    color:#ffffff;
}
.footer-links a:hover{
    color:#ffffff;
    text-decoration:underline;
}
.footer-copyright .inner{
    background:#000000 url(http://www.marcominnemann.com/images/footer.gif) repeat-x;
    height:150px;
    padding:20px 0;
}
.footer-inner{
    margin:0 auto;
}
.copyright{
    color:#B8B8B8;
    font-size:80%;
    text-align:center;
}

/* Photo Gallery */
.gallery {
    text-align: center;
    vertical-align: top;
    padding-bottom: 10px;
}

.gallery a:hover {
    text-decoration: none;
}

.gallery td {
    padding: 10px 4px 0 0;
}

/* Guestbook */
.hide{
    display:none;
}
.entry{
    padding:12px 40px 20px;
}
.entry .info td{
    padding-bottom:10px;
}
.entry .info .name{
    font-size:90%;
    font-weight:bold;
}
.entry .info .date{
    color:#999999;
    font-size:90%;
    text-align:right;
}
.entry .comment{
    color:#ffffff;
    line-height:150%;
}
.entry .line{
    border-bottom:1px solid #68193A;
    margin:0 auto;
    padding:10px 0 6px;
    text-align:center;
    width:100%;
}
.input{
    padding-bottom:4px;
}
.text{
    width:180px;
}
.text,.textarea{
    border:1px solid #666666;
    background-color:#333333;
    color:#ffffff;
    font-size:110%;
    padding:2px 4px;
}
.button{
    padding:2px 8px;
}
.label{
    color:#fff;
    font-size:90%;
    padding:2px 2px 0 0;
    text-align:right;
    vertical-align:top;
}
.note{
    color:#ffffff;
    padding:30px 2px 0 0;
    text-align:center;
}
.pagination{
    width:90%;
    margin:0 auto;
    text-align:center;
    padding:20px;
}
.pagination a{
    padding:10px;
    margin:0 10px;
}

/* --- */

.widecolumn .entry p {
    font-size: 1.05em;
}

.thread-alt {
    background-color: #f8f8f8;
}
.thread-even {
    background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

small {
    font-size: 0.9em;
    line-height: 1.5em;
}

h1, h2, h3 {
    font-weight: bold;
}

h1 {
    font-size: 4em;
    text-align: center;
}

h2 {
    font-size: 1.6em;
}

h2.pagetitle {
    font-size: 1.6em;
}

#sidebar {
    width: 300px;
}

#sidebar h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
    text-decoration: none;
    color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
    text-decoration: none;
}

.entry p a:visited {
    color: #b85b5a;
}

.sticky {
    background: #f7f7f7;
    padding: 0 10px 10px;
}
.sticky h2 {
    padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
    font-size: 1em;
}

.commentlist li {
    font-weight: bold;
}

.commentlist li .avatar { 
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

.commentmetadata {
    font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}

/* Begin Structure */
body {
    margin: 0 0 20px 0;
    padding: 0;
}

.post {
    margin: 20px 0 40px;
}

.widecolumn .postmetadata {
    margin: 30px 0;
}

.widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
    text-align: center;
    margin: 5px 0px;
}

.postmetadata {
    clear: both;
}

.clear {
    clear: both;
}

/*  Begin Headers */
h1 {
    padding-top: 70px;
    margin: 0;
}

h2.pagetitle {
    margin-top: 30px;
    text-align: center;
}

#sidebar h2 {
    margin: 5px 0 0;
    padding: 0;
}

h3 {
    padding: 0;
    margin: 30px 0 0;
}

h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
}

/* Begin Images */
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/* Begin Lists */

html>body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
}

html>body .entry li {
    margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
    content: "\00BB \0020";
}

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}

.entry ol li {
    margin: 0;
    padding: 0;
}

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

#sidebar ul li {
    margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
    list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
}

/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}
#commentform {
    margin: 5px 10px 0 0;
}
#commentform textarea {
    width: 100%;
    padding: 2px;
}
#respond:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
}
#commentform #submit {
    margin: 0 0 5px auto;
    float: right;
}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}
    
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/* Current Schedule */
#post-156 .entry {
    padding: 12px 10px 20px;
}

#post-156 h2 {
    color:#68193A;
    margin:10px 0 4px;
}

#post-156 h3 {
    font-size: 110%;
    margin: 10px 0 0;
}

#post-156 p {
    
}

#post-156 hr {
    border-bottom:1px solid #333;
    color: #333;
    margin-bottom: 20px;
}

#post-156 {
    
}
#post-156 {
    
}