/*
Theme Name: Mystic Fire
Theme URI: http://perfectly-random.com/wordpress/index.php?preview_theme=mystic-fire
Description: A beautiful WP theme, coded by Rui Figueiredo.
Version: 1.0
Author: Rui Figueiredo
Author URI: http://www.perfectly-random.com
*/


/* standard elements */
html {
	height: 100%;
	width: 100%;
}

* {	margin: 0; padding: 0; }

a {color: #9ca078;}
a:hover {color: #9ca078;}

body {
	background: #262626;
	color: #4d4f53;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

img { border: none 0px; padding: 1px 2px 1px 2px; }

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}


/* misc */
.clearer {clear: both;}
.left {float: left;}
.center {text-align: center;}
.right {float: right;}


/* structure */
.main {
	width: 100%;
	margin: 0 auto;
}

.container {
	background: url(images/container-bg.gif) repeat-y;
	font-size: 1.1em;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 10px;
}


/* header */
.top {
	background: #dcdfc4 url(images/header.jpg) no-repeat center;
	width: 100%;
	height: 108px;
	margin: 0 auto;
	border-bottom: 1px solid #f5ffa4;
}

.header {
	color: #000;
	margin: 0 auto;
	float: left;
	width: 100%;
	text-align: center;
}

.header .titulo {
	font-size: 1.2em;
	color: #000;
	height: 50px;
	margin: 0 auto;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 2px;

}

.titulo h1 {padding-top: 20px; font: bold 2.2em "Trebuchet MS",Verdana,sans-serif;}
.titulo a, .header a:hover {color: #1d1d19; text-decoration: none;}
.motto h2 { padding-top: 37px; padding-left: 65px; font: normal 1.3em "Trebuchet MS",sans-serif;}


/* navigation */
#header_menu {
	width:100%;
	height:40px;
	margin: 0 auto;
}


#nav {
	width:1050px;
	height:29px;
	list-style:none;
	margin: 0 auto;
	padding: 0px;
}
#nav li {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom:0px;
}
#nav .page_item a{
	background:url(images/nav.gif) no-repeat top;
	width:116px;
	height:29px;
	text-align: center;
	color: #383e09;
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
	display: block;
	line-height: 34px;
}
#nav .page_item a:hover {
	background:url(images/nav-hover.gif) no-repeat top;
	text-decoration: none;
	color: #c4c8a7;
}

/* right navigation */
.rightnav {
	float: right;
	width: 180px;
	margin: 0 20px 0 0;
}

.rightnav h2 {
	background: url(images/h2-arrow.gif) no-repeat;
	color: #bac757;
	font-size: 1.2em;
	width: 177px;
	padding: 0 0 0 14px;
}

.rightnav .bottom ul{
	background: url(images/sb-bottom.gif) no-repeat bottom;
	width: 140px;
	padding-bottom: 10px;	
	margin-bottom: 5px;
}



.rightnav .special li a{
	background: #2a2b27 url(images/sb-arrow.gif) no-repeat;
	font-size: 1em;
	color: #e2e5cb;
	margin-top: 4px;
	padding: 5px 0 5px 22px;
	text-decoration: none;
	width: 155px;
}


.rightnav .special li a:hover { color: #e2e5cb; text-decoration: underline; }

.rightnav .special2 li {
	background: #2a2b27 url(images/sb-arrow.gif) no-repeat;
	font-size: 1em;
	color: #e2e5cb;
	margin-top: 4px;
	padding: 5px 0 5px 22px;
	text-decoration: none;
	width: 155px;
}


.rightnav a {
	font-size: 1em;
	color: #e2e5cb;
	display: block;
	margin: 0 auto;
	width: 80%;
}

.rightnav li a:hover { color: #e2e5cb; text-decoration: underline; }


/* content */
.content {
	float: left;
	margin: 15px 0 0 3px;
	width: 415px;
}

.content-top {
	background: url(images/content-top.gif) no-repeat;
	float: left;
	width: 100%;
	height: 1px;
}

.content-bottom {
	background: url(images/content-bottom.gif) no-repeat;
	float: left;
	width: 215px;
	height: 36px;
}

.post {
	background: url(images/post.jpg) no-repeat;
	color: #e2e5cb;
	width: 556px;
	float: left;
	margin-top: 10px;
	padding: 20px 10px 0 10px;
}

.top-post {
	background: url(images/post-line.gif) no-repeat bottom left;
	float:left;
	width: 610px;
	margin-left: 70px;
	height: 52px;
	margin-top: 0px;
}

.topp-post {
	background: url(images/post-line.gif) no-repeat bottom left;
	float:left;
	width: 400px;
	margin-left: 60px;
	height: 17px;
	margin-top: 0px;
	
}

.post h3 { color: #1c674c; font: bold 1.2em Arial,sans-serif; }

.post .box {
	clear: both;
	background: url(images/post-bg.gif) repeat-y center;
	width: 1025px;
	padding-top: 10px;
	padding-left: 20px;	
}

.post .text { width: 96%; color: #e2e5cb; padding: 8px; text-align: left; }
.post .textcomm { width: 100%; color: #444; padding-top: 2px; margin-bottom: 15px; border-bottom: 3px solid #c7c7c7; }
.post .text a { color: #1c674c; }
.post .text a:hover { color: #203866; text-decoration: none; }

.comm-area { color: #203866; }


.nav { display: block; color: #719474; width: 500px; float: left; margin: 10px 10px 0 20px; }
.nav h1, .nav h2 { color: #719474; font: bold 1.2em Arial,sans-serif; }
.nav a { color: #bac757; font: bold 1.2em Arial,sans-serif; }
.nav a:hover { text-decoration: none; }
.alignright { float: right; }
.alignleft { float: left; }

.title { float: left; }

.title h1 { color: #bac757; font: bold 1.5em Arial,Tahoma,sans-serif; margin: 2px 0 0 2px; }
.title h2 { color: #031219; font: bold 1.4em "Trebuchet MS",Arial,sans-serif; padding-bottom: 6px; }
.title a { color: #bac757; text-decoration: none; }

.nofound { color: #203866; font: bold 1.4em "Trebuchet MS",Arial,sans-serif; }

.content .descr {
	color: #9ca078;
	font-size: 1em;
	float: left;
	width: 500px;
	margin: 3px 0 0 3px;
}

.content .user {
	background: url(images/user.gif) no-repeat;
	float: left;
	width: 135px;
	height: 18px;
	padding-left: 15px;
}
.content .data {
	background: url(images/data.gif) no-repeat;
	float: left;
	padding-left: 19px;
	width: 200px;
	height: 16px;
}
.content .comentar {
	background: url(images/comentar.gif) no-repeat;
	float: left;
	width: 468px;
	height: 16px;
	padding-left: 18px;
}

.content .day {
	float: right;
	color: #FFF;
	font: bold 1.6em "Trebuchet MS",Arial,sans-serif;
	padding: 14px 17px 0 0;
	text-align: center;
}


.content li { list-style: url(img/li.gif); margin-left: 18px; }

.comments {
	background: url(images/post-rss.jpg) no-repeat;
	width: 500px;
	height: 35px;
	float: left;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 5px;
	padding: 8px 0 15px 8px;
	text-align: left;
}

.comment {
	width: 500px;
	float: left;
	color: #646464;
	font-size: 1em;
	margin-bottom: 5px;
	padding-top: 0px;
	text-align: center;
}

.content .comm-date {
	width: 400px;
	float: left;
	color: #646464;
	font-size: 1em;
}

.txt {
	width: 490px;
	color: #e2e5cb;
	padding: 8px;
	float: left;
	text-align: left;
}

.txt2 {
	width: 400px;
	height: 5px;
	margin-left: 14px;
	float: left;
}

.comment a, .comments a { color: #FFF; text-decoration: underline; }
.txt2 a { color: #687e62; text-decoration: underline; }
.comment a:hover, .comments a:hover { text-decoration: underline; }
.comauthor a { color: #719474; text-decoration: none; }
.comauthor h3 { color: #719474; text-decoration: none; }



.info {
	color: #719474;
	font-size: 1em;
	width: 512px;
	padding-top: 5px;
	text-align: center;
}

.info a { color: #719474; }
.info a:hover { text-decoration: none; }

.search {
	text-align: left;
}

.search-box {
	background: url(images/search.gif) no-repeat;
	font-size: 1em;
	color: #262626;
	margin: 2px 0 0 0;
	padding: 0 0 5px 0;
	text-decoration: none;
	width: 185px;
	height: 28px;
}
.som {
	width: 140px;
	height: 26px;
	float: left;
	padding-top: 5px;
}
.som2 {
	width: 28px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.search form, .search form input{
	color: #262626;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	background-color: transparent;
}
.search form .comeon{
	float: left;
	width: 250px;
	height: 22px;
	overflow: hidden;
	padding: 3px 0 0 0;
}


/* Snap (alphabetic order) /

ol.snap_nav {
	display: inline;
	float: left;
	clear: both;
	list-style: none;
}

ol.snap_nav li {
	display: block;
	float: left;
	padding: 0 2px 10px 0;
}

ol.snap_nav li a {
	font-weight: bold
}

ol.snap_nav li.snap_selected a {
	cursor: text;
}

ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}

/* feedstats */
#feeds_button {
	width:74px;
	height:14px;
	text-align: left;
	font-size: 11px;
	padding-left: 6px;
	padding-top:1px;
	padding-bottom: 0px;
	color: #fff;
	background: url(wp-content/plugins/wp-feedstats/wp-feedstats.gif) no-repeat;
	margin-bottom: 2px;
}

/* footer */
.footer {
	background: url(images/footer.jpg) no-repeat;
	width: 790px;
	height: 77px;
	margin: 0 auto;
}

.text {
	width: 790px;
	color: #FFF;
	font: normal 1.1em Arial,sans-serif;
	padding: 40px 0 0 0;
	text-align: center;
}

.footer a,.footer a:hover {color: #adba4e; text-decoration: none;}

