/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-family:Tahoma, Geneva, sans-serif;
	width:900px;
	margin: 0px auto 0px;
}

td {
	font-size:12px;
	line-height:16px;
}

.boxInside {
	background-color:#fff;
	font-size:10px;
	line-height:13px;
	padding:4px;
	text-align:left;
	color:#333;
}

#menutop {
	position:relative;
	text-align:center;
	vertical-align:top;
	background-image:url(images/fundo_menu_top.png);
}
#menutop img {
	vertical-align:text-top;
}

.espaco {
	padding:20px;
}

.padtop0 {
	padding-top:0px;
}

#imagensPrincipal td {
	padding-top:20px;
}

#rodape td {
	color:#FFF;
	font-size:12px;
	line-height:16px;
}

#rodape a {
	color:#FFF;
	text-decoration:none;
}

a {
	color:#026a92;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#page {
	background-image:url(images/fundo.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.entry {
	line-height:16px;
	color:#333;
}
.imgOrg {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:40px;
	margin-right:40px;
}
#header {
	position:relative;
	height:330px;
}
#assinatura {
	padding:20px;
	color:#CCC;
	text-align:right;
}
#assinatura a {
	color:#CCC;
}
.inputcampo {
	position:relative;
	width:300px;
}

.inputtext {
	position:relative;
	width:300px;
	height:100px;
}
