body {
	background-repeat: repeat;
	background-image: url(../images/bgnd.png);
	background-color: white;
}

#container {
	
}

#header {
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	background-image: url(../images/logosd2.png);
	height: 25px;
	padding-top: 165px;
	border-bottom-color: #969696;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-position: 841px 120px;
	background-repeat: no-repeat;

	font-size: 16px;

	line-height: 20px;
	text-shadow: 0px 1px 0px #868686;
	color: #eaeaea;
	font-family:  Helvetica, Arial, sans-serif;
	text-align: right;
	width: 990px;

}


#header a {
	text-decoration: none;
	color: #eaeaea;

}

#header a:hover {
	text-decoration: none;       
	color: #2b5ebe;
}

#contents {
	margin-right: auto;
	margin-left: auto;
	min-height: 350px;
	width: 1000px;
}

#main {
	width: 800px;
}

#sidebar {
	margin-right: 15px;
	margin-top: 50px;                      
	float: right;                       
	width: 175px;                      
}



.title {
	color: #fff;                  
	font-size: 24px;                 
	text-align: right;
	text-shadow: #868686 0px 1px 1px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
}

.description {
	text-align: right;
	text-shadow: 0px 1px #d9d9d9;
	color: #333333;
	font-size: 13px;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

.titlecv {
	color: #fff;                  
	font-size: 26px;                 
	text-align: right;
	text-shadow: #868686 0px 1px 1px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
}

.descriptioncv {
	margin-top: 5px;
	text-align: right;
	text-shadow: 0px 1px #d9d9d9;
	color: #333333;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}

.description-header {
	font-weight: bold;
	font-size: 12px;
}

#text {
	margin-top: 80px;
	margin-left: 60px;
	width: 700px;
	
	text-shadow: 0px 1px #d9d9d9;
	color: #333333;
	font-size: 13px;
	width: 650px;
	font-family: Helvetica, Arial, sans-serif;
}

.cvtitle {
	color: #fff;                  
	font-size: 48px;                 
	text-shadow: #868686 0px 1px 1px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 30px;
}

.section	 {
	margin-bottom: 2px;
	margin-top: 15px;
	font-weight: bold;
	text-shadow: 0px 1px #d9d9d9;
	color: #333333;
	font-size: 16px;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

.section-desc {
	margin-left: 10px;
	text-shadow: 0px 1px #d9d9d9;
	color: #333333;
	font-size: 13px;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

.subsection {
	margin-bottom: 5px;
	margin-top: 15px;
	margin-left: 15px;
	font-weight: bold;
	text-shadow: 0px 1px #d9d9d9;
	color: #333333;
	font-size: 14px;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

.subsection-desc {
	margin-left: 35px;
	text-shadow: 0px 1px #d9d9d9;
	color: #333333;
	font-size: 13px;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

.section-desc li,.subsection-desc li{
	margin-bottom: 5px;
}

.section-desc ul ul,.subsection-desc ul ul{
	margin: 0px;
	margin-top: -18px;
}

#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	margin-top: 80px;
	text-align: center;
	text-shadow: 0px 1px #d9d9d9;
	color: #333333;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}

.section-desc a {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.section-desc a:hover {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.subsection-desc a {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.subsection-desc a:hover {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}


#photo1 {
	margin-left: 50px;
	margin-top: 80px;
	float: left;
	height: 254px;
	width: 341px;
	background-repeat: no-repeat;
	background-image: url(../images/foto1.png);
}

#photo2 {
	margin-top: 80px;
	margin-left: 25px;
	float: left;
	height: 254px;
	width: 341px;
	background-repeat: no-repeat;
	background-image: url(../images/foto2.png);
}

.item {
    width:380px;
    height:333px;  
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;

    /* position:relative;
	overflow:hidden;
*/
	display: inline;

}
 
.item .caption {
	width:301px;
    background:#eee;
    color:#fff;

	         
    margin: 25% auto;
    padding-left: 45px;
 
}

.item .caption {
	position:absolute;
	bottom:0;
	left:0;
	opacity: 0;

	-webkit-transition: opacity;
	-webkit-transition-duration: 400ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: opacity;
	-moz-transition-duration: 400ms;
	-moz-transition-timing-function: ease-out;
	-o-transition-property: opacity;
	-o-transition-duration: 400ms;
	transition: opacity;
	transition-duration: 400ms;
	transition-timing-function: ease-out;
}
/*
		<div class="item">
			<a href="#"><img src="cell2b.png" alt="cell2b" width="380" height="333" />
			<div class="caption">
			<a href="http://www.cell2b.com">Cell2B</a>
			<p>www.cell2b.com</p>
		</div>
		
		<div class="item">
			<a href="#"><img src="ballet.png" alt="cell2b" width="380" height="333" />
			<div class="caption">
			<a href="http://www.cell2b.com">Ballet das Bonecas Russas</a>
			<p>www.cell2b.com</p>
		</div>
		
		<div class="clear"></div>
*/

/*.item:hover .caption {

	opacity: 0.75;
}*/

.item .caption a {
    text-decoration:none;
    color:#2b5ebe;
    font-size:25px; 
    padding-top: 8px;
    display:block;
}
 
.item .caption p {
    margin:0;
    font-size:12px;
    padding-bottom: 40px;
    color: #353535;
}
 
 
 
.item img {
    border:0;
    
}

.clear {
    clear:both; 
}

