/*
Theme Name: vSlider
Theme URI: http://irui.ac/cool-stuff/vslider3
Description: vSlider 3 Theme - created for <a href="http://iRui.ac/">iRui.ac</a>
Version: 3.2
Author: Rui Pereira
Author URI: http://iRui.ac

	vSlider v3.2
	http://iRui.ac

	The CSS, XHTML and design is licensed under a Creative Commons License
	http://creativecommons.org/licenses/by/2.5/
*/

@import "styles/style_header.css";
@import "styles/style_page.css";
@import "styles/style_content.css";
@import "styles/style_post.css";
@import "styles/style_comment.css";
@import "styles/style_sidebar.css";
@import "styles/style_footer.css";
@import "styles/style_slidebox.css";
@import "styles/style_weather.css";
@import "styles/style_plugins.css";
@import "styles/style_wpg2.css";
@import "styles/style_widgets.css";


/*******************/
/* Begin Structure */

body {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0px;
}

p img {
	padding: 0;
}

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
}

.center {
	text-align: center;
}

.alignleft a, .alignright a {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
}

hr {
	display: none;
}

a img {
	border: none;
}

blockquote {
	margin: 15px 10px 15px 10px;
	padding-left: 22px;
}

.blockquote-inner {
	padding-right: 22px;
}

blockquote cite {
	margin: 5px 0;
	display: block;
}

/* End Structure */
/*****************/


/***************/
/* Typography  */


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font: 1.6em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

h2, h2 a, h2 a:visited {
}

h2 a:hover {
}

h2, h2 a, h2 a:hover, h2 a:visited {
	text-decoration: none;
}

small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0px;
}

blockquote, strike {
}

code {
	font: 1.2em "Courier New", Courier, mono;
}


acronym, abbr, span.caps
{
	letter-spacing: .07em;
}

/* End of Typography */
/*********************/
