/*
Theme Name: Blix SEO + AdSense
Theme URI: http://www.morearnings.com/
Description: Blix theme with SEO optimization and AdSense added. You must read the readme.txt file that came with this theme (important installation information).
Version: 02
Author: SEO Dave
Author URI: http://www.morearnings.com/
*/

@import "layout.css";
@import "spring_flavour.css";
input.searchbox {
 color: #000000;
 margin-right: 10px;
}
/* OFFERS */
#offer {
 width: 600px;
 border: 1px solid #6d0202;
 -moz-border-radius: 15px; 
 -webkit-border-radius: 15px; 
 -khtml-border-radius: 15px;
 border-radius: 15px; 
 background-color: #d89292;
 margin: 20px auto;
 height: 250px;
 overflow: auto;
}
#offer.strong {
font-family: Impact, Charcoal, 'Arial Black', Gadget, sans-serif;
}
 
.offer {
 font-size: 12pt;
 padding: 10px 50px;
 }
.offer img {
 float: left;
 margin-right: 5px;
 }
h3 {
 font-weight: bolder;
 font-size:18pt;
 
 }
 
/* End of OFFERS */

