/*
Theme Name: Arthur Cesar Default
Theme URI: http://wordpress.org/
Description: Design by Arthur Cesar, Development: <a href="http://www.henrymax.com">Henry Max</a>
Version: 1.0
Author: Henry Max
Author URI: http://henrymax.com
Tags: blue, custom header, fixed width, two columns, widgets

*/
@import url(rtl.css);


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

/*
.entry p a:visited {
	color: #bbb;
}
*/

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 12px;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #0084B4;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
a:visited {
	color:#6A9CC5
}	


/* End Typography & Colors */



/* Begin Structure */
body {
	font-size: 13px; /* Resets 1em to 10px */
	font-family: arial;
	text-align:center;
	margin:0;
	padding:0;
}


.clear {
	clear: both;
}


#page {
	background: #FFF url(images/topo-logo.jpg) no-repeat left top;
	width: 1000px;
	text-align:left;
	margin:90px auto 0;
	padding:0;	
}

#header {
	margin:0;
	padding:0;
	width:750px;
	height:100px;
	position:relative;
}

#header h1 {
	margin:0;
	padding:0;
}
#header h1 a {
	display:block;
	width:500px;
	height:70px;
	position:absolute;
	top:30px;
	left:60px;
	text-indent:-10000px;
	outline:none;
}

#barlinks {
	padding:10px 0;
}

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

#barlinks li {
	float:right;
}

#barlinks li.rss a {
	display:block;
	width:26px;
	height:26px;
	text-indent:-10000px;
	background:url(images/rss.png);
	outline:none;
}

#leftbar {
	float:left;
	width:750px;	
}
.narrowcolumn, .widecolumn {
	float:left;
	padding:0;
	margin:0;
	width:650px;
	_width:750px;	
	padding-left:100px;
}

#sidebar { /* Begin Sidebar */ 
	width:180px;
	_width:250px;	
	padding:0 35px;
	float:left;
	font-size:11px;
	line-height:15px;
}

#sidebar form {
	margin: 0;
}


#footer {
	margin:50px 0 0 0;
	padding:0;
	clear: both;
	text-align:center;
	background:#E7E7E7;
	height:230px;	
}

#footer .content {
	text-align: left;
	margin: 0 auto;
	padding:90px 0 0 100px;
	width:900px;
	_width:1000px;	
	height:50px;
	background: url(images/logo-rodape.png) no-repeat 20px 98px;
	font-size:11px;
	line-height:15px;
	position:relative;
}

#footer .content a {
	color:#000;
	text-decoration:underline;
}

#footer .content #dev {
	position:absolute;
	top:105px;
	right:10px;
}

#footer .content #dev a {
	text-decoration:none;
}


/* SIDEBAR*/
#sidebar h3 {
	text-indent:-10000px;
	height:15px;
	margin-bottom:10px;
	position:relative;
	margin-left:-10px;
}

#sidebar h3 a {
	display:block;
	height:15px;
	width:100%;
	outline:none;
}

#find-me h3 {
	background: url(images/title-findme.png) no-repeat left top;
}
#about-me h3 {
	background: url(images/title-aboutme.png) no-repeat left top;
}
#my-twitter h3 {
	background: url(images/title-mytwitter.png) no-repeat left top;
}	
#my-work h3 {
	background: url(images/title-mywork.png) no-repeat left top;
}

#find-me .links {
	list-style:none;
	margin:0;
	padding:0;		
}

#find-me .links li  {
	width:180px;
	display:block;
	height:17px;
	margin-bottom:5px;
}

#find-me .links li img {
	float:left;
	margin-right:7px;
}

#find-me .links li a {
	color:#000;
}

#about-me {
	font-size:12px;
}

#my-twitter #tweetlist {
	margin:0;
	padding:0;
	list-style:none;
}

#my-twitter #tweetlist li {
	margin-bottom:15px;
}

/* Begin Form Elements */
#form-search {
	position:relative;
	margin-left:-10px;
	margin:0;
	padding:60px 0 0 0;
	margin-left:-10px;
}

#sidebar #form-search #s {
	width: 93px;
	_width: 140px;	
	padding: 4px 2px 6px 55px;
	background:url(images/label-search.png) no-repeat left bottom;
	border:0 solid;
	color:#333;
	font-size:12px;
	font-style:italic
}

#sidebar #searchsubmit {
	padding: 1px;
}




/* POSTS */
.hentry {
	background:	#E7E7E7;
	line-height:21px;
	margin-bottom:20px;
}

.hentry h2 {
	margin:0 0 10px;
	font-size:22px;
}

.hentry h2 a { color:#000 }
.hentry h2 a:hover { text-decoration:underline; }

.hentry .entry {
	padding:20px;
	font-size:13px;
}

.hentry .linkcomments,
.hentry .linkcomments a {
	color:#666;
}

.hentry .postmetadata {
	margin:0;
	padding:0;
	clear:both;
}

#content.searchresult h2 {
	margin:0;
	padding:0;
}

#content.searchresult .hentry {
	padding:15px;
	margin:0 0 15px 0;
}

#content.searchresult .hentry h3 {
	padding:0;
	margin:0;
}

#content.searchresult .hentry h3 a {
	color:#000;
}
#content.searchresult .hentry h3 a:hover { text-decoration:underline }

/*	Begin Headers */

h2.pagetitle {
	margin:20px 20px 10px;
	font-size:22px;	
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;

}
/* End Headers */



/* 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;
	}
	*/
/* End Images */



/* Begin Lists





.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
/* End Various Tags & Classes*/



/* Captions */
.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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
