/*
Theme Name: Andre Lucato
Theme URI: http://www.andrelucato.com/
Description: Tema oficial do Andre Lucato.
Version: 1.0
Author: Rafael Fischmann
Author URI: http://rafaelfischmann.com/
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body {
	text-align: left;
	background-color: white;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 19px 0 20px 112px;
	color: #444;
	font-family: Verdana, Geneva, sans-serif;
}
div.clearer {
	clear: both;
	height: 1px;
	line-height: 1px;
}
div#logo {
	margin-left: 14px;
}
div#wrapper {
	width: 760px;
	clear: both;
}
div#content-wrapper {
	float: right;
	width: 518px;
}
ul#menu {
	list-style: none;
	clear: both;
	width: 438px;
	height: 34px;
}
ul#menu li {
	display: block;
	float: left;
}
ul#menu li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	text-indent: -1000px;
}
ul#menu li.motion a {
	width: 145px;
	background-image: url(images/menu_motion.png);
}
ul#menu li.illustration a {
	width: 147px;
	background-image: url(images/menu_illustration.png);
}
ul#menu li.about a {
	width: 145px;
	background-image: url(images/menu_about.png);
}
ul#menu li a:hover {
	background-position: 0 -34px;
}
ul#menu li.selected a {
	background-position: 0 -68px;
}
div#content {
	width: 503px;
	background-color: #370f13;
	padding-top: 9px;
	padding-left: 8px;
}
div.item {
	width: 162px;
	float: left;
	margin-right: 5px;
	margin-bottom: 11px;
}
div.item a.item-img {
	display: block;
	width: 160px;
	height: 92px;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #b9ac87;
	margin-bottom: 4px;
}
div.item a.item-img:hover {
	background-position: 0 -92px;
}
div.item a.item-desc {
	display: block;
	background-color: #c5b9a7;
	width: 159px;
	height: 39px;
	padding: 2px 0 0 3px;
	font-size: 10px;
	line-height: 12px;
	color: #303030;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
div.item a.item-desc strong {
	color: #800707;
}
div.item a.item-desc em {
	font-style: italic;
	font-weight: normal;
}
div.item a.item-desc:hover, div.item a.item-desc:hover strong {
	color: black;
}
table#table-illustration {
	margin: 10px;
}
table#table-illustration tr td a {
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
table#table-illustration tr td a:hover {
	background-position: left bottom;
}
div#content p {
	color: #370f13;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 10px;
}
div#content p a {
	color: #370f13;
	font-weight: bold;
	text-decoration: none;
}
div#sidebar {
	width: 214px;
	padding: 5px;
	padding-bottom: 0;
	border: 2px solid #43413f;
}
div#sidebar h3 {
	background-color: #979797;
	text-transform: uppercase;
	color: #1e0a0c;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding: 5px 12px;
}
div.sidebar-box {
	background-color: white;
	margin-bottom: 5px;
	font-size: 10px;
	line-height: 14px;
	padding: 8px;
}
div.sidebar-box p {
	margin-bottom: 10px;
	line-height: 14px;
}
div.sidebar-box h5 {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #7c7c7c;
}
div.sidebar-box a {
	font-weight: bold;
	color: #290d10;
	text-decoration: none;
}
div.sidebar-box ul {
	list-style: none;
	margin-bottom: 10px;
}
div#resume {
	background-color: #360f12;
	text-align: center;
	padding: 8px;
	font-size: 10px;
	margin-bottom: 5px;
}
div#resume a {
	color: #c7c7c7;
	text-decoration: none;
	font-weight: bold;
}
div#habla {
	padding: 13px 0;
	text-align: center;
}
p#copyright {
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #1e0a0c;
	display: block;
	width: 228px;
	margin-top: 5px;
}