/*
Theme Name: Biometrix
Theme URI: http://www.biometrix.com.br
Version: 1.0
Description: Biometrix Theme
Author: pH Design
Author URI: http://www.phdesign.com.br
*/

#temporariamente
	{
	padding-top:100px;
	}

/* Body */

body
	{
		margin: 0;
		padding: 0;
		color: #333;
		background-image: url(images/bg.jpg);
		background-repeat: no-repeat;
		background-color: #f3771d;
		font-family: "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		line-height: 150%;
		background-attachment: scroll;
		background-position: center top;
	}



/* Links */

a:link,
a:visited,
a:active 
	{
		/*text-decoration: none;*/
		color: #f58220;
	}

a:hover
	{
		color: #d96100;
	}

#tab_listagem a:link,
#tab_listagem a:visited,
#tab_listagem a:active 
	{
		color: #555;
	}

#tab_listagem a:hover
	{
		color: #f58220;
	}


/* Headings */

h1, h2, h3, h4, h5, h6
	{
		font-weight: normal;
		/*margin: 20px 0 10px;*/
	}

h1
	{
		font-size: 16px;
		margin: 0px;
		color: #ed1c24;
	}

h2
	{
		font-size: 13px;
		color: #ed1c24;
		margin: 0px;
	}

h3
	{
		font-size: 11px;
		color: #ed1c24;
		margin: 0px;
	}

h4, h5, h6
	{
		font-size: 10px;
		color: #ed1c24;
		margin: 0px;
	}



/* Html Elements */
.titles
	{ 
		font-weight: normal;
		line-height:25px;
		border-bottom-width: 0;
		font-size: 20px;
		text-decoration: none;
		underline: none;
		padding-top:10px;
		margin-top:10px;
		
	}

.titles a:link,
.titles a:visited,
.titles a:active
	{
		text-decoration: none;
		underline: none;
		font-size: 20px;
		font-weight: normal;
		border-bottom-width: 0;
	}

pre, blockquote
	{
		overflow: auto;
		padding: 0 10px;
		margin: 20px 30px;
		line-height: 1.8em;
		background-color: #f5f5f5;
		border: 1px solid #e0e0e0;
	}

pre:hover,
blockquote:hover
	{
		background-color: #f0f0f0;
		border: 1px solid #d0d0d0;
	}

pre
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}

code
	{
		color: #779900;
		font-family: Consolas, Verdana, "Courier New", Sans-Serif;
	}

ul, ol
	{
		line-height: 16px;
	}

ul
	{
		margin-bottom: 10px;
	}

abbr, acronym
	{
		font-style: normal;
		border-bottom: 1px dotted #333333;
		cursor: help;
	}

del
	{
		text-decoration: line-through;
		color: #999999;
	}

ins
	{
		text-decoration: none;
		color: #009977;
	}

table
	{
		padding-bottom: 20px;
	}

table td
	{
		padding: 2px 5px 2px 5px;
	}

.tab_color1
	{
		background-color:#e5f0f6;
		border-bottom: solid 1px #ccc;
	}

.tab_color2
	{
		background-color:#fff;
		border-bottom: solid 1px #ccc;
	}


/* Forms */

#loginform #submit,
#button,
.cform input.sendbutton,
.cform input.sendbutton2,
.cform input.sendbutton3,
.cform input.sendbutton4,
.cform input.sendbutton5,
#sendbutton,
#sendbutton2,
#sendbutton3,
#sendbutton4,
#sendbutton5
	{
		background-image:url(images/button.gif);
		height: 18px;
		border: 0;
		font-size: 11px;
		color: #fff;
	}

input
	{
		font-size: 11px;
		color:#666666;
	}


/* Structure */

#wrapper
	{
		/*clear: both;*/
		float: left;
		width: 770px;
		color: #555;
		margin-left: auto;
		margin-right: auto;
	
		background: url(images/bg_wrapper.jpg);
		background-repeat: no-repeat;
	}

#banner_float
	{
		/*background-color: #ccc;*/
		width: 440px;
		height: 424px;
		z-index: 60;
		position: absolute;
	}
	
#banner_spacer
	{
		height: 122px;
	}

#full_content
	{
		clear: both;
		width: 770px;
		margin-left: auto;
		margin-right: auto;

	}
	
#full_bg
	{
		float: left;
		clear: both;
		background: url(images/bg_wrapper.gif);
		background-repeat: repeat-y;
	}

#header
	{
		float: left;
		width: 770px;
		background: #FFFFFF;
		clear: right;
		background-image: url(images/header.gif);
		background-repeat: no-repeat;
		padding-left: 0px;
		height: 84px;
		margin-top: 25px;
	}

#navigation
	{
		clear: both;
		float: left;
		width: 100%;
		background-color:#424854;
		height: 50px;
		margin-top: 0px;
		padding: 0px;
	}

#content-wrapper
	{
		top: 0;
		width: 510px;
		float: right;
		margin: 0;
		padding: 0;
		/*background-color:#999;*/
	}

/*
*html #content-wrapper
	{
		width: 500px;
	}*/


#content
	{
		padding: 20px 20px 10px 20px;
	}

#sidebar-wrapper
	{
		width: 256px;
		float: left;
		/*background-color:#ccc;*/
	}

#sidebar
	{
		margin: 0;
		text-align: left;
		/*padding-top: 300px;*/
	}

#footer
	{
		clear: both;
		float: left;
		width: 750px;
		text-align: center;
		/*padding-left: 20px;*/
		/*background: #FFFFFF;*/
		color: #666;
		font-size: 11px;
		
		background: url(images/bg_wrapper.gif);
		background-repeat: repeat-y;
	}

#footer a
	{
		color: #214863;
		font-size: 11px;
	}

#footer a: visited
	{
		color: #214863;
	}

#footer a:hover
	{
		color: #102330;
		/*border-bottom: 1px dashed #D39CD6;*/
	}

#footer table, tr, td
	{
		padding: 0;
		margin: 0;
	}

#extras
	{
		float: left;
		width: 780px;
		color: #444444;
		text-align: left;
		padding: 0 10px 10px;
		margin: 10px 12px 20px;
		background-color: #f5f5f5;
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
	}

#search
	{
		/*padding: 9px 15px 15px 0;
		text-align: right;
		color: #ccc;
		height: 18px;*/
		height: 40px;
		margin: 0;
		padding: 0;
		width: 440px;
	}

#menu
	{
		padding: 0 15px 0 0;
		margin:0;
		/*text-align: right;*/
		width: 510px;
	}

*html #menu
	{
		padding: 0 0 0 0;
	}



/* Header */

#header h1
	{
		padding-left: 30px;
	}

#header h1 a
	{
		font-size: 25px;
	}



/* Navigation */

#navigation ul
	{
		list-style-type: none;
		list-style-image: none;
		float: left;
		padding: 0px 0px 0px 0px;
		margin: 0px;
	}

#navigation li
	{
		float: left;
		margin: 0px;
		padding: 0px;
	}

#navigation li a:link,
#navigation li a:visited
	{
		float: left;
		color: #5A869E;
		display: block;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 10px;
		height: 55px;
		font-size: 14px;
		margin-top: 0px;
	}

#navigation li a:hover,
#navigation li a:active
	{
		color: #FFFFFF;
		background: #B9D3E4;
		background-repeat: repeat-x;
		font-size: 14px;
		margin-top: 0px;
		background-image: url(images/nav-bg2.gif);
	}

#navigation li.active a
	{
		color: #555555;
		background-color: #ffffff;
	}



/* Wrapper */

#wrapper a:link
	{
		font-weight: bold;
	}

#wrapper a:visited
	{
		font-weight: bold;
	}

#wrapper a:hover, #wrapper a:active { }



/* Content */

.clear
	{
		clear: both;
	}

.post
	{
		padding: 0 0 0px 0;
		width: 440px;
	}

#post-wrapper
	{
		/*background-image: url(images/bg_post.gif);*/
		background-repeat: no-repeat;
		background-position: left top;
	}

#post_title
	{
		float: left;
		width: 440px;
		clear: right;
		/*margin-top: 5px;
		margin-bottom: 15px;*/
		padding-top: 0; 
	}

#content .post-title a
	{
		border-bottom-width: 0;
		padding-top:100px;
	}

#content .post p.img
	{
		float: left;
		margin: 0 15px 15px 0;
	}

#content .post p.img img
	{
		/*padding: 8px;*/
		border: 1px solid #d0d0d0;
		background-color: #eeeeee;
	}

#content .post-footer
	{ 
		font-size: 90%; 
		color: #888888;
		margin-bottom: 5px; 
		padding:5px 5px 5px 15px;
		background-repeat: none;
		background-color: #F8F8F8;
		border: 1px solid #EBEBEB;
	}

.image_left
	{
		float: left;
		margin-bottom: 10px;
		margin-right: 15px;
		border: 0;
	}

.image_right
	{
		float: right;
		margin-bottom: 10px;
		margin-left: 15px;
		border: 0;
	}



/* Sidebar */

.sideblock
	{
		padding: 0 10px;
		margin-bottom: 30px;
	}

.sideblock ul { }

.sideblock h3
	{
		margin-top: 5px;
		font-size: 16px;
		color: #ed1c24;
		font-weight: bold;
	}

#sidebar dt
	{
		margin: 0;
		padding-top: 5px;
		font-weight: bold;
		color: #666666;
	}

#sidebar dd
	{
		margin: 0 0 5px;
		padding-bottom: 5px;
		line-height: 1.8em;
	}

#sidebar dd a:link
	{
		border-bottom-width: 0;
		font-weight: normal;
		border-bottom: none;
		text-decoration: none;
	}

#sidebar dd a:visited
	{
		border-bottom-width: 0;
		font-weight: normal;
		border-bottom: none;
		text-decoration: none;
	}

#sidebar dd a:hover,
#sidebar dd a:active
	{
		border-bottom: none;
		text-decoration: none;
	}



/* Extras */

#extras h6
	{
		font-size: 14px;
		text-transform: uppercase;
		color: #555555;
	}

#friends
	{
		float: left;
		width: 150px;
		margin-left: 20px;
		margin-right: 10px;
	}

#links
	{
		float: left;
		width: 275px;
		margin-right: 50px;
	}

#about
	{
		float: left;
		width: 250px;
		margin-right: 20px;
	}

#friends ul
	{
		padding-left: 20px;
	}

#links dl,
#links dt,
#links dd
	{
		margin: 0;
		padding: 0;
	}

#links dt
	{
		font-weight: bold;
		padding-top: 5px;
	}

#links dd
	{
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #999999;
	}



/* Comments Styling */
#commentlist li
	{
		margin-bottom: 1.5em;
		padding-bottom: 1em;
		border-bottom: 1px solid #700000;
	}

#commentform
	{
		margin: 1em 0;
		background: #FFFFFF;
		width: 280px;
	}

#sfloginform2 textarea,
#commentform textarea
	{
		background: #f8f7f6;
		border: 1px solid #d6d3d3;
		width: 280px;
	}

#commentform textarea:hover
	{
		background: #FFFFFF;
		border: 1px solid #d6d3d3;
	}

#commentform textarea:focus
	{
		background: #ffffff;
		border: 1px solid #939793;
	}

#commentform #email,
#commentform #author,
#commentform #url
	{
		font-size: 1.1em;
		background: #f8f7f6;
		border: 1px solid #d6d3d3;
		width: 280px;
	}

#commentform #email:hover,
#commentform #author:hover,
#commentform #url:hover
	{
		font-size: 1.1em;
		background: #ffffff;
		border: 1px solid #d6d3d3;
		width: 280px;
	}

#commentform #email:focus,
#commentform #author:focus,
#commentform #url:focus
	{
		font-size: 1.1em;
		background: #ffffff;
		border: 1px solid #939793;
		width: 280px;
	}

#commentform input
	{
		margin-bottom: 3px;
	}

.date
	{ 
		margin-bottom: 0px;
		float: left;
		padding-bottom: 10px;
		width: 470px;
	}

.date .month
	{
		display: block;
		color: #ed1c24;
		padding: 2px 0px;
		/*text-align: center;*/
		text-transform: uppercase;
		font-size: 10px;
		margin-top: 2px;
		font-weight: bold;
		/*margin-bottom: 3px;*/
	}

.date .day
	{
		display: block;
		color: #ed1c24;
		/*font: 2.3em Georgia;*/
		padding-top: 0px;
		text-align: center;
		margin-top: -8px;
	}

#left
	{
		width: 60px;
		float: left;
	}

.slogan
	{
		font-size: 13px;
		color: #6F6F6F;
		text-transform: lowercase;
		margin-left: 30px;
		margin-bottom: 2px;
	}



/* Calendar */

#wp-calendar
	{
		width: 100%;
	}

#wp-calendar th,
#wp-calendar tr
	{
		text-align: center;
	}

#wp-calendar .today
	{
		border: thin solid #ed1c24;
	}

#wp-calendar #calendar_month
	{
		background-color: #e6e6e6;
		padding: 3px;
		font-weight: bold;
	}

#wp-calendar .pad
	{
		color: #ed1c24;
	}


/* Login Fórum */

#sfloginform2
	{
		/*background-color:#CCCCCC;*/
	}

#sfloginform2 fieldset
	{
		border: 0;
	}


/* Languages */

#qtrans_language_chooser li
	{
		/*list-style: none;
		list-style-type: none;
		display: inline;*/
		
		display:inline;
		float:left;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		padding:20px;
		width:40px;
		margin-bottom: 20px;
	}

.linha_cinza1
	{
		background-color:#f8f8f8;
		height:100%;
		width:100%;
		font-size: 11px;
		color: #6a6a6a;
		padding-left: 11px;
	}

.linha_cinza2
	{
		background-color:#fff;
		height:100%;
		width:100%;
		font-size: 11px;
		color: #6a6a6a;
		padding-left: 11px;
	}
	
.linha_titulo
	{
		background-color:#eda348;
		height:100%;
		width:100%;
		font-size:10px;
		color: #fff;
		font-weight:bold;
		padding-left: 11px;
	}
	
.linha_produto
	{
		background-color:#c0c0c0;
		height:100%;
		width:100%;
		background-image:url(images/bg_prod.jpg);
		padding: 7px 16px;
		color: #555555;
	}

.quant
	{
		font-weight:bold;
		color:#b01616;
	}

.barra_div
	{
		padding: 0;
	}

#table_prod
	{
		padding-left: 10px;
	}

.div_resposta
	{
		color:#b01616;
		font-size: 10px;
		font-weight:bold;
		text-align: center;
		margin-top: 8px;
	}

.linha_sim
	{
		background-color: #f9f9f9;
		width: 100%;
		height: 100%;
	}

.confir
	{	
		font-size:11px;
		color: #6a6a6a;	
		padding-top: 30px;
		margin-left: 35px;	
	}

.confir input,
.confir select,
.confir textarea 
	{
		width: 240px;
		margin-top: 5px;
	}

.confir2
	{	
		font-size:11px;
		color: #6a6a6a;	
		margin-left: 35px;	
	}

.confir3 input,
.confir3 select,
.confir3 textarea 
	{
		width: 22px;
		margin-top: 5px;
	}

.botao
	{
		background: url("/wp-content/themes/biometrix/images/bt_ve_bg.jpg");
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		font-family: "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
		font-size: 11px;
		color: #fff;
		cursor:pointer;
		text-transform:uppercase;
		font-weight:bold;
	}
	
#botao_ex
	{
		background: url("/wp-content/themes/biometrix/images/bt_ex_bg.jpg");
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		font-family: "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
		font-size: 10px;
		color: #6d6d6d;
		cursor:pointer;
		text-transform:uppercase;
		width: 55px;
	}

#div_email
	{
	width: 550px;
	height: 217px;
	background-image:url(images/topo_email.gif);
	background-repeat:no-repeat;		
	}

#div_email_texto
	{
		float:right;
		width: 196px;
		margin-right: 27px;
		font-size: 12px;
		color: #fff;
		text-align:right;	
	}
	

.newsletter_thumb ul
	{
		border:0 none;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		padding:0;
		text-align:center;
	}

.newsletter_thumb li
	{
		border:0 none;
		display:inline;
		margin:0 5px 5px 5px;
		padding:0;
	}

.newsletter_thumb a
	{
		border:0 none;
	}