@charset "utf-8";
/* CSS Document */

a:visited{
	color:#000;
}
a:link{
	color:#000;
}
a:hover{
	color:#000;
}


html, body{
	margin:0px;
	border:0px;
	background:url(img/bg.jpg) repeat-x fixed;
	background-color:#000;
	width:100%;
	height:100%;
	min-height: 100%;
}

html>body, html>body #wrapper {
    height: auto;
} 

#wrapper{
	background:url(img/bgHeader.png) no-repeat fixed;
	position:absolute;
    top: 0;
    left: 0;
	margin:0px;
	border:0px;
	width:100%;
	height:100%;
	min-height: 100%;
}

h1 {
	text-indent:-3000px;
}
	
#logoDiv {
	width:199px;
	height:229px;
	margin:0px;
	position:fixed;
	top: 10px;
	left:10px;
}

h2 {
	text-indent:26px;
	font-family: 'Ubuntu', sans-serif;
	color:#d2dd44;
	text-decoration:none;
	font-size:18pt;
}

h3 {	
	display:block;
	font-family: 'Ubuntu', sans-serif;
	font-size:40px;
	color:#ebebeb;
	margin:0px;
	border-bottom:1px;
	border-color:#FFF;
	background-image:url(img/bgH3.png);
	background-position:0px 8px;
	background-repeat:no-repeat;
	text-indent:50px;
	margin-left:-50px;
}

#header {
	width:700px;
	height:229px;
	position:absolute;	
	left:235px;
	top:0;
	text-align:center;
	
}

#headerTxtBox {
	width:680px;
	height:180px;
	position:absolute;
	left:50%;
	margin-left:-340px;
	top:0;
	background-color:#000;
	-moz-border-radius:5px;
	border-radius:5px;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	z-index:1;
}

.linksHeader:visited{
	color:#d2dd44;
	text-decoration:none;
	border:0px;
}
.linksHeader:link {
	color:#d2dd44;
	text-decoration:none;
	border:0px;
}
.linksHeader:hover {
	color:#d2dd44;
	background-color:#000;
	text-decoration:none;
	border:0px;
}

#lateral {
	width:220px;
	height:400px;
	float:left;
	margin-right:10px;
	position:fixed;
	top:240px;
}

ul {
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	line-height:20px;
	color:#999;
	text-indent:-15px;
	list-style:none;
}


.linksMenu:visited{
	color:#ccc;
	text-decoration:none;
	border:0px;
}
.linksMenu:link{
	color:#ccc;
	text-decoration:none;
	border:0px;
}
.linksMenu:hover{
	color:#FFF;
	background-color:#111;
	text-decoration:none;
	width:auto;
	text-align:center;
	margin:2px;
}

#content {
	position:absolute;
	float:left;
	top:235px;
	left:230px;
	margin-left:15px;
}

#work {
	width:220px;
	height:205px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#000;
	margin-right:10px;
	margin-bottom:10px;
	border:0px;
	padding-top:10px;
	text-align:center;
	float:left;
	text-decoration:none;
}

#work:hover {
	color:#222;
	width:220px;
	height:205px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#222;
	margin-right:10px;
	margin-bottom:10px;
	border:0px;
	padding-top:10px;
	text-align:center;
	float:left;
	
	-moz-box-shadow: 0px 3px 2px #000;
	-webkit-box-shadow: 0px 3px 2px #000;
	box-shadow: 0px 3px 2px #000;
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000')";
	
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000');
}

.nomeWork {
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin-top:15px;
	text-decoration:none;	
}

.kindWork {
	font-family: 'Ubuntu', sans-serif;
	font-size:11px;
	color:#d2dd44;
	margin-top:-5px;
	text-decoration:none;
	font-style:italic;
}

.txtHeader {
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color:#ebebeb;
	z-index:2;
	width:620px;
	position:absolute;
	left:50%;
	margin-left:-310px;
	top:10px;
	text-align:center;
	line-height:16px;
	display:block;
}

.textContent {
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color:#CCC;
}

.pHighlight {
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color:#FFF;
}

.linksWork {
	text-decoration:none;	
}

#monster404
{
	width:485px;
	height:481px;
	background-image:url(img/404.png);
}

.listInfo li{
	color:#d2dd44;
}

.listInfo li span{
	color:#cccccc;
}

