/*
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.1
Author: Rui Pereira
Author URI: http://iRui.ac

	vSlider v3.1
	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:  Arial, Helvetica, sans-serif, Verdana;
	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: 80%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif, Verdana;
	text-align: center;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font: 1.6em Arial, Helvetica, sans-serif, Verdana;
	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: Arial, Helvetica, sans-serif, Verdana, Georgia;
	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 */
/*********************/


/*********************/
/* PHPLIST CSS Document */

.phplist fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}
.phplist label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 55px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
.phplist {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% Arial, Helvetica, sans-serif, Verdana, Georgia;
  margin: 0;
  padding: 0;
/*  min-width: 500px;
  max-width: 700px;
  width: 660px; */
}
/* Use to style multiple lists */
.phplist .list {
	list-style-type: none;
}
/* Caption for multiple lists */
.phplist .caption {

}
.phplist fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}
.phplist input, .phplist textarea, .phplist select{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 13px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.phplist input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

.phplist textarea{ overflow: auto; }

.phplist small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

/* .phplist .required{
	font-weight:bold; 
	color:red;
} 

.phplist .requiredOutline {
	border: 1px solid #ff0000;
}
*/

/* uses class instead of div, more efficient */
.phplist br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/* End Contact Form CSS */
/*********************/

.dnlv2010 {
	display: block;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}