/*  
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
*/
img { border:none; }
.post img { padding-top:15px;max-width:800px;height:auto;border:none; }
.post { -moz-border-radius: 25px; -webkit-border-radius: 25px; }
.entry { padding:25px; }
.post h2 { padding:50px 25px 0 25px; }
.date { margin:10px 10px 0 0; }

.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 */

#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#navmenu li {display: inline; }
#navmenu ul li a {text-decoration:none;  margin: 0;
	padding: 5px; color: #fff;}
#navmenu ul li a:hover {color: #eed;}
