/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Reset tags */
* {
	padding: 0;
	margin: 0;
}
img, fieldset {
	border: 0;	
}
img {
	behavior: url(css/iepng.htc);
}
body {
	background-image: url(image/bg/body.jpg);
	background-position: center;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

@font-face {
	font-family: 'Highlander';
	src: url('fonts/highlander_md_os_itc_tt_medita-webfont.eot');
	src: local('☺'), url('fonts/highlander_md_os_itc_tt_medita-webfont.woff') format('woff'), url('fonts/highlander_md_os_itc_tt_medita-webfont.ttf') format('truetype'), url('fonts/highlander_md_os_itc_tt_medita-webfont.svg#webfonttt1tePKn') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica-CdLt';
	src: url('fonts/helveconlig-webfont.eot');
	src: local('☺'), url('fonts/helveconlig-webfont.woff') format('woff'), url('fonts/helveconlig-webfont.ttf') format('truetype'), url('fonts/helveconlig-webfont.svg#webfontBPyCO1Sp') format('svg');
}

/************************************/
/* STRUCTURE						*/
/************************************/

#container {
	width: 820px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}
 
/* Header */
#header {
	background-image: url(image/bg/header_body.jpg);
	background-position: center;
	height: 325px;
	width: 100%;
	display: block;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

/* Content */
#content {
	width: 100%;
}

/* Footer */
#footer {
	width: 820px;
	height: 30px;
	float: left;
	border-top: 1px solid #D8C800;
	display: block;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-align: center;
}

/************************************/
/* HEADER							*/
/************************************/

/* Logo */
h1 a {
	background-image: url(image/index/logo.png);
	background-repeat: no-repeat;
	width: 336px;
	height: 264px;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
h1 a strong {
	display: none;
}
#header span {
	font-family: 'Highlander';
	text-shadow: #000 2px 2px 2px;
	font-size: 20px;
	line-height: 30px;
	color: #d7c800;
	display: block;
	width: 645px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
}

/* Social networks */
#social {
	width: 150px;
	height: 50px;
	float: right;
	text-align: left;
	margin-right: 415px;
	position: absolute;
	margin-top: -20px;
	margin-left: 542px;
	z-index: 1001;
}
#social a {
	float: left;
}
#social span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFF;
	width: 100%;
	height: 18px;
	display: block;
	padding-right: 12px;
	clear: both;
}

/************************************/
/* CONTENT							*/
/************************************/

#content.portfolio_list {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	display: block;
	float: left;
	padding-bottom: 20px;
}

#content .portfolio_item {
	width: 66px;
	display: block;
	float: left;
	height: auto;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.tooltip {
	background-image: url(image/bg/black_arrow.gif);
	background-repeat: no-repeat;
	position: absolute;
	margin-top: 83px;
	font-family: 'Highlander';
	color: #fff;
	text-align: center;
	font-size: 14px;
	display: none;
	height: 52px;
	width: 175px;
	padding: 10px;
	padding-top: 22px;
	opacity: 0;
	color: #fff;
}
.voltar {
	background-image: url(image/bt/voltar.png);
	width: 69px;
	height: 17px;
	display: block;
	float: left;
	margin-left: 50px;
	position: relative;
	margin-top: -130px;
}
.voltar span {
	display: none;
}
/*
#content .portfolio_item {
	width: 66px;
	float: left;
	display: block;
	height: 205px;
	padding: 5px;
	border: 1px solid #1f1f1f;
	background-color: #0c0c0c;
	margin-right: 8px;
	margin-bottom: 10px;
}
#content .portfolio_item img {
	border: 1px solid #1f1f1f;
	background-color: #1f1f1f;
	padding: 1px;
	margin-bottom: 3px;
}
#content .portfolio_item h2 a {
	font-family: 'Helvetica-CdLt';
	font-size: 12px;
	color: #d7c800;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
*/

/************************************/
/* POST								*/
/************************************/

#content .post h2 {
	font-family: 'Highlander';
	text-shadow: #000 2px 2px 2px;
	font-size: 20px;
	color: #d7c800;
	width: 840px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 33px;
}
#content .post {
	clear: both;
	width: 840px;
	color: #FFF;
	font-size: 11px;
	margin-top: -54px;
	text-align: left;
}
#content .post_images {
	display: block;
	padding: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#content .post_images a {
	margin-right: 8px;
	display: inline;
	padding: 5px;
	width: 66px;
	height: 66px;
}
#content .post_images img {
	background-image: url(image/bg/post_images_body.png);
	padding: 4px;
}

/************************************/
/* FOOTER							*/
/************************************/

#site_antigo {
	background-image: url(image/bt/refinaria_antigo.png);
	background-repeat: no-repeat;
	width: 140px;
	height: 25px;
	display: block;
	padding-left: 25px;
	padding-top: 10px;
	text-transform: uppercase;
	font-family: 'Helvetica-CdLt';
	color: #D8C800;
	text-decoration: none;
	letter-spacing: 2px;
	float: left;
}
#twitter strong, #facebook strong, #picasa strong, #youtube strong {
	display: none;
}
#twitter, #facebook, #picasa, #youtube {
	background-image: url(image/bt/twitter.png);
	background-repeat: no-repeat;
	width: 23px;
	height: 20px;
	display: block;
	float: right;
	margin-right: 8px;
}
#picasa {
	background-image: url(image/bt/picasa.png);
}
#youtube {
	background-image: url(image/bt/youtube.png);
}
#facebook {
	background-image: url(image/bt/facebook.png);
	margin-right: 0;
}

#footer span {
	font-family: 'Helvetica-CdLt';
	color: #D8C800;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#footer span:after {
	content: "|";
	font-size: 10px;
	line-height: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer span:last-child:after {
	content: "";
	padding-right: 0;
}

/************************************/
/* ELEMENTS							*/
/************************************/

h1, h2, h3, h4, p, span, pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
	margin-bottom: 10px;
}
