/*
Theme Name:     Zel - Twenty Ten Child 
Theme URI:      http: //www.zel.com.br
Description:    Child theme adapted from Twenty Ten theme 
Author:         Weno
Author URI:     http: //www.weno.com.br/
Template:       twentyten
Version:        0.1.0
*/

@import url(../twentyten/style.css); 
 

body {
	background: url(img/back-green-repeat.jpg);

}
body, span {
	font-family: "Tahoma", "Verdana", sans-serif;
}

#site-title {
	background:url(img/zel-logo.png) no-repeat;
	width: 213px;
	height: 102px;
	text-indent: -9999px;
	overflow: hidden;
	
}
#site-title a {
	position: absolute;
	top:58px;
	left:180px;
	width:175px;
	height: 70px;

}

/* safari hacking */
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */

	#site-title a {
	position: absolute;
	top:43px;
	left:150px;
}


}

#wrapper {
	background: none;
}


#main { 
	padding-top: 0;

}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


/* elementos para esconder - ou retira em fuctions.php ? 
-------------- */

#site-description { display: none;}
#branding img {	display: none; }
.entry-meta {	display: none; }
#search-2 {	/*display: none;*/ } /* mover para o menu - "escondido" */
.entry-utility-prep-cat-links { display: none;} /* para esconder 'posted in' ao fim de cada post */
#colophon { display: none;}

/* =Menu
-------------------------------------------------------------- */


.menu {
	background: url(img/back-white-gray-grad.jpg) repeat-x bottom  #fff;
	height: 64px ; 

	 width: 550px !important; 

	 
	/* top:30px;*/
	top:8px;
	 position:relative;


	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}

.menu ul {
	padding-top: 20px;
	padding-left: 15px;
}

.menu ul li a{
	font-size: 22px;
	font-weight: bold;
	color:  #FB5B9B;
	margin-top:5px;
}

#access {
	width:550px;
	background: none;
	
}

#access a {
	color:  #FB5B9B;
}



#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color:  #FB5B9B;
}

#access li:hover > a,
#access ul ul :hover > a {
	background:none;
	color: #fb8db9;
}


ul.menu-socialmedia {
	background: url(img/back-menu-gray-light-vert.jpg) repeat-y #D1DADF;

	
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topright: 8px;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	
	float: right;
	padding-right: 15px;
	position: relative;
	top:-6px;
	height: 45px;
	
}

.menu-bt-twitter, .menu-bt-flickr, .menu-bt-rss {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 5px;

}

.menu-bt-twitter {
	background: url(img/ico-social-twitter.png) no-repeat;
	width: 37px;
	height: 39px;
	position: relative;
	top:3px;
}
.menu-bt-rss {
	background: url(img/ico-rss.png) no-repeat;
	width: 37px;
	height: 39px;
	position: relative;
	top:3px;
}
.menu-bt-flickr {
	background: url(img/ico-social-flickr.png) no-repeat;
	width: 37px;
	height: 39px;
	position: relative;
	top:3px;
}


/* posts
-------------------------------------------------------------- */

/* .post-2 > page self - ele não gera uma classe .post limpa */
.post, .post-2, #respond, #comments, .archive h1, #content .page {
	background: url(img/back-white-gray-post.jpg) repeat-x bottom #fff;
	padding: 20px 30px 30px 30px;
	
	width:490px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	color:#454545;
	font-size: 12px;
	line-height: 1.4em;

}

#comments {
	margin-top: 15px;
}
.single-post #respond, .page #respond {

	left:-31px;

}



.entry-title a {
	color: #5F7B0D;
}
.post a {
	 color: #FB5B9B;
}

#content .entry-title {
	color: #5F7B0D;
	background: url(img/hr-large.png) no-repeat bottom;
	padding-bottom: 20px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #5F7B0D;
}

.entry-utility {
	background: url(img/back-gray-light-grad.jpg) repeat-x;
	width:550px;
	height: 50px;
	
	color: #749bab;
	font-style: italic;
	
	
	position: relative;
	left:-30px;
	top:30px;
	
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;

}

.cat-links {
	background: url(img/ico-folder.png) no-repeat 25px 10px;
	padding-left: 55px;
	height: 27px;
	display: inline-table;
	padding-top: 12px;
	padding-right: 8px;
}

.comments-link {
	background: url(img/ico-back-comments.png) no-repeat 5px -5px;
	height: 33px;
	display: inline-table;
	padding-left: 40px;
	text-align: left;


}



.comments-number  {
	font-weight: bold;
	font-size: 15px;
	position: relative;
	left:-33px;
	top:1px;
	color: #dfe9ee;
	text-align: center;
	width: 25px;
	display: inline-table;


}

span.post-tags {
	background: url(img/ico-tags.png) no-repeat 5px -3px;
	height: 29px;
	display: inline-table;
	
	
} 

span.post-tags ul {
	display: inline;
	padding-left: 20px;
}

span.post-tags li {
	display: inline;
}

/* sidebar
-------------------------------------------------------------- */


.widget-area {

	background: white;
	color: #8c8c8c;
	
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	width:145px !important;
	padding:15px;
	
	left:-165px;

	position: relative;
}

.widget-area a {
	color: #5F7B0D;
}

.widget-area li {
	list-style: none;
}

.widget-area h3 {
	color: #B7C9D7;
	font-weight: 20px;
	margin-bottom: 10px;
}

.widget-area li ul li {
	position: relative;
	line-height: 1.2em;
	left:-15px;
	margin-bottom: 10px;

}

.widget-container {
	background: url(img/hr-short.png) no-repeat bottom;
	padding-bottom: 20px;
}

.widget_categories h3 {
	background: url(img/ico-folder.png) no-repeat left;
	text-indent: 30px;
}


.widget_tag_cloud h3 {
	background:  url(img/ico-tags.png) no-repeat left;
	text-indent: 40px;
}


.widget_archive select {
	color: #5F7B0D;
	
}

.banner {margin-bottom:15px}

/* page bottom
-------------------------------------------------------------- */


.nav-previous, .nav-next {
	
	background: #fff url(img/back-white-gray-grad.jpg) repeat-x bottom;
 	

	width:175px;
	font-size: 20px;
	
	height: inherit;
	
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 5px 0;
	/*margin-bottom: 20px;*/
	
}

.nav-previous, .nav-next {
	min-height: 42px; 
	height: 42px; 
	
}

html>body .nav-previous, html>body  .nav-next {
height: auto;
}

.nav-next {
	left:-91px;
	position: relative;
	top:-50px;
}

.nav-previous {
	position: relative;
	top:-50px;
	/* border: 1px solid yellow; */
}

.nav-previous a, .nav-next a {
	color: #E63F73 !important;
	font-weight: bold;
top:12px;
/* position: relative; */
display: block;


}

.nav-previous a {
	background: url(img/ico-left.png) no-repeat left;
	margin-left: 12px;
        padding-left: 20px;
}

.nav-next a {
	background: url(img/ico-right.png) no-repeat right;
	margin-right: 12px;
        padding-right: 20px;
}

.meta-nav {
	display: none;
}


.post-data {
	margin-left: 20px;
	position: relative;
}


/* -------------------------------------------------------------- */

.navigation {
	overflow:visible;

	
}

#nav-above + .post {
	margin-top:50px;
}

#nav-below {
	position: relative;
	top:40px;

}

.single-post #nav-above .nav-previous, .single-post #nav-above .nav-next, .single-post  #nav-below .nav-previous, .single-post  #nav-below .nav-next {
	width:270px;
	
}

.single-post  #nav-above .nav-previous a, .single-post #nav-above .nav-next a, .single-post #nav-below .nav-previous, .single-post  #nav-below .nav-next {
	font-size: 16px;
}
.single-post .entry-utility {
	
	margin-top: 5px;
}


/* archive
-------------------------------------------------------------- */

.archive h1 {
	font-size: 22px;
	font-weight: bold;
	color:  #FB5B9B !important;
	

}

/* search form
-------------------------------------------------------------- */
#searchform {
	/*z-index: 9999;

	position: relative;
	float: right;*/
	width:150px;

}


#searchform input[type=text], #searchform input[type=submit] {
	display: inline-table;

}

#searchform input[type=text] {
	width:80px;
}

 #searchform input[type=submit] {
 	font-size: 10px;
}


/* menu-custom (via appearance > menu )
-------------------------------------------------------------- */

#searchform  {
/*display:none;*/
}



.menu-item-2506:link + #searchform { display: none; }
.menu-item-2506:visited + #searchform { display: none; }
.menu-item-2506:hover + #searchform { display: block; }
.menu-item-2506:hover + #searchform { display: block; }

ul#menu-custom {
	padding-top: 5px;
	padding-left: 15px;
	height:60px;
}

ul#menu-custom li a{
	font-size: 22px;
	font-weight: bold;
	color:  #FB5B9B;
}

ul#menu-custom .menu-item-2502, ul#menu-custom .menu-item-2503, ul#menu-custom .menu-item-2504 {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 5px;

}

.menu-item-2502 {
	background: url(img/ico-social-twitter.png) no-repeat;
	width: 37px;
	height: 39px;
	position: relative;
	top:3px;
}
.menu-item-2504 {
	background: url(img/ico-rss.png) no-repeat;
	width: 37px;
	height: 39px;
	position: relative;
	top:3px;
}
.menu-item-2503 {
	background: url(img/ico-social-flickr.png) no-repeat;
	width: 37px;
	height: 39px;
	position: relative;
	top:3px;
}


/* ------------- */

.infoblog {
display: none;}