@charset "utf-8";
body {
	background: url("../img/bckg.jpg") repeat-x scroll center top #161616;
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}


#header{
	width:960px;
	padding: 40px 0px 10px 0px;
	margin-left:auto;
	margin-right:auto;
}

#menu{
	margin-left:455px;
	margin-top:-60px;
	width:515px;
}

#menu li{
	list-style:none;
	font-size:15px;
	display:table-cell;
	padding-right:30px;
	
}

span.menu{
	display:table-cell;
}





a.menu_link:link {
	color:#444;
	text-decoration: none;
	}
a.menu_link:visited {
	text-decoration: none;
	color:#444;
}
a.menu_link:hover {
	text-decoration:none;
	color:#999;
	
}
a.menu_link:active {
	text-decoration: none;
	color:#444;
}

#base_content{
	background: url("../img/bckg_content.jpg") repeat-x scroll center top #FFF;

}

#content{
	background: url("../img/bckg_content.jpg") repeat-x scroll center top #FFF;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding: 60px 0 60px 22px;



}



#footer{
   	background: none repeat scroll 0 0 #161616;
    height: 25px;
    width: 100%;
	color:#444;
	margin-bottom:0px;
	padding-bottom:30px;
}

#content_footer{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;

}

img.logo_footer{
	margin-top:6px;
	position:absolute;
}
p.footer{
	margin-left:150px;
	position:absolute;
}

p.footer2{
	float:right;
	
}

a.footer:link {
	color:#444;
	text-decoration: none;
	}
a.footer:visited {
	text-decoration: none;
	color:#444;
}
a.footer:hover {
	text-decoration:none;
	color:#CCC;
	
}
a.footer:active {
	text-decoration: none;
	color: #444;
}

h1.title{
	color:#666;

}
h1.title_portf{
	color:#666;
	margin-left:5px;

}

h2.subtitle{
	color:#999;

}

h2.subtitle_portf{
	color:#999;
	margin-left:5px;

}

#map_contact{
	margin-left:305px;
	margin-top:-260px;

}

p.profile{
	line-height:17px;

}

.profile{
	width:400px;
	text-align:justify;
}

img.profile{
	margin-left:525px;
	margin-top:-185px;
}


.nivoSlider {
	position:relative;
	
}
.nivoSlider img {

	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;

}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


#slider {

    width:800px;
    height:334px;
    margin-left:83px;
	margin-top:-380px;

}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
	bottom:20px;
}

.nivo-controlNav {
	position:absolute;
	left:354px;
	bottom:-62px;
	
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.clear {
	clear:both;
}

.bckg_home{

	height:425px;
	background-image:url(/alexandrealmeida/img/bckg_home.jpg);
	margin-top:-45px;
	
}

.facebook{
	margin-top:5px;
	margin-left:625px;
	position:absolute;

}

hr.portfolio{
	border-top:dotted 1px #666;
	color:#FFF;


}

ul.portfolio{
	margin-left:-35px;
}
li.portfolio{
	list-style:none;
	display:inline-block;
	padding:2px;
	
}

#preview{
	position:absolute;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	margin-left:-250px;
	margin-top:10px;
	}

#content_cms{
	margin-left:auto;
	margin-right:auto;
	width:960px;
}