/*
Theme Name: Stoat MKT
Theme URI: http://wordpress.org/
Description: xxx.
Version: 2
Author: Maria Fernanda Cassias
Tags: xxx
*/
* {
	margin: 0px;
	padding: 0px;
}
a:link,a:visited,a:active,
a:link h1,a:visited h1, a:active h1{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover,
a:hover h1{
	color: #D9B75B;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #666666;
	height: 1px;
	color: #666666;
	clear: both;
	margin-bottom: 15px;
	width: 740px;
}
p {
	padding-bottom: 15px;
}
body {
	background-color: #333333;
	background-image: url(img/bg_body.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #999999;
	padding-bottom: 30px;
}
#holder {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	background-image: url(img/bg_header.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 120px;
	width: 740px;
}
#info {
	float: right;
	width: 450px;
	margin-top: 42px;
	margin-right: 3px;
}
#destaque{
	border: 10px solid #000000;
	margin-bottom: 30px;
}
.galeria {
	/*list-style-type: none;*/
	clear: both;
	padding-top: 15px;
}
.galeria li {
	float: left;
	padding-right: 10px;
	padding-bottom: 15px;
	display: block;
	width: 240px;
}
#single {
	padding-right: 10px;
}
#single #destaque{
	border: 10px solid #000000;
	margin-bottom: 30px;
}
#single h1,
#search h1 {
	padding-top: 15px;
}
#footer {
	clear: both;
}
