/*  
Theme Name: Vostok Theme
Theme URI: http://www.vostoktheme.com/
Description: A clean and elegant theme for Wordpress
Version: 1.1
Author: Javier Cañada and Rubén Lozano
Author URI: http://www.vostoktheme.com/
*/

@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 */

/*
Custom styles 
*/
#header h1 {
font-size: 3em;
font-family: Helvetica, Arial, sans-serif;
}

#header h1:after {
content: "_";
color: #fff;
}

#header p {
display: none;
}

#categories {
padding-right: 2em;
border-right: 1px solid #3C3C3C;
}

#footer {
font-size: 0.8em;
}

#sb-2-inner {
padding-left: 2em;
}

img {
border: 0 !important;
}