@charset "utf-8";
/* CSS Document */
/*
Theme Name: EDesign PE 2009
Theme URI: http://www.edesignpe.org
Description: Tema desenvolvido exclusivamente para o III Encontro Estadual de Estudantes de Design de Pernambuco - 2009, pelo coletivo NEGOBOM
Version: 1.0
Author: coletivo NEGOBOM - Felipe Caroé, Caio PREÁ, Diogo Miranda
Author URI: http://www.coletivonegobom.com
*/

body {
	background: url(img/bg.jpg) #ffffFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial;
	font-size: 12px;
}

a img {
	border: none;
}
a:link, a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF6600;
}

#header {
	background: url(img/bg_header.gif) repeat-x top center;
	height:219px;
}
#header_in {
	background: url(img/header.jpg) no-repeat center;
	height: 219px;
	margin: 0 auto;
}
#topo {
	width: 960px;
	margin: 0 auto;
}
#geral {
	width: 965px;
	margin: 0 auto;
}

#menu {
	background:url(img/menu_bg.png) no-repeat;
	padding-left: 2px;
	margin: 0 auto;
	height: 48px;
}
#corpo {
	padding-left: 20px;
	padding-right: 30px;
	width: 656px;
	*width: 656px;
}
#sidebar {
	padding-left: 10px;
	padding-right: 10px;
	width: 228px;
	float: right;
}
#clear {
	clear:both;
}
#container {
	width:965px;
	margin: 0 auto;
	background:url(img/geral.png) repeat-y;	
}
#rodape {
	background:url(img/rodape_bg.png) no-repeat;
	height: 100px;
	float: center;
	padding-top: 30px;
	padding-left: 30px;
}
#busca {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
#s {
	width: 200px;
	border:none;
	height: 20px;
	background:#ff8a00;
	font-family: 'arial black';
	font-size: 18px;
	color: #FFFFFF;
	text-transform:uppercase;
	letter-spacing: -0.1em;
	margin-top: -5px;
}
#comment {
	width: 600px;
}
/* ---------------------------------- TIPOGRAFIA ---------------------------------- */

h2 {
	font-size:20px;
	margin-top: 0;
}

.peq {
	font-size: 10px;
	color: #CCCCCC;
}
.post {
	font-weight: normal;
}


/* ---------------------------------- Twitter ---------------------------------- */
#twitter_div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	*padding-right: 25px;
}

#twitter_update_list {
	padding-left: 12px;
	*padding-left: 0;	
	padding-right: 10px;
	*padding-right: 0;
}
#twitter_div ul li {
	list-style:none;
	color: #000000;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #FF0000;
	padding-top:10px;
	padding-bottom:10px;
}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #FF0000;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #FF6600;
}
 
#twitter_div p {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
}