/*  
Theme Name: Vostok Theme
Theme URI: http://www.vostoktheme.com/
Description: A clean and elegant theme for Wordpress. Edited by Tommy Brunn.
Version: 1.2
Author: Javier Cañada and Rubén Lozano. Edited by Tommy Brunn
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 */

.badge {
background-image: url(http://www.blastfromthepast.se/ubuntubadges/badge_white_25.png);
width:96px;
height:64px;
}
.badge:hover {
background-image: url(http://www.blastfromthepast.se/ubuntubadges/badge_white.png);
}
.badge a {
display:block;
width:96px;
height:64px;
}
.badge a {
background-image: url(http://www.blastfromthepast.se/ubuntubadges/badge_white_25.png);
display:block;
width:96px;
height:64px;
}
.badge a:hover {
background-image: url(http://www.blastfromthepast.se/ubuntubadges/badge_white.png);
}