/*
Theme Name: vSlider
Theme URI: http://irui.ac/cool-stuff/vslider2
Description: vSlider 2.0 Theme - created for <a href="http://iRui.ac/">iRui.ac</a>
Version: 2.0
Author: Rui Pereira
Author URI: http://iRui.ac

	vSlider v2.0
	http://iRui.ac

	The CSS, XHTML and design is licensed under a Creative Commons License
	http://creativecommons.org/licenses/by/2.5/
*/


@import "style_header.css";
@import "style_page.css";
@import "style_content.css";
@import "style_sidebar.css";
@import "style_post.css";
@import "style_comment.css";
@import "style_footer.css";
@import "style_slidebox.css";
@import "style_weather.css";
@import "style_plugins.css";


/***************/
/* Typography  */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #333;
	text-align: center;
}

table, tr, td {
	font-size:1em;	
};


small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0px;
	color: #777;
}
	
	
h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
	

h2 {
	font: 1.6em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

h3 {
	font-size: 1.3em;
}


h2.pagetitle {
	font-size: 1.6em;
}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

blockquote, strike {
	color: #777;
}

code {
	font: 1.2em "Courier New", Courier, mono;
}


acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

/* End of Typography */
/*********************/


/*******************/
/* Begin Structure */

body {
	margin: 0;
	padding: 0;
}


h2 {
	margin: 0px;
}

h2.pagetitle {
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	font-family: Georgia, "Times New Roman", Times, serif;
}


p img {
	padding: 0;
	max-width: 100%;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}



.alignright {
	float: right;
}

.alignleft {
	float: left
}

.alignleft a, .alignright a {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}


a {
	color: #0A5692;
}

a img {
	border: none;
}

blockquote {
	margin: 15px 10px 15px 10px;
	padding-left: 22px;
	background: url("images/quote_open.gif") no-repeat top left;
	
}

.blockquote-inner {
	padding-right: 22px;
	background: url("images/quote_close.gif") no-repeat bottom right;
}

.invisible {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: 10000;
	background-color: #FFFFFF;
}

/* End Structure */
/*****************/