/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 100;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #333333;
	background-color: #eeeeee;
	margin:0;
}
img{ border:0;}

a{
	text-decoration:none;
	color:#999999;
	font-weight:bold;
}
a:hover{
	color:#666666;
	text-decoration:line-through;
}

a:visited{
	text-decoration:none;
}

ul{
	width:900px;
	margin:0;
	padding:0;
}

li{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}

.header{
	margin:20px 0 0 13px;
	width:1020px;
	clear:both;
}
.content{
	clear:both;
	margin:10px 0 0 13px;
	width:900px;
	min-width:900px
}

.logo{float:left;width:250px}
.update{float:right;width:250px}

.bollet{
	color:#FF4154;
}
li.linkProject a{
	font-weight:normal;
	color:#595958;
}
li.linkProject a:hover{
	text-decoration:line-through;
	
}

/* content.html*/
.root, .titulo, .resumo, .subTitulo{font-size: 12px;font-family: Georgia, "Times New Roman", Times, serif;}


.root a{
	color:#FF4154;
}
.titulo{
	color:#666666;
	font-size: 14px;
	margin:8px 0 14px 0;
	font-weight: bold;
}
.tituloa:hover{
	text-decoration:line-through;
	color:#666666;
	font-size: 14px;
	margin:8px 0 14px 0;
	font-weight: bold;
}
.introtext{
	font-size: 12px;
	color:#595958;
	width:400px;
	min-width:400px;
	float:left;
}

.fulltext{
	font-size: 11px;
	color:#666666;
	width:400px;
	min-width:400px;
	float:left;
	margin-left: 100px;
}

.subTitulo{
	margin:20px 0 10px 0;
}
.galeria{
	width:1020px;

}
.imagemGrande{
	width:540px;

	float:left;
	
}
ul.thumb{
	margin:0 95px 0 0;
	width:382px;
	float:right;
}

ul.thumb li{
	padding:0;
	margin:0 5px 6px 0;
	width:122px;
	min-width:122px;
	height:72px;
	float:left;
	
}

ul.thumb li a img {
	padding:2px;
	display:block;
	background-color:#eee;
}
ul.thumb li a:hover img {
	background-color:#FF4154;
	padding:2px;
}


/*		maillist.html		*/
.form {
	padding:4px 0 0 0;
}

.input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	background-color: #FF4255;
	border:1px solid #FF4255;
	padding:4px 0 4px 2px;
	width: 150px;
}

a.button{
	color:#fff;
	background-color: #000;
	border:1px solid #000;
	padding: 3px 12px 4px 12px;
	margin: 0 0 0 1px;
	font-weight:normal;	
}

a.button:hover{
	color:#FF4255;
	text-decoration: none;
}

.clear{ 
	clear: both;
}

