/*
Theme Name: F&aacute;brica de Curtas
Theme URI: http://www.fabricadecurtas.com.br/blog/
Description: Tema criado para o blog da F&aacute;brica de Curtas em 08/2008
Version: 1.0
Author: Bianca de Mattos (Polvo Tecnologia e Comunica&ccedil;&atilde;o)
Author URI: http://www.polvo.com.br/
Tags: fixed width, two columns
*/

/**** GERAL ****/
body#b_blog { background:#000 url(imagens/bg-degrade-top.png) repeat-x left top; }
#content {
	float:left;
	width:665px;
	margin-top:35px;
}
#chamada { 
	background:url(imagens/chamada.png) no-repeat 230px 0px;
	width:100%;
	height:100px;
	text-indent:-3000px;
	float:left;
	display:inline;
	border-bottom:1px solid #666;
	padding-bottom:20px;
	margin-bottom:30px;
}
a { text-decoration:underline; }
#content.arquivo #chamada { margin-bottom:0px; }
/**** FIM GERAL ****/

/**** POST'S ****/
.post {
	float:left;
	width:100%;
	margin-top:20px;
	border-bottom:1px solid #7D7D7D;
	padding-bottom:30px;
}
#content.single .post { padding-bottom:15px; }
.post h2 {
	font-weight:bold;
	font-size:15px;
	letter-spacing:1px;
}
.post small.data { display:block; margin-top:5px; font-size:10px; color:#CCC; }
.post small.data a { color:#CCC; }
.post small.data a:hover { color:#FFF; }

.post .entry { margin:20px 0 20px 0; color:#CCC; }
.post .entry p { margin-top:15px; line-height:20px; }
.post .entry p img { padding:4px; border:1px solid #CCC; }
.post .postmetadata { font-size:10px; font-weight:bold; }
.post .postmetadata a:hover { color:#CCC; }

.post .alt {
	text-align:center;
	color:#999;
	padding:10px;
	border:1px solid #999;
	font-size:10px;
	letter-spacing:1px;
}
.post .alt a { color:#999; }

.post h2.erro {
	text-align:center;
	border-bottom:1px dashed #CCC;
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:18px;
	color:#CCC;
}

#content .navigation {
	display:inline;
	margin:15px 0px;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	width:100%;
	float:left;
}
#content .navigation a { color:#FFF; }
#content .navigation .alignleft { float:left; }
#content .navigation .alignright { float:right; }
#content .navigation a:hover { text-decoration:underline; }
#content h2.arquivo {
	margin:0px;
	padding:10px 0px;
	text-align:right;
	font-size:18px;
	width:100%;
	float:left;
	border-bottom:1px solid #666;
}

	
/**** FIM POST'S ****/

/**** SIDEBAR ****/
#sidebar { float:right; margin-top:20px; width:270px; }

#sidebar .busca {
	position:relative;
	background:url(imagens/box-busca.png) no-repeat left top;
	width:268px;
	height:148px;
	margin-bottom:20px;
}

#sidebar .busca h3 {
	background:url(imagens/txt-busca.png) no-repeat left top;
	width:65px;
	height:22px;
	text-indent:-3000px;
	margin:30px 0 0px 25px;
	float:left;	
}
#sidebar .busca label input {
	width:214px;
	float:left;
	padding:2px;
	border:0;
	display:inline;
	margin:10px 0px 0px 25px
}
#sidebar .busca input#searchsubmit {
	background:url(imagens/bt-ok.png) no-repeat left top;
	width:61px;
	height:44px;
	text-indent:-3000px;
	float:right;
	display:inline;
	margin-right:15px;
	cursor:pointer;
}
#sidebar .busca #searchsubmit:hover { background-position:left bottom; }

#sidebar .cat_arq, #sidebar .rss {
	float:right;
	position:relative;
	background:url(imagens/bg-box-cat.png) no-repeat left bottom;
	width:268px;
	margin-bottom:20px;
	padding-bottom:25px;
}
#sidebar .cat_arq h3.categorias, 
#sidebar .cat_arq h3.arquivos, 
#sidebar .cat_arq h3.links,
#sidebar .rss h3 {
	display:block;
	float:left;
	width:100%;
	height:45px;
	text-indent:-3000px;
	background:url(imagens/tit-categorias.png) no-repeat left top;
}
#sidebar .cat_arq h3.arquivos, #sidebar .cat_arq h3.links {
	height:32px;
	background:url(imagens/tit-arquivos.png) no-repeat left top;
	margin-top:20px;
}
#sidebar .cat_arq h3.links { background:url(imagens/tit-links.png) no-repeat left top; }
#sidebar .cat_arq ul { float:left; width:100%; margin-top:10px; }
#sidebar .cat_arq ul li {
	float:left;
	display:inline;
	font-weight:bold;
	width:200px;
	line-height:30px;
	background:url(imagens/seta-marc.png) no-repeat left center;
	margin-left:15px;
	padding-left:40px;
}
#sidebar .cat_arq ul li a { text-decoration:none; }
#sidebar .cat_arq ul li a:hover { text-decoration:underline; color:#999; }


#sidebar .rss h3 { background:url(imagens/tit-rss.png) no-repeat left top; }

#sidebar .rss ul { float:left; width:100%; margin-top:10px; }
#sidebar .rss ul li {
	float:left;
	display:inline;
	font-weight:bold;
	width:180px;
	line-height:20px;
	margin:0px 0px 5px 25px;
	padding-left:30px;
	background:url(imagens/icone-rss.png) no-repeat left top;
}
#sidebar .rss ul li a { text-decoration:none; }
#sidebar .rss ul li a span { text-decoration:underline; }
#sidebar .rss ul li a:hover { text-decoration:underline; color:#999; }
/**** FIM SIDEBAR ****/
#comments, #comments ol {
	float:left;
	width:100%;
}
#comments h3.n-comments { 
	font-weight:bold;
	font-size:18px;
	margin-bottom:15px;
	border-bottom:1px solid #7D7D7D;
	padding:10px 0px;
}
#comments ol { margin-bottom:20px; }
	
#comments ol.commentlist li {
	background-color:#464646;
	margin:10px 0px;
	font-size:11px;
	padding:10px;
	line-height:150%;
}

#comments h3.respond {
	float:left;
	width:100%;
	height:37px;
	text-indent:-3000px;
	margin-bottom:20px;
	border-bottom:1px solid #464646;
	padding-bottom:15px;
	background:url(imagens/tit-deixe-comentario.png) no-repeat left top;
}

#comments #commentform {
	float:left;
	width:590px;
}
#comments #commentform label {
	font-size:11px;
	font-weight:bold;
	width:100%;
	float:left;
	margin-top:3px;
}
#comments #commentform input, #comments #commentform textarea {
	background-color:#FFF;
	font-size:11px;
	padding:2px;
	border:1px solid #FFF;
	color:#808080;
	margin:5px 0px 3px 0px;
	width:570px;
}
#comments #commentform textarea { height:150px; }
#comments #commentform p { position:relative; width:100%; float:left; }
#comments #commentform p label.error {
	text-align:right;
	position:absolute;
	top:18px;
	right:15px;
	color:#ED1C24;
	font-weight:bold;
	padding:3px;
	width:auto;
	width:150px;
}
#comments #commentform p small { font-size:10px; color:#FFF; float:left; }
#comments #commentform p small br { display:none; }
#comments #commentform #submit {
	float:right;
	display:inline;
	margin:10px 3px;
	width:99px;
	height:44px;
	background:url(imagens/bt-enviar.png) no-repeat left top;
	padding:0;
	border:0;
	cursor:pointer;
}
#comments #commentform #submit:hover { background-position:left bottom; }

/**** COMENTÁRIOS ***





#comments form { position:relative; height:370px;}
#comments form label { font-weight:bold; }
#comments form input { 
	width:665px;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#808080;
}
#comments form textarea { 
	width:665px; 
	height:110px;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#808080;
}
#comments form p { margin-bottom:15px; }
#comments form #submit {
	position:absolute;
	right:0;
	bottom:30px; 
	width:108px; 
	height:53px;
	text-indent:-3000px;
	background:url(imagens/bt-enviar.png) no-repeat;
}
#comments form label.error {
	position:absolute;
	right:0;
	color:#f00;
	font-size:11px;
}

/**** FIM COMENTÁRIOS ****/