/*
Theme Name: Carte di Credito
Theme URI: http://wordpress.org/
Description: Blog theme for credit card site.
Version: 1.0
Author: Francesco Improta
*/

#main {
  width: 600px;
  margin-left: 10px;
  float: left;
}

#header {
  height: auto
}

#footer {
  margin: 0 auto;
}

#menu {
  width: 300px;
  float: left;
  padding: 0 0 0 20px;
}

#column-content {
  padding: 20px 0
}

/* TEXT */

.archive.category h1 {
  width: auto;
  margin: 0 0 0px 0;
  padding: 10px 0 0 50px;
  background: url(images/background-creditcard.png) 10px 0 no-repeat;
  font-size: 28px;
  letter-spacing: -0.5px;
}
.archive.category h1 span {
	display: block;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
}

.archive.date h1 {
  width: auto;
  height: 70px;
  margin: 0 0 15px 0;
  padding: 10px 0 0 50px;
  background: url(images/background-archive.png) 10px 0 no-repeat;
  font-size: 28px;
  letter-spacing: -0.5px;
  text-transform:capitalize;
}
.archive.date h1 span {
	display: block;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
}

h3#comments-title {
  text-transform: capitalize;}
  
.textcentered {
	text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}
	
/* SIDEBAR */

#menu .portlet {
  margin: 1px 0 10px 0
}

#blog-intro {
  background: #f2f1f1;
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
  padding: 18px 45px 10px 0;
}

#blog-intro span {
  display: block;
  padding: 5px 5px 5px 15px;
  background-color: #fff;
  font-style: italic;
}

#blog-intro span a {
  color: #000;
}

#blog-intro #tools {
  padding: 10px 10px 0 10px;
}

#blog-intro #tools a.rss {
  height: 15px;
  padding: 0 20px;
  background: url(images/icon-rss.png) 0 50% no-repeat;
  font-size: 12px;
  color: #999;
  text-shadow: 0 1px 0 #fff;
}

.pagenav, .categories {
  margin-bottom: 20px;
}

/* BLOG POST */

.storycontent {
 	float: left;
  width: 480px;
  margin: 0 0 25px 30px;
  /* IE */ *padding-bottom: 25px;
}

.post {
  margin: 10px 0;
  background: url(images/hr.png) 250px bottom no-repeat;
  letter-spacing: -0.2px;
}

.post h2.storytitle {
  margin: 0 0 27px 0;
  padding-top: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
}

.post h2storytitle a {
  color: #000;
}

.post .date {
  float: left;
  width: 64px;
  margin: 0 0 0 10px;
  height: 84px;
  background: url(images/bg-date.png) 0 0 no-repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
}

  .post .date .date-m {
    margin-top: 5px
  }
  
  .post .date .date-d {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 24px;
    text-shadow: 0 1px 0 #fff;
  }
  
  .post .date .date-y {
    color: #fff;
  }
  
  .post .meta {
    width: 50%;
    margin: 15px 0;
    font-style: italic
  }
  
    .post .meta .tags {
     		margin: 10px 0 0 0;
        padding: 0 0 0 22px;
        background: url(images/icon-label.png) 0 50% no-repeat;
     }
  
  .post .feedback {
    width: 50%;
    margin: 15px 0;
    text-align: right;
  }
  
  .post img.alignleft {
    margin: 0 15px 9px 0;
  }
 
 .alignleft {
   float: left
 }
 
 /* COMMENTS */
 
 #comments {
   margin-left: 104px;
 }
 
 #comments ol {
   margin: 10px 0;
 }
 
   #comments ol li {
     width: 100%;
     display: inline-block;
     margin: 5px 0 10px 0;
     padding: 0 0 5px 0;
   }

		 #comments ol li p {
       margin: 0;
     }
     
     #comments ol li p.comment-meta {
       margin: 0 0 10px 0;
       padding: 8px;
       background-color: #f2f2f2;
     }
     
     #comments ol li p.comment-text {
       padding: 8px;
     }
     
     #comments ol li .comment-author {
       font-weight: bold;
       letter-spacing: -0.2px;
       color: #333;
     }
 
 #comments cite {
   font-size: 11px;
 }
