/*
Theme Name: Thiago Maia
Theme URI: http://www.thiago.tv/
Description: Tema desenhado por Thiago Maia e produzido por Rafael Fischmann.
Version: 1.0
Author: Rafael Fischmann
Author URI: http://rafaelfischmann.com
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body {
	text-align: center;
	background-color: black;
	font: bold 13px/16px Arial, Helvetica, sans-serif;
	color: black;
}
.clearer {
	clear: both;
	height: 1px;
	line-height: 1px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #d1dac7 url(images/bg.jpg) no-repeat left top;
	text-align: left;
	padding-bottom: 20px;
}
a.logo {
	float: right;
	margin: 13px 22px 0 0;
}
ul#menu {
	width: 539px;
	height: 50px;
	background: url(images/menu-bg.png) no-repeat right bottom;
	list-style: none;
	display: block;
	clear: both;
	float: right;
	margin: 146px 18px 0 0;
}
ul#menu li {
	display: block;
	height: 28px;
	float: left;
}
ul#menu li a {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 28px;
}
ul#menu li.motion a {
	background-image: url(images/menu-motion.png);
	width: 145px;
}
ul#menu li.still a {
	background-image: url(images/menu-still.png);
	width: 130px;
}
ul#menu li.about a {
	background-image: url(images/menu-about.png);
	width: 140px;
}
ul#menu li.links a {
	background-image: url(images/menu-links.png);
	width: 119px;
}
ul#menu li a:hover {
	background-position: 0 -28px;
}
#sidebar {
	margin: 70px 0 0 10px;
	width: 271px;
}
#contato {
	width: 241px;
	height: 59px;
	background: url(images/contato-bg.png) no-repeat left top;
	color: #ff0048;
	padding: 12px 15px;
	line-height: 19px;
}
#contato a {
	text-decoration: none;
	color: #ff0048;
}
#contato a:hover {
	color: #bcf702;
}
#news {
	width: 241px;
	height: 446px;
	background: url(images/news-bg.png) no-repeat left top;
	color: white;
	padding: 12px 15px;
	margin-top: 10px;
}
#news h3 {
	text-indent: -1000px;
	background: url(images/news-title.png) no-repeat left top;
	display: block;
	width: 96px;
	height: 25px;
	margin-top: 10px;
}
#news hr {
	color: white;
	background-color: white;
	height: 3px;
	width: 100%;
	margin: 10px auto;
}
#news dl {
	font-size: 12px;
	line-height: 14px;
}
#news dl dt {
	color: #ff0048;
}
#news dl dd {
	margin-bottom: 15px;
}
#news dl dd p {
	margin-bottom: 10px;
}
#news dl dd p a {
	text-decoration: none;
	color: #bcf702;
}
#news dl dd p a:hover {
	color: #ff0048;
}
p.copyright {
	text-align: left;
	font-size: 12px;
	margin-top: 3px;
	padding-left: 4px;
}
#content {
	float: right;
	display: block;
	width: 480px;
	margin-right: 20px;
}
.frame-black {
	width: 464px;
	height: 80px;
	padding: 5px;
	margin: 0 auto;
	margin-bottom: 35px;
	background: url(images/frame-black.png) no-repeat left top;
}
#content p, #content ul, #content ol {
	margin-bottom: 15px;
}
#content ul, #content ol {
	margin-left: 20px;
}
#content a {
	text-decoration: none;
	color: #ff0048;
}
#content a:visited, #content a:active {
	padding-right: 15px;
	background: url(images/done.png) no-repeat right top;
}
#content a:hover {
	color: #bcf702;
	background-color: black;
}
#content .trabalho {
	width: 226px;
	height: 81px;
	float: left;
	margin-right: 14px;
}
#content .trabalho p {
	margin-left: 3px;
	margin-bottom: 0;
}
#content .trabalho p span.new {
	color: #ff0048;
}
#content .trabalho .miniframe {
	width: 216px;
	height: 39px;
	background: url(images/miniframe-black.png) no-repeat left top;
	padding: 5px;
}
#content .trabalho .miniframe a {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 216px;
	height: 39px;
	padding: 0;
}
#content .trabalho .miniframe a:hover {
	background-position: 0 -39px;
}