/*  
Theme Name: Feemo Store
Theme URI: http://feemo.in/
Description: A customized theme based on Vostok.
Version: 0.2
Author: Param Aggarwal
Author URI: http://feemo.in/
*/

@import "css/reset.css";
@import "css/layout.css";
@import "css/type.css";
@import "css/colors.css";
@import "css/forms.css";

/*
Clearing Floats
More info: http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.buynow {
  width: 50pt;
  height: 10pt;
  padding: 10px;
  font-size: 15pt;
  background: #999999;
  color: #ffffff;
}

.buynow:hover, .buynow:focus {
  background: #000000;
  cursor: pointer;
}
