/*

@import url(http://blog.assoziations-blaster.de/base_theme.css);
@import url(http://blog.assoziations-blaster.de/mt-static/themes/minimalist-red/screen.css);


*/



/* 

  Styles fürs Assoziations-Blaster Blog
  

 */



/* 

   BASIS-Layout 
   Einiges übernommen vom "base_theme.css" von MovableType

 */

body 
    {
    text-align:     center;
    background:     #282828;
	color:          #d8d8d8;
	font-size:	    95%;
	font-family:    Georgia, "Bitstream Vera", "Times New Roman", Times, serif;
	line-height:    140%;
	letter-spacing: 1px;
    }

#container
    {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
    max-width: 75em;
    min-width: 42em;
    }

#container-inner {
    min-height: 100%;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}





/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 60%;
}

.layout-wtt #beta {
    left: 20%;
    width: 20%;
/*    min-width: 8em; */
}

.layout-wtt #gamma {
    right: 20%;
    width: 20%;
/*    min-width: 8em; */
}



/* Wide-Thin */

.layout-wt #alpha {
    width: 75%;
}

.layout-wt #beta {
    width: 25%;
}




/* Utilities */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */



/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl, li {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-content
    {
    margin-top: 32px;
    }

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* Assets */

/* .comment-content, */
.asset-body,
.asset-body-with-more,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.asset-body-with-more,
.comments-header,
.comment-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-subscribe,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta,
asset-footer-meta {
    font-size: 0.8em;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 4px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}


/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.widget-list,
.archive-list,
.blog-feeds {
    margin: 0;
    padding: 0;
    padding-left: 0.75em;
    list-style: none;
}

.widget-list .widget-list {
    margin-left: 15px;
}

.widget-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-cloud .rank-1  { font-size: 1.75em; }
.widget-cloud .rank-2  { font-size: 1.75em; }
.widget-cloud .rank-3  { font-size: 1.625em; }
.widget-cloud .rank-4  { font-size: 1.5em; }
.widget-cloud .rank-5  { font-size: 1.375em; }
.widget-cloud .rank-6  { font-size: 1.25em; }
.widget-cloud .rank-7  { font-size: 1.125em; }
.widget-cloud .rank-8  { font-size: 1em; }
.widget-cloud .rank-9  { font-size: 0.95em; }
.widget-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search .search-options,
.widget-syndicate .blog-feeds  {
    list-style: none;
    margin: 5px 0;
}



/*

  Detail-Layout
  Blaster-Design
  
  
  Teilweise kopiert vom "minimalist red".

 */



/* Header */

#header {
    background: url(blasti.png) no-repeat left top;
    height: 170px;
    font-family: "trebuchet ms", "bitstream vera sans", "gill sans", verdana, arial, helvetica, sans-serif;
    text-transform: uppercase;
}

#header-name {
    margin: 0 0 0.15em;
    line-height: 1;
    font-size: 2.5em;
    color: #b8b8b8;
    font-weight: bold;
}

#header-description {
    margin: 0;
    font-size: small;
    line-height: 1.125;
    font-weight: normal;
    color: #d8d8d8;
}

#header a {
    text-decoration: none;
    color: #fc3;
}

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






/* Content */

.asset-name,
.archive-title
    {
    font-size: 1.7em;
    font-weight: bold;
    font-family: "trebuchet ms", "bitstream vera sans", "gill sans", verdana, arial, helvetica, sans-serif;
    margin-bottom: 4px;
    color: #99f;
    line-height: 100%;
    }

.asset-name a {
    text-decoration: none;
    color: #99f;
    border-bottom: 0;
}

.asset-name a:hover {
    text-decoration: none;
    color: #99f;
    border-bottom: 0;
    background: #336;
}

.asset-content {
    margin: 5px 0;
}

.asset-more-link {
    font-weight: bold;
}

.asset-meta {
    border-top: 1px solid #666;
}

.asset-footer {
    border-top: 1px solid #666;
}

.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin-bottom: 0.8em;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 1.3em;
    font-weight: bold;
    font-family: "trebuchet ms", "bitstream vera sans", "gill sans", verdana, arial, helvetica, sans-serif;
    text-transform: uppercase;
    color:#99f;    
    
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.asset-footer-meta,
.comment-footer,
.comment-header,
.trackback-footer,
.trackback-header,
.typelist-thumbnailed {
    font-size: 0.8em;
    letter-spacing: 0.5px;
    line-height: 0.9em;
    font-family: "trebuchet ms", "bitstream vera sans", "gill sans", verdana, arial, helvetica, sans-serif;
}

/* Footer */

#footer-content,
#footer-content a {
    color: #fff;
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}



/* 

 AF extra Kram
 

 */


.asset-name,
.archive-title
    {
    text-transform: uppercase;
    }


.asset-meta A,
.asset-footer-meta A
    {
    color: #99f;
    text-decoration: none;
    border-bottom: 1px dotted #99f;
    }

.asset-meta A:hover,
.asset-footer-meta A:hover
 {
    border-bottom: 1px #99f solid;
    background: #336;
}


.asset-meta,
.asset-footer-meta
    {
    text-align: right;
    padding-bottom: 1em;
    }

.asset-meta .byline
    {
    float: left;
    text-align: left;
    }

.asset-meta .separator
    {
    display: block;
    color: #282828;
    
    }


INPUT#search
    {
    width: 50%;
    min-width: 6em;
    background-color: #eee;
    margin-right: 0.2em;
    font-family: "trebuchet ms", "bitstream vera sans", "gill sans", verdana, arial, helvetica, sans-serif;
    
    }

INPUT
    {
    margin-left: 2px;
    margin-bottom: 4px;
    font-family: "trebuchet ms", "bitstream vera sans", "gill sans", verdana, arial, helvetica, sans-serif;
    letter-spacing:0.5px;
    font-size:1em;
    }
    


BLOCKQUOTE, PRE
    {
    padding: 0.5em;
    padding-left: 0.7em;
    border: 1px #999 dotted;
    background-color: #383838;
    color: #e8e8e8;
    margin-left:1.5em;
    width: 80%;
    overflow: auto;
    }

PRE
    {
    font-family: Monaco, "Bitstream Vera Mono", "Andale Mono", monospace;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 120%;
    width: 90%; 
    padding-right: 1em;
    }


BLOCKQUOTE.blaster
    {
    background-color: #003;
    border: 1px #99f dotted;
    font-family: "Lucida Grande","Verdana","DejaVu Sans","Arial",sans-serif;
    font-size: 1em;
    line-height: 1.7em;
    }

BLOCKQUOTE
    {
    margin-bottom: 2em;
    }

BLOCKQUOTE.blaster A
    {
    border: 0;
    }


/* blockquote, */
ol, ul {
    margin-left: 1.5em;
    padding-left: 1.5em;
}







.comment,
.trackback
    {
/*  
    padding-bottom: 0.8em;
    margin-bottom: 0.8em;
  */
    background-color: #383838;
    padding: 0.4em;
    
    margin-bottom: 0.8em;
    
    }


.comment-num
    {
    float: right;
    
    font-size: 4em;
    font-weight: normal;
    padding: 0.1em;
    margin-left: 0.1em;
    margin-bottom: 0.1em;
    color: #666;
    border: 1px #666 dotted;
    background-color: #444;
    }

/*
.comment-footer
    {
    margin-left: 20%;
    margin-right: 20%;
    border-bottom: 1px #666 solid;
    }

A.comment-link:
    {
    border: 0;
    color: #d8d8d8;
    }

*/


B, STRONG
    {
    color: white;
    }

    

A.ext
    {
    /* background:url(img/link-ext-blau.gif) no-repeat 0px 2px; 
    padding-left:16px; */
   /*  color: #9cf; 
    border-bottom-color: #39f;
    */
    }

A.ext:before
    {
    content: url(img/link-ext.gif);
    }


A.img
    {
    border: 0;
    }

A.img:hover
    {
    border: 0;
    background-color: #282828;
    }

/*
A.ext:hover
    {
    color: #9cf;
    background: #036;
    border-bottom: 1px #39f solid;
    }
*/

/* A:visited
    {
    border-bottom-style: dashed;
    }
*/



.debug-panel
    {
    display: none;
    }


.asset-body-with-more 
    {
    font-weight: bold;
    color: white;
    }

.normal
    {
    font-weight: normal;
    color: #d8d8d8;
    }


H2, H3
    {
    font-size: 1.7em;
    font-weight: bold;
    font-family: "trebuchet ms", "bitstream vera sans", "gill sans", verdana, arial, helvetica, sans-serif;
    margin-bottom: 4px;
    color: #99f;
    margin-top: 1.5em;
    }

H1+H2, H2+H3
    {
    margin-top: 0;
    }

H3
    {
    font-size: 1.3em;
    }

.quelle
    {
    font-size: 85%;
    font-family: "trebuchet ms", "bitstream vera sans", "gill sans", verdana, arial, helvetica, sans-serif;
    text-align: right;
    margin-top: 1em;
    letter-spacing: 0.25px;
    }

SMALL
    {
    font-size: 85%;
    font-family: "trebuchet ms", "bitstream vera sans", "gill sans", verdana, arial, helvetica, sans-serif;
    letter-spacing: 0.25px;
    }

.asset-body-with-more SMALL
    {
    font-weight: normal;
    }





/*
  
  Blasterlink-Pulsierer
  
 */

a.blast {
	background: #282828;
	color: #ffcc33;
}

blockquote.blaster a.blast
    {
	background: #003;
    }


.blink0 {
	background-color: #282828;
	color: #ffcc33;
}

.blink1 {
	background-color: #ffcc33;
	color: #330000;
}

.blink2 {
	background-color: #663300;
	color: #ffff66;
}


















/* Global ----------------------------------------------------------------- */


a {
    color: #fc3;
    text-decoration: none;
    border-bottom: 1px #fc3 dotted;
}


A B {
    color: #fc3;

}

a:hover {
    border-bottom: 1px #fc3 solid;
    background-color: #554422;
}


#header A, 
#header A:hover
    {
    border-bottom: 0;
    }

#header-description A
    {
    /* color: #d8d8d8; */
    text-decoration: none;
    }





/* Layout ----------------------------------------------------------------- */

#container-inner,
#content {
/*    background-color: #fff; */
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#header-inner {
    position: relative;
    padding-left: 160px;
}



#content { 
    margin-top: 20px;  
    margin-bottom: 30px;  
}

#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

#header-inner,
#content-inner,
#footer-inner {
    position: relative;
    margin: 0 auto;
}



#alpha-inner
    {
    border-right: 1px #666 solid;
    margin-right: 1em;
    }
    
LI A, LI A:hover, LI A:visited
    {
    text-decoration: none !important;
    }


/* Content ---------------------------------------------------------------- */

/* nicht mehr viel übrig ... */


.archive-list-item {
    margin-bottom: 5px;
}





/* Widget ----------------------------------------------------------------- */

.widget-header,
.widget-content {
    margin-right: 0.8em;
    margin-left: 0.8em;
}

.widget-header { 
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #666; 
    padding: 0;
    font-size: 0.95em; 
    font-family: "trebuchet ms", "bitstream vera sans", "gill sans", verdana, arial, helvetica, sans-serif; 
    margin-bottom: 8px;
    padding-bottom: .3em; 
}

.widget-header,
.widget-header a {
    color: #fc3;
    font-weight: bold;
    text-transform: uppercase;
}

.widget-header a {
    border-bottom: 0px;
}


.widget-content
    {
    font-family: "trebuchet ms", "bitstream vera sans", "gill sans", verdana, arial, helvetica, sans-serif;
    }

.widget-content A
    {
    color: #99f;
    text-decoration: none;
    border-bottom: 1px dotted #99f;
    }

.widget-content A:hover {
    border-bottom: 1px #99f solid;
    background: #336;
}



#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

#content .widget-powered
    {
    display: none;
    }

/*
.widget-header {
    font-size: 14px;
} */

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 0.85em;
    line-height: 1.2em;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}





/* Footer ----------------------------------------------------------------- */

#footer { 
}

#footer-content {
    margin: 20px 0;
}


/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}



/* Custom Styles ---------------------------------------------------------- */

#group-nav-inner {
    position: relative;
    margin: 0 auto;
}

TABLE
   {
   border: 0; 
   padding: 4px; 
   margin-left: 3em; 
   border-collapse: collapse;
   }
   


TH 
   {
   padding: 3px; 
   border: 1px #535353 dotted; 
   border-bottom: 1px #999 dotted;
   }

TD 
   {
   padding: 3px; 
   border: 1px #535353 dotted;
   }

TD.tableft, TH.tableft
   {
   border-left: 0px;
   }

TD.tabright, TH.tabright
   {
   border-right: 0px;
   }

TR.tablast TD
   {
   border-bottom: 0px;
   }

TR.tabfirst TD, TR.tabfirst TH
  {
   border-top: 0px;
   }

