/*
Theme Name: Minimal
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: Design by <a href="http://www.dannisbet.com">DanNisbet.com</a>.  WordPressed by <a href="http://www.themelab.com">Theme Lab</a>
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/

/* Topo */

#banner {
	position:absolute;
	top:0px;
	width:100%;
	height:290px;
	z-index:0;
	background-image:url(http://www.arfiltro.com.br/wp-content/themes/minimal/images/gradiente.jpg);
	background-repeat:repeat-y;
	left: 0px;
	background-color:#D2E0F2;
	background-position: right top;
	display: block;
}

#barraazul {
	position:absolute;
	top:0px;
	width:100%;
	height:10px;
	z-index:1;
	left: 0px;
	display: block;
	background-color:#330099;
}
#logo_topo {
	position:absolute;
	left:50%;
	top:59px;
	width:675px;
	height:184px;
	z-index:1;
	margin-left:-337px;
		}
		
.slogan {
	font-family: Arial, "Trebuchet MS", Verdana;
	font-size: 36px;
	width: 450px;
	font-weight: bold;
	font-style: italic;
	color: #999999;
}

#linha1 {
	position:absolute;
	left:373px;
	top:131px;
	width:440px;
	height:69px;
	z-index:4;

	left:50%;
	top:126px;
	margin-left:-100px;
	line-height:2.50em;}
	
#linha2 {
	position:absolute;
	left:372px;
	top:172px;
	width:403px;
	height:65px;

	left:50%;
	top:177px;
	margin-left:-100px;
	line-height:2.5em;}
	
/* csshack para IE que você colocava um _ (underline) na frente da propriedade que você gostaria que só o IE entendesse? Pois é… ele não funciona no IE7. Mas… se trocarmos o _ (underline) por * (asterísco) ele passa funcionar!

.ie .slogan { 	 }
.ie7 .slogan { 	line-height: 27px; }*/

/* Body Elements */
body {
background-color:#FFFFFF;
color:#000000;
margin-top:50px;
margin-bottom:60px;
font-size:.75em;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.5em;
}

#container {
width:685px;
margin:0 auto;
}

#menu {
width:188px;
height:332px;
padding-top:340px;
padding-right:40px;
float:left;
background-repeat:no-repeat;
text-align:right;
}

#menu ul {
list-style-type:none;
}

#menu li {
padding-bottom:10px;
}

.logo1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:lighter;
font-size:3em;
}

.logo2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:3em;
color:#003399;
}

#content {
margin-top:290px;
float:right;
padding:15px;
width:427px;
}

#footer {
clear:both;
background-image:url("images/footer.jpg");
background-repeat:no-repeat;
background-position:325px 0px;
width:675px;
height:21px;
padding:5px 10px 0px 0px;
margin:0 auto;
color:#404040;
font-size:.8em;
text-align:right;
}

.txtazulrodape{
color:#000099;
}

/* Text Effects 


a:link {text-decoration:nome;}
a:visited {text-decoration:underline; color: #FF0000;}
a:hover {text-decoration: underline; color: #FF0000;}
a:active {text-decoration: underline;}*/

a {text-decoration:none;}

#footer a {color:#717171;}

h1 {
color:#004CA0;
font-size:1.5em;
}

h2 {
color:#bbb;
font-size:1.25em;
}

h3 {
color:#999;
font-size:10px;
font-weight:normal;
margin-bottom:5px;
text-align:center;
}

/* Element Effects 
input, select, textarea {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
width:350px;
color: #fff;
background: #222;
}

input:hover, select:hover, textarea:hover {
background: #333;
}

form {
width:350px;
margin:0 auto;
}
*/
blockquote {
width:90%;
margin:0 auto;
margin-bottom:20px;
border-color:#999;
border-width:1px;
border-style:solid;
background-color:#333;
padding:0px 15px 0px 15px;
}

hr {
width:98%;
height:0;
border:0;
}

img{
border:0px;
}

img.avatar { float:left; padding-right:5px; }
.alignleft {float:left;}
.alignright {float:right;}