/*  
Theme Name: Lupa Theme
Theme URI: www.ap303.com
Description: Lupa Wordpress Theme by <a href=http://www.ap303.com/>ap303</a> (design) ands Din (programation).
Version: 1.0
Author: <a href=http://www.ap303.com/>ap303</a> and <a href=http://www.dinfernandes.com/>Wendell Fernandes</a> (a.k.a. Din)
Author URL: http://ap303.com
Tags: criative, fixed-width, two-columns, 960gs, right-sidebar
*/

/* =================== MAIN STRUCTURE ======================= */


body{
	color:#666;
	background: #f2f2fc url(images/bg_blog.jpg) top no-repeat ;

}

a{
	color:#5C2D91;
	text-decoration:none;
}

a:hover {
	color: #9999cc;
}

small {
	font-size: 11px;
}

code {
	background: #9999cc;
}

#header{
	height:260px;
	color:#5C2D91;

}

.sbox{
	color:#5C2D91;
	font: normal 100% Helvetica, Verdana, Arial, sans-serif;
	height:260px
}


#logo h1{
	font-size:30px;
	line-height:30px;
	margin:55px 0 0 19px;
	color: #5c2d91;
}


/* Procurar neste Blog	 */

#search {
	height:31px;
	width:auto;
	padding:34px 5px 22px 5px;
	width:210px;
	float:right;
	color:#5C2D91;

}

#search form {
	margin: 0;
	padding: 0;
	color:#5C2D91;

}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
	color:#5C2D91;

}

#search p {
	margin: 0;
	font-size: 85%;
	color:#5C2D91;

}

#s {
	background-image: url(images/sform2.png);
	margin-left:0px;
	float: left;
	width:150px;
	height:17px;
	padding: 4px 2px 4px 5px;
	background:#F7EC00 no-repeat;
	border:none;
	font: normal 100% Helvetica, Verdana, Arial, sans-serif;
	color:#5C2D91;
}

#searchsubmit {
	width:30px;
	float: left;
	background:#F7EC00 url(images/sbt2.png);
	border:none;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #5C2D91;
	height:25px;
}

li {
    list-style:none;
}

#posts_cat .title {
	font-weight: bold;
	color: #5C2D91;
	height:33px;

}
	
#posts_cat {
	font-weight: bold;
	padding-right:10px;
	padding-left:0px;	
	margin-top:0px;
}

#aquis_cat .title {
	font-weight: bold;
	height:33px;
}

#aquis_cat {
	font-weight: bold;
	padding-right:10px;
	padding-left:0px;	
	margin-top:0px;
}

#twitter_update_list {
	font-size: 11px;
	padding-right:10px;
	padding-left:0px;	
	margin-top:0px;
}

/* ===================== MAIN AREA =================== */

#content{
	margin:20px 0 0 0;
}

.post{
	margin:0 15px 0 15px;
	padding:15px 0;
	/*border-bottom:1px solid #5C2D91;*/
}

.post .post-title{
	font-family:"Trebuchet MS", Arial, Georgia;
	border-bottom:1px solid #5C2D91;
	margin:0;
	padding:0;
}

.post .post-meta-top{
	font-size:11px;
	color: #888888;
}

.post .post-date{
	float:left;		
	margin-bottom:10px;
	padding-left:17px;
}

.post .post-comments{
	float:left;
	padding-left:0;
}

.post .post-category a{
	color: #454545;
	padding: 2px 10px;
	background: #efefef;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration:none;
	border:1px solid #e0e0e0;
}

.post .post-category a:hover{
	background:#eaeaea;
	color:#333;
}	

.post .post-meta{
	padding-left:0px;
	margin:10px 0;
	height:20px;
}

.post .entry{
	line-height:22px;
}

.post .recentes{
	line-height:16px;
	list-style: square;
	
}

.navigation{
	margin:15px 15px 20px 15px;
}

.cat-header{
	text-align:center;
	padding:10px 15px 0 15px;
	font-family:"Trebuchet MS", Arial, Georgia;
	text-decoration:none;
}

.cat-header h2{
	font-size:19px;
	font-weight:normal;
}

/* Início: Aqui são as coisas que ficam entre ASPAS */

blockquote {
	width: 80%;
	padding: 0 10%;
	margin: 13px auto;
	background:#f7f7f7 url(images/quote.png) no-repeat 3% 8%;
	color: #444;
	font-style: italic;
}

blockquote p {
	padding: 10px 0;
}
/* Fim: Aqui são as coisas que ficam entre ASPAS */

a.more-link{
	background:#5c2d91;
	border:1px solid #9999cc;
	padding:4px 8px;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
}

a.more-link:hover{
	background:#9999cc;
}

/* ============================== ARCHIVES PAGE ========================== */

.arch-head {
	padding:10px 15px 0 15px;
	font-family:"Trebuchet MS", Arial, Georgia;
	text-decoration:none;
	text-align:center;
	font-size:19px;
	font-weight:normal;
}

/*#arch ul{
	list-style:none;*/
}

#arch ul li{
	padding:3px 0;
}

/* ========== IMAGES ============= */
img {
	border: 0px solid #dedede;
}

p img {
	padding: 0;
	max-width: 100%;
	margin:10px 0 20px 0;
}

img.aligncenter {
	padding:3px;
	background: url();
	margin-left: auto;
	margin-right: auto;
	display: block;
}

img.alignright {
	padding:3px;
	margin: 0 0 13px 13px;
	display: inline;
}

img.alignleft {
	padding:3px;
	margin: 0 13px 13px 0;
	display: inline;
}

.alignleft {
	float: left
}

.alignright {
	float: right;
}

img.wp-smiley {
	border:0;

}

/* ====================== COMMENTS ================= */

ol.commentlist{
	margin:35px 15px 0 0;
	list-style-image: none;
	list-style-type: none;
	padding:0;
}

ol.commentlist li{
	margin:0 0 0 15px;
	padding:0;
}

#comments, #respondh3{
	margin:30px 0 0 15px;
	font-size:17px;
}

#respondh3{
	padding:0 0 10px 0;
}

.cancel-comment-reply{
	margin:0 15px;
}

.commentlist .comment {
	display: block;
	padding: 15px 0;
}

ol.commentlist li div.vcard img.avatar { 
	margin:0;
	border:1px solid #5C2D91;
}

.commentlist .says{
	font-size:11px;
	color:#666;
}

.commentlist .cite {
	font-size:	14px;
	margin-top: 1px;
}

.commentlist .comment-meta {
	font-size: 11px;
	margin: 0 0 18px 0;
}

.commentlist .children li{
	list-style:none;
}

.commentlist .comment-meta a{
	color:#666;
}

.commentlist p {
	line-height: 20px;
	margin:0 0 15px 0;
}

ol.commentlist .comment-author{
	font-size:14px;
}

.commentlist .reply {
	display: block;
}

.commentlist .reply a {
	line-height: 14px;
	text-decoration: none;
	font-size: 12px;
	padding:4px 8px;
	background:#9999cc;
	border:1px solid #9494C6;
	font-family: Helvetica, Arial, sans-serif;	
}

#commentform input{
	width: 200px;
	padding: 5px 5px 5px 30px;
	margin-top: 3px;
}

#commentform{
	margin:0 0 0 15px;
}

#commentform textarea{
	border: 1px solid #9494C6;
	padding:5px;
}


ol.commentlist li ul li {
	border:0;
}

/*====================== SIDEBAR ================= */

.widget h2{
	
}

.flickr a img{
margin: 2px;
padding: 5px;
background-color: #f2f2fc;
}

#tab_heading {
	text-align:center;
	height: 11px;
	display: block;
	padding: 11px 0px;
}

#tab_heading * {
	display: inline;
	padding: 6px;
	user-select: none;
	border-style: none;
	vertical-align: middle;
	cursor: pointer;
}

ul#buttons{
	margin:0;
}

ul#buttons li{
	padding:4px;
	border:1px solid #dedede;
	background:#fff;
	margin:0;
	margin-right:5px;
}

#tab_wrapper {
	width:280px;
}

.tab_content {
	margin-bottom:7px;
	padding-bottom:7px;
	
}

h15 {
	text-transform: uppercase;
	font-weight:bold
}	

#tab_content ul li{
	font-size:12px;
	margin-left:8px;
	margin-right:8px;
	border-bottom:1px solid #efefef;
	padding:6px 5px 4px 5px;
}

#tab_content .tags ul li{
	border:0;
}

#tab_content .meta{
	color: #5c2d91;
	font-size:11px;
}

#tab_content .title{
	font-weight:bold;
}

.tags ul li{
	padding:0 6px;
}

#tab_heading li {
	font:12px Arial;
	font-weight:bold;
	padding:0 3px;
	border:none;
}

#tab_heading li.active {
	color: #fff; 
	background-color: #9966ff;
	border:1px solid #5C2D91;
}

#tab_heading li:hover {
	color: #fff; 
	background-color: #9966cc;
	border:1px solid #5C2D91;
}

#panes {
	text-align: left;
	border-style: none;
	width: 280px;
	margin: 10px auto 0 auto;
}

#panes a{
	color:#666;
	text-decoration:none;
}

#panes a:hover{
	color: #9999cc;
	text-decoration:none;
}

#panes div div { 
	overflow: hidden; 
}

/*#tab_bottom {
	background:url(images/sidebarbottom.gif) no-repeat;
	height:12px;
	width:280px;
	margin-bottom:20px;
}*/

/* ====================== SIDEBAR WIDGETS ============== */


/* #sidebar .widget h2{
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight: bold;
	color: #5C2D91;
	font-size:19px;
	margin:07px 10px 10px -7px;
	background: no-repeat;
	width:280px;
	padding:10px 0 0 10px;
}

/* Aqui (sidebar .widget) define-se a cor dos links na Sidebar */

#sidebar .widget a{
	color:#666;
	text-decoration:none;
}


#sidebar .widget {
	width:280px;
	margin-bottom:10px;
}

#sidebar .widget a:hover{
	color: #5C2D91;
}

#sidebar .widget ul{
	list-style:none;
	margin:0;
	padding:0 0 -23px 0;
}

/* Din: Aqui se define a posição dos intens da Sidebar */

#sidebar .widget ul li{
	font-size:12px;
	padding:0 0 3px 20px;
	margin:0 0 0 -48px;

}


#wp-calendar {
	width: 280px;
	padding:0 0 10px 0;
	text-align:center;
	margin:0 ;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar a:hover {
	text-decoration: none;
}

#wp-calendar caption {
	padding: 2px;
}

#wp-calendar th, #wp-calendar td {
	text-align: center;
	padding: 5px;
	background: #f2f2f2;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}*/

.widget_tag_cloud a{
	margin-left:5px;
	
}

.textwidget{
	display: table;
}

.twit { display: run-in; border-collapse: collapse; text-align: left; text-overflow: ellipsis; font-weight: bold; clear: both;
 
}

#categ {
	list-style:none;
	margin:07px 10px 10px -64px;
}

li.widget_recent_entries h21 {
	z-index: 0;
	margin:07px 10px 10px -31px;
	display: block;
	width: 234px;
	height: 32px;
	text-indent: -9999px;
	background-image: url('images/arquivos.png');
	background-repeat: no-repeat;
	list-style:none;


}

li.widget_recent_entries h20 {
	margin:07px 10px 10px -33px;
	display: block;
	width: 234px;
	height: 32px;
	text-indent: -9999px;
	background-image: url('images/categorias.png');
	background-repeat: no-repeat;
	

}	

/* ========================= FOOTER ===================== */


#footer{
	color: #9494C6;
	height: 40px;
	margin-top:0px;
	font-size:12px;
	text-align: left;
}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("images/feedico.png") no-repeat 0 50%;
}

