/*  
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";


#top_wrap {
	background-color: #3399ff;
	height: 479px;
}
#blog_head {
	margin-left:auto;
	margin-right:auto;
	background-image: url(http://www.danielfairbairn.com/IMAGES/blog_man.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 479px;
	width: 975px;
}
#nav_menu {
	height: 35px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-align: center;
	padding-top: 15px;
}
#top_wrap a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#top_wrap a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#top_wrap a:hover {
	color:#FF6600;
	text-decoration: none;
}

#top_wrap a:active {
	color: #FFFFFF; 
	text-decoration: none; 
}

#footer_nav {
	margin-left:auto;
	margin-right:auto;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #828282;
	letter-spacing: 2px;
	text-align: center;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #828282;
	width: 975px;
}
#footer_nav a:link {
	color: #828282;
	text-decoration: none;
}
#footer_nav a:visited {
	color: #828282;
	text-decoration: none;
}
#footer_nav a:hover {
	color:#0099cc;
	text-decoration:underline;
}

#footer_nav a:active {
	color: #828282; 
	text-decoration: none; 
}
	
.style69 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 40px;
	color: #FFFFFF;
	letter-spacing: 3px;
}
.style70 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
}


/*
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 */
