/*
Author: Daniel Lauding
Www: http://daniel.lauding.se
Email: daniel@lauding.se

Credits: card.ly theme: dimpled

Modified: Fernando Brito
email@fernandobrito.com
*/

body {
  /* background: transparent url(images/bg.png) repeat 0% 0%; */
  background: #575757;
  padding: 0;
  margin: 0;
  text-align: left;
  font: 62.5% "lucida grande",tahoma,verdana,arial,sans-serif;
  color: #747474;
}


/* standard elements */

.hide {
  display: none;
}

.clear {
  clear: both;
}

hr {
  height: 1px;
  border: 0;
  color: #CCC;
  background: #CCC;
  margin: 20px 0px;
}

a {
  color: #2f7cbd;
  text-decoration: none;
}

.photo {
  border: dashed 1px #999;
  padding: 4px;
  margin-left: 10px;
}

.justified {
  text-align: justify;
}

a:hover {
  color: #2f7cbd;
  text-decoration: underline;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0 0 16px;
  padding: 0;
  line-height: 1.3em;
}

.last {
  margin-bottom: 0px;
}

h1 {
  color:#2c2b2b;
}

h2 {
  color: #2b2b2b;
  font-size: 2.2em;
  margin: 0 0 0px;
  text-align: left;
  padding: 35px 0 0 45px;
}

h3 {
  color: #666;
  font-size: 1.3em;
  margin: 10px 0 8px;
  margin: 0px;
  margin-bottom: 10px;
}

img.alignright {
  float: right;
  margin: 0 0 0 40px;
}
img.alignleft {
  float: left;
  margin: 0 20px 50px 0;
}

/* structure */

div#rounded-top{height:93px;background:transparent url(images/bg_roundedTop.png) no-repeat top center;}

div#rounded-bottom{height:47px;background:transparent url(images/bg_roundedBottom2.png) no-repeat bottom center;}

div#wrapper {
  width: 564px;
  margin: 80px auto 0;
  font-size: 1.2em;
}

div#navigation {
  height: 37px;
  margin: 0 auto;
  left: 125px;
  overflow: hidden;
  position: absolute;
  bottom: -43px;
  width: 564px;
}

div#container {
  background: transparent url(images/bg_content2.png) repeat-y top center;
  padding: 0px 45px 30px;
  position: relative;
}

div#pessoal{height:auto;}
div#projetos{height:auto;}
div#contato{height:auto;}

div#footer {
  background: transparent url(images/bg_footer.png) no-repeat 50% 100%;
  height: 59px;
}

/* navigation */

div#navigation a {
  color: #000;
  text-decoration: none;
  color: #fff;
  height: 34px;
  margin: 6px 10px 0 0;
  width: 95px;
  display: block;
  float: left;
  text-indent: -9999px;
}

div#navigation a#nav_pessoal {background:transparent url(images/sprites3.png) no-repeat 0 0;}

div#navigation a#nav_pessoal.nav_active{background:transparent url(images/sprites3.png) no-repeat scroll 0 -31px;}

div#navigation a#nav_projetos {background:transparent url(images/sprites3.png) no-repeat scroll 0 -93px;}

div#navigation a#nav_projetos.nav_active{background:transparent url(images/sprites3.png) no-repeat scroll 0 -62px;}

div#navigation a#nav_contato {background:transparent url(images/sprites3.png) no-repeat scroll 0 -155px;}

div#navigation a#nav_contato.nav_active{background:transparent url(images/sprites3.png) no-repeat scroll 0 -124px;}

/* Networks */

#projetos ul{overflow:hidden;}
#projetos ul li {
  background: transparent url(images/bg_networks.png) repeat-x top left;
  display: block;
  width: 206px;
  float: left;
  font-size: 1em;
  font-weight: normal;
  overflow: hidden;
  padding: 6px 0 8px 30px;
  border-right: 1px solid #ededed;
}

#projetos ul li span {
  display: block;
  font-size: 0.5em;
  margin: 0 0 0 71px;
}

#projetos ul li img{margin:0 10px 0 0;vertical-align:top;float:left;}


#projetos ul li span a{color:#686868;}

/* Contact */

dl{margin:0;}
dl a{color:#77aee8;}
dl a:hover{color:#77aee8;}
dt{float:left;}
dd{margin:0 0 10px 200px;font-weight:bold;}


.detail_name {
  width: 94px;
  float: left;
  margin-bottom: 10px;
}

.lavid_info {
  margin: 10px;
  padding: 10px;
  border: 1px dashed #ccc;
}

.alignright{float:right;width:48%;}
.alignleft{float:left;width:70%;}
