@charset "utf-8";
/* CSS Document */

.tudo{ 
	margin: 0 auto;
	border-left: 5px;
	border-right: 5px;
	border-color: #52ccea;
	border-style: solid;
	border-top: 0;
	border-bottom: 0;
	height: auto;
	width: 980px;
}

a, a:visited {
color: #ff4ebe;
text-decoration: none;}

a:hover, a:active {
color: #34cbf1;
}

body {
	background-color: #afebfa;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.topo {
	width: 980px;
	background: url('http://www.kumibrasil.com/wp-content/themes/gossipcandy/01.jpg') no-repeat #FFF;
	margin: 0 auto;
	height: 98px;
	padding-bottom:2px;
}

.header {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	height: 375px;
	background-color: #FFF;
}

.header1 {
	width: 529px;
	height: 369px;
	float: left;
	background: url('http://www.kumibrasil.com/wp-content/themes/gossipcandy/02.jpg') no-repeat;
}

.menu {
	width: 240px;
	height: 369px;
	float: left;
	background-color: #FFF;
	margin-top: 4px;
}

.header2 {
	width: 211px;
	height: 369px;
	float: left;
	background: url('http://www.kumibrasil.com/wp-content/themes/gossipcandy/03.jpg') no-repeat;
}

.home {
	width: 240px;
	height: 72px;
	background-color: #52ccea;
}

.wireframemenu{
background-color: #FFF;
border-bottom-width: 0;
width: 240px;
margin: 0 auto;
text-transform:uppercase;
-moz-border-radius: 10px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 240px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
background-color: #52ccea;
font: bold 20px arial;
text-align: center;
text-transform:uppercase;
padding: 17px 6px 17px 6px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #FFF;
text-decoration: none;
margin-bottom: 2px;
text-shadow: 1px 1px 1px #000;
}

.wireframemenu a:visited{
color: #FFF;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #6beea9;
color: #FFF;
}

.wireframemenu ul li {
	position: relative;
}

.wireframemenu li ul {
	position: absolute;
	left: 240px;
	width: 200px;
	top: 0;
	display: none;
}	

.wireframemenu 
li:hover ul { display: block; }

.topo1 {
	width: 980px;
	height: 172px;
	background: #FFF;
	margin: 0 auto;
}

.network {
	padding: 0;
	width: 315px;
	float: left;
}

.welcome {
	width: 313px;
	background-color: #ff4ebe;
	float: left;
	height: 158px;
	background: url('http://www.kumibrasil.com/wp-content/themes/gossipcandy/welcome.jpg') no-repeat;
	padding-left: 46px;
	padding-top: 14px;
	padding-right: 10px;
	color: #FFF;
}

.support {
	width: 240px;
	background: #6beea9 url('http://www.kumibrasil.com/wp-content/themes/gossipcandy/support.jpg') no-repeat;
	height: 154px;
	float: left;
	padding-left: 46px;
	padding-top: 18px;
	padding-right: 10px;
}

.support img:hover {
	/* for IE */
filter:alpha(opacity=50);
/* CSS3 standard */
opacity:0.5;
}

.main {
	width: 970px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background: #ffffac;
	height: auto;
	margin: 0 auto;
}

.content {
width: 689px;
float: left;
margin-bottom: 6px;
}

.news {
background-color: #FFF;
width: 689px;
}

.cabecalho {
	background: #ff4ebe;
	width: 689px;
	height: 47px;
	border-bottom: 4px solid #52ccea;
}

.cabecalhop {
	background: #ff4ebe;
	width: 689px;
	height: auto;
	border-bottom: 4px solid #52ccea;
}

.date {
background: #52ccea;
margin: 0px 4px 0px 0px;
padding: 5px 10px 5px 10px;
text-align: center;
float: left;
width: auto;
font-family: arial, times new roman, sans-serif, tahoma;
color: #fff;
}

.date .day {
font-weight: bolder;
font-size: 20px;
padding: 0 0 1px 0;
}

.date .month-year {
font-weight: bolder;
font-size: 12px;
font-family: arial, times new roman, sans-serif, tahoma;
color: #fff;
}

.title {
display: block;
color: #FFF;
font-weight: bold;
letter-spacing: -2px;
font-family : arial, times new roman, sans-serif, tahoma;
font-size:22px; 
text-decoration: none;
text-align:left;
line-height:18px;
vertical-align:middle;
padding: 6px 0 4px 2px;
margin: 4x 0 0 0px;
text-shadow: 1px 1px 1px #000;
}

.title a {
color: #FFF;
text-decoration: none;
}

.data, .categoria{
display: block;
color: #ffa9e0;
font-size: 9px;
text-align: left;
font-family : verdana, helvetica, sans-serif;
text-transform: capitalize;
padding: 0 0 0 2px;
margin-top: 3px;
float: left;
}

.data a, .categoria a{
color: #ffa9e0;
text-decoration: none;
}

.post {
font-family: arial, times new roman, sans-serif, tahoma;
color: #666666;
font-size: 12px;
margin: 10px;
text-align: justify;}

.post img {
	border: #52ccea solid 5px;
}

.post img:hover {
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;
}

.comentarios a{
width: 100%;
font-family: arial, times new roman, sans-serif, tahoma;
text-align: center;
text-transform: lowercase;
background-color: #6beea9;
padding-top: 10px;
padding-bottom: 10px;
text-decoration: none;
color: #22a560;
display: block;
font-size: 16px;
font-weight: bold;}

.comentarios a:hover{
text-decoration: none;
color: #6beea9;
background: #22a560;}

.limpa {
	clear: both;
}

.sidebar {
	width: 274px;
	float: left;
	height: auto;
	background: #52ccea;
	margin-left: 6px;
	color: #FFF;
	margin-bottom: 6px;
	font-size: 12px;
}

.titleside {
	background: #ff4ebe;
	width: 268px;
	font-size: 24px;
	color: #FFF;
	padding: 3px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 6px;
}

.sidebar img {
	border: 4px solid #FFF;
margin: -1px;
}

li, ul, ol {
list-style: none;
margin: 0px;
padding: 0px;
}

.sidebar ul li a{
background-color: transparent;
font: bold 10px arial;
text-align: left;
text-transform:uppercase;
padding: 4px 6px 4px 6px;
display: block;
width: 240px; /*Define width for IE6's sake*/
color: #FFF;
text-decoration: none;
margin-bottom: 4px;
margin: 0 auto;
border-bottom: 1px solid #FFF;
}

.sidebar ul li a:hover{
background-color: #FFF;
color: #ff4ebe;
}

.tagside {
	padding-left: 8px;
padding-right: 8px;
}

.stats {
	padding-left: 8px;
padding-right: 8px;
}

.sidebar a {
	text-decoration: none;
	color: #FFF;
}

.sidebar img:hover {
	/* for IE */
filter:alpha(opacity=50);
/* CSS3 standard */
opacity:0.5;
}

.footer {
	width: 610px;
height: 62px;
background-color: #ff4ebe;
background-image: url('http://www.kumibrasil.com/wp-content/themes/gossipcandy/footer.jpg');
background-repeat: no-repeat;
background-position: center;
margin: 0 auto;
padding-left: 370px;
padding-top: 15px;
color: #FFF;
}

.footer a {	
	text-decoration: none;
	color: #FFF;
}

blockquote {
	background-color: #c8e9f6;
	padding: 10px;
}

#footlink {
width: 100%;
text-align: right;
font-size: 11px;
}

#footlink span.footlink-current {
background-color: #34cbf1;
color: #FFFFFF;
border: 0px solid #999; 
border-width: 0px 0px 0px 0px;  
padding: 2px 4px 2px 4px;
margin: 0px 2px 0px 0px;      
}

#footlink a {
padding: 2px 4px 2px 4px;
margin: 0px 2px 0px 0px;        
}

#footlink a:link, #footlink a:visited, #footlink a:active {
background-color: #34cbf1;
color: #FFFFFF;
border: 0px solid #999; 
border-width: 0px 0px 0px 0px; 
}

#footlink a:hover {
background-color: #34cbf1;
color: #FFFFFF;
border: 0px solid #999; 
border-width: 0px 0px 0px 0px;    
text-decoration: none;
}

.busca {
text-align: right;
width: 900px;
padding-top: 12px;
}

.busca input[type="text"] {
	background-color: #d6f5fc;
	border:medium none;
	color:#1095b7;
	height:24px;
	margin-left:5px;
	margin-top:8px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	width:220px;
	font-size: 14px;
}

.busca input[type="submit"] {
	background-color:transparent;
	border:medium none;
	height:45px;
	margin-left:9px;
	width:61px;
}

b {
color: #21b1d6;
text-decoration: none;
font-weight: bold;
}

.cr
{
background: url(http://www.kumibrasil.com/wp-content/themes/gossipcandy/cr.jpg);
background-position: right;
background-repeat: no-repeat;
color: #767676;
font-size: 10px;
margin-top: 20px;
padding-right: 21px;
text-align: right;
}

.commentlist li, #commentform input, #commentform textarea {
font: 12px Arial, Verdana, Sans-Serif;
background-color: #ffffff;
border: 1px solid #33cbf2;
color: #666;
}

.commentlist li {
font-weight: bold;
}

.commentlist {
padding: 0;
text-align: justify;
}

.commentlist li {
background-color: #e2eff2;
margin: 15px 0 3px;
padding: 5px 10px 3px;
list-style: none;
}
	
.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
margin: 10px 5px 10px 0;
}
	
.commentlist li .avatar { 
float: right;
padding: 4px;
background: #33cbf2;
width: auto;
}

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}

.commentmetadata {
margin: 0;
display: block;
font-weight: normal;
}
	
ul.children li {
background-color: #e3e3e3;
margin: 5px;
padding: 5px;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul.children .alt {
background-color: #e3e3e3;
border: 0px solid #000;
}

.reply {
margin: 0px 0px 3px 0px;
padding: 0px 0px 2px 0px;
}

.reply a {
color: #808080;
}

.reply a:hover {
color: #808080;
text-decoration: underline;
}
	
#respond {
color: #a0a0a0;
}

#commentform p {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
margin: 5px 0;
}
		
#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

#commentform textarea {
width: 99%;
padding: 2px;
}

#commentform #submit {
margin: 0;
float: right;
width: auto;
}

#comments {
color: #a0a0a0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.wp-pagenavi {
font-family: arial;  
font-size: 12px;
}

.wp-pagenavi a {
padding: 4px 6px 4px 6px;
margin: 0px 2px 0px 0px;        
}  

.wp-pagenavi a, .wp-pagenavi a:link {
background-color: #52ccea;
color: #FFFFFF;
border: 0px solid #999; 
border-width: 0px 0px 0px 0px; 	
}
.wp-pagenavi a:visited {
background-color: #52ccea;
color: #FFFFFF;
border: 0px solid #999; 
border-width: 0px 0px 0px 0px; 
}
.wp-pagenavi a:hover {	
background-color: #ff4ebe;
color: #000;
border: 0px solid #999; 
border-width: 0px 0px 0px 0px;    
text-decoration: none;
}
.wp-pagenavi a:active {
background-color: #52ccea;
color: #FFFFFF;
border: 0px solid #999;
padding: 4px 6px 4px 6px;
border-width: 0px 0px 0px 0px; 	
margin: 0px 2px 0px 0px;    
}
.wp-pagenavi span.pages {
background-color: #52ccea;
color: #FFFFFF;
border: 0px solid #999; 
border-width: 0px 0px 0px 0px; 	
padding: 4px 6px 4px 6px;
margin: 0px 2px 0px 0px;    
}
.wp-pagenavi span.current {
background-color: #52ccea;
color: #FFFFFF;
border: 0px solid #999; 
border-width: 0px 0px 0px 0px;  
padding: 4px 6px 4px 6px;
margin: 0px 2px 0px 0px;    
}
.wp-pagenavi span.extend {
background-color: #52ccea;
color: #FFFFFF;
border: 0px solid #999; 
border-width: 0px 0px 0px 0px; 	
padding: 4px 6px 4px 6px;
margin: 0px 2px 0px 0px;    
}

.tags {
padding: 10px;
}