html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	overflow-x:hidden;
}

body {
	width: 100%;
	background-color: #e3e3e3;
	font-family: Tahoma, DejaVu Sans, Arial, sans-serif;
	font-size: 0.75em;
}

img#wpstats {
	display:none;
}

a {
	text-decoration: none;
	color: #015666;
}

@font-face {
	font-family: Kaffeesatz;
	src: local("Yanone Kaffeesatz Thin"), local("YanoneKaffeesatz-Thin"), url(font/YanoneKaffeesatz-Thin.otf);
	font-weight: 200;
}
@font-face {
	font-family: Kaffeesatz;
	src: local("Yanone Kaffeesatz Light"), local("YanoneKaffeesatz-Light"), url(font/YanoneKaffeesatz-Light.otf);
	font-weight: 300;
}
@font-face {
	font-family: Kaffeesatz;
	src: local("Yanone Kaffeesatz Regular"), local("YanoneKaffeesatz-Regular"), url(font/YanoneKaffeesatz-Regular.otf);
	font-weight: normal;
}
@font-face {
	font-family: Kaffeesatz;
	src: local("Yanone Kaffeesatz Bold"), local("YanoneKaffeesatz-Bold"), url(font/YanoneKaffeesatz-Bold.otf);
	font-weight: bold;
}

img {
	border: 0px;
}

.alignleft {
	float:left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.alignright {
	float:right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.wp-caption {
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 10px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	background-color: #fff;
	border: 1px solid #f6f6f6;
}
	

#container {
	min-height: 100%;
	margin-bottom: -121px;
	position: relative;
}

#wrapper {
	width: 960px;
	min-height: 100%;
	height: 100%;
	margin:auto;
}

div#pg_pixels {
	width: 344px;
	height: 203px;
	float:right;
	position: relative;
	z-index: 1;
	background: url(imagens/pg_pixels.png) top right no-repeat;
}

#cabecalho {
	width: 100%;
	height: 111px;
	background: url(imagens/cabecalho_bg.jpg) repeat-x;
	position: relative;
}

#cabecalho .wrapper {
	width: 960px;
	height: 111px;
	float:left;
	background: url(imagens/cabecalho.jpg) no-repeat;
}

#cabecalho .logo {
	width: 156px;
	height: 62px;
	background: url(imagens/logo.png) no-repeat;
	float:left;
	margin-top: 27px;
	margin-left: 27px;
	cursor:pointer;
}

#cabecalho .hacked {
	width: 254px;
	height: 101px;
	background: url(imagens/hacked.png) no-repeat;
	position:absolute;
	top: 15px;
}
	

#menu {
	width: 413px;
	height: 40px;
	margin-top: 35px;
	margin-right: 19px;
	float:right;
}

#menu .sobre {
	width: 69px;
	height: 40px;
	float:left;
	background: url(imagens/menu/sobre.png) 0 0 no-repeat;
}

#menu .sobre:hover {
	background: url(imagens/menu/sobre.png) 0 40px;
	cursor:pointer;
}

#menu .portfolio {
	width: 87px;
	height: 40px;
	float:left;
	background: url(imagens/menu/portfolio.png) 0 0 no-repeat;
}

#menu .portfolio:hover {
	background: url(imagens/menu/portfolio.png) 0 40px;
	cursor:pointer;
}

#menu .blog {
	width: 87px;
	height: 40px;
	float:left;
	background: url(imagens/menu/noticias.png) 0 0 no-repeat;
}

#menu .blog:hover {
	background: url(imagens/menu/noticias.png) 0 40px;
	cursor:pointer;
}

#menu .parceiros {
	width:91px;
	height:40px;
	float:left;
	background:url(imagens/menu/parceiros.png) 0 0 no-repeat;
}

#menu .parceiros:hover {
	background: url(imagens/menu/parceiros.png) 0 40px;
	cursor:pointer;
}

#menu .contato {
	width: 79px;
	height: 40px;
	float:left;
	background: url(imagens/menu/contato.png) 0 0 no-repeat;
}

#menu .contato:hover {
	background: url(imagens/menu/contato.png) 0 40px;
	cursor:pointer;
}

div#destaque {
	width: 100%;
	height: 351px;
	background:url(imagens/destaque_bg.jpg) repeat-x;
}

div#destaque .wrapper {
	width: 960px;
	height: 351px;
	background:url(imagens/destaque.png) no-repeat;
}

ul#featured {
	list-style:none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul#featured li {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

div#destaque .imagem {
	width: 517px;
	height: 267px;
	margin-top: 27px;
	margin-left: 27px;
	border: 15px solid #f6f6f6;
	float:left;
	-moz-box-shadow: 0 3px 5px -2px #999;
	-webkit-box-shadow: 0 3px 5px -2px #999;
	box-shadow: 0 3px 5px -2px #999;
}	

div#destaque .paripassu-index {
	width: 356px !important;
}

div#destaque .imagem:hover {
	-moz-box-shadow: 0 3px 5px -2px #666;
	-moz-box-shadow: 0 3px 5px -2px #666;
	box-shadow: 0 3px 5px -2px #666;
}

div#destaque .imagem video, div#destaque .imagem object, div#destaque .imagem object embed {
	background-color: #000;
}

h2.destaque {
	max-width: 356px;
	font-family: Kaffeesatz;
	float:left;
	font-weight: 300;
	font-size: 3.5em;
	color: #000;
	margin: 0px;
	padding: 0px;
	margin-top: 27px;
	padding: 13px;
	text-shadow: 1px 1px #fff;
}

h2.streaming_titulo {
	width: 356px;
	font-family: Kaffeesatz;
	float:left;
	font-weight: 300;
	font-size: 3.5em;
	color: #000;
	margin: 0px;
	margin-top: 20px;
	padding: 13px;
	padding-top: 0px;
	text-shadow: 1px 1px #fff;
}

h2.aovivo {
	font-family: Kaffeesatz;
	float:left;
	font-weight: 300;
	font-size: 1.6em;
	color: #ff0000;
	margin: 0px;
	margin-top: 27px;
	margin-bottom: 5px;
	margin-left: 13px;
	padding: 8px;
	text-shadow: 1px 1px #fff;
	text-transform:uppercase;
	background-color: #f6f6f6;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-box-shadow: 0 2px 5px -2px #999;
	-webkit-box-shadow: 0 2px 5px -2px #999;
	box-shadow: 0 2px 5px -2px #999;
}

p.tweetstream div.twtr-hd, p.tweetstream div.twtr-ft {
	display:none !important;
}

h2.destaque:hover {
}

#destaque p {
	margin:0;
	padding: 0;
	width: 356px;
	float:left;
	margin-left: 13px;
	font-size: 1.4em;
	line-height: 30px;
	text-shadow: 1px 1px #ffffff;
}

#conteudo {
	width: 933px;
	height: 100%;
	min-height:100%;
	margin-left: 27px;
	padding-top: 27px;
	margin-bottom: 27px;
	background: url(imagens/clareia.png) top center no-repeat;
	float:left;
}

#conteudo_compixels {
	width: 933px;
	height: 100%;
	min-height:100%;
	margin-left: 27px;
	padding-top: 27px;
	margin-bottom: 27px;
	margin-top: -203px;
	background: url(imagens/clareia.png) top center no-repeat;
	position: relative;
	visibility: visible;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	z-index: 2;
	float:left;
}

#conteudoPortfolio_compixels {
	width: 960px;
	height: 100%;
	min-height:100%;
	padding-top: 27px;
	margin-bottom: 27px;
	margin-top: -203px;
	background: url(imagens/clareia.png) top center no-repeat;
	position: relative;
	visibility: visible;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	z-index: 2;
	float:left;
}


#cat_sombraspacer {
	width: 933px;
	height: 31px;
	background: url(imagens/cat_sombra.png) no-repeat;
	float:left;
}

div#fundo_diferente {
	width: 100%;
	height: 177px;
	float:left;
	background:url(imagens/destaque_bg.jpg) bottom repeat-x;
}

div#fundo_diferente .wrapper {
	width: 960px;
	height: 150px;
	padding-top: 27px;
	margin:auto;
	background:url(imagens/destaque.png) bottom center no-repeat;
}


h2#portfolioTitulo {
	font-family: Kaffeesatz;
	float:left;
	font-weight: 300;
	font-size: 5em;
	color: #000;
	margin: 0px;
	margin-left: 27px;
	margin-top: 18px;
	padding: 0px;
	text-shadow: 1px 1px #fff;
}

h2.tagTitulo {
	font-family: Kaffeesatz;
	float:right;
	font-weight: 300;
	font-size: 3em;
	color: #000;
	margin: 0px;
	margin-right: 30px;
	margin-top: 17px;
	padding: 0px;
	text-shadow: 1px 1px #fff;
}


h2#outrosTitulo {
	font-family: Kaffeesatz;
	float:left;
	font-weight: 300;
	font-size: 5.5em;
	color: #000;
	margin: 0px;
	margin-left: 13px;
	margin-top: 8px;
	padding: 0px;
	text-shadow: 1px 1px #fff;
	width: 500px;
}

/*---------------------------------------------------_ FJIAJISJDIADJAIDJIADJISA ----------------------------_*/

div#portfolioSpec-wrap {
	max-width:100% !important;
	float:left;
}

div#portfolioSpec2 {
	height: 40px;
	float:left;
	position:relative;
	left: 50%;
	margin-top: -3px;
	margin-bottom: 10px;
}

div.clearer {
	clear:both;
}

div#portfolioSpec2 .categorias {
	float:left;
	position: relative;
	right: 50%;
	clear:both;
}

div#portfolioSpec2 .categorias a {
	color: #000;
}

div#portfolioSpec2 .categorias a:hover {
	color: #d2d2d2;
}

a.ativo {
	color: #d2d2d2 !important;
}

h2.portfolioSpec2 {
	font-family: Kaffeesatz;
	float:left;
	font-weight: 300;
	font-size: 1.6em;
	margin: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	padding: 0px;
	background-color: #f6f6f6;
	padding: 7px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-box-shadow: 0 2px 4px -1px #999;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-box-shadow: 0 2px 4px -1px #999;
	box-shadow: 0 2px 4px -1px #999;
	text-align:center;
}

h2.portfolioSpec2:hover {
	color: #d2d2d2;
}

div#portfolioSpec2 .tags {
	height: 40px;
	float:left;
	position:relative;
	clear:both;
	right: 50%;
}

h3.portfolioSpec2 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}

div.tags a {
	text-transform: uppercase;
	float:left;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-top: 0px;
	font-size: 1.0em;
	padding: 5px;
	background-color: #444444;
	font-weight: normal;
	color: #ccc;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	text-shadow: 1px 1px #000;
}

div.tags a:hover {
	background-color: #f6f6f6;
	color: #333;
	text-shadow: 0px 0px;
}

a.tags-ativo {
	background-color: #f6f6f6 !important;
	color: #333 !important;
	text-shadow: 0px 0px !important;
}

h2.categoriasPortfolio {
	font-family: Kaffeesatz;
	float:right;
	font-weight: 300;
	font-size: 4.5em;
	color: #000;
	margin: 0px;
	margin-right: 37px;
	padding: 0px;
	text-shadow: 1px 1px #fff;
}

h2.tituloCatPort-inativas {
	font-size: 0.8em;
	color: #505050;
	text-shadow: 1px 1px #fff;
	margin-bottom: 7px;
	float:left;
	clear:both;
	text-transform: uppercase;
}

h2.categoriasPortfolio-inativas {
	float:left;
	font-weight: 300;
	font-size: 1em;
	color: #000;
	margin: 0px;
	margin-right: 7px;
	margin-bottom: 7px;
	padding: 0px;
	background-color: #f6f6f6;
	padding: 5px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-box-shadow: 0 2px 2px -1px #999;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0 2px 2px -1px #999;
	box-shadow: 0 2px 2px -1px #999;
}


h2.categoriasPortfolio-inativas:hover {
	color: #CCC;
	background-color: #333;
	text-shadow: 1px 1px #000;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	cursor: pointer;
}

h2.categoriasPortfolio-inativas a {
	color: #000;
}

h2.categoriasPortfolio-inativas a:hover {
	color: #ccc;
}




div#carousel {
	float:left;
	margin-left: 10px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	visibility:visible;
	width:320px;
	z-index:2;
}

ul#carousel li {
	height: 220px;
}

button.next {
	background: url(imagens/proximo.png) 0 0 no-repeat;
	border: 0px;
	width: 30px;
	position: relative;
	visibility: visible;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	z-index: 2;
	float:left;
	height: 40px;
}

button.next:hover {
	background: url(imagens/proximo.png) 0 -40px no-repeat;
	cursor:pointer;
	z-index: 2;
}

button.prev {
	background: url(imagens/anterior.png) 0 0 no-repeat;
	border: 0px;
	float:left;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	z-index: 2;
	width: 30px;
	height: 40px;
}

button.prev:hover {
	background: url(imagens/anterior.png) 0 -40px no-repeat;
	cursor:pointer;
}

div#portfolio_carousel {
	width: 320px;
}

div#portfolio_carousel .itens {
	margin-left: 55px;
	float:left;
}

div#portfolio_carousel .item {
	width: 283px;
	float: left;
	margin-right: 13px;
}

div#portfolio_carousel .imagem {
	width: 263px;
	height: 100px;
	border: 10px solid #f6f6f6;
	background-position: center;
	background-color: #f6f6f6;
	float:left;
	margin: 0px;
	padding: 0px;
	-moz-box-shadow: 0 0 5px #CCC;
	-webkit-box-shadow: 0 0 5px #CCC;
	box-shadow: 0 0 5px #CCC;
}

div#portfolio_carousel .imagem:hover {
	-moz-box-shadow: 0 0 10px #CCC;
	-webkit-box-shadow: 0 0 10px #CCC;
	box-shadow: 0 0 10px #CCC;
}

div#portfolio_carousel .item p {
	width: 263px;
	margin-left: 10px;
	margin-top: 5px;
	float:left;
	text-align: justify;
	line-height: 20px;
	color: #505050;
}

div.linksexternos {
}

div.linksexternos h2 {
	font-size: 0.8em;
	color: #505050;
	text-shadow: 1px 1px #fff;
	margin-left: 10px;
	margin-top: 10px;	
	float:left;
	clear:both;
	text-transform: uppercase;
}

div.linksexternos ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float:left;
	margin-left: 13px;
	clear:both;
	max-width: 273px;
}

div.linksexternos ul li a {
	color: #015666;
	text-decoration: none;
}

div.linksexternos ul li a:hover {
	color: #000;
}


div.linksexternos ul li {
	margin: 0px;
	padding: 0px;
	padding-left: 16px;
	background: url(imagens/at-lista.png) 0 3px no-repeat;
	margin-bottom: 6px;
	text-shadow: 1px 1px #ffffff;
	font-size: 1em;
}

div.linksexternos ul li:hover {
	background: url(imagens/at-lista.png) 0 -89px no-repeat;
	cursor:pointer;
}

div.projetosrelacionados h2 {
	font-size: 0.8em;
	color: #505050;
	text-shadow: 1px 1px #fff;
	margin-left: 10px;
	margin-top: 10px;	
	float:left;
	clear:both;
	text-transform: uppercase;
}

div.projetosrelacionados ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float:left;
	margin-left: 13px;
	clear:both;
	max-width: 273px;
}

div.projetosrelacionados ul li a {
	color: #015666;
	text-decoration: none;
}

div.projetosrelacionados ul li a:hover {
	color: #000;
}


div.projetosrelacionados ul li {
	margin: 0px;
	padding: 0px;
	padding-left: 16px;
	background: url(imagens/at-lista.png) 0 3px no-repeat;
	margin-bottom: 6px;
	text-shadow: 1px 1px #ffffff;
	font-size: 1em;
}

div.projetosrelacionados ul li:hover {
	background: url(imagens/at-lista.png) 0 -89px no-repeat;
	cursor:pointer;
}



#index .item {
	width: 293px;
	float:left;
	margin-right: 13px;
}

#index .item-portfolio {
	width: 293px;
	float:left;
	margin-right: 13px;
	margin-bottom: 13px;
}

.item-portfolio-titulo {
	width: 253px;
	font-family: Kaffeesatz;
	font-weight: normal;
	background-color: #f6f6f6;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	position:absolute;
	float:left;
	display:none;
	font-size: 1.8em;
	text-shadow: 1px 1px #fff;
}

ul.portfolio-servicos {
	float:left;
	width: 550px;
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}

ul.portfolio-servicos li {
	padding-bottom: 10px;
	border-bottom: 1px solid #d4d4d4;
}

ul.portfolio-servicos li:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
}

ul.portfolio-servicos li h2 {
	margin-bottom: 0.2em;
	text-shadow: 1px 1px #fafafa;
	color: #333;
}

ul.portfolio-servicos li p {
	color: #444444;
}


div.portfolio-recentes {
	width: 293px;
	float:right;
	margin-right: 19px;
}

div.portfolio-recentes h2 {
	font-size: 0.9em;
	color: #505050;
	text-shadow: 1px 1px #fff;
	margin-left: 10px;
	float:left;
	clear:both;
	text-transform: uppercase;
}

#catInPortfolio .imagem {
	width: 273px;
	height: 100px;
	border: 10px solid #f6f6f6;
	float:left;
	margin: 0px;
	padding: 0px;
	-moz-box-shadow: 0 0 5px #CCC;
	-webkit-box-shadow: 0 0 5px #CCC;
	box-shadow: 0 0 5px #CCC;
	background-position: center;
	background-color: #f6f6f6;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}

#index {
	float:left;
	clear:both;
}

#index .imagem {
	width: 273px;
	height: 100px;
	border: 10px solid #f6f6f6;
	float:left;
	margin: 0px;
	padding: 0px;
	-moz-box-shadow: 0 0 5px #CCC;
	-webkit-box-shadow: 0 0 5px #CCC;
	box-shadow: 0 0 5px #CCC;
	background-position: top center;
	background-color: #f6f6f6;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}

#index .imagem-really {
	width: 273px;
	height: 100px;
	float:left;
	margin: 0px;
	padding: 0px;
	background-position: top center;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

#index .opacidade {
	width: 273px;
	height: 100px;
	float:left;
	background-color: #f6f6f6;
	position: absolute;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	display:none;
}

#index .imagemCorpo {
	width: 273px;
	height: 100px;
	float:left;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

span.categoriaInSingle {
	float:left;
	font-size: 0.9em;
	padding: 5px;
	margin-right: 5px;
	margin-top: 5px;
	text-shadow: 1px 1px #ffffff;
	text-transform: uppercase;
	text-align: right;
	background-color: #efefef;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-box-shadow: 0 0 4px #CCC;
	-webkit-box-shadow: 0 0 4px #CCC;
	box-shadow: 0 0 4px #CCC;
}

span.categoriaInSingle:hover {
	background-color: #333;
	padding: 5px;
	text-shadow: 1px 1px #000;
	text-transform: uppercase;
	text-align: right;
	color: #CCC;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#index .imagem:hover {
	-moz-box-shadow: 0 0 10px #CCC;
	-webkit-box-shadow: 0 0 10px #CCC;
	box-shadow: 0 0 10px #CCC;
}
.item a {
	color: #000;
	text-decoration: none;
}

.item a:hover {
	color: #00839c;
}

h2.item {
	width: 263px !important;
	font-family: Kaffeesatz;
	font-weight: 300;
	font-size: 	2.4em;
	margin: 0;
	margin-top: 5px;
	margin-left: 10px;
	text-shadow: 1px 1px #ffffff;
}

div.spec_single {
	width: 586px;
	float:right;
	margin-right: 27px;
}

h2.portfolio_single {
	font-family: Kaffeesatz;
	font-weight: 300;
	font-size: 	3.5em;
	margin: 0;
	text-shadow: 1px 1px #ffffff;
	float:left;
	clear:right;
	max-width: 420px;
}

span.job {
	font-weight: 600;
	font-size: 1.2em;
	line-height: 20px;
	float:left;
	margin-top: 13px;
	width: 586px;
	text-shadow: 1px 1px #ffffff;
}

span.local-data_single {
	font-family: Kaffeesatz;
	font-weight: 300;
	font-size: 1.5em;
	font-style: italic;
	float:left;
	width: 586px;
	text-shadow: 1px 1px #ffffff;
	clear:both;
}

div.listaCategorias {
	width: 586px;
	margin-top: 13px;
	margin-bottom: 0px;
	float:left;
}

span.content_single {
	width: 546px;
	padding-top: 13px;
	padding-bottom: 13px;
	float:left;
	color: #404040;
	line-height: 20px;
	font-size: 1.0em;
	clear:both;
}

span.content_single a {
	font-weight: bold;
	text-shadow: 1px 1px #fff;
	color: #000;
}

span.content_single a:hover {
	color: #015666;
}

span.content_single p {
	margin-top: 0px;
	margin-bottom: 6px;
}

span.local-data_item {
	font-family: Kaffeesatz;
	font-weight: 300;
	font-size: 1.3em;
	font-style: italic;
	float:left;
	margin-left: 10px;
}


#index .item p {
	width: 273px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 8px;
	padding-bottom: 5px;
	float:left;
	text-align: justify;
	line-height: 20px;
	color: #505050;
}

#atribuidos-separador {
	width: 100%;
	height: 31px;
	float:left;
	background: url(imagens/cat_sombra.png) center;
}

h2.atribuidos-titulo {
	font-size: 0.8em;
	color: #505050;
	text-shadow: 1px 1px #fff;
	float:left;
	clear:both;
	text-transform: uppercase;
}

ul#atribuidos {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float:left;
}

ul#atribuidos li a {
	color: #000;
	text-decoration: none;
}

ul#atribuidos li a:hover {
	color: #015666;
}

a.atribuidos-item-titulo {
	font-size: 1.4em;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
}

ul#atribuidos li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
	font-size: 1em;
}

ul#atribuidos li p {
	color: #666;
	margin-top: 3px;
}

#rodape {
	width: 100%;
	height: 121px;
	background:url(imagens/rodape_bg.jpg) repeat-x;
	position:relative;
}

.clearrodape {
	height: 121px;
	clear: both;
}

#rodape .wrapper {
	width: 960px;
	height: 121px;
	background: url(imagens/rodape.png) no-repeat;
}

#rodape .contato {
	width: 257px;
	height: 57px;
	float:right;
	margin-right: 27px;
	margin-top: 40px;
}

#rodape .contato-inner-1 {
	width: 257px;
	height: 20px;
	float:left;
	background: url(imagens/rodape_contato.png) no-repeat;
}

#rodape .contato-inner-2 {
	width: 257px;
	height: 37px;
	float:left;
	text-align:right;
	color: #fff;
	font-family: Kaffeesatz;
	font-weight: 300;
	font-size: 14px;
	text-shadow: 1px 1px 0px #000;
}

#rodape .license {
	width: 406px;
	height: 35px;
	float:left;
	margin-left: 27px;
	margin-top: 60px;
	background: url(imagens/rodape_license.png) no-repeat;
	cursor:pointer;
}



/* ------------------- BLOG ------------------ */

div#blog {
	width: 606px;
	float:left;
	margin-top: 27px;
	clear:both;
	background-color:#efefef;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-box-shadow: 0 0 7px #CCC;
	-webkit-box-shadow: 0 0 7px #CCC;
	box-shadow: 0 0 7px #CCC;
}

div#blog-single {
	width: 606px;
	float:left;
	margin-top: 27px;
	clear:both;
}

div#blog-single iframe, div#blog div.item iframe {
	width: 500px;
	float:left;
}

h2#blog-single {
	font-family: Kaffeesatz;
	float:left;
	font-weight: 300;
	font-size: 4.5em;
	color: #000;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	text-shadow: 1px 1px #fff;
}



div#blog .spacer {
	width: 100%;
	height: 31px;
	float:left;
	background: url(imagens/cat_sombra.png) center no-repeat;
}

div#blog .item {
	width: 546px;
	padding: 30px;
	float:left;
}

h2.blog-item {
	max-width: 500px;
	font-family: Kaffeesatz;
	font-weight: 300;
	font-size: 3.0em;
	margin: 0;
	text-shadow: 1px 1px #ffffff;
	float:left;
	clear:right;
}

span.blog-data {
	font-size: 1em;
	color: #333;
	text-shadow: 1px 1px #fff;
	float:left;
	padding-bottom: 15px;
	clear:both;
}

div.comentarios {
	width: 25px;
	height: 30px;
	margin-top: 8px;
	margin-right: 8px;
	float:right;
	background: url(imagens/comentarios_bg.png) no-repeat;
}

span.cmmcount {
	width: 100%;
	text-align:center;
	margin-top: 2px;
	float:left;
	color: #ccc;
	text-shadow: 1px 1px #000;
	font-size: 1.2em;
	font-face: Kaffeesatz;
	font-weight: 300;
}

span.cmmcount a {
	color: #ccc;
	text-shadow: 1px 1px #000;
}

div#sidebar-blog {
	width: 273px;
	float:left;
	margin-left: 27px;
	margin-top: 27px;
}

div#sidebar-blog .item {
	width: 253px;
	padding: 10px;
	float:left;
	margin-bottom: 27px;
	clear:both;
	background-color:#efefef;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-box-shadow: 0 0 7px #CCC;
	-webkit-box-shadow: 0 0 7px #CCC;
	box-shadow: 0 0 7px #CCC;
}

div#sidebar-blog .item h2 {
	margin:0;
	padding:0;
	color: #333;
	text-shadow: 1px 1px #fff;
	text-transform: uppercase;
	font-size: 1.0em !important;
}

a.rsswidget img {
	display:none;
}

a.rsswidget {
	text-shadow: 1px 1px #fff;
	margin-bottom: 4px;
	float:left;
	clear:both;
}

div#sidebar-blog .item ul {
	width: 253px;
	margin:0;
	padding:0;
	list-style:none;
	margin-top: 13px;
	float:left;
	clear:both;
}

div#sidebar-blog .item li a {
	width: 233px;
	padding: 10px;
	margin-bottom: 10px;
	float:left;
	clear:both;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	background: #f6f6f6;
	color: #015666;
	text-decoration: none;
	-moz-box-shadow: 0 0 5px #eee;
	-webkit-box-shadow: 0 0 5px #eee;
	box-shadow: 0 0 5px #eee;
}

div#sidebar-blog .item li a:hover {
	color: #000;
}

div.rssSummary {
	color: #333;
	font-size: 0.9em;
	float:left;
	clear:both;
	text-align:justify;
	line-height: 16px;
	display:none;
}

ul#projetosrelacionados-blog {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float:left;
	margin-left: 13px;
	margin-top: 13px !important;
	clear:both;
	max-width: 273px;
}

ul#projetosrelacionados-blog li a {
	color: #015666;
	text-decoration: none;
}

ul#projetosrelacionados-blog li a:hover {
	color: #000;
}


ul#projetosrelacionados-blog li {
	margin: 0px;
	padding: 0px;
	padding-left: 16px;
	padding-bottom: 0px !important;
	float:left;
	clear:both;
	background: url(imagens/at-lista.png) 0 3px no-repeat !important;
	margin-bottom: 6px !important;
	margin-top: 0px !important;
	text-shadow: 1px 1px #ffffff;
	font-size: 1em;
}

ul#projetosrelacionados-blog li:hover {
	background: url(imagens/at-lista.png) 0 -89px no-repeat !important;
	cursor:pointer;
}


div.comentariosIn {
	width: 25px;
	height: 30px;
	margin-top: 10px;
	margin-right: 6px;
	float:left;
	background: url(imagens/comentarios_bg.png) no-repeat;
}

div#comentariosarios {
	float:left;
}

ol.commentlist {
	float:left;
	width: 450px;
}

ol.commentlist li {
	background-color: #f6f6f6;
	padding: 5px;
	margin-bottom: 5px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-box-shadow: 0 0 7px #CCC;
	-webkit-box-shadow: 0 0 7px #CCC;
	box-shadow: 0 0 7px #CCC;
	border: 1px solid #CCC;
}

span.xdisse {
	font-size: 1.2em;
	font-weight: bold;
}

div.deixarcoment {
	float:left;
	margin-left: 40px;
	clear:both;
}

input {
	background-color: #f6f6f6;
	padding: 5px;
	margin-right: 10px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-box-shadow: 0 0 7px #CCC;
	-webkit-box-shadow: 0 0 7px #CCC;
	box-shadow: 0 0 7px #CCC;
	border: 1px solid #CCC;
}

input:hover {
	background-color: #fff;
}

input#submit {
	cursor:pointer;
}

textarea {
	background-color: #f6f6f6;
	padding: 5px;
	max-width: 450px;
	max-height: 200px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-box-shadow: 0 0 7px #CCC;
	-webkit-box-shadow: 0 0 7px #CCC;
	box-shadow: 0 0 7px #CCC;
	border: 1px solid #ccc;
	font-family: Tahoma, DejaVu Sans, Arial, sans-serif;
	font-size: 1.0em;
}

textarea:hover {
	background-color: #fff;
}




/* ---------------------- PAGE -------------------- */

div#page {
	width: 700px;
	float:left;
	margin-left: 27px;
	margin-top: 27px;
	clear:both;
}

div#page h3 {
	font-family: Kaffeesatz;
	font-weight: 300;
	line-height: 34px;
	font-size: 2.4em;
	color: #000;
	margin: 0px;
	margin-bottom: 27px;
	padding: 0px;
	text-shadow: 1px 1px #fff;
}


h2#page {
	font-family: Kaffeesatz;
	font-weight: 300;
	font-size: 4.5em;
	color: #000;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	text-shadow: 1px 1px #fff;
}

div#page p {
	margin: 0px;
	margin-bottom: 13px;
	color: #404040;
	line-height: 20px;
	font-size: 	1.2em;
}

div#page a {
	font-weight: bold;
	text-shadow: 1px 1px #fff;
	color: #000;
}

div#page a:hover {
	color: #015666;
}






div#page_streaming {
	width: 547px;
	float:left;
	margin-left: 27px;
}

div#page_streaming .imagem {
	width: 517px;
	height: 267px;
	margin-top: 27px;
	margin-bottom: 27px;
	border: 15px solid #f6f6f6;
	float:left;
	-moz-box-shadow: 0 3px 5px -2px #999;
	-webkit-box-shadow: 0 3px 5px -2px #999;
	box-shadow: 0 3px 5px -2px #999;
}

div#page_streaming p {
	font-size: 1.2em;
	text-shadow: 1px 1px #fff;
	line-height: 1.4em;
}

div#tweet_stream {
	float:right;
	margin-right: 27px;
	margin-top: 27px;
}



div.googleMap {
	border: 15px solid #f6f6f6;
	-moz-box-shadow: 0 3px 5px -2px #999;
	-webkit-box-shadow: 0 3px 5px -2px #999;
	box-shadow: 0 3px 5px -2px #999;
}

div.googleMap h4 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}

/*------------------ PARCEIROS ---------------- */

div#parceiros {
	float:left;
}

div#parceiros p {
	width: 886px;
	float:left;
	margin-left: 10px;
	margin-top: 27px;
	margin-bottom: 13px;
	font-size: 1.4em;
	text-shadow: 1px 1px #fff;
	text-align: justify;
}

div#parceiros .governo {
	width: 886px;
	height: 100px;
	float:left;
	border: 10px solid #f6f6f6;
	margin: 0px;
	margin-bottom: 8px;
	margin-top: 13px;
	padding: 0px;
	-moz-box-shadow: 0 0 5px #CCC;
	-webkit-box-shadow: 0 0 5px #CCC;
	box-shadow: 0 0 5px #CCC;
	background-position: center;
	background-color: #f6f6f6;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}

div#parceiros .governo-in {
	width: 886px;
	height: 100px;
	float:left;
	margin: 0px;
	padding: 0px;
	background-position: center;
	background-color: #fff;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

div#parceiros .item-governo {
	float:left;
	margin-right: 20px;
	margin-left: 20px;
	cursor:pointer;
}

div#minc {
	width: 119px;
	height:100px;
	background: url(imagens/parceiros/01_01_minc.png);
}

div#mec {
	width: 118px;
	height: 100px;
	background:url(imagens/parceiros/01_02_mec.png);
}

div#mda {
	width: 147px;
	height: 100px;
	background: url(imagens/parceiros/01_03_mda.png);
}

div#mma {
	width: 134px;
	height: 100px;
	background:url(imagens/parceiros/01_04_mma.png);
}

div#brasil {
	width: 141px;
	height: 50px;
	margin-top: 25px;
	background:url(imagens/parceiros/01_05_brasil.png);
}

#parceiros .item-parceiro {
	width: 221px;
	float:left;
	margin-right: 7px;
	margin-bottom: 8px;
}

.item-parceiro-titulo {
	width: 181px;
	font-family: Kaffeesatz;
	font-weight: normal;
	background-color: #f6f6f6;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	position:absolute;
	float:left;
	display:none;
	font-size: 1.8em;
	text-shadow: 1px 1px #fff;
}

#parceiros .imagem {
	width: 201px;
	height: 100px;
	border: 10px solid #f6f6f6;
	float:left;
	margin: 0px;
	padding: 0px;
	-moz-box-shadow: 0 0 5px #CCC;
	-webkit-box-shadow: 0 0 5px #CCC;
	box-shadow: 0 0 5px #CCC;
	background-position: center;
	background-color: #f6f6f6;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}

#parceiros .opacidade {
	width: 201px;
	height: 100px;
	float:left;
	background-color: #f6f6f6;
	position: absolute;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	display:none;
}


#parceiros .imagem-really {
	width: 201px;
	height: 100px;
	float:left;
	margin: 0px;
	padding: 0px;
	background-position: center;
	background-color: #fff;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

div.coberturaovc {
	width: 906px;
	height: 287px;
	margin-top: 27px;
	margin-left: 27px;
	float:left;
	background: url(http://openvideoconference.org/i/ovcbadge1.png) left center no-repeat;
}

div.coberturaovc a.linkovc {
	width: 250px;
	height: 287px;
	display:block;
	float:left;
}

div.cobertura {
	width: 590px;
	float:left;
	margin-left: 50px;
}

div.cobertura h2 {
	font-size: 9px;
	color: #999;
	text-transform: uppercase;
}

div.cobertura ul {
	margin:0;
	padding:0;
}

div.cobertura ul li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px !important;
}

div.cobertura ul li:last-child {
	border-bottom: 0;
	padding-bottom:0;
}

#destaque div.cobertura p {
	width: auto;
	text-align:justify;
	font-size: 10px;
	color: 444;
	text-shadow: 1px 1px 1px #f1f1f1;
	line-height: 16px;
	margin:0;
	float:none;
}

img.ovc10 {
	float:right;
	margin: 26px;
}

div.paripassu_twitter {
	margin-left: 475px;
	margin-top: -400px;
}

