/*
Theme Name: Pilates Active
Theme URI: http://www.pilatesactive.com.br/
Description: Tema para o site Pilates Active.
Author: Carolina Feher da Silva
Version: 1.0
*/

/* Layout básico */

html, body {
	background-color: #141533;
}

#page {
	width: 65em;
	max-width: 100%;
	min-width: 50em;
	margin: 20px auto;
	font-size: 150%;
	line-height: 1.5em;
	background: #fff url("images/cantosupdir.gif") right top no-repeat;
	padding: 0;
	position: relative;
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
}

#pageinner {
	background: transparent url("images/fundologo.gif") left top no-repeat;
}

#header {
	height: 151px;
}

#headerinner {
	padding: 20px 0 0 100px;
}

#nav {
	background: #f01729;
	padding: 0 0 0 2em;
	margin: 0 0 0 89px;
	font-family: "Trebuchet MS", sans-serif;
	height: 29px;
	list-style: none;
}

#nav li {
	float: left;
	display: inline;
}

#nav a {
	color: #fff;
	text-decoration: none;
	padding: 0 0.5em;
	display: block;
	line-height: 29px;
	height: 29px;
	float: left;
}

#nav a:hover {
	background: #f04b59;
}

#footerinner {
	padding: 10px;
}

#footerinner p {
	margin: 0;
}

#footer {
	background: transparent url("images/cantoinfesq.gif") left bottom no-repeat;
	border-top: 1px solid #ccc;
	clear: both;
	font-size: 85%;
	color: #666;
	text-align: center;
}

#footerinner {
	background: transparent url("images/cantoinfdir.gif") right bottom no-repeat;
}

#content.narrowcolumn {
	float: left;
	width: 65%;
	padding: 2px 0px;
}

#sidebar {
	margin-left: 65%;
	background: url("images/sidebar_bottom.jpg") left bottom no-repeat;
}

#sidebarinner {
	padding: 2px 0px 2px 35px;
	background: url("images/sidebar_top.jpg") left top no-repeat;
}

#contentsidebar {
	padding: 0px 20px;
	background: #fff;
}

#sidebar ul {
	list-style: none;
	margin: 0;
}

#sidebar ul ul {
	list-style: square;
	margin: 0 1em 1em 1em;
}

/* Estilos gerais */

h1, h2, h3, h4, h5, h6, p, blockquote, form, table, .navigation {
	margin: 1em 0;
}

h1, h2 {
	font-family: "Lucida Sans", "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
}

h1 {
	font-size: 2em;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0.5em 0;
}

h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0.833em 0;
}

#sidebar h2 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 1em 0;
}

textarea {
	width: 100%;
}

a:link {
	color: #2D3090;
}

a:visited {
	color: #898BC8;
}

a:hover {
	color: #EF1629;
}

.authordate, .postmetadata, small {
	color: #666;
	font-size: 0.8em;
}

.authordate {
	margin-top: -1em;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
	
.alignnone {
	margin: 0 1px 0 0;
}
/* End Images */

.gallery, .clear, .post {
	clear: both;
}

/* Blueprint */

blockquote {margin:1em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1em;font-style:italic;}
del {color:#666;}
pre, code {margin:1em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1em;}
ul, ol {margin:0 1em 1em 1em;}
ul {list-style-type:square;}
ol {list-style-type:decimal;}
dl {margin:0 0 1em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}