/*  
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 "reset.css";
@import "layout.css";
@import "type.css";
@import "colors.css";
@import "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;}

.commenting {font-size: 0.8em; font-style:italic;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*
Accordion
*/


#accordion {
	margin:20px 0px 30px 0px;
	width: 580px;
}

h3.toggler {
	cursor: pointer;
	border-bottom: 2px solid #000;
	background: #fff;
	color: #000;
	margin:0;
	padding: 3px 5px 1px;
/*	font-family: "Lucida Grande", Helvetica, Arial, sans-serif; */
	font-family: "Times CE","Times", "Times New Roman", serif;
	font-size: 1.1em;
	line-height: 1.8em;
	font-style: italic;
	text-decoration: underline;
	width: 580px;
}

h3.toggler:hover {
	background: #eee;
}

h3.toggler .new {
	font-size: 0.8em;
	text-decoration: none;
	color: #ff0000;
}

div.element p, div.element h4 {
	margin:15px 0px 0px 0px;
	padding:0px;
	font-size: 0.9em;
	color: #000;
}

div.element img {
	margin: 20px 0px 0px 5px;
	float: left;
	border-color:#fff;
}

div.element .whiteimg {
	border-color:#ddd;
}

blockquote {
	padding:5px 20px;
}

.toplink {
	margin-left:5px;
	font-family: "Times CE","Times", "Times New Roman", serif;
	font-size: 0.8em;
	font-style: italic;
	color:#000;
}

.toplink a:link,
.toplink a:hover,
.toplink a:visited,
.toplink a:active,
.toplink a:focus {
	color:#000;
	text-decoration: underline;
}
