/* Quotador! by Alexandre Cisneiros Filho */

/* Basic elemets */
body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	background-image: url(img/background.gif);
	background-repeat: repeat-x;
}
a {
	color: #063;
	text-decoration: none;
}
a:hover {
	color: #0C3;
	text-decoration: underline;
}
img {
	border: 0;
}
ul li {
	list-style-image: url(img/li.gif);
	padding-right: 5px;
}
ul li ul li {
	list-style-image: url(img/li_sub.gif);
}
p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #000;
}

/* Headings */
h1 {
	display: none;
}
h2 {
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 20px;
}
h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	margin: 3px 0 0 0;
}
h4 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	margin: 3px 0 0 0;
}
#wrap { /* Special thanks to http://css-tricks.com for this one! */
	min-width: 780px;
	max-width: 1260px;
	margin: 0 auto;
}

/* Header */
#logo {
	background-image:url(img/logo_topo.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 118px;
	width: 511px;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#header-direita {
	float: right;
	width: 300px;;
	margin: 0 0 0 3px;
	text-align: right
}
.termo {
	height: 18px;
	width: 273px;
	font-size: 12px;
	padding-left: 5px;
	color: #333;
	border: solid 1px #40783C;
	border-right: 0;
	border-top-left-radius: 1em;
		border-bottom-left-radius: 1em;
	}

/* Content */
#content {
	width: 100%;
}

/* Quote divs */
#quotes {
	margin-right:310px;
}
.quote {
	background-color: #EEE;
	border: solid #666 1px;
	padding: 5px 10px 10px 10px;
	margin-bottom: 3px;
	border-radius: 1em;
		}
.alt {
	background-color: #FFF;
}
.quote-texto {
	margin: 3px;
}
.quote-texto blockquote {
	list-style-type: none;
	background-image: url(img/blockquote.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-left: 3px;
	padding-left: 7px;
}
.quote-meta {
	/*background-color: #FAF8CC;
	background-color: #E2FFC6;*/
	background-color:#FFF;
	margin: 10px 3px 0 3px;
	padding: 5px;
	font-size: 10px;
	border: dashed 1px #030;
	border-radius: 1em;
		}
.quote-meta.alt {
	background-color: #EEE;
}
#quote-enviar {
	/*display: none;*/
}
#quote-enviar input {
	height: auto;
	font-size: 10px;
}
.pesquisa {
	color: #090;
	font-weight: bold;
	display: inline-block;
	background-color: #CFC;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 300px;
	margin: 0 0 0 3px;
}
.sidebar-item {
	border: solid 1px #333;
	border-radius: 1em;
			background-color: #FFF;
}

/* Footer */
#ads {
	text-align: center;
}
#ads li {
	list-style: none;
}
#rodape {
	clear: both;
}

/* Others */
#openid_url {
	background: #FFFFFF url('/img/openid.gif') no-repeat scroll 0pt 50%;
	padding-left: 18px;
}
.usuario {
	background: url(/img/usuario.png) left no-repeat;
	padding-left: 18px;
	margin-bottom: 3px;
	height: 16px;
	display: inline-block;
}
.data {
	background: url(/img/data.png) left no-repeat;
	padding-left: 18px;
	margin-bottom: 3px;
	height: 16px;
	display: inline-block;
}
.status {
	background: url(/img/status.png) left no-repeat;
	padding-left: 18px;
	margin-bottom: 3px;
	height: 16px;
	display: inline-block;
} 