/*  
Theme Name: asmereirTheme
Theme URI: http://www.asmereir.com
Description: This is a custom asmereir theme.
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/

*/


/*
#name es para id
.name es para class
margin: 0(top) auto(left) 0(bottom) auto(right)
*/

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background: #000000 url(images/bgpat.jpg) center center;
	color: #B3FB01;
}

a:link, a:visited{
	text-decoration: underline;
	color: #91CF02;
}

a:hover{
	text-decoration: none;
	color: #FFF;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: center;
	color: #000000;
}

#header{
	float: left;
	width: 748px;
	text-align: center;
	background: #91CF02;
	color: #B3FB01;
	border-top: 1px none #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;	
}

/*
wrapperS and headerS are for single pages
*/

#wrapperS{
	margin: 0 auto 0 auto;
	width: 1068px;
	text-align: center;
	color: #FFFFFF;
}

#headerS{
	float: left;
	width: 748px;
	text-align: center;
	background: #91CF02;
	color: #B3FB01;
	border-top: 1px none #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;	
}

#container{
	float: left;
	width: 518px;
	text-align: left;
	background: #000000;
	color: #1C8CFD;
	padding: 10px;
	border-top: 1px none #336600;
	border-right: 1px solid #336600;
	border-bottom: 1px solid #336600;
	border-left: 1px solid #336600;
}

#containerPage{
	float: left;
	width: 728px;
	text-align: left;
	background: #000000;
	color: #1C8CFD;
	padding: 10px;
	border-top: 1px none #336600;
	border-right: 1px solid #336600;
	border-bottom: 1px solid #336600;
	border-left: 1px solid #336600;
}

.bot_thing{
	background: #000000;
	width: 748px;
	float: center;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/*
regular sidebar stuff
*/

.sidebar{
	float: left;
	width: 208px;
	background: #000000;
	color: #1C8CFD;
	margin: 0 0 0 0;
	display: inline;
	text-align: left;
	border-top: 1px none #336600;
	border-right: 1px solid #336600;
	border-bottom: 1px solid #336600;
	border-left: 0px solid #336600;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}




table#wp-calendar{
	width: 100%;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer{
	clear: both;
	float: left;
	width: 750px;
	padding: 10px 0 0 0;
}

#footer p{
	line-height: 18px;
	text-align: center;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

.blackbg{
	background-color:#999999;
}

/* Captions */
.caption {
color: #999999;
text-align: left;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}