/* = = = = = = = = = = = = = = = = = =
	# Site Deputado Guimaraes
	 .layout bege e vermelho
	 .estilos para as janelas abertas
	  em lightview
= = = = = = = = = = = = = = = = = = = */


@charset "utf-8";

* {
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

body{
	margin:0;
	font:14px Arial, Helvetica, sans-serif;
	color:#5a0000;
	background:#f5f3df;
	padding:0 10px;
}

/* links */
a:link, a:visited {
	color:#ED1C24;
	text-decoration:underline;
}
a:hover, a:focus, a:active {
	text-decoration:none;
	color:#ED1C24;
}

/* headlines */
h1, h2 {
	clear:both;
	float:none !important;
}
h1 {
	background:none;
	font-size:20px;
	text-indent:0;
	height:auto;
	width:auto;
	font-weight:normal;
	font-style:normal;
	margin:30px 0 0 0;
	text-transform:uppercase;
}
h2 {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #333;
	margin:12px 0 8px 0;
	line-height:140%;
	padding:16px 0 0 0;
}

/* paragrafo */
p {
	margin:8px 0;
	font-size:0.97em;
	letter-spacing:-0.03em;
	line-height:155%;
}

/* listas */
ul {
	font-size:13px;
	line-height:160%;
	text-align:justify;
}
li {
	list-style:disc inside;
}
li.servico {
	display:block;
	float:left;
	height:80px;
	list-style:none;
	margin:0pt 20px 20px 0pt;
	padding:0 0 0 25px; 
	width:130px;
}

li#google		{ background:url(../images/icones_share/google.gif) top left no-repeat; }
li#facebook		{ background:url(../images/icones_share/facebook.gif) top left no-repeat; }
li#digg			{ background:url(../images/icones_share/digg.gif) top left no-repeat; }
li#yahoo			{ background:url(../images/icones_share/yahoo.gif) top left no-repeat; }
li#delicious	{ background:url(../images/icones_share/delicious.gif) top left no-repeat; }
li#stumble		{ background:url(../images/icones_share/stumble_upon.gif) top left no-repeat; }
li#live			{ background:url(../images/icones_share/windows_live.gif) top left no-repeat; }

li.servico ul {
	margin:0 0 0 -38px;
}

/* formularios */
form {
	width:95%;
}

fieldset {
	border:none;
	margin:10px 0pt;
	height:auto;
}
fieldset label {
	clear:both;
	color:#053047;
	display:block;
	float:left;
	font-size:13px;
	margin:0 10px 10px 0pt;
	width:100px;
}
fieldset input {
	height:22px;
}
fieldset input, fieldset textarea {
	background:#006EA8 none repeat scroll 0%;
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:Arial, Tahoma, Verdana, sans-serif;
	font-size:13px;
	padding:2px 0 2px 3px;
	width:270px;
}
fieldset input:focus, fieldset textarea:focus {
	background:#1487C3 none repeat-x scroll center top;
	color:#fff;
}

input.enviar {
	clear:both;
	float:right;
	font-size:14px;
	height:30px;
	margin:0pt 45px 0pt 0pt;
	padding:4px 3px;
	background:#006EA8 none repeat scroll 0%;
	color:#FFFFFF;
	width:auto;
}


