/*  
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/
*/



/*  reset.css
	
	Purpose: undo some of the default styling of common (X)HTML browsers
	More info: http://tantek.com/log/2004/09.html#d06t2354
*/
body{font-size:62.5%}
a:link,a:visited{text-decoration:none;}
ul,ol{list-style:none;}
h1,h2,h3,h4,h5,h6,pre,code{font-size:1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0;padding:0;}
a img,:link img,:visited img{border:none;}
address{font-style:normal;}










/* layout.css */

#wrapper {
	margin: 0 auto;
	max-width: 46.15em;
	min-width: 600px;
}

#header {
	margin: 0 0 -1em 0;
	padding: 5em 0 0 0;
	position: relative;
}

#header .description {
	margin: 0;
}

#topnavigation {
	margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
}


#topnavigation a {
        margin: 0 16px 0 16px;
	text-decoration: none;
	color: #2F2F2F;
}

#topnavigation a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}



.string {
	margin-bottom: 0em;
}

.error {
	margin: 2.2em 0 0 0;
	line-height: 1.2em;
}

.post {
	margin: 4.6em 0 0 0;
	padding: 2.7em;
	position: relative;
}

.post img,
.post object,
.post embed {
	display: block;
	margin: 2em auto;
}

.post .vvqbox {
	margin: 2em auto;
}

.post .date {
	position: absolute;
	right: 1em;
	top: 1em;
}

.post h2 {
	margin: 0 0 1em 0;
}

.post h3,
.post h4,
.post h5 {
	margin: 2em 0 1em 0;
}

.post .likebutton {
	bottom: .3em;
	position: absolute;
	left: 1.8em;
}

.post .likebutton_single {
	bottom: .3em;
	position: absolute;
	right: 1em;
}

.post .number-of-comments {
	bottom: 1em;
	position: absolute;
	right: 6em;
}

.post .moveleft {
	bottom: 1em;
	position: absolute;
	right: 8em;
}


.post blockquote {
	margin: 2em;
	padding: .1em 1.5em;
	position: relative;
}

.post blockquote cite {
	display: block;
	text-align: right;
}


.entry ul {
	list-style: none inside;
	padding: 0 1em;
}

.entry ol {
	list-style: decimal outside;
	padding: 0 2.5em;
}

.entry ul li {
	background: url(../img/bullet.gif) 0 7px no-repeat;
	margin: 1em 0;
	padding: 0 0 0 15px;
}

.entry ol li {
	margin: 1em 0;
}

.comment {
	padding: 1.8em 1.6em;
	position: relative;
	overflow: auto;
}

.comment .date {
	bottom: 1em;
	position: absolute;
	right: 1em;
}

#commentform {
	margin: 2.3em 0 4.6em 0;
	padding: 2.7em;
}

.pagination {
	margin: -2.6em 0 4.6em 0;
}

.pagination div {
	float: left;
	margin: 0 2em 0 0;
}

#sidebar {
	margin-top: 4em;
	padding: 0 0 7em 0;
}

#sb-1,
#sb-2 {
	float: left;
	width: 50%;
}

#sidebar .email {
	background: url(../img/ico-mail.gif) 0 4px no-repeat;
	padding: 0 0 0 1.8em;
}

#sidebar #rss li {
	background: url(../img/ico-rss.jpg) left center no-repeat;
	padding: 0 0 0 1.8em;
	margin: .5em 0;
}

#footer {
	padding: 1em 0;
}

.movelefter {
	position: relative;
	margin-right: 3em;
}








/* type.css */

#wrapper {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
}

p {
	margin: 1em 0;
}

h1 {
	font: Normal 65px Georgia, serif;
	font-weight: normal;
	text-align: center;

}

#header .description {
	font-size: 0.85em;
}

#header a {
	text-decoration: none;
}

a.back {
	text-decoration: underline;
}

#search h2,
.post h2,
#comments h3,
#commentform h3,
.emptysearch,
.error {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
}

.post h2 a {
	text-decoration: none;
}

.post h2 {
	line-height: 1.2em;
}

.post h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.2em;
}

.post h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
}

.post h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2em;
}

.post blockquote cite {
	font-style: normal;
}

.date {
	font-size: .95em;
}

.post .number-of-comments a {
	text-decoration: underline;
}

#comments h3 {
	margin: 0 0 2em 0;	
}

#commentform h3 {
	margin: 0 0 1.5em 0;
}

.comment cite {
	font-style: normal;
}

.comment cite a {
	text-decoration: underline;
}


.pagination a {
	text-decoration: underline;
}

#sidebar a {
	text-decoration: none;
}

#footer a {
	text-decoration: underline;
}

#footer p {
	margin: 0;
}

.author {
	padding-left:300px;
}

.entry {
	padding-top: 0px;
}

.navigation {
	text-align: center;
	margin-bottom: 4.6em;
	margin-top: 1em;
}

.navigation a {
	text-decoration: underline;
	color: #2F2F2F;
}









.navigation a:link,
.navigation a:visited {
	color: #CCC;
}

.navigation a:hover,
.navigation a:active,
.navigation a:focus {
	color: #F90;
}



.tag_cloud {
	text-size: 1.5em;
}


.tag_cloud a {
	text-decoration: underline;
	color: #2F2F2F;
}

.tag_cloud a:link,
.tag_cloud a:visited {
	color: #CCC;
}

.tag_cloud a:hover,
.tag_cloud a:active,
.tag_cloud a:focus {
	color: #F90;
}




/* colors.css

 Greys
 --------------------------
 Very Dark          #2F2F2F
 Dark               #3C3C3C
 Regular            #828282
 Light              #999
 Very light         #CCC

 Others
 --------------------------
 blue               #09C
 yellow             #F90
 white              #FFF

*/

html, body {
	background: #2F2F2F; }
	
strong {
	color: #CCC;
}

#wrapper {
	background: #2F2F2F;
	color: #999;
}

#header a:link,
#header a:visited {
	color: #09C;
}

#header a:hover,
#header a:active,
#header a:focus {
	color: #FFF;
}

.back:link,
.back:visited {
	color: #F90;
}

.back:hover,
.back:active,
.back:focus {
	color: #FFF;
}

.post {
	background: #3C3C3C;
}

.post h2,
.post h3,
.post h4,
.post h5,
#search h2,
.emptysearch,
.error {
	color: #CCC;
}

.post h2 a:link,
.post h2 a:visited {
	color: #CCC;
}

.post h2 a:hover,
.post h2 a:active,
.post h2 a:focus {
	color: #F90;
}

.post blockquote {
	background: #2F2F2F;
}

.date {
	color: #828282;
}

.entry a:link,
.comment a:link {
	color: #F90;
}

.entry a:visited,
.comment a:visited {
	color: #F90;
}

.entry a:hover,
.entry a:active,
.entry a:focus,
.comment a:hover,
.comment a:active,
.comment a:focus {
	color: #FFF;
}

.post img {
	border: 5px solid #FFF;
}

.post .number-of-comments a:link,
.post .number-of-comments a:visited,
.paginated-comments-pages a:link,
.paginated-comments-pages a:visited {
	color: #CCC;
}

.post .number-of-comments a:hover,
.post .number-of-comments a:active,
.post .number-of-comments a:focus,
.paginated-comments-pages a:hover {
	color: #F90;
}

#comments h3,
#commentform h3 {
	color: #CCC;
}

.comment {
	border-top: 1px solid #3C3C3C;
}

.highlighted {
	background: #3C3C3C;
	border-top: 1px solid #2F2F2F;
}

.highlighted a:link,
.highlighted a:visited {
	color: #09C;
}

.comment cite {
	color: #CCC;
}

.comment .moderation {
	color: #FFF;
}

#commentform {
	background: #3C3C3C;
}

#commentform a:link,
#commentform a:visited {
	color: #09C;
}

#commentform a:hover,
#commentform a:active,
#commentform a:focus {
	color: #CCC;
}

.pagination {
	color: #F90;
}
.pagination a:link,
.pagination a:visited {
	color: #F90;
}

.pagination a:hover,
.pagination a:active,
.pagination a:focus {
	color: #FFF;
}

#sidebar {
	color: #828282;
}

#sidebar a:link,
#sidebar a:visited {
	color: #C4C4C4;
}

#sidebar a:hover,
#sidebar a:active,
#sidebar a:focus {
	color: #F90;
}

#sidebar #sb-2 a:link,
#sidebar #sb-2 a:visited {
	color: #C4C4C4;
}

#sidebar #sb-2 a:hover,
#sidebar #sb-2 a:active,
#sidebar #sb-2 a:focus {
	color: #F90;
}

#footer {
	border-top: 1px solid #3C3C3C;
	color: #828282;
}

#footer a:link,
#footer a:visited {
	color: #09C;
}

#footer a:hover,
#footer a:active,
#footer a:focus {
	color: #FFF;
}







/* forms.css */

.input-text,
textarea {
	border: none;
	font-size: 1em;
	padding: .3em;
}

label {
	font-size: 1em;
	margin: 0 .5em;
}

#search-form label {
	position: absolute;
	top: -99999px;
}

p.input-submit {
	text-align: right;
}

#commentform input {
	width: 43%;
}

#commentform textarea {
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	width: 98.4%;
	width: 522px;
}

#commentform #submit-comment {
	padding: .3em;
	width: auto;
}

#search-form #submit {
	padding: 1px 13px;
	margin: 0 0 0 5px;
}





/*
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; margin-top: .1em;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */