/*  
Theme Name: Still No Name
Theme URI: http://demoura.eu/
Description: Vamos ver o que isto dá...
Version: 0.01
Author: Paulo Moura
Author URI: http://www.iliquido.com
	This theme is released under Creative Commons Attribution 2.5 License.
*/

/*structures*/
body {
	margin:0px; 
	padding:0px;
	/*font-size: 62.5%; Resets 1em to 10px */
	background-color:#c4c0be;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:19px;
	font-size:13px;
}

#main {
	background-color:#c4c0be;
	/*background-color:#c84d65;*/
	padding-bottom:30px;
}
#main .container {
	
}

.container {
	width:950px;
	margin:0 auto;
	position:relative;
	/*background-color:#753fda;*/
}
#header {
	background:#e4f2fd url(images/header.jpg) no-repeat;
	/*height: 250px;*/
	position:relative
}

#headerimg {
	position: relative;
	padding: 10px 0px 0px 10px;
	margin: 0px auto;
	height: 60px;
}
#headerimg .description {
	position: absolute;
	bottom: 3px;
	/*color: #555555;  Fica melhor com o cabeçalho como o wp*/
	color:#000;
	font-size: 1.2em;
}
#content {

	
	background-color: #ffffff;
	margin-bottom:20px;
	/*position:relative; 
	Não sei o que irá implicar
	*/
	width:685px;
	float: left;

/*	border-bottom-color: #a3a09e;

	border-bottom-width:1px;
	border-bottom-style:solid;
	border-right-color: #a3a09e;
	border-right-width:1px;
	border-right-style:solid;
	border-left-color: #a3a09e;
	border-left-width:1px;
	border-left-style:solid;*/
	border-bottom: 1px solid #a3a09e;
	border-left: 1px solid #a3a09e;
	border-right: 1px solid #a3a09e;
	
}

/* text and images */
p { 
	margin-bottom: 15px;
	
}

a, a:visited {
	color:#26689f;
	text-decoration:none;
}

a:hover, h2 a:hover, h3 a:hover, h4 a:hover{ 
	text-decoration:none;
	background:#CCCCCC;
 }

h1 a:hover{
	text-decoration:none;
	background:none;
 }
 
h1, h1 a, h1 a:visited, h1 a:hover {
	font-family: Georgia,"Times New Roman",Times,serif;
    font-style: normal;
	font-size: 36px;
	line-height: normal;
    font-weight: normal;
	/*color: #555555;  Fica melhor com o cabeçalho como o wp*/
	color:#000;
	margin:0px;
}

h2, h2 a, h2 a:visited {
	margin:0px 0px 5px 0px;
	font-size:30px;
	font-family:Georgia,Helvetica, Arial, Sans-serif;
	color:#d54e21;
	
	
	line-height:28px;
	/*letter-spacing:1px; 27221f*/
	
}

h3 , h3 a, h3 a:visited {
	margin:10px 0px 5px 0px;
	font-size:18px;
	line-height:23px;
	font-family:Georgia,Helvetica, Arial, Sans-serif;
	color:#27221f;
}
h4 , h4 a, h4 a:visited {
	color:#007de2;
	margin:0px;
}
.big-title {
	font-family: Georgia,"Times New Roman",Times,serif;
    font-style: normal;
	font-size: 46px;
	line-height: normal;
    font-weight: normal;
	color: #d5092d;
	margin:0px;
}
img {
	border:1px solid #b5b5b5;
	background-color:#d2d2d2;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
/*	float:left;*/
	
}

img a:hover{
	text-decoration:none;
	background:none;
}
/*Header menu*/

#menu {
	list-style: none;
	padding-left:10px;
	margin: 150px 0 0 0;
	
/*	background-color: #e4f2fd;*/
	
	border-bottom: 1px solid #a3a09e;

}
#menu li {
	display: inline;
	line-height: 200%;
	list-style: none;
	text-align: center;
	white-space: nowrap;
	/*margin: 0px;
	padding: 0px;*/
}
#menu li a {
	text-decoration: none;
	font-size: 16px;
	padding: 5px 7px;
	line-height: 30px;
	color: #2583ad;

	background-color: #d54e21;
	border-color: #d54e21;
	border-bottom-color: #a3a09e;
	color: #000;
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	border-width: 1px;
	border-style: solid;
	 
}
#menu li a:hover {
background-color: #CCCCCC;
	border-color: #a3a09e;
	border-bottom-color: #a3a09e;
	color: #d54e21;

}
#menu li.current_page_item a,
#menu li.current_page_item a:hover {
	background-color: #fff;
	border-color: #a3a09e;
	border-bottom-color: #fff;
	color: #d54e21;
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	border-width: 1px;
	border-style: solid;
	border-bottom-width: 2px;	
}

/* posts */

.post { 
	display:block; 
/*	border:1px solid #fff;*/
	background-color:#FFFFFF;
	padding:20px;
	overflow:auto;
	
}
.entry {

}
.post-content{
	clear: both;
	padding-top: 10px;
}
.post-author{

	background: url(images/page_text.gif) no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	}

.post-calendar {
	background: url(images/calendar.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-info ,.separator{
border-top: 1px solid #e3e3e3;
}
.post-cat {
	background: url(images/folder.gif) no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 95%;
}
.post-comments{
	background: url(images/comment.gif) no-repeat left bottom;
	padding-left: 20px;
	float: right;
}
/*end of posts*/

/* navigation do older posts*/
.navigation {

	clear: both;

	padding: 10px;
	margin:10px;

}

.navigation a, .navigation a:visited {

	color: #59770e;

}

.previous-entries a , .previous-entries a :hover{

	float: left;
	padding-left: 18px;
	background: url(images/arrow_left.gif) no-repeat left center;

}

.next-entries a ,.next-entries a:hover{

	float: right;

	padding-right: 18px;

	background: url(images/arrow_right.gif) no-repeat right center;

}
/* end of navigation do older posts*/

/* Sidebar */

#sidebar {
	float:right;
	width:261px;
	position:relative;
	/*left:-1px;*/
	background-color:#e2dddc;
	border:1px solid #ffffff;
	margin-bottom:20px;
	/*border:1px solid #a3a09e;*/
}
.sidebar_content {
	display:block; 
	/*border:1px solid #ffffff;*/
	padding:10px;
	overflow:auto;
	
}

#sidebar  img{
	padding:0px;
	margin:0px
}
#sidebar h2 {
/*font-family: Georgia,"Times New Roman",Times,serif;
    font-style: normal;
	
    font-weight: normal;
	color: #d5092d;*/
	font-size:20px;
	line-height:23px;
}
#sidebar ul { 
	margin:10px 0px 30px 0px; 
	padding:5px; 
}
#sidebar ul li { 
	list-style:none; 
	margin:0px 0px 5px 0px; 
	padding-left:10px; 
}
#sidebar ul li a { 
	color:#7f7d78;
}
#sidebar ul li a:hover { 
	color:#0172dd; 
	text-decoration:none; 
}

#sidebar_rss ul, {
	margin:0px 0px 20px 0px; 
	padding:5px; 
	display:block;

}
#sidebar_rss ul li {
	margin:0px;
	padding:0px;
	overflow:hidden;
}
#sidebar_rss a img, #sidebar_rss a  {
    text-decoration:none;
	background:none;
	border:none;
	float:left
}
#sidebar_rss h4 a{
margin-left:5px;
padding-top:4px;
}
/* fim de sidebar  */

/*comments*/
/* comments area */

#comments, #respond {
	/*border-bottom: 1px dotted #4395BC;*/
	padding: 20px 0 20px 0;
	clear: both;

}

h3#comments, h3#respond {
	font-size:30px;
    line-height:28px;
	letter-spacing:-1px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;

}

.commentlist li{
	padding: 10px;
	padding-bottom: 0px;
}

.commentlist .alt {
	background: #f6f5f1;
	border:1px solid #e3e3e3;

}
.commentlist .par {
	background: #e9e7e0;
	border:1px solid #e3e3e3;

}
.commentlist img{
	border:none;
	padding:0px;
	margin:0px;
	background:none;
}

.comment-author, .comment-author a {
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	font-size: 110%;
}
.comment-author a:hover  {
	text-decoration: none;
}

.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}

#commentform {
	margin-top: 10px;
	margin-left:20px;
	padding-left:10px;
	font: 110% Arial, Helvetica, sans-serif;
	border:1px solid #e3e3e3;
}

#commentform p {
	padding: 6px 0px;
	margin: 0px;
}

#commentform label{

	color: #26689f;
	font-size: 87%;

}

#commentform input{
	width: 200px;
	background: #e9e7e0;
	border:1px solid #e3e3e3;
	padding: 3px;
	margin-top: 3px;

}

#commentform textarea{

	width: 485px;
	height: 115px;
	background: #e9e7e0;
	border:1px solid #e3e3e3;
	padding: 2px;
	margin-top: 3px;

}

#commentform textarea:focus, #commentform input[type="text"]:focus {

	background: #f6f5f1;

}

#commentform #submit{

	
	border: 1px solid #26689f;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #26689f;
	/*float:right;*/
	width: 144px;
	height: 28px;
	cursor: pointer;

}
/*fim de comments*/



/* footer */
#footer {
	clear: both;
	background: #000000;
	border-top: 5px solid #a3a09e;
	padding-bottom: 20px;
	
}
#footer .container{
	font-size: 13px;
}
#footer h4 {
	color: #e2dddc;
	text-transform: uppercase;
	font-size: 10px;
	margin-top:20px;
	margin-bottom:20px;
}
.footer-recent-posts {
	width:325px;
	float: left;

}

.footer-recent-comments {
	width:445px;
	float: left;

}
 .footer-meta {
	float:right;
	width:170px;
	
}

.footer-recent-posts ul li, .footer-recent-posts ul, .footer-recent-comments  ul li, .footer-recent-comments  ul, .footer-meta ul li, .footer-meta ul{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-bottom:3px;
}
.footer-recent-posts small, .footer-recent-comments  ul li{
	color:#a3a09e;
	
}
.footer-recent-posts-data {
	font-size:10px;
	color:#a3a09e;
	margin-top:-6px;
	
	
}
.footer-meta ul li.rss {
    background: url(images/rss.gif) no-repeat left 2px;
	padding-left:20px;
}

/*
#footer .container {
background-color:#000000;
}
*/

#credits {
	clear:both;
	background-color:#000;
	padding:20px;
	margin: 0px auto;
	color: #a3a09e;
	font-size: 80%;
	line-height: 120%;
	text-align: center;
	}
	
