/*

Vostok Website styles
	
Author: Ruben Lozano
  Mail: contacto@rubenlozano.com
   URI: www.rubenlozano.com

*/

@import "reset.css";

html, body {
	background: #2F2F2F;
}

h1 {
	background: url(../img/logo.gif) no-repeat;
	display: block;
	height: 23px;
	padding: 0 0 .5em 0;
	text-indent: -99999px;
	width: 122px;
}

p {
	margin: 0 0 1em 0;
}

a:link,
a:visited {
	color: #F90;
}

a:hover,
a:active,
a:focus {
	color: #FFF;
}

a.download:link,
a.download:visited {
  font: 15px/120% Arial, sans-serif;
  font-weight: bold;
  color: #f90;
  background-color: #2f2f2f;
  padding: 10px 15px;
  display: block;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 15px 0 25px 0;
}

a.download:hover, a.download:active {
  background-color: #222;
}

a.download span {
  font: 11px/120% 'Lucida Sans', Arial, sans-serif;
  font-weight: normal;
  color: #666;
}


	
#wrapper {
	background: #2F2F2F;
	color: #999;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	left: 50%;
	line-height: 1.5em;
  margin: 50px auto;
	width:600px;
}

#header {
	padding: 0 0 30px 0;
}

#content {
	background: #3C3C3C;
	padding: 40px;
}

#content img {
  margin-left: -8px;
}

.bottomlinks {text-align: center; margin-top: 5px;}
.bottomlinks a.last {padding-left: 25px;}
.bottomlinks a {text-decoration: underline;}

#footer {
	font-size: .8em;
	padding: 25px 0;
}

#footer a:link,
#footer a:visited {
	color: #999;
	text-decoration: underline;
}

#footer a:hover,
#footer a:active,
#footer a:focus {
	color: #FFF;
}

strong {color: #fff;}

code {font-size: 13px; font-family: Consolas, "Andale Mono", "Courier New", Courier;}

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