/*
Theme Name: Mangas.es
Theme URI: http://www.redo4.de
Description: Wordpress Theme for mangas.es
Version: 1.0
Author: Eric Schneller
Author URI: http://www.redo4.de
Tags: mangas, comic
*/

* {
  padding: 0px;
  margin: 0px; 
}

body {
  height: 100%;
  background-image: url(img/background.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #eee7df;
  
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.8em;
}

#header {
  width: 791px;
  height: 124px;
margin-left:70px;  
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
}
  #header h1 {
    display: none;
  }
  #header a {
    width: 790px;
    height: 124px;
    display: block;
  }

#hoyreka_bar{
margin:0 0 0 -800px!important;
}

#main {
  width: 787px;
  padding:1px;
  margin-left: 72px;
  clear: both;
  background-color: #ffffff;
}

#sidebar {
  width: 150px;
  margin-left: 10px;
  float: left;
}

  #sidebar ul {
    list-style: none;
  }
  #sidebar ul li {
    background-image: url(img/navigation_headitem.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    width: 150px;
    margin-bottom: 5px;
  }
  #sidebar ul li.active {
    background-image: url(img/navigation_headitem.jpg);
    background-position: right top;
  }
  #sidebar ul li a {
    display: ; /* i deleted ( block) */
    width: 133px;
    height: 18px;
    padding: 2px;
    padding-left: 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  #sidebar ul li a:hover {
     
     text-decoration: bold;
   /* background-image: url(img/navigation_headitem.jpg);
    background-position: right top; */
}
      


#sidebar .widget_tag_cloud a {   /* new code for the ctc plugin... */
	display: top;
        padding: 0 2px;
	color: #e3d4c1;
        
}
  #sidebar .widget_ctc a {   /* also code for ctc but not working*/
  display: top;
  padding: 0 2px;
  color: #000;

}

#sidebar ul li ul.subcat {
    margin-left: 10px;
    display: none;
  }
  #sidebar ul li ul.subcat li {
    background-image: none;
    width: 130px;
    margin: 8px;
  }
  #sidebar ul li ul.active {
    display: block !important;
  }
  #sidebar ul li.active ul {
    display: block !important;
  }
  #sidebar ul li ul.subcat li.active a {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0px;
  }
  #sidebar ul li ul.subcat li a {
    width: 130px;
    padding: 1px;
    background-image: none;
    color: #999999;
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
  }
  #sidebar ul li ul.subcat li a:hover {
    background-image: none;
    color: #4b2d61;
  }
  
  #sidebar ul li.widget {
    background-image: none;
    margin-top: 10px;
    border-bottom: 2px dotted #ccc;
    padding: 2px;
  }
  
  #sidebar #s {
    padding: 2px;
    border: 1px solid #ccc;
    font-size: 11px;
    color: #333;
    width: 95%;
  }
  #sidebar label.hidden {
    font-size: 11px;
    font-weight: bold;
    display: block;
  }
  #sidebar #searchform input[type=submit]{
    border: 0px;
    background-color: #ccc;
    color: #fff;
    padding: 2px;
    margin-top: 5px;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana;
    cursor: pointer;
  }
  
  #sidebar .subscribeForm .caps {
    font-size: 11px;
    font-weight: bold;
    color: #333;
  }
  
  #sidebar .subscribeForm .text {
    font-size: 11px;
    margin-TOP: 5px;
    margin-bottom: 5px;
  }
  #sidebar .subscribeForm button {
     border: 0px;
    background-color: #ccc;
    color: #fff;
    padding: 2px;
    margin-top: 5px;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana;
    cursor: pointer; 
  }
  #sidebar .subscribeForm a {
    padding: 0px;
    background-image: none;
    color: #ccc;
    font-weight: 500;
    font-size: 11px;
    display: inline;
  }
    #sidebar .subscribeForm a:hover {
      background-image: none;
    }
  #sidebar .subscribeForm input[type=text] {
      padding: 2px;
    border: 1px solid #ccc;
    font-size: 11px;
    color: #333;
    width: 95%;
  }
  .widget h2.widgettitle {
    font-size: 11px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
  }
  #tag_cloud a {
    color: #333;
    text-decoration: none !important;
    display: inline !important;
    font-weight: 500 !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  #tag_cloud a:Hover {
    color: #4b2d61 !important;
    background-image: none !important;
    text-decoration: underline !important;
  }
  #content {
  width: 470px;
  margin-left: 190px;
  background-color: #eee7df;
}

#footer {
  margin-top: 10px;
  clear: both;
  height: 20px;
  background-color: #cbbfa9;
}
  #footer ul {
    list-style: none;
    width: 100%;
    color: #F0F0F0;
  }
  #footer ul li {
    float: left;
    margin-top: 2px;
    margin-left: 20px;
    font-size: 12px;
  }
  #footer ul li.totop {
    float: right;
    margin-right: 20px;
  }
  #footer a {
    text-decoration: none;
    color: #fff;
  }
  #footer ul li.totop a {
    padding-right: 12px;
    display: block;
    background-image: url(img/totop.gif);
    background-repeat: no-repeat;
    background-position: right 3px;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
  }
  
#comments_view {
  margin-top: 5px;
  padding: 5px;
  border-top: 1px solid #ccc;
}
  #comments_view h3 {
    font-weight: bold;
    font-size: 14px;
    color: #36204f;
  }
  #comments_view h3.spacer {
    margin-top: 10px;
  }
  #comments_view input[type=text] {
    width: 97%;
    padding: 4px; 
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    font-size: 12px;
  }
  #comments_view input[type=text]:focus {
    padding: 3px;
    border-width: 2px;
    
  }
  #comments_view textarea {
    width: 97%;
    padding: 4px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    font-family: Arial;
    font-size: 12px;
  } #comments_view textarea:focus { padding: 3px; border-width: 2px; }
  #comments_view input[type=submit] {
    border: 1px solid #ccc;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
    background-color: #f9f9f9;
    cursor: pointer;
    padding: 5px;
  }
  #comments_view label {
    font-size: 11px;
    font-weight: bold;
    color: #999;
    margin-top: -2px;
  }
  #comments_view input[type=submit]:hover {
    background-color: #ccc;
    color: #fff;  
  }
  #comments_view a {
    color: #36204f;
    text-decoration: none;
  }#comments_view a:Hover { text-decoration: underline; }
  #comments_view ol {
    margin-top: 10px;
    margin-left: 20px;
    color: #999;
  }
  #comments_view ol li {
    font-family: Arial;
    color: #666;
    padding: 5px;
    border-bottom: 1px dotted #ccc;
  }
  #comments_view ol li .author {
    color: #36204f;
    font-size: 12px;
    font-weight: bold;
  }
  #comments_view ol li .date {
    font-size: 0.8em;
    color: #999;
  }#comments_view ol li .date a { color: #999; }
   #comments_view ol li p {
    font-size: 0.9em;
    line-height: 1.3em;
    color: #666;
   }
   div.extend {
    margin-top: 5px;
    padding: 5px;
    border-top: 1px solid #ccc;
   }
   div.extend h2 {
      font-weight: bold !important;
      font-size: 14px;
      color: #36204f;
   }
.article_overview {
  padding: 5px;
}
  .article_overview .article_item {
    background-color: #ffffff;
    padding: 4px;
    margin-bottom: 5px;
  }
  .article_overview .article_item p a img {
    float: left !important;
    padding: 2px; 
    border: 1px solid #D0D0D0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .article_overview .article_item .size-medium {
    
  }
  .article_overview .article_item:hover {
    padding: 3px;
    padding-bottom: 2px;
    border: 1px solid #cbbfa9;
    border-bottom-width: 2px;
  }
  .article_overview .article_item h2 a {
    font-size: 1.0em;
    color: #36204f;
    font-weight: 500;
    margin-bottom: 10px;
    text-decoration: none;
  }
  .article_overview .article_item p {
    margin-top: 10px;
    color: #828381;
    font-size: 0.9em;
    line-height: 1.3em;
  }
  .article_overview p a {
    text-decoration: none;
    color: #36204f;
    font-weight: bold;
    font-size: 11px;
  }
.article_view {
  padding: 5px;
}
.article_view .article_item {
  background-color: #fff;
  padding: 5px;
}
.article_view h1 {
  font-size: 2em;
  color: #36204f;
  font-weight: 500;
  margin-bottom: 15px;
  text-decoration: none;  
}
  .article_view  p {
    margin-top: 10px;
    color: #666666;
    font-size: 1em;
    line-height: 1.5em;
  }
  .article_view a {
    color: #666;
  }
  .article_view h2,h3,h4,h5 {
    color: #444;
    font-weight: 500;
  }
  .article_view ul,ol,li{
    margin-left: 15px;
    color: #666;
    font-size: 1em;
  }
  .article_view img {
    margin: 10px;
    padding: 5px;
    border: 1px solid #D0D0D0;
  }
  .article_view img.wp-smiley {
    margin: 0px;
    padding: 0px;
    border: 0px;
  }
  .article_view img.alignleft {
    float: left;
    margin-left: 0px;
  }
  .article_view img.alignright {
    float: right; 
    margin-right: 0px;
  }

.wp-pagenavi {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 13px;
  text-align: center;
  color: #999;
}
.wp-pagenavi a {
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
  color: #999;
  margin: 3px;
}
.wp-pagenavi .current {
  border: 1px solid #666;
  color: #666;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: bold;
    margin: 3px;
}

