/* //////////////////////////////////

 Colored Elements - Blue
  
 SEQOY Web Site 2.0 (seqoy.com)
 Main CSS
 
////////////////////////////////// */
/* Links */

a {
	color: #00b3ff;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #8adcff;
}

/* Top Header */
body {
	/* repeat top background with one pixel image */
	background: #fff url(/imagens/blue/background-topo.jpg) repeat-x;
}

/* Search Field */
#searchField {
	outline: none;
	border: none;
	background-color: #fff;
	color: #00b3ff;
	float: right;
	width: 152px;
	margin-right: 1px;
	font-size: 13px;
	height: 18px;
}

/* Divisor Main Blog */
.seqoyContainer #blog_li {
	background: url(/imagens/blue/divisor-blog.jpg) no-repeat 0 100%;

}

/* Footer */
.seqoyContainer #footer {
	padding: 0 10px;
	background: url(/imagens/blue/background-base.jpg) repeat-x;
	height: 167px;
	position: relative;
}


