/*
	Theme Name: DeRose 2009
	Theme URI: http://www.metododerose.org/
	Description: Esse foi o primeiro tema do blog do DeRose, iniciado por Miguel Castro com atualizações de <a href="http://danielcambria.com/">Daniel Cambría</a>.
	Version: 1.2
	Author: Office
	Author URI: http://www.metododerose.org/
	Tags: derose, cambria, two columns, widget ready
*/

/***** general *****/
/** fontes antigas	font-family: Verdana, Arial, Helvetica, Sans-Serif; **/ 
body {
	background:url("images/flor-de-lis_bg-tile.png") repeat scroll 0 0 transparent;
	color:#000000;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:12px;
	margin:0 auto;
}
img {
	border:0px;
	padding:0px;
	max-width: 100%; /* not working in IE6*/
	/*height: auto;*/ /* you can enable this.*/
}
a {color:#003399;text-decoration: none;}
a:hover {color: #003300;text-decoration: none;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {margin: 0px 0px 18px 0px;}
hr {height:1px;border:none;border-top:1px dashed #FFFF00; width:90%;}
del {color:red;}
ins {color:green;}
blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 10px;
	margin: 20px 20px 10px 20px;
	border-left: 2px solid #73943B;
}
input,select,textarea {
	font-size:12px;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
	display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:29px;}
/***** layout *****/
#base {
	background:url("images/repeater.jpg") repeat-y scroll center center transparent;
	width:888px;
	margin: 0 auto;
}

#base2{
	width:888px;
	background: url(images/footer.gif) no-repeat center bottom;
}
#header{
	position:relative;
	margin-top:0px; /** ajustar para 35 **/
	width: 888px;
	height: 334px;
	background:url('images/header.jpg') no-repeat center;
}
#container{
	position:relative;
	width:888px;
	overflow:hidden;
	background:url('images/container_bg.jpg') no-repeat 0 0;
}

#content{ /*width=698px*/
	float:left;
	display:inline; 
	overflow:hidden; /*when ie6, image's with is > content width, hidden*/
	width:658px;
	min-height:614px; /*ie6 not support*/
	margin-bottom:40px;
	padding: 0px 15px 0px 20px;
	background:url('images/content_bg.gif') no-repeat 0px 0px;
}
#sidebar{ /*width=190px*/
	background:url("images/mao.jpg") no-repeat scroll 0 0 transparent;
	float:right;
	display:inline; 
	overflow:hidden;
	width: 174px;
	margin:0 0 0 0;
	padding: 0px 7px 0px 7px;
	color:#676766;
}
#footer {
	clear:both;
	color:#FFFFFF;
	font-size:11px;
	padding:35px 190px 14px 20px;
}
#footer a {color: #ffffff; font-weight:bold;}

/***** header *****/
#blogtitle {font-family: Arial,Verdana; position:absolute; width:80%; float:right; right:45px; top:90px; text-align:right; font-size:24px; color:#ffffff; font-weight:bold;}
#blogtitle a, #blogtitle a:hover {font-family: Arial,Verdana; color:#ffffff; text-decoration:none;}
#subtitle {font-family: Verdana,Arial; position:absolute; width:80%; float:right; right:45px; top:125px; text-align:right; font-size:13px; color:#90b349; font-weight:bold; font-style:italic;}

#header ul {
	position: absolute;
	height: 30px;
	float:right;
	top: 304px;
	right: 210px;
	margin:0px;
}
#header ul li {
	display: inline;
	font-size: 13px;
	color: #b2b2b2;
	text-decoration: none;
	font-weight:bold;
}

#header ul li a {
    background:none repeat scroll 0 0 #B9AF29;
    color:#FFFF00;
    display:block;
    float:left;
    font-size:11px;
    font-weight:bold;
    line-height:30px;
    margin-left:1px;
    padding:0 15px;
    text-decoration:none;
}

#header ul li a:hover, #header ul li.current_page_item a {
	background: #969696;
	color: #003399;
}

#header img.home {
	
	position: absolute;
	margin:0px;padding:0px;
	left: 15px;
	bottom: 50px;
	width:380px;
	height:170px;
}

/***** content *****/


.archivetitle {
	color: #000000;
	font-size: 14px;
	font-variant: normal;
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 12px 0px;
}
.title, .title a {
    color:#000000;
    font-size:20px;
    margin-left:5px;
    margin-right:5px;
}

.title2, .title2 a {
	color: #000000;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
}
.date {
    border-bottom:1px solid #FFFF00;
    font-size:10px;
    padding:0 0 4px;
    margin-left:10px;
    margin-right:10px;
}

.date2 {
	font-size: 10px;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 20px;
}

.entry {
	color: #000000;
	line-height: 1.6em;
	text-align: justify;
	padding: 18px 6px 0px 10px;
}
.page_entry {
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 20px 0px;
	border-top: 2px solid #FFFF00;
	border-bottom: 1px solid #FFFF00;
}

.info {
    border-bottom:1px solid #FFFF00;
    border-top:1px solid #FFFF00;
    font-size:10px;
    line-height:1.6em;
    margin:0 10px 100px 10px;
    padding:4px 0 3px 1px;
    text-align:left;

}.category {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4Px 20px;
	background: url('images/category.gif') no-repeat top left transparent;
}


.tags {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/tags.gif') no-repeat top left transparent;
}

.bubble {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/bubble.gif') no-repeat top left transparent;
}


.navigation {
	font-size: 11px;
	margin: 40px 0px 0px 0px;
	padding: 2px 0px 17px 0px;
	border-top: 2px solid #FFFF00;
	border-bottom: 1px solid #FFFF00;
}

.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #FFFF00;
	border-bottom: 1px solid #FFFF00;
}
#postmetadata {
	font-size: 12px;
	margin: 10px 0px 20px 0px;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #FFFF00;
	border-bottom: 2px solid #FFFF00;
}

.nocomments {background: none; color: #000000;}
.commenttitle {
    border-bottom:1px solid #FFFF00;
    color:#000000;
    font-size:14px;
    font-variant:normal;
    font-weight:bold;
    margin:100px 0 20px;
    padding:2px 0;
    text-align:left;
}
.commentlist {list-style: none;}
.commentbody {
	color: #000000;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #FFFF00;
}

.adminbody {
	color: #000000;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	margin: 0px 0px 20px 25px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #FFFF00;
}
.commenthead {
	color: #ffffff;
	padding: 0px 0px 28px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #FFFF00;
	background:#CCCCCC;
}


.adminhead {
	background:none repeat scroll 0 0 #CCCCCC;
	border-bottom:1px dotted #FFFF00;
	color:#FFFFFF;
	margin:-4px 0 10px;
	padding:5px 0 28px;
}

.voltar {
	position:relative;
	margin: 0px 0px 0px -15px;
	padding: 0px 0px 0px 0px;
	float: left;
	left: 0px;
}

.avatar {
	position:relative;
	float: left;
	margin: 0px 11px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.authorlink {color: #000000; font-size: 11px; font-weight: bold; }
.authorlink a {color: #000000; font-size: 9px; font-weight: normal; }
.commentlink {font-size: 10px; color: #000000;}
.trackhead {
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 7px 0px 8px 41px;
	border-bottom: 1px dotted #FFFF00;
	background: url(images/track.jpg) no-repeat top left;
}
.trackbody {
	color: #000000;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #FFFF00;
}
.trackbody p a {color: #000000;}
#commentform {
    margin-left:40px;
    padding:0 0 0;
}
#email, #author, #url {
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #FFFF00;
    color:#000000;
    font-family:Verdana,Arial,Helvetica,Sans-Serif;
    font-size:12px;
    margin-right:5px;
    padding-left:2px;
    vertical-align:middle;
}
#comment {
    border:1px solid #FFFF00;
    color:#000000;
    font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    font-size:12px;
    padding:2px;
    width:610px;
}
#submit {
padding:0 10px 2px;
width:80px;
}

/***** search *****/
#searchform{
	margin:0 0 15px 0;
	padding:0 0 0 0;
}
.searchbox {
	position:relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:170px;
	height:28px;
}	
.search-field input {
    background:none repeat scroll 0 0 #F0F0F0;
    border:0 none;
    color:#999999;
    float:left;
    font-size:11px;
    font-weight:bold;
    height:13px;
    left:8px;
    padding:2px 3px 1px;
    position:relative;
    top:8px;
    width:117px;
}
style.css (linha 418)
.search-but input {
	float:right;
	position:relative;
	top:5px;
	right:10px;
	width:25px; 
	height:22px;
}
/***** sidebar *****/
#sidebar a{color:#ffffff;}
#sidebar a:hover {color:#FFFF00;}
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar li {
	list-style-type: none;
	margin: 0px 0px 14px 0px;
	padding: 2px 0px 2px 0px;
	border-bottom: 0px dotted #FFFF00;
	color: #c8c8c8;
}


#sidebar ul ul li {
	color: #c8c8c8;
	line-height: 1.6em;
	list-style-type: none;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 13px;
	border:0px;
	background:url('images/titlearrow.gif') no-repeat 0px 5px;
}
#sidebar ul ul ul li {
	font-size:12px;
	border:0px; 
	margin: 0px 0px 0px 1px; 
	padding: 0px 0px 0px 12px;
	line-height: 1.5em; 
	background:url('images/arrow.gif') no-repeat 0px 5px;
	color: #ffffff;
}

#sidebar h1 {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0px 0px 0px 0px;
	padding: 3px 20px 3px 0px;
	border-top: 3px solid #FFFF00;
	border-bottom: 1px solid #FFFF00;
   background:url('images/sidetitle.gif') no-repeat right;
}
#sidebar select{
	margin:5px 0px 2px 2px;
	font-size:11px;
	width:170px;
	overflow:hidden;
}

/***** widget *****/
#wp-calendar td {font-size:11px;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 174px;
	text-align: center;
	font-size:11px;
	border-bottom: 0px solid #FFFF00;}

.wp-caption { /*images caption*/
	text-align: center;
	color:#666666;
}

.textwidget { /*text box*/
	margin:2px 0px 5px 2px;

}
.rsswidget img{
	display:none;
}

#akismetwrap{
	margin:2px 0 2px 25px;
}

#sidebar .widget_rss h1{
	background:url('images/rss.png') no-repeat right;
}
.wp-smiley{
	vertical-align:middle;
	border:0px;
	padding:0px;
}

.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs  {
	background-color:white;
	border:1px solid #999999;
	margin:5px 2px 18px 4px;
	padding:4px 2px 2px 4px;
}
.chalt{
	background-color: #E2E2E2;
}
#newcomment{
	border:1px dashed #777;width:90%;
}
#newcommentsubmit{
	color:red;
}
.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}
			
