/*
Theme Name: Tateno
Theme URI: http://www.laboratorio72.com/
Description: Versao 1.0
Version: 1
Author: Mateus Pereira
Author URI: http://www.laboratorio72.com
Tags: fixed-width, two-columns

Copyright 2009 Mateus Pereira <http://laboratorio72.com> All rights reserved.
*/


/* ****************************** 
Eric Meyer Reset Reloaded
 * @credits Eric Meyer's CSS Reset <http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/>
 ****************************** */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }


/* ****************************** 
Removes dotted line when focus
 ****************************** */

:focus { outline: none; }

/* ****************************** 
Tables still need 'cellspacing="0"' in the markup.
 ****************************** */

table { border-collapse: separate; border-spacing: 0px; background-color:#fff;}
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: top; }


/* ****************************** 
Remove possible quote marks (") from <q>, <blockquote>.
 ****************************** */

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


/* ****************************** 
Remove annoying border on linked images.
 ****************************** */

a img { border: none; }


/* ****************************** 
Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html]
 ****************************** */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }


/* ****************************** 
Regular clearing, just in case!
 ****************************** */

.clear { clear: both; }


/* ****************************** 
These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist.
 ****************************** */

.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}


/* ****************************** 
****************************** ****************************** ****************************** 
 ****************************** */


/* ****************************** 
Document Body 
 ****************************** */

body, input, textarea { font: 13px/1.5 Georgia, "Times New Roman", Times, serif; }
body{background:#f2f3ee url(http://floratateno.com.br/wp-content/themes/tateno/images/bg.jpg) repeat-x top left;
}

/* ****************************** 
Font Styles 
 ****************************** */


.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.sans-serif { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }

/* *******************************
 * Basic 2 column (content)(aside) fixed layout
 ****************************** */


.container { 
width: 960px; 
margin: 0 auto; 

}

.hfeed { 
width: 766px; 
float: right;
margin-bottom:20px;
}

.aside { 
width: 176px; 
float: left; 
}

/* ****************************** 
footer
 ****************************** */

.footer { 
padding:20px 0 0 0;
clear: both; 
height:30px;
background: url(http://floratateno.com.br/wp-content/themes/tateno/images/barrafooter.gif) no-repeat top left;
font-family:verdana;
font-size:11px;
letter-spacing:px;
color:#666;
text-transform:lowercase;
}

.footer p{ 
margin:0;
}

.left{
float:left;
}

.right{
float:right;
}



.header{
margin:0 auto;
}




/* ****************************** 
Logo

 ****************************** */

#logo{ padding:0 0 0 6px;}




/* ****************************** 
Vertical Rhythm 
 ****************************** */

.entry-meta { margin-bottom: 10px; }
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 20px; }
.hentry, .widget, .comment, .navigation-links { margin-bottom: 40px; }




/* ****************************** 
Menu
 ****************************** */

.nav { float: left; line-height: 1; background-color: #fff; width: 100%; }
.nav, .nav * { list-style: none; margin-left: 0; }
.nav li { float: left; padding: 0; position: relative; }
.nav ul li { width: 100%; }

.nav a { display: block; position: relative; padding: 8px 10px; }


/* ****************************** 
Hides items under top menu
 ****************************** */

.nav ul { position: absolute; top: -9999em; width: 20em; 
/* ****************************** 
left offset of submenus need to match (see below)
 ****************************** */
 }


/* ****************************** 
Shows submenus
 ****************************** */

.nav li:hover ul,
.nav li.nav-hover ul { left: -1px; top: 29px; 
/* ****************************** 
match top ul list item height
 ****************************** */
 z-index: 99; }


/* ****************************** 
Hides all sub items (4 levels deep)
 ****************************** */

.nav li:hover li ul,
.nav li.nav-hover li ul,
.nav li li:hover li ul,
.nav li li.nav-hover li ul,
.nav li li li:hover li ul,
.nav li li li.nav-hover li ul { top: -999em; }


/* ****************************** 
On :hover, displays all sub items (4 levels deep)
 ****************************** */

.nav li li:hover ul,
.nav li li.nav-hover ul,
.nav li li li:hover ul,
.nav li li li.nav-hover ul,
.nav li li li li:hover ul,
.nav li li li li.nav-hover ul { left: 20em; 
/* ****************************** 
match .nav ul width
 ****************************** */
 top: -1px; }


/* ****************************** 
Default Skin
 ****************************** */

.nav { border: 1px solid; border-color: #aaa #ddd #ddd #aaa; }
.nav ul { border: 1px solid #ddd; border-bottom: none; }
.nav ul li a { border-bottom: 1px solid #ddd; }
.nav li:hover ul,
.nav li.nav-hover ul { background: #fff; }

.nav a { color: #666; border-right: 1px solid #ccc; }
.nav a:hover { text-decoration: none; background: #fafafa; }
.nav ul a { border-right: none; }
.nav li:hover, .nav li.nav-hover,
.nav a:focus { background: #fafafa; }


/* ****************************** 
Menu bugfix
 ****************************** */

.ie7 .nav:hover { visibility: inherit; 
/* ****************************** 
fixes IE7 'sticky bug'
 ****************************** */
 }


/* ****************************** 
Links
 ****************************** */

a { color: #990000; text-decoration: none; }
a:hover { text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #2361a1; text-decoration: underline; }
.entry-content a:hover { text-decoration: none; }


/* ****************************** 
Headings
 ****************************** */

h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; 
color:#990000;}

h2 { font-size: 20px; line-height: 22px; padding: 5px 0px; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

h4{
margin:10px 0;
font-size:12px;
font-weight:bold;
color:#3f4236;
text-tranform:uppercase;
letter-spacing:3px;
padding:10px 0 0 0;
}
/* ****************************** 
Content
 ****************************** */

.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { color: #000; font-size: 24px; line-height: 28px; }
.entry-title a:hover { color: #2361a1; text-decoration: none; }


/* ****************************** 
Text Elements

 ****************************** */

address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }


/* ****************************** 
Lists: (ul, ol, dl)
 ****************************** */

ul, ol, dl { margin-left: 15px; }
.nav { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }


/* ****************************** 
Tables
 ****************************** */

table {  border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #fff; }
caption { text-align: left; }
tr {  }
th, td { padding: 5px 3px; }


/* ****************************** 
Forms
 ****************************** */

input, textarea, button { background: #fafafa; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #444; font-size: 14px; }
input, textarea, button { font-family: Cambria, Georgia, "Times New Roman", Times, serif; padding: 3px; }
button { font: 12px; padding: 2px 10px; cursor: pointer; }
input:focus, textarea:focus, button:hover { background: #fff; border-color: #777 #ccc #ccc #777; }


/* ****************************** 
bugfix
 ****************************** */

.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }


/* ****************************** 
Comments
 ****************************** */

.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }


/* ****************************** 
Comment Reply
 ****************************** */

#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }


/* ****************************** 
Images
 ****************************** */

img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } 
/* ****************************** 
Prevent the smileys from breaking line-height
 ****************************** */



/* ****************************** 
[gallery]
 ****************************** */

.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }


/* ****************************** 
Navigation
 ****************************** */

.page-navigation .nav-next { float: left; }
.page-navigation .nav-previous { float: right; }
.single-page-navigation .nav-next { float: right; }
.single-page-navigation .nav-previous { float: left; }


/* ****************************** 
[gallery] + navigation clearfix
 ****************************** */

.gallery-row:after, .navigation-links:after,  .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .navigation-links, .container, .menu { display: block; }


/* ****************************** 
Basic Alignments
 ****************************** */

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

/* ****************************** 
misc
 ****************************** */

div.divider {
	height: 47px;
	margin: 1em 0;
}

h2.pagetitle {
	margin: 0;
	color: #cc0000;
	font-family: Garamond, Georgia, serif;
}

.cb{clear:both}

/* ****************************** 
postmetadata 
 ****************************** */

ul.postmetadata {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.85em;
}

ul li.tags {
	float: left;
}

ul li.comments {
	text-align: right;
}



/* ****************************** 
menu produtos
 ****************************** */

#bgmenutop{
width: 176px; 
height:620px;
background: url(http://floratateno.com.br/wp-content/themes/tateno/images/bgmenu.jpg) no-repeat top left;
}

#bgmenubot{
height:32px;
background: url(http://floratateno.com.br/wp-content/themes/tateno/images/bgmenubot.jpg) no-repeat top left;
margin: 0 0 20px 0 ;
}


/* ****************************** 
menu produtos
 ****************************** */
 
#produtos{
padding: 0 19px 0 16px;
font-size:12px;

}

#categoria{
margin:10px 0;
border-top:dashed 1px #c9ceba;
font-size:12px;
font-weight:bold;
color:#3f4236;
text-tranform:uppercase;
letter-spacing:3px;
text-align:center;
padding:15px 0 0 0;
}

#produto{
background: url(http://floratateno.com.br/wp-content/themes/tateno/images/seta.gif) no-repeat left 12px;
font-family:verdana;
font-size:11px;
padding:10px 0 2px 10px;
}

#ornamento{ 
border-top:dashed 1px #c9ceba;
text-align:center;
padding:18px 3px 0 0;
margin:10px 0 0 0;
}

/* ****************************** 
content 
 ****************************** */

#contentinner{
background: url(http://floratateno.com.br/wp-content/themes/tateno/images/mainbg.jpg) repeat-y;
padding:20px 33px 20px 30px;
}

#contentinner_home{
background: url(http://floratateno.com.br/wp-content/themes/tateno/images/mainbg.jpg) repeat-y;
padding:20px 33px 0px 30px;
*padding:20px 33px 5px 30px;
}

#contentinnertop{
background: url(http://floratateno.com.br/wp-content/themes/tateno/images/maintop.jpg) no-repeat top left;
height:22px;
font-size:0.1em;
}

#content{

}

#contentinnerbot{
background: url(http://floratateno.com.br/wp-content/themes/tateno/images/mainbot.jpg) no-repeat top left;
height:32px;
font-size:0.1em;
}

#content h1{
padding:0 0 20px 0;
line-height:18px;
}

#barrainterna{
font-size:0.1em;
height:5px;
background: url(http://floratateno.com.br/wp-content/themes/tateno/images/barrafooter.gif) no-repeat top left;
}

/* ****************************** 
entry
 ****************************** */

.entry{ 
padding:25px 0 0 0;
background: url(http://floratateno.com.br/wp-content/themes/tateno/images/barrafooter.gif) no-repeat top left;
}

#entryleft{
border-right:dashed 1px #ccc;
margin-bottom:20px;
float:left;
width:360px;
padding-right:20px;
}

#entryright{
float:right;
width:300px;
}

/* ****************************** 
entry style
 ****************************** */

.entry{
color:#333;
line-height:22px;

}

.entry strong{
color:#444;
}

.entry h2{
color:#900;
font-size:13px;
color:#900;
font-weight:bold;
}


/* ****************************** 
gallery cf
 ****************************** */

#galleryheaderpote{
margin-bottom:20px;
background: #fff url(http://floratateno.com.br/wp-content/themes/tateno/images/pote.gif) no-repeat right 6px ;
}

#galleryheadercuia{
margin-bottom:20px;
background: #fff url(http://floratateno.com.br/wp-content/themes/tateno/images/cuia.gif) no-repeat right 6px  ;
}

#titulo{
color:#900;
font-weight:bold;
margin-bottom:5px;
}

#dados{
font-family:verdana;
font-size:11px;
color:#666;
line-height:16px;
}

#gallerybar{
margin:20px 0;
background: url(http://floratateno.com.br/wp-content/themes/tateno/images/ornamentog.gif) no-repeat top;
}

/* ****************************** 
contato
 ****************************** */
#nome, #email {
background-color:#f3f3f1 !important;
width:350px;
border:dashed 1px #e3e3e3;
}

#ddd {
background-color:#f3f3f1 !important;
width:50px;
margin:0 10px 0 0;
border:dashed 1px #e3e3e3;
}

#fone{
background-color:#f3f3f1 !important;
border:dashed 1px #e3e3e3;
}

#mensagem{
background-color:#f3f3f1 !important;
border:dashed 1px #e3e3e3;
width:350px;
}

#contatofone{
font-size:11px;
margin:10px 0 0 0;
}

input.button{
font-weight:bold;
text-transform:lowercase;
padding:5px 20px;
* padding:0px 20px;
color:#fff;
background-color:#900;
display:block;
margin-left:270px;
}

#contato_form{

}

#contato_form label.error{
color:#d00;
font-size:11px;
}

#contato_loader, #contato_resposta{
display:none;
}

#contato_loader p{
font-weight:bold;
color:#900;
font-size:11px;
padding:0 0 0 26px;
background: #fff url(http://floratateno.com.br/wp-content/themes/tateno/images/ajax-loader.gif) no-repeat top left ;

}



/* ****************************** 
menu servicos
 ****************************** */

#menu{
height:110px;
}

#menuimg{
text-align:right;
padding:15px 0 0 179px;
}

#menuimg img{
padding:0 20px;
}



#menu_catalogo {
	display: block;
	float:left;
	width: 85px;
	height: 59px;
	background: url("/menu/menu_catalogo.gif") no-repeat 0 0;
}
#menu_catalogo:hover {
	background-position:  0 -59px;
}
#menu_catalogo span {
	display: none;
}

#menu_ondecomprar {
	display: block;
	float:left;
	width: 119px;
	height: 59px;
	background: url("/menu/menu_ondecomprar.gif") no-repeat 0 0;
}
#menu_ondecomprar:hover {
	background-position:  0 -59px;
}
#menu_ondecomprar span {
	display: none;
}

#menu_parceiros {
	display: block;
	float:left;
	width: 84px;
	height: 59px;
	background: url("/menu/menu_parceiros.gif") no-repeat 0 0;
}
#menu_parceiros:hover {
	background-position:  0 -59px;
}
#menu_parceiros span {
	display: none;
}


#menu_quemsomos {
	display: block;
	float:left;
	width: 104px;
	height: 59px;
	background: url("/menu/menu_quemsomos.gif") no-repeat 0 0;
}
#menu_quemsomos:hover {
	background-position:  0 -59px;
}
#menu_quemsomos span {
	display: none;
}


#menu_missao {
	display: block;
	float:left;
	width: 65px;
	height: 59px;
	background: url("/menu/menu_missao.gif") no-repeat 0 0;
}
#menu_missao:hover {
	background-position:  0 -59px;
}
#menu_missao span {
	display: none;
}



#menu_contato {
	display: block;
	float:left;
	width: 65px;
	height: 59px;
	background: url("/menu/menu_contato.gif") no-repeat 0 0;
}
#menu_contato:hover {
	background-position:  0 -59px;
}
#menu_contato span {
	display: none;
}




#menu_social {
	display: block;
	float:left;
	width: 65px;
	height: 59px;
	background: url("/menu/menu_social.gif") no-repeat 0 0;
}
#menu_social:hover {
	background-position:  0 -59px;
}
#menu_social span {
	display: none;
}


/* ****************************** 
catalogo
 ****************************** */



/* ****************************** 
catalogo
 ****************************** */



#catalogo{
width:705px;
background-color:#fff;
}

#catalogo h4{
border-top:dashed 1px #c9ceba;
font-size:12px;
font-weight:bold;
color:#3f4236;
text-tranform:uppercase;
letter-spacing:3px;
text-align:center;
padding:15px 0 0 0;
}

#titulo{

}

#item{
width:705px;
}

.conteudo{
float:left;
width:330px;

}

.foto{
float:right;
width:340px;

}

.foto img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.foto img:hover {
	background-color: #cc0000;
}

.descricao{

}

.subtitulo{
font-size:11px;
font-family:verdana;
color:#666;
}

.icones{

}

.ornamentocatalogo{
text-align:center;
}

#flashcontent{
height:438px;
}
