﻿/*
Theme Name: YAY
Theme URI: http://yay.plicplac.com.br/
Description: Conteudo + Sidebar + Menu Topo
Version: 1.0
Author: Mari Assmann 
Author URI: http://yay.plicplac.com.br/
Menu e CSS de Links: Tamara Dantas http://true-luv.com/
*/


/***** B A S I C O *****/

body {
	font-size: 11px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url('images/bg.jpg');}
 
#header {
	background-image: url('images/header.jpg');
	height: 118px;
	width: 770px;}

#menu {
	list-style: none;
	float: left;
	height: 15px;
	width: 465px;
	padding-left: 0px;
	margin-top: -60px;}
	
#menu ul {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	text-transform: uppercase;
	list-style: none;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;}
	
#menu ul li {
	display: block;
	float: left;
	margin: 2px;
	width: auto;
	text-align: center;
	border: 0px;}
	
#menu ul li a {
	display: block;
	width: 70px;
	text-align: center;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #DADADA;
	border: 0px;
	vertical-align: middle;
	color: #FFF;}
	
#menu ul li a:hover, #menu li.current a {
	color: #F69;
	background: #FFF;
	text-decoration: none;
	border: 0px;}

#page {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;}

#sidebar {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
	float: left;
	width: 200px;
	margin: -25px 0px 0px 20px;}

* html #sidebar {
	margin: -40px 0px 0px 20px;}

*+html #sidebar {
	margin: -40px 0px 0px 20px;}
	
.links-sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;}
	
.links-sidebar li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;}
	
.links-sidebar ul li {
	display: block;
	border-bottom: 1px solid #E8E8E8;
	background: url('images/seta-cinza.jpg') left no-repeat;
	margin: 2px 0px 2px 2px;
	padding: 2px 4px 2px 12px;
	vertical-align: middle;
	height: 1%; /* IE WIN */
	color: #999;}
	
.links-sidebar ul li:hover {
	display: block;
	background-color: #F8F8F8;}

#content {
	color: #909090;
	line-height: 15px;
	text-align: justify;
	width: 510px;
	padding: 0px 10px 0px 0px;
	float: left;}
	
#content span.data-categoria {
	display: block;
	color: #CCC;
	font-size: 10px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;}

.titulos {
	display: block;
	text-align: left;
	height: 18px;
	border-bottom: 1px dotted #CCC;}
	

/***** C O M E N T A R I O S *****/
	
.comment-link {
	padding-left: 13px;
	padding-top: 6px;
	background: url('images/comentarios.jpg') no-repeat;
	float: right;
	width: 44px;
	height: 32px;
	font-size: 16px;}

.comment-link a:hover {
	color: #86C63E;}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;}
	
.commentlist li ul li {
	font-size: 1em;}

.commentlist li {
	font-weight: bold;}

.commentlist li .avatar {
	float: right;
	border: 1px solid #EEE;
	padding: 2px;
	background: #FFF;}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}

.commentmetadata {
	font-weight: normal;}
	

/***** L I N K S *****/

a {
	text-decoration: none;}
	
a:link {
	color: #F69;
	text-decoration: none;}
	
a:visited {
	color: #F69;
	text-decoration: none;}
	
a:active {
	color: #F69;
	text-decoration: none;}
	
a:hover {
	color: #CCC;
	text-decoration: none;}
	
.links {
	width: 100%;
	margin: 0px 0px 5px 0px;
	border: none;}
	
.links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;}
	
.links ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;}
	
.links li a, .links ul li a:visited, .links ul li a:active {
	display: block;
	width: 232px;
	height: auto;
	margin: 0px 0px 0px 2px;
	padding: 2px 2px 2px 12px;
	background: url('images/seta-cinza.jpg') left no-repeat;
	border-bottom: 1px solid #e8e8e8;}
	
.links ul li a:hover {}
html>body .links ul li a {
	width: 232px;}
	

/***** S T U F F *****/

strong {
	color:#999;
	text-decoration: none;}

i {
	color: #c0c0c0;
	text-decoration: none;}

em {
	text-decoration: none;}

ol, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;}

.riscado {
	text-decoration: line-through;}

h1 {
	color: #F69;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #CCC;
	margin: 15px 0px 7px 0px;
	padding: 0px 0px 2px 0px;}

h2 {
	display: block;
	background: none;
	color: #999;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom: 1px dotted #CCC;
	padding: 10px 0px 0px 2px;
	margin: 0px;
	clear: both;}

hr {
	width: 100%;
	clear: both;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	border-top: 1px dotted #CCC;
	text-align: center;
	margin: 5px 0px 5px 0px;
	height: 1px;}

form, fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;}

input, textarea, select {
	font-size: 11px;
	color: #999;
	margin: 0px;
	border: 1px dotted #CCC;
	background-color: #F0F0F0;}
	
input#searchsubmit {
	background: #FFF url('images/busca.jpg') left no-repeat;
	background-position: 2px 3px;
	width: 90%;
	border: 0px;
	margin: 5px 0px 0px 0px;
	padding: 1px 1px 1px 15px;}


/***** I M A G E N S *****/

	
img {
	border: 0px;}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;}

.wp-caption {
	border: 1px solid #DDD;
	text-align: center;
	background-color: #F3F3F3;
	padding-top: 4px;
	margin: 10px;}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0px 4px 5px;
	margin: 0px;}

.img-centralizada {
	background-color: #CCC;
	padding: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;}
	
.img-esquerda {
	float: left;
	background-color: #E1E1E1;
	padding: 5px;
	margin: 1px 4px 0px 0px;}
	
.img-direita {
	float: right;
	background-color: #E1E1E1;
	padding: 5px;
	margin: 1px 0px 0px 4px;}

.img-borda {
	background-color: #CCC;
	padding: 5px;
	margin: 5px 0px 5px 0px;}


/***** A L I N H A M E N T O S *****/

.centro {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;}
	
.esquerda {
	float: left;
	margin: 1px 4px 0px 0px;}

.direita {
	float: right;
	margin: 1px 0px 0px 4px;}



/***** F O O T L I N K *****/

#footlink {
	text-align: center;
	clear: both;
	line-height: 18px;}
	
#footlink a {
	padding: 0px 4px 0px 4px;
	margin: 0px 1px 0px 1px;}
	
#footlink a:link, #footlink a:visited, #footlink a:active {
	color: #B5B5B5;
	font-size: 8pt;
	background-color: #EFEFEF;
	border: 1px dotted #B5B5B5;}
	
#footlink a:hover {
	color:#B5B5B5;
	font-size: 8pt;
	background-color: #EFEFEF;
	border: 1px dotted #B5B5B5;}

.fonte-google {
	font-family: 'Reenie Beanie', Arial, Helvetica, sans-serif;
	font-size: 24px;}

.fonte-google-2 {
	font-family: 'Lobster', Arial, Helvetica, sans-serif;
	font-size: 24px;}