/*
Theme Name: Aprendendo Fotografia
Theme URI: http://aprendendofotografia.com
Description:
Version: 2.0
Author: Luma Kimura
Author URI: http://lumakimura.net
*/

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #FFFFFF url(images/fundo.png);
	font-size: 80%;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	margin: 10px;
	}

abbr, acronym {
	cursor: help;
	}

#page {
	background: #FFFFFF url(images/fundo_sidebar.png) right repeat-y;
	border-left: 1px solid #968B6C;
	border-right: 1px solid #968B6C;
	margin: 0 auto;
	width: 960px;
	}

#header {
	background: url(images/cabecalho.png);
	height: 130px;
	}

#header h1 {
	float: left;
	text-indent: -9999px;
	width: 350px;
	}

#header h1 a {
	display: block;
	height: 130px;
	width: 350px;
	}

#tabs {
	float: left;
	padding-left: 40px;
	width: 560px;
	}

#tabs ul {
	list-style: none;
	text-align: center;
	}

#tabs ul li {
	display: inline;
	}

#tabs a:link, #tabs a:active, #tabs a:visited {
	color: #000000;
	display: block;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	height: 70px;
	padding-top: 50px;
	text-decoration: none;
	}

#tabs a:hover {
	color: #FFFFFF;
	}

#tabs a.tab_sobre, #tabs a.tab_glossario, #tabs a.tab_downloads, #tabs a.tab_classificados, #tabs a.tab_links {
	background: url(images/separador_abas.png) center right no-repeat;
	}

#tabs a.tab_sobre {
	width: 75px;
	}

#tabs a.tab_glossario {
	width: 90px;
	}

#tabs a.tab_downloads {
	width: 95px;
	}

#tabs a.tab_classificados {
	width: 110px;
	}

#tabs a.tab_links {
	width: 70px;
	}

#tabs a.tab_contato {
	width: 80px;
	}

#content {
	float: left;
	padding: 0 0 0 20px;
	width: 650px;
	}

#content .featured {
	background: #F0F0F0;
	border: 1px solid #C0C0C0;
	padding: 20px;
	}

#content .featured h2 {
	font-size: 1.5em;
	}

#content .featured img {
	border: 1px solid #000000;
	}

#content .featured img.wp-smiley {
	border: 0;
	}

#content .featured a:link, #content .featured a:active {
	color: #336699;
	text-decoration: none;
	}

#content .featured a:visited {
	color: #336699;
	font-style: italic;
	}

#content .featured a:hover {
	color: #003366;
	}

#content .featured p.post_category {
	border-bottom: 2px solid #C0C0C0;
	margin-bottom: 10px;
	text-align: right;
	}

#content .featured p.post_category a:link, #content .featured p.post_category a:active, #content .featured p.post_category a:visited {
	color: #707070;
	font-weight: bold;
	text-decoration: none;
	}

#content .featured p.post_header {
	float: left;
	margin-bottom: 0;
	}

#content .featured p.more {
	float: right;
	margin-bottom: 0;
	text-align: right;
	}

#content .features {
	width: 312px;
	}

#content .features h2 {
	font-size: 1.2em;
	}

#content .features a:link, #content .features a:active {
	color: #336699;
	text-decoration: none;
	}

#content .features a:visited {
	color: #336699;
	font-style: italic;
	}

#content .features a:hover {
	color: #003366;
	}

#content .features img {
	border: 1px solid #000000;
	}

#content .features p.post_category {
	border-bottom: 2px solid #C0C0C0;
	font-size: 0.9em;
	margin-bottom: 10px;
	text-align: right;
	}

#content .features p.post_category a:link, #content .features p.post_category a:active, #content .features p.post_category a:visited {
	color: #A0A0A0;
	font-weight: bold;
	text-decoration: none;
	}

#content .features p.more {
	margin-bottom: 0;
	text-align: right;
	}

#content #tagcloud {
	border-top: 2px solid #A0A0A0;
	clear: both;
	margin-bottom: 20px;
	text-align: center;
	}

#content #tagcloud h2 {
	background: url(images/tit_tags.png) no-repeat;
	height: 30px;
	margin-bottom: 10px;
	text-align: left;
	text-indent: -9999px;
	}

#content #tagcloud a:link, #content #tagcloud a:active {
	color: #6E6242;
	}

#content #tagcloud a:visited {
	color: #6E6242;
	font-style: italic;
	}

#content #tagcloud a:hover {
	color: #336699;
	}

#content .alignleft {
	float: left;
	margin-right: 10px;
	}

#content .alignright {
	float: right;
	margin-left: 10px;
	}

#content .aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
	}

#content img {
	border: 0;
	}

#content p {
	line-height: 1.5em;;
	margin-bottom: 15px;
	text-align: justify;
	}

#content a:link, #content a:active {
	color: #336699;
	text-decoration: none;
	}

#content a:visited {
	color: #606060;
	text-decoration: none;
	}

#content a:hover {
	color: #003399;
	text-decoration: underline;
	}

#content .post h2 {
	font-size: 1.6em;
	}

#content .post h2 a:link, #content .post h2 a:active, #content .post h2 a:visited {
	color: #336699;
	text-decoration: none;
	}

#content .post h2 a:hover {
	color: #003366;
	}

#content h3 {
	color: #336699;
	font-size: 1.3em;
	margin-bottom: 15px;
	}

#content h3.listarchive {
	margin-bottom: 5px;
	}

#content .entry {
	padding-top: 15px;
	}

#content .entry p {
	text-indent: 30px;
	}

#content .entry p.post_header {
	margin-bottom: 5px;
	text-indent: 0;
	}

#content .entry .wp-caption {
	margin-bottom: 15px;
	text-align: center;
	}

#content .entry .wp-caption-text {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 0;
	text-align: center;
	text-indent: 0;
	}

#content .entry blockquote {
	border: 1px dashed #DFDFDF;
	font-style: italic;
	padding: 15px;
	}

#content .entry fieldset {
	border: 1px solid #DFDFDF;
	margin-bottom: 15px;
	padding: 15px;
	}

#content .entry legend {
	border: 1px solid #DFDFDF;
	padding: 3px 5px;
	}

#content .entry input {
	padding: 2px;
	}

#content ul {
	line-height: 1.8em;
	list-style: url(images/ico_li1.gif);
	margin-bottom: 15px;
	padding-left: 18px;
	}

#content ul li {
	margin-bottom: 10px;
	text-align: justify;
	}

#content ul ul {
	list-style: url(images/ico_li2.gif);
	margin-bottom: 0;
	padding-left: 18px;
	}

#content .post_footer {
	background: #E3E3E3;
	border: 1px solid #E3E3E3;
	clear: both;
	font-size: 0.85em;
	margin-bottom: 15px;
	padding: 5px;
	}

#content .post_footer p {
	line-height: 1.2em;
	margin-bottom: 2px;
	}

#content .commentlist {
	list-style: none;
	}

#content .commentlist li {
	background: #F0F0F0;
	border: 1px solid #CFCFCF;
	margin-bottom: 10px;
	padding: 10px;
	}

#content .avatar {
	background: #FFFFFF;
	border: 1px solid #CFCFCF;
	float: left;
	margin: 0 3px 3px 0;
	padding: 5px;
	}

#content .thdrpy {
	font-size: 0.8em;
	text-align: right;
	}

#content .listarchive, #content .listarchive p {
	margin: 0;
	text-indent: 0;
	}

#content .produto {
	float: left;
	text-align: center;
	width: 200px;
	}

#sidebar .wp-polls-ul {
	list-style: none;
	padding: 0;
	}

#sidebar {
	float: right;
	width: 225px;
	padding: 10px 20px;
	}

#sidebar h2 {
	height: 30px;
	margin-bottom: 5px;
	text-indent: -9999px;
	}

#sidebar h2.tit_sobre {
	background: url(images/tit_sobre.png) no-repeat;
	}

#sidebar h2.tit_categorias {
	background: url(images/tit_categorias.png) no-repeat;
	}

#sidebar h2.tit_enquete {
	background: url(images/tit_enquete.png) no-repeat;
	}

#sidebar h2.tit_anuncios {
	background: url(images/tit_anuncios.png) no-repeat;
	}

#sidebar h2.tit_meta {
	background: url(images/tit_meta.png) no-repeat;
	}

#sidebar .section {
	margin-bottom: 30px;
	}

#sidebar ul li {
	padding: 3px 0;
	}

#sidebar ul.feeds {
	list-style: none;
	}

#sidebar a.feeds_rss {
	background: url(images/ico_rss.png) center left no-repeat;
	padding-left: 20px;
	}

#sidebar a.feeds_mail {
	background: url(images/ico_mail.gif) center left no-repeat;
	padding-left: 20px;
	}

#sidebar ul.categories {
	list-style: url(images/ico_categories.gif);
	padding-left: 20px;
	}

#sidebar ul.meta {
	list-style: url(images/ico_li.gif);
	padding-left: 20px;
	}

#sidebar a {
	color: #003366;
	text-decoration: none;
	}

#sidebar a:hover {
	text-decoration: underline;
	}

#sidebar form {
	margin-bottom: 10px;
	}

#sidebar #s {
	color: #C0C0C0;
	padding: 3px;
	width: 180px;
	}

#sidebar #bs {
	background: url(images/ico_search.png) center no-repeat;
	height: 25px;
	width: 25px;
	}

#sidebar-bottom {
	background: #D0D0D0;
	border-top: 2px solid #A0A0A0;
	clear: both;
	padding: 10px 20px;
	}

#sidebar-bottom h2 {
	height: 30px;
	text-indent: -9999px;
	}

#sidebar-bottom h2.tit_avisos {
	background: url(images/tit_avisos.png) no-repeat;
	}

#sidebar-bottom ul {
	padding-left: 23px;
	}

#sidebar-bottom ul li {
	padding: 3px 0;
	}

#sidebar-bottom a:link, #sidebar-bottom a:active {
	color: #000000;
	}

#sidebar-bottom a:visited {
	color: #000000;
	font-style: italic;
	}

#sidebar-bottom a:hover {
	color: #003366;
	}

#sidebar-bottom .avisos {
	float: left;
	width: 290px;
	}

#sidebar-bottom .avisos ul {
	list-style: url(images/ico_avisos.gif);
	}

#sidebar-bottom .classificados {
	float: left;
	margin-left: 23px;
	width: 290px;
	}

#sidebar-bottom .classificados ul {
	list-style: url(images/ico_classificados.gif);
	}

#sidebar-bottom .eventos {
	float: right;
	width: 290px;
	}

#sidebar-bottom .eventos ul {
	list-style: url(images/ico_eventos.gif);
	}

#sidebar-bottom h2.tit_classificados {
	background: url(images/tit_classificados.png) no-repeat;
	}

#sidebar-bottom h2.tit_eventos {
	background: url(images/tit_eventos.png) no-repeat;
	}

#sidebar-bottom p.more {
	border-top: 1px solid #606060;
	font-size: 0.9em;
	text-align: right;
	}

#sidebar-bottom p.more a {
	color: #606060;
	text-decoration: none;
	}

#sidebar-bottom p.more a:hover {
	color: #003366;
	}

#sidebar-atividades {
	background: #E6E6E6;
	border-top: 2px solid #A0A0A0;
	clear: both;
	padding: 10px 20px;
	}

#sidebar-atividades a:link, #sidebar-atividades a:active {
	color: #000066;
	text-decoration: none;
	}

#sidebar-atividades a:visited {
	font-style: italic;
	}

#sidebar-atividades a:hover {
	text-decoration: underline;
	}

#sidebar-atividades h2 {
	background: url(images/tit_atividadesnoblog.png) no-repeat;
	height: 30px;
	text-indent: -9999px;
	}

#sidebar-atividades h3 {
	font-size: 1.2em;
	margin: 10px 0;
	}

#sidebar-atividades .comentariosrecentes {
	float: left;
	width: 380px;
	}

#sidebar-atividades .comentariosrecentes ul {
	list-style: url(images/ico_recentcomment.png);
	padding-left: 20px;
	}

#sidebar-atividades .comentariosrecentes ul li {
	margin-bottom: 10px;
	}

#sidebar-atividades .friendconnect {
	float: right;
	width: 500px;
	}

#sidebar-flickr {
	background: #E2D1A3;
	border-top: 2px solid #A0A0A0;
	clear: both;
	padding: 10px 20px;
	}

#sidebar-flickr h2 {
	background: url(images/tit_gruponoflickr.png) no-repeat;
	height: 30px;
	text-indent: -9999px;
	}

#sidebar-flickr h3 {
	font-size: 1.2em;
	margin: 10px 0;
	}

#sidebar-flickr .fotos {
	float: left;
	width: 500px;
	}

#sidebar-flickr .fotos img {
	border: 0;
	margin: 3px;
	}

#sidebar-flickr .discussao {
	float: right;
	width: 390px;
	}

#sidebar-flickr .discussao ul {
	list-style: url(images/ico_li.gif);
	padding-left: 20px;
	}

#sidebar-flickr .discussao a:link, #sidebar-flickr .discussao a:active {
	color: #000000;
	}

#sidebar-flickr .discussao a:visited {
	color: #000000;
	font-style: italic;
	}

#footer {
	background: #FFFFFF;
	border-top: 2px solid #A0A0A0;
	border-bottom: 10px solid #968B6C;
	clear: both;
	padding: 10px 20px;
	}

#footer {
	background: #FFFFFF;
	border-bottom: 7px solid #968B6C;
	padding: 10px;
	}

#footer p {
	color: #606060;
	float: left;
	font-size: 0.8em;
	}

#footer a {
	color: #202020;
	}

#footer p.credits {
	float: right;
	text-indent: -9999px;
	}

#footer p.credits a {
	background: url(images/lk_webdesenvolvimento.png) no-repeat;
	display: block;
	height: 30px;
	width: 120px;
	}

.ads {
	padding: 20px;
	text-align: center;
	}

.base {
	clear: both;
	}

.separador {
	clear: both;
	height: 20px;
	}