/*------------------------------------------------------------------
[Master Stylesheet]

Project:	---
Version:	1.0
Last change:	05/02/08 [fixed Float bug, vf]
Assigned to:	Manuel Portela
-------------------------------------------------------------------*/

@import url("reset.css");
@import url("colorbox.css");
body{
	text-align: center;
	font: 62.5% Helvetica, Arial;
	background-color: #000;
	color: #fff;
}

#container{
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
#content{
	clear: both;
}
/*fonts*/
a{
	color: #fff;
	text-decoration: none;
}
/*header*/
#header{
	margin-top: 30px;
}
h1{
	float: left;
	display: block;
	text-indent: -99999px;
	background: url(img/logo.gif) no-repeat;
	width: 118px;
	height: 70px;
	margin: 5px;
}
.logomenu{
	float: left;
}
#menu{
	margin-top: 50px;
	float: right;
}
#menu li{
	font-size: 1em;
	float: left;
	margin: 5px;
	text-transform: uppercase;
}
#footer{
	clear: both;
	position: absolute;
	top:  655px;
	width: 950px;
}
#footer p{
	margin: 0 10px;
}
/*blockers*/
.blockers{
		position: relative;
}
.block{
	background: url(img/bg.jpg) no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.inner{
		-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	opacity: 0;
	background: transparent url(img/opacity.png) repeat;
	 background-image: url(img/opacity.png)!important;
	 background-image: none;

	width: 100%;
	height: 100%;
	overflow: hidden;
}

.left1{
	width: 290px;
	height: 405px;
	background-position: 0 0;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
}
.left2{
	width: 290px;
	height: 90px;
	background-position: 0 -435px;
	position: absolute;
	left: 0;
	top: 435px;
	padding: 10px;
}
.mid1{
	width: 180px;
	height: 250px;
	background-position: -320px 0;
	position: absolute;
	left: 320px;
	top: 0;
	padding: 10px;
}
.mid2{
	width: 180px;
	height: 245px;
	background-position: -320px -280px;
	position: absolute;
	left: 320px;
	top: 280px;
	padding: 10px;
}
.right1{
	width: 410px;
	height: 170px;
	background-position: -530px 0px;
	position: absolute;
	left: 530px;
	top: 0px;
	cursor: pointer;
	padding: 10px;
}
.right2{
	width: 270px;
	height: 165px;
	background-position: -530px -200px;
	position: absolute;
	left: 530px;
	top: 200px;
	text-align: center;
}
.right3{
	width: 130px;
	height: 145px;
	background-position: -810px -200px;
	position: absolute;
	left: 810px;
	top: 200px;
	cursor: pointer;
	padding: 10px;
}

.right4{
	width: 80px;
	height: 85px;
	background-position: -530px -375px;
	position: absolute;
	left: 530px;
	top: 375px;
}
.right5{
	width: 320px;
	height: 65px;
	background-position: -610px -375px;
	position: absolute;
	left: 620px;
	top: 375px;
	cursor: pointer;
	padding: 10px;
}

.right6{
	width: 430px;
	height: 74px;
	background-position: -530px -470px;
	position: absolute;
	left: 530px;
	top: 470px;
}

/* contenidos */
img#logo{
	margin: 35px auto;
	opacity: 0;
}
.tit, #tit_orkut{
	width: 100%;
	height: 100%;
	display: block;
	background: url(img/tit_orkut.png) no-repeat center center;
}
.right4 .tit{
	background: url(img/tit_orkut.png) no-repeat center center;
	opacity: 0;
}
.right1 .tit{
		background: url(img/tit_portfolio.png) no-repeat center center;
		opacity: 0;
}
.right3 .tit{
		background: url(img/tit_agencia.png) no-repeat center center;
		opacity: 0;
}
.right5 .tit{
		background: url(img/tit_contacto.png) no-repeat 180px center;
		opacity: 0;
}
.right1 .inner .tit, .right3 .inner .tit,.right4 .inner .tit, .right5 .inner .tit{
	opacity: 1;
}
/* -- post -- */
.left1 .title, .mid1 .title, .mid2 .title{
	margin: 10px;
}
.left1 .post img{
	width: 270px;
	margin: 10px 10px 0;
}
.mid1 .post img, .mid2 .post img{
	width: 160px;
	height: 130px;
	margin: 10px 10px 0;
}
.post h2{
	text-transform: uppercase;
	text-align: center;
	color: #000;
	font-weight: normal;
	font-style: normal;
}
.imgtit{
	text-align: right;
	padding: 0 10px 5px 0;
	color: #000;
}
.mid1 .post h2, .mid2 .post h2{
	font-size: 14px;
}
.left1 .post h2{
	font-size: 20px;
}
.vermas{
	color: #7828C6;
	text-transform: uppercase;
	position: absolute;
	bottom: 20px;
	right:  20px;
	font-size: 8px;
	cursor: pointer;
}
.post_content{
	color: #000;
	margin: 10px;
}
.right1 .post_content{
	width: 400px;
	height: 270px;
	overflow: hidden;
	text-align: justify;
	float: left;
}
.right1 .inner .tit{
	width: 160px;
	height: 50px;
}
.right1 .inner li{
	width: 120px;
	float: left;
	padding: 0 8px 5px 0;
}
.right1 .inner li img{
	width: 120px;
	height: 120px;
}

.right3 .post_content{
	width: 260px;
	height: 155px;
	overflow: hidden;
	text-align: justify;
	float: left;
}

.right3 .inner .tit{
	width: 130px;
	float: right;	
}
.right5 .post_content{
	
}

.right5 .inner .tit{
	height: 200px;
	background: url(img/tit_contacto.png) no-repeat 180px 160px;
	width: 290px;
	padding: 0 10px;
}
#contato_submit label{
	float: left;
	width: 80px;
	color: #000;
	font-size: 12px;
}
#contato_submit p{
	margin: 5px 0;
	clear: both;
}
#contato_submit input, #contato_submit textarea{
	width: 200px;
	float: left;
	border: 1px solid #000;
	padding:0;
	margin-bottom: 5px;
	font: 10px "Lucida Grande";
}
 #contato_submit textarea{
	height: 50px;
}
#contato_submit input.submit{
	margin-left: 80px;
	width: 50px;
		background: #000;
	color: #fff;
}
/* -- tweets -- */
.twitter .inner{
	margin-top: 5px;
	width: 290px;
	height: 60px;
}
.aktt_tweets{
	color: #000;
	padding: 10px 10px 0;
}
.aktt_tweets li{
	padding-bottom: 5px;
}
.aktt_tweets a{
	color: #0096FB;
}
.aktt_tweets a.aktt_tweet_time{
	color: #ABADB0;
	text-transform: uppercase;
}
.aktt_tweets .aktt_more_updates{
	display: none;
}
/* -- newsletter --*/
.newsletter{
	background: url(img/tit_newsletter.png) no-repeat center 5px;
	text-align: center;
	padding-top: 30px;
	opacity: 0;
}
.newsletter input{
	float: left;
	border: 2px solid #000;
	padding: 5px 5px;
	margin-left: 60px;
	width: 220px;
}
.newsletter input.inputSubmit{
		padding:5px 5px 4px;

	color: #fff;
	background-color: #000;
	text-transform: uppercase;
	margin-left: 10px;
	width: 70px;
}
/* */
.cargando{
position: absolute;
top: 250px;
left: 450px;
text-align: center;
z-index: 9999;
}
.minipost_content{
	padding: 10px;
	background: #404040 !important;
	color: #fff !important;
	background: transparent;
	color: #404040;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}
/* blog */
#wrapper{
	background: #fff;
	width: 800px;
	margin: 20px auto;
	text-align: left;
	border: 2px solid gray;
	color: #000;
}

#content2{
	float: left;
	width: 480px;
	padding: 0 10px;
}
#foot{
	clear: both;
	padding: 10px;
}
 #sidebar{
	float: right;
	width: 280px;
	padding: 0 10px;
	color: #000;
}
#content2 .post{
	text-align: left;
	color: #000;
	padding: 10px 0;
	border-bottom: 1px solid #666;
}
#content2 h2{
		color: #0096FB;

	text-align: left;
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
}
#content2 h2 a{
		color: #0096FB;


}
#content2 metapost{
	color: #666;
}
#content2 p{
	padding: 10px 0 0;
	font-size: 11px;
	line-height: 16px;
}
#content2 .wp-post-image{
	padding-top: 10px;
}
#respond h3, #comments{
	padding-top: 10px;
	color: #7ee8d2;
	font-size: 14px;
}

.comment{
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}
.comment a{
	color: #666;
}
 #sidebar h4{
	padding: 10px 0 0;
	font-size: 14px;
}
#sidebar li{
	padding: 5px 5px 0;
	font-weight: bold;
}
#sidebar a{
	color: #ff36ba;
}
#sidebar a:hover{
	color: #8329c6;
}
 #sidebar h4 a{
	color: #000;
}
#header2{
	position: relative;
}
a.linkinsp{
	position: absolute;
	bottom: 0;
	left:50px;
	display: block;
	width: 150px;
	height: 30px;
}
a.linklog{
	position: absolute;
	top: 60px;
	right:80px;
	display: block;
	width: 150px;
	height: 100px;
}
/* */

.port{
	text-align: left;
}
.port h2{
	font-size: 16px;
	font-weight: bold;
}
.port h2,
.port p{
	text-align: left;
	color: #333;
	padding-top: 10px;
}
#galeria.infiniteCarousel {
  width: 450px;
  position: relative;
   overflow: hidden;
  height: 300px;
}


#galeria.infiniteCarousel .gallery {
  width: 9999px;
    height: 300px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

#galeria.infiniteCarousel .gallery-item {
  display:block;
  float:left;
  height: 300px;
   width: 450px;
}

#galeria.infiniteCarousel .gallery-item a img {
	  height: 300px;
	  width: 450px;
  display:block;
}

.fotomas{
	background: #000;
	padding: 5px;
	float: right;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.fotomenos{
	background: #000;
	padding: 5px;
	float: left;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.foto{
	width: 450px;
}
.wp-pagenavi{
	padding: 10px;
}
.postmeta a{
	color: #000;
}
.postmeta a:hover{
		text-decoration: underline;
}
/* scroll */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
