/*
Theme Name: Del Lavoro
Theme URI: http://www.dellavoro.com.br/
Description: Tema Del Lavoro
Version: 1.0
Author: Cinthia Lira
Author URI: http://www.cinthialira.com.br
Tags: direito, advocacia

*/
body, html, div {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
	color: #494949;
	background-color:#e5e5e5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
ul, li, a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
}
a {
	color: #447692;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ad2d19;
	text-decoration: underline;
}
.clear {
	clear: both;
}
#wrapper {
	margin: 0 auto;
	width: 890px;
	background-color:#fff;
	background-image: url(images/wrapper-bg.gif);
	background-repeat: repeat-y;
}
#header {
	width: 890px;
	height: 255px;
}
#logo {
	width: 526px;
	height: 117px;
	background-image: url(images/del-lavoro-logo.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	overflow:hidden;
	float: left;
}
#logo a {
	width: 526px;
	height: 117px;
	display: block;
}
#flash-header {
	float: left;
}
#flash-fotos {
	float: right;
}
#sidebar {
	width: 250px;
	float: left;
	background-image: url(images/bg-pages-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 17px;
}
#pages-2 .widgettitle {
	display: none;
}
#pages-2 {
	padding-bottom: 22px;
	background-image: url(images/bg-pages-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.widgetitems ul .page_item a {
	width: 190px;
	height: 28px;
	background-image: url(images/button-up-over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	color: #fff;
	padding: 12px 0 0 60px;
	text-transform: uppercase;
	font-size: 14px;
}
.widgetitems ul .page_item a:hover, .widgetitems ul .current_page_item a {
	background-image: url(images/button-up-over.gif);
	background-repeat: no-repeat;
	background-position: -250px 0;
	color: #ad2d19;
	text-decoration: none;
}
.widgetitems .page_item .page_item a {
	width: 180px;
	height: auto;
	background-image: url(images/subbutton-up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #fff;
	padding: 5px 10px 5px 60px;
	text-transform: none;
	font-size: 12px;
}
.widgetitems li .page_item a:hover,
.widgetitems .current_page_ancestor .current_page_item a {
	background-image: url(images/subbutton-up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #a9b5bc;
	text-decoration: none;
}
.widgetitems .page_item ul {
	display: none;
}
.widgetitems .current_page_item ul,
.widgetitems .current_page_ancestor ul, 
.widgetitems .current_page_parent ul {
	display: block;
}
#content {
	width: 640px;
	float: right;
}
#content ul, #content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	padding: 10px 35px 10px 25px;
}
#content h2 {
	background-image: url(images/seta-h2.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	padding: 3px 3px 2px 26px;
	margin:  10px 35px 10px 25px;
	text-transform: uppercase;
	font-size: 24px;
	color: #ad2d19;
	font-weight: bold;
	border-top: 1px dotted #bcbcbc;
	border-bottom: 1px dotted #bcbcbc;
}
#content h3 {
	padding: 3px 0px 1px 0px;
	margin:  10px 35px 10px 25px;
	color: #2a404e;
	border-bottom: 2px solid #ad2d19;
}
#content h4 {
	color: #ad2d19;
}
#content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 20px 30px 20px 20px;
	border: 0;
}
#content table th {
	border: 0;
	background: #999;
	padding: 3px;
	color: #fff;
	font-weight: bold;
}
#content table td {
	border: 0;
	background: #eee;
	padding: 3px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: justify;
}
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: justify;
	list-style: square;
	margin-left: 20px;
}
#footer {
	clear:both;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-y;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 12px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */






/*HOME*/

#box01, #box03 {
	width: 320px;
	float:left;
}
#box02, #box04 {
	width: 320px;
	float:right;
}
#box01 h2, #box03 h2,
#box01 h3, #box03 h3,
#box01 p, #box03 p {
	margin: 15px 10px 15px 20px;
}
#box02 h2, #box04 h2,
#box02 h3, #box04 h3,
#box02 p, #box04 p {
	margin: 15px 20px 15px 10px;
}
#box01 p, #box02 p , #box03 p, #box04 p  {
	padding: 0;
}
#box01 p a, #box02 p a, #box03 p a, #box04 p a  {
	color: #494949;
	font-weight: normal;
}
#box01 p a:hover, #box02 p a:hover, #box03 p a:hover, #box04 p a:hover  {
	color: #ad2d19;
}
#clear-box {
	clear:both;
}
#box01 h2, #box02 h2, #box03 h2, #box04 h2 {
	font-size: 18px;
	background-image: url(images/seta-h2-home.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	padding-left: 20px;
}
#box01 h3, #box02 h3, #box03 h3, #box04 h3 {
	font-size: 14px;
}
#box01 a:hover, #box02 a:hover, #box03 a:hover, #box04 a:hover {
	text-decoration: none;
}










/* FORM 2 */
#cforms2form #li-2-17items input {
	border: 1px solid black;
}
#cforms2form #li-2-17items label {
	width: 470px; 
}
