/*  
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;
}










post img,
.post object,
.post embed {
	display: block;
	margin: 2em  auto;
	
}

	
/* Begin hack - */
/* css from default theme 
p img {
	padding: 0;
	max-width: 100%;
	}

	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

/* - begin hack */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img.alignnone {
	margin: 2em  auto;
	
	}
	
.alignnone {
	margin: 2em  auto;
	
	}	

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/* End of hack 	remove */
/* End gallery images */






















.clearfix {display: inline-block;}




















/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


































































































































































































































































