/*
Theme Name: Flower Lust
Description: A simple but exotic theme by <a href="http://www.arlain.net">Arlain</a>
Version: 0.4
Author: Carolina Canchila
Author URI: http://www.arlain.net/
Tags: fixed-width, two-columns, yellow, fixed-width, right-sidebar 
*/

* {
 padding:0;
 margin:0;
}

/* ----------- WordPress Basics ----------- */

.aligncenter { 
	margin-left: auto; 
	margin-right: auto; 
}
.alignleft { 
	float: left; 
	margin: 5px 15px 10px 0; 
}
.alignright { 
	float: right; 
	margin: 5px 0 10px 15px; 
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #CCC;
   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;
   color:#333;
}
.acronym, abbr {
	border-bottom: 1px dotted #5B1E00;
}
acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: 10px;
}
code {
	font-size: 1em;
	font-style: italic;
}
blockquote {
	margin: 10px 15px 5px 35px;
	padding: 0 0 0 25px;
	background: #595959;
	font-size: 0.8em;	
	}
cite {
	font-size: 0.8em;
	font-style: normal;
}
br {
	padding: 0;
	margin: 0;
}
pre, code {
	width: 100%;
	overflow: auto;
	font-size: 1em;
}

/* ----------- Links ----------- */

a {
	color:#fc0;
	text-decoration:none;
}
a:hover {
	color:#fff;
}
a img {
	border: none;
}

/* ----------- Basics ----------- */

body{
	background:#666 url(images/background.png) repeat-x;
	font-family: "Trebuchet MS";
	color:#fff;
	font-size:70.5%;
}
#container{
	pading:0;
	margin:0;
	background:url(images/cont_back.png) repeat-y;
	width:980px;
	margin:0 auto;
	text-align:center;
}

/* ----------- Header ----------- */

#header{
	background:url(images/header.png) no-repeat;
	width:980px;
	height:220px;
}
#header h1{
	text-align:right;
	color:#595959;
	font-size:2.8em;
	padding:70px 35px 0 0;
}
#header a{
	color:#595959;
	text-decoration:none;
}
#header a:hover {
	color:#CCCCCC;
}
.description{
	text-align:right;
	color:#595959;
	font-size:1.4em;
	padding:0 35px 0 0;
}

/* ----------- Menu ----------- */

#navigation {
	margin:0;
	padding:0;
	list-style:none;
	padding:50px 10px 0 0;
	float:right;
}
#navigation li {
	margin:0;
	padding:0;
	float:left;
	background: url(images/dot.gif) no-repeat 0px 8px;
}
#navigation li a {
	display:block;
	padding:0 18px;
	text-decoration:none;
	font-size:18px;
	font-weight: bold;
	color:#FFF;
	text-align: center;
}
#navigation li a:hover {
	color:#FFCC00;
}
.img_rss{
	float:right;
	position: relative;
	top:38px; 
	right:11px;
}

/* ----------- Content ----------- */

#content{
	width:650px;
	float:left;
	text-align:left;
	padding:0 5px 0 45px;
}
#post{
	margin:10px 0 0 0;
	background:url(images/post_top.png) no-repeat right top;
}
#post p{
	margin:10px 0 0 0;
}
#post_title h2{
	font-size:1.8em;
	text-align:right;
	padding:0 110px 0 0;
}
#post_title p{
	margin:0;
}
.end_post{
	background:url(images/line.png) no-repeat;
	padding:15px 0 0 0;
}
.autor{
	font-size:1.3em;
	text-align:right;
	padding:0 110px 0 0;
}
.info{
	text-align:right;
	padding:0 110px 25px 0;
}
.postmetadata{
	background:url(images/tags.png) no-repeat;
	padding:5px 5px 5px 45px;
	margin:15px 0;
}

/* ----------- Sidebar ----------- */

#sidebar{
	margin:0 20px 0 0;
	width:226px;
	float:right;
	text-align:left;
}
#sidebar h3{
	margin:10px 0 0 0;
	padding: 8px 0 0 45px;
	height:30px;
	font-size: 1.7em;
	font-weight:bold;
	background:url(images/titles.png) no-repeat;
}
#sidebar li{
	padding:1px 0 0 45px;
	background: url(images/dot_side.png) no-repeat;
	list-style:none;
	background-position: 25px 2px;
}
#block{
	width:150px;
	text-align:left;
}

/* ----------- Calendar ----------- */

#calendar_wrap a {
 }
#calendar_wrap .pad { 
	background: none; 
}
#calendar_wrap #prev {
	text-align:left; 
	background: none; 
}
#calendar_wrap #next { 
	text-align:right;
	background: none; 
}
#calendar_wrap table { 
	width: 90%; 
	margin: 0;
}
#calendar_wrap table th { 
	width: 14.2%; 
}
#calendar_wrap table td { 
	width: 14.2%; 
	background: #767676; 
	text-align: center; 
}

/* ----------- Search ----------- */

#search{
	border:1px solid #666666;
	background:#595959;
}
#searchform{
	padding:0;
	margin:5px;
}
#searchform #s{
	padding:2px;
	border:1px solid #333;
	color:#fff;
	background:#767676;
}
input{
	padding:0;
	border:1px solid #333;
	color:#fff;
	background:#767676;
	margin:2px 0;
}
textarea{
	width:570px;
	padding:0;
	border:1px solid #333;
	color:#fff;
	background:#767676;
}

/* ----------- Navigations ----------- */

.navigation{
	background:url(images/navigation.png) no-repeat;
	height:35px;
	font-size:1em;
	padding:3px 0 0 15px;
	margin:10px 0;
}
.navigation_single{
	height:40px;
	background:url(images/nav_single.png) no-repeat;
}
.alignleft_single { 
	float: left; 
	margin: 8px 15px 10px 20px; 
}
.alignright_single { 
	float: right; 
	margin: 8px 20px 10px 15px; 
}

/* ----------- Comments ----------- */

.responses{
	background:url(images/responses.png) no-repeat;
	height:35px;
	font-size:1.2em;
	font-weight:bold;
	padding:7px 0 0 15px;
	margin:10px 0;
}
.commentlist{
	background:url(images/comment_back.png) repeat-y;
}
.comments_top{
	background:url(images/comment_top.png) no-repeat;
}
.comments_autor{
	padding:15px 20px 0 25px;
}
.comments_bot{
	background:url(images/comment_bot.png) bottom no-repeat;
	padding:0 25px 15px 15px;
}
.gravatar{
	border:1px solid #333;
	padding:2px;
	margin:15px 25px 0 15px;
	float:left;
	height:40px;
	width:40px;
}
.leave{
	padding:10px 0 0 20px;
	font-weight:bold;
	font-size:1.4em;
}
.form{
	padding:10px 0 0 40px;
}
.xhtml{
	padding:15px 0 0 30px;
}

/* ----------- Form Labels ----------- */

label{
	font-weight:bold;
}
fieldset{
	padding:1.4em;
	margin:0 0 1.5em 0;
	border:1px solid #ccc;
}
legend{
	font-weight:bold;
	font-size:1.2em;
}

/* ----------- Lists ----------- */

ul,ol{
	margin:0 5px 5px 5px;
}
ul{
	list-style-type:disc;
}
ol{
	list-style-type:decimal;
}
dl{
	margin:0 0 5px 0;
}
dl dt{
	font-weight:bold;
}
dd{
	margin-left:5px;
}

/* ----------- Tables ----------- */

table{
	margin-bottom:1.4em;
	width:100%;
}
th{
	font-weight:bold;
	background:#595959;
}
th,td{
	padding:4px 10px 4px 5px;
}
tr.even td{
	background:#c1c1c1;
}
tfoot{
	font-style:italic;
}
caption{
	background:#595959;
}

/* ----------- Footer ----------- */

#footer{
	background:url(images/footer.png) no-repeat;
	height:60px;
	padding:21px 0 0 45px;
	text-align:left;
}

/* ----------- Fixies ----------- */
.clear{
	clear:both;
}