/*
Theme Name: MikaYeah
Description: Yo
Version:1.0.0
Author: Andrea Franz
Author URI:http://gravityblast.com/
*/

a:link, a:visited, a:hover, a:active { text-decoration: none; color: #0477BF; }
a:hover { text-decoration: underline; }
.clear { clear: both; }
h1, h2, h3, h4 {font-family:helvetica,arial,sans-serif;letter-spacing: -1px;}

h2 {  font-size: 28px; margin: 5px 0 10px;}
h3 {  font-size: 22px; margin: 5px 0 8px;}
h4 {  font-size: 16px; margin: 5px 0 6px;}

body {
  color: #333;
  font-family: verdana,sans-serif;
  text-align: center;
  font-size: 12px;
  line-height: 1.4em;
  background: #FFF;
  border-top: 10px solid #222;
}

#container {
  width: 826px;
  margin: 0 auto;
  text-align: left;
}

#header {
  margin: 25px 0;
  position: relative;
}

#header h1 {
  /*font-size: 35px;
    font-weight: bold;  */
  width: 574px;
  height: 47px;
  text-indent: -9999px;
  background: transparent url(images/logo.png) left top no-repeat;  
}

#header h1 a {
  display: block;
  height: 100%;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:active {
  color: #222;
}

#header p {
  letter-spacing: -0.05em;
  margin: 0 0 10px;
}

#header ul.feeds {
  position: absolute;
  top: 0px;
  right: 0px;
}

#header ul.feeds li {
  clear: both;
  text-indent: -9999px;
}

#header a.feed.icon {
  display: block;
  float: right;
  margin: 5px 0;
}

#header a.feed.icon.main {  
  width: 28px;
  height: 28px;
  background: transparent url(images/feed_main.png) center center no-repeat;  
}

#header a.feed.icon.en, #header a.feed.icon.it {
  width: 28px;
  height: 16px;
}

#header a.feed.icon.en {
  background: transparent url(images/feed_en.png) right center no-repeat;  
}

#header a.feed.icon.it {
  background: transparent url(images/feed_it.png) right center no-repeat;  
}

#content {
  width: 550px;
  float: left;
  border-right: 1px solid #EEE;
  padding-right: 30px;
}

.post {
  margin-bottom: 40px;  
}

.post img {
  border: 1px solid #EEE;
  padding: 5px;
}

.post .content {
  font-size: 14px;
  line-height: 1.5em;
  margin
}

.post h2 {
  font-weight:bold;
  line-height: 1em;
  margin: 0;
}

.post h2 a:link, .post h2 a:visited, .post h2 a:hover, .post h2 a:active {
  color: #F2A03D;  
}

.post p.info {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 13px;
  color: #BBB;
  margin-top: 2px;
}
.post .info strong, .post p.info a:link, .post p.info a:visited, .post p.info a:hover, .post p.info a:active {
  color: #B51633;
  font-weight: bold;
}

.post p {
  margin: 5px 0;
  padding: 0;
}

.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

#comments .commentlist {
  margin-top: 20px;
}

#comments .comment {
  margin-bottom: 20px;
}

#comments .comment h4 {
  margin: 0;
}

#comments .comment .author a:link, #comments .comment .author a:visited, #comments .comment .author a:hover, #comments .comment .author a:active {
  color: #B51633;
}

#comments .comment .date {
  color: #CCC;
  font-size: 13px;
}

#comments div.add {
  margin-top: 50px;
}

#comments div.add textarea {
  margin-bottom: 10px;
}

#sidebar {
  width: 216px;
  float: right;
}

#sidebar .block.mikamai {
  width: 216px;
}

#sidebar .block.mikamai h2 {
  text-indent: -9999px;
  height: 50px;
  background: transparent url(images/mikamai.png) no-repeat left top;  
}

#sidebar .block.mikamai h2 a {
  display: block;
  height: 100%;
}

#sidebar .block {
  margin-bottom: 20px;
}

#sidebar h3 {
  font-weight: bold;
  font-size: 15px;
}

#sidebar li {
  margin: 5px 0;
}

#footer {
  text-align: center;
  border-top:1px dotted #CCCCCC;
  margin-top:40px;
  padding:10px 0;
  font-size: 11px;
}