@import url(http://ak-zensur.de/mt-static/themes-base/blog.css);


/* @import url(http://ak-zensur.de//_akdesign/screen.css); */

/* ----------------------- akz-screen.css ----------------------- */
/*

A Six Apart theme adapted for Movable Type default templates 
name: Professional Black  
designer: Jim Ramsey 
designer_url: http://www.jimramsey.net/ 
layouts: layout-wm

*/


/* Default ---------------------------------------------------------------- */

/* Global */

body {
    font: normal 13px arial, helvetica, sans-serif;
}


/* Header */

#header {
    font: arial, helvetica, sans-serif;    
}

#header-inner {
    position: relative;
}

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

#header-description {
    
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: none;
    border: 0px;
}


/* Content */

.asset-name {
    
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: none;
}

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

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

.asset-meta {
    /*border-top: 1px solid #ccc; //freak */
}

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

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

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

.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-weight: bold;
}

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

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    
}


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


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

body {
    color: #000;  
    background-color: #fff; 
}

a {
    color: #005588;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


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

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

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

#header-inner,
#main-navigation-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 942px;
    margin: 0 auto;
}


/* Header ----------------------------------------------------------------- */

#header { 
}

#header a {
    color: #000000;
}

#header-content {
    position: relative;
    width: 900px; 

    margin: auto 21px;
}

#header-content .logo {
    float: left;
    height: 90px;
    width: 106px;
    
    margin: 10px 21px 10px auto;
}

#header-content .logo a,
#header-content .logo a:hover {
    text-decoration: none !important;
    border: 0px;
}

#header-content .logo a img {
    border: 0px;
}

#header-content .right {
    float: right;
    height: 90px;
    width: 740px;
    margin: 10px auto 10px 21px;
    overflow: visible;
}

#header-name {
    color: #000000;
    font-size: 20px;
    margin-bottom: 0.5em;
}

#header-description {
    color: #444444;
    font-size: 15px;
    position: relative;
    bottom: 0;
}


/* Navigation ----------------------------------------------------------------- */

#main-navigation {
    background: repeat-x 0 0;
    font-family: verdana, sans-serif;
}

#main-navigation-inner {
    position: relative;
}

#main-navigation ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

#main-navigation ul li {
    float: left;
    padding-top: 2px;
}

#main-navigation ul li a {
    display: block;
    text-decoration: none;
    padding: 7px 15px 7px 16px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#main-navigation ul li a:hover {
    text-decoration: underline;
}

#main-navigation ul li.on a {
    color: #000;
    background: #fff url(http://ak-zensur.de/mt-static/addons/Commercial.pack/themes/professional-black/nav-arrow-on.gif) no-repeat 50% bottom;
}

#main-navigation ul li.last a {
    border-right: 1px solid #ccc;
}


/* Search ---------------------------------------------------------------- */

.widget-search {
    float: right;
    width: 300px;
    position: absolute;
    top: 2px;
    right: 0;
    text-align: right;
}

.widget-search h3 {
    display: none;
}

#search {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px;
}

#search-submit {
    border: 1px solid #75120e;
    border-top: 1px solid #b25c59;
    border-left: 1px solid #b25c59;
    background: #005588;
    color: #fff;
    padding: 0px 5px 1px 5px;
    font-size: 11px;
}


/* Sign In ---------------------------------------------------------------- */

#header .widget-sign-in {
    position: absolute;
    right: 15px;
    top: 5px;
    text-align: center;
    color: #777;
    font-family: verdana, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#header .widget-sign-in .widget-header {
    display: none;
}

#header .widget-sign-in .widget-content {
    background-color: #000;
    margin: 0;
    padding: 5px 15px 10px 15px;
    float: right;
    overflow: hidden;
}

#header .widget-sign-in a {
    color: #777;
    text-decoration: underline !important;
}
#header .widget-sign-in a:hover {
    color: #fff;
}


/* Campaign --------------------------------------------------------------- */

#campaign {
    width: 898px;
    height: 210px;
    margin: auto auto 20px auto;
    padding: auto 21px 20px 21px;

    position: relative;
}

#campaign-left {
    width: 280px; 
    height: 210px;

    float: left;
}

#campaign-right {
    width: 618px;
    height: 210px;

    float: right;
}

#campaign-title,
#campaign-description {
    position: absolute;
    /* manually inherit the horizontal padding */
    margin: 5px 31px;
}

#campaign-title {
    color: #000000;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: bold;
    font-stretch: extra-expanded;
    text-align: right;

    width: 660px;

    float: right;
    right: 0;
}

#campaign-description {
    font-stretch: wider;
    text-align: justify;
    vertical-align: bottom;
    font-size: 15px;

    width: 580px;

    float: right;
    right: 0;
    bottom: 10px;
}

#campaign-title h1 a,
#campaign-title h1 a:hover,
#campaign-description a,
#campaign-description a:hover {
    color: #000000;
    text-decoration: none;
    border: 0px;
}

/* AK Zensur Motivation --------------------------------------------------- */

.widget-akzensur-motivation .widget-content dl dt.akzensur-motivation-title {
    font-size: 18px;
    margin-bottom: 0.3em;
}

.widget-akzensur-motivation .widget-content dl dt.akzensur-motivation-title a,
.widget-akzensur-motivation .widget-content dl dt.akzensur-motivation-title a:hover {
    text-decoration: none;
}

.widget-akzensur-motivation .widget-content dl dd.akzensur-motivation-body a,
.widget-akzensur-motivation .widget-content dl dd.akzensur-motivation-body a:hover {
    color: #000000;
    text-decoration: none;
}

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

#content {
    line-height: 1.5;
}

.asset-name,
.asset-name a,
.archive-title {
    
}

.comment-footer,
.comment-footer a,
.trackback-footer {
    
}

.asset-footer {
    font-size: 13px;
    border-top: 1px dotted #ccc;
    padding-top: 15px;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    
}

.asset-name a {
    
}

.entry-asset .asset-name {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.entry-asset .asset-meta {
    color: #777;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    font-size: 12px;
    padding: 6px 0;
    margin-bottom: 12px;
    /*position: relative;*/
}


.entry-asset .byline {
/*}
.entry-asset .by {*/
    float: left;
/*    font-size: 110%;
    margin: 0px 0px 0px auto;
    position: relative;
}
.entry-asset .date,
.entry-asset .meta {
    float: right;
    font-size: 80%;
    line-height: 60%;
    margin: 0px auto 0px 0px;
    position: relative;
    clear: right;
}
.entry-asset .date {
    top: 0;
    margin-bottom: auto;
}
.entry-asset .meta {
    margin-top: auto;
    bottom: 0;
}
.entry-asset .seperator {
    display: none;
*/}

.entry-asset .asset-comments,
.entry-asset .asset-trackbacks {
    float: right;
    margin-left: 10px;
}
.entry-asset .asset-comments a,
.entry-asset .asset-trackbacks a {
    display: block;
    float: left;
    padding-left: 18px;
}
.entry-asset .asset-comments a {
    background: url(http://ak-zensur.de/mt-static/addons/Commercial.pack/themes/professional-black/icon-comment.gif) no-repeat 2px 50%;
}
.entry-asset .asset-trackbacks a {
    background: url(http://ak-zensur.de/mt-static/addons/Commercial.pack/themes/professional-black/icon-trackback.gif) no-repeat 0 50%;
}

.archive li {
    margin-bottom: 5px;
}

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

h1#page-title {
    font-size: 24px;
    line-height: 1.3;
}

.mt-main-index h1#page-title {
    font-size: 30px;
    margin-bottom: .5em;
}

.mt-main-index #alpha p {
    font-size: 14px;
}

#homepage-image {
    width: 905px;
    height: 170px;
    /* photo by Anil Dash */
    background: url(http://ak-zensur.de/mt-static/addons/Commercial.pack/themes/professional-black/homepage-image.jpg) no-repeat 0 0;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 0 25px 20px;
}

#alpha .comments .even {
    background-color: #e6f0f5;
    border-right: 1px solid #c0d9e6;
    border-bottom: 1px solid #c0d9e6;
}

#alpha .comments .odd {
    background-color: #f3f3f3;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.comment {
    background: #fff;
    padding: 10px 10px 0;
    width: 549px;
    margin-bottom: 10px;
}

.comment-header {
    font-weight: bold;
}

h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {
    height: 20px;
    background: url(http://ak-zensur.de/mt-static/addons/Commercial.pack/themes/professional-black/header-arrow-wide.gif) no-repeat 0 0;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 0 6px 0 20px;
    line-height: 20px;
    font-family: verdana, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#main-navigation .search-options {
    display: none;
}

h1#page-title.search-results-header {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

.widget-recent-comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-recent-comments ul li {
    padding: 0 0 0 18px;
    margin: 0 0 8px 0;
    background: url(http://ak-zensur.de/mt-static/addons/Commercial.pack/themes/professional-black/icon-comment.gif) no-repeat 0 4px;
}

.widget-recent-entries dl {
    padding: 0 8px;
}

.widget-recent-entries dl dt {
    font-size: 18px;
}

.widget-recent-entries dl dt a,
.widget-recent-entries dl dt a:hover {
    text-decoration: none;
}

.widget-recent-entries dl dd {
    margin-bottom: 3px;
}

.widget-recent-entries dl dd.entry-meta {
    margin-bottom: 10px;
    color: #777;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.userpic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 0;
    border: 1px solid #fff;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.comment-header {
    color: #777;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: normal;
}

.comment-content {
    clear: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.admin-edit-link {
    text-align: center;
    font-family: verdana, sans-serif;
    margin-top: 10px;
}

.admin-edit-link a {
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px 10px;
}


/* Forms ---------------------------------------------------------------- */

input.text, textarea {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px 2px;
    background-color: #fafafa;
}

.contact-form label {
    display: block;
}

.contact-form input.text {
    font-size: 13px;
}

.contact-form textarea {
    margin-bottom: 15px;
}


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

.widget-header,
.widget-content {
    margin-right: 15px;
    margin-left: 15px;
}

.widget-header {
    height: 20px;
    margin-bottom: 8px;
    background: url(http://ak-zensur.de/mt-static/addons/Commercial.pack/themes/professional-black/header-arrow-narrow.gif) no-repeat 0 0;
    font-size: 10px;
    color: #ffffff;
    font-weight: bold;
    border: none;
    padding: 0 6px 0 20px;
    line-height: 20px;
    font-family: verdana, sans-serif;
    text-transform: uppercase;
}

.widget-header a {
    color: #ffffff;
    font-weight: bold;
}

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

.layout-wm .widget-header {
    background-image: url(http://ak-zensur.de/mt-static/addons/Commercial.pack/themes/professional-black/header-arrow-medium.gif);
}

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

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
}


/* "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,
#footer .widget-content {
    margin: 0;
    padding: 0;
}

#footer .widget-footer-links {
    width: 50%;
}

#footer .widget-powered {
    float: right;
    width: 157px;
    text-align: right;
    clear: none;
}

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

#footer .widget-powered .widget-content span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

#footer .widget-powered .widget-content span a {
    display: block;
    float: right;
    height: 41px;
    width: 157px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(http://ak-zensur.de/mt-static/addons/Commercial.pack/themes/professional-black/powered-by-mt-logo.gif) no-repeat 0 0;
}


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

#footer { 
    background: #eee url(http://ak-zensur.de/mt-static/addons/Commercial.pack/themes/professional-black/nav-bg.gif) repeat-x 0 0;
    color: #777;
}

#footer a {
    color: #005588;
}

#footer .widget-header {
    display: none;
}

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

#footer-content ul {
    list-style: none;
    margin: 0;
    padding: 12px 0 0 0;
    float: left;
}

#footer-content ul li {
    float: left;
    margin: 0;
    padding: 0;
}


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

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

#header-inner,
#content-inner,
#footer-inner,
#main-navigation,
.entry-asset .asset-meta,
.comment,
#footer-content,
.asset-body {
    height: 1%;
}


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




/* ----------------------- akz-screen.css ----------------------- */


/* eigene */

#comment-form-subscribe
   {
   margin-bottom: 0.75em;
   }

H2.entry-title
   {
   margin-top: 0px;
   }

H3
   {
   font-weight: bold;
   font-size: 125%;
   letter-spacing: 1px;
   margin-top: 1.25em;
   }

H4
   {
   font-weight: bold;
   font-size: 110%;
   letter-spacing: 1px;
   margin-top: 1em;
   }

/* Eintragsdetails (fancy) //freak */
/*body.entry_style-blog .asset-header .author {
   font-style: italic;
   font-size: 110%;
}

body.entry_style-blog .asset-header h1.entry-title {
   margin-bottom: -0.1em;
}

body.entry_style-blog .asset-header {
   margin-bottom: 1.4em;
}*/

/* Campaign -------------------------------------------------------- */

#campaign {

	background: url(http://ak-zensur.de/campaigns/campaign_meter.png) no-repeat 0 0;

}

#campaign-left {

	background: url(http://ak-zensur.de/campaigns/akz-logo_button_188x210.png) no-repeat 0 0;

}

#campaign-right {

}

/* AK Zensur Motivation --------------------------------------------------- */
.widget-akzensur-motivation {

}



.category-description { margin-bottom: 2em; }

.entry-content LI
  {
  margin-bottom: 0.75em;
  }

.entry-content
  {
  line-height: 17pt;
  }

/* ende */




/* ========================================================
 
   UPDATES Alvar

   ======================================================== */


/* Alle nicht anderweitig gesetzten Schriften im breiten Block links gleiche Größe */

#alpha,
#alpha P,
.mt-main-index #alpha p {
    font-size: 15px;
}

#campaign-description {
    text-align: left;
}


/* Fonts */

body, #header, #main-navigation, #campaign-title, #campaign-description {
    font-family: Georgia, "DejaVu Serif","Bitstream Vera", Serif;
}

.asset-meta {
    font-style: italic;
    font-size: 13px !important;
    letter-spacing: 1px;
}

H1, H2, H3, H4, H5, H6   {
    font-family: Trebuchet MS, sans-serif;
    letter-spacing: 1px;
}

#header H1, #header H2, #header H3, #header H4, #header H5, #header H6   {
    font-family: Georgia, "DejaVu Serif","Bitstream Vera", Serif;
}

#header-name {
    font-size: 24px;
    letter-spacing: 1px;
}

#header-description {
    font-size: 15px;
    letter-spacing: 0.5px;
}



.widget-content   {
    font-family: "Trebuchet MS", sans-serif;
    letter-spacing: 0;
}



.widget-content DT   {
    font-family: Georgia, "DejaVu Serif","Bitstream Vera", Serif;
}


/* Links */

A {
    color: #003399;
    text-decoration: none !important;
}

.entry-content A,
.asset-meta A,
.linkfarbe,
.asset-content A
{
    color: #003399;
    text-decoration: none !important;
    border-bottom: 1px dotted #003399;
}

A:hover,
.linkfarbe:hover
{
    border-bottom: 1px solid #003399;
}


/* Widget-Umbau: Hintergrund und deswegen auch die Abstände, damit es korrekt anschliesst */
 
.widget-content {
    background-color: #e0e8f0;
}

.widget-header {
    margin-bottom: 0px !important;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 1px !important;
}

.widget-content {
   margin-top: 0px;
   padding-top: 5px;
   padding-bottom: 5px;
   margin-bottom: 15px;   
}

/* Ausnahme für den Hintergrund des Suchfelds //freak */
.widget-search .widget-content {
   background: #ffffff !important;
}

/* Randlinie */

#beta {
    border-left: 1px #ccc dotted;
    width: 329px !important;
}


BLOCKQUOTE {
    border-left: 2px dotted #36c;
    padding-left: 6px;
    padding-right: 2px;
    padding-bottom: 0.2em;
    background-color: #e8f0f8;
}
