/*   
Theme Name: MacBook Air 10"
Description: Theme for the MacBook Air 10" campaign
Author: Leonardo M. Pessoa
Version: 1.0
Tags: apple, macbook, macbook air, silver, white, one column, widgets
*/
@import url(base.css);
@import url(blackout.css);
@import url(macbookair.css);
@import url(overlays.css);
@import url(compare.css);

#footerbar {
  display: none;
  font-size: 8pt;
  position: relative;
  margin: 15px auto;
  padding: 0 20px;
  width: 944px;
}

#footerbar h2 {
  font-size: 11pt;
}

#footerbar li {
  list-style-type: none;
}

#footerbar li ul li {
  list-style-image: url(images/morearrow_08c.gif);
  list-style-position: inside;
}

#footerbar .blogroll a:after {
  display: block;
}

#footerbar .column {
  width: 25%;
}

#footer-spacer {
  display: block;
  height: 15px;
}

.entry {
  padding-right: 50px;
}

.tweetmeme {
   position: absolute;
   top: 30px;
   right: 50px;
}

.commentlist li {
   padding: 0 18px;
   margin-top: 15px;  
   width: 500px;
}

.commentlist li .quote {
   padding: 15px;
   background: #f5f5f5;
   border: 1px solid #c0c0c0;
   -moz-border-radius: 9px;
   -webkit-border-radius: 9px;
}

.commentlist li #balloon {
   background: url(images/balloon-normal.png);
   width: 21px;
   height: 22px;
   position: relative;
   top: -1px;
   left: 72px;
}

.commentlist li.author #balloon {
   background: url(images/balloon-author.png);
}

.commentlist li.author .quote {
   background: #f1f6ff;
   border: 1px solid #c4caf0;
}

.commentlist {
   list-style: none;
   padding-top: 5px;
   margin-left: 0 !important;
}

.commentlist li.even {
   position: relative;
   left: 50px;
}

.commentlist div.meta {
   font-size: 11px;
   margin-left: 56px;
   width: 100px;
   white-space: nowrap !important;
   font-style: normal;
   position: relative;
   top: -22px;
}

.commentlist div.meta small {
   font-size: 9px;
   font-color: #999;
   margin-left: 54px;
   position: relative;
   top: -5px;
}

small {
   padding: 0 !important;
}

.commentlist div.meta img {
   display: inline !important;
}

.commentlist div.meta a:link,
.commentlist div.meta a:visited {
   text-decoration: none;  
}  

.commentlist div.meta a:hover,
.commentlist div.meta a:active {  
   text-decoration: underline;  
}  

input[type=text],
input[type=password],
textarea {
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border: 1px solid #ccc !important;
   width: 360px;
}

textarea {
   height: 120px;
}

.avatar {
   border: 1px solid #ccc;
   position: relative;
   top: 26px;
}