/*
Theme Name: SherArt.Net
Theme URI: http://www.sherart.net/
Description: 
Version: 1
Author: Marco Paulo Diala
Author URI: http://www.countocram.com/
Tags: sherart
*/
@charset "utf-8";
/* CSS Document */
body {
	width: 800px;
	background-color: #000000;
	margin: 0 auto 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #735943;
	font-weight: bold;
	text-decoration: none;
}
.top-container {
	float: left;
	width: 800px;
	padding-top: 20px;
}
.logo {
	float: left;
	width: auto;
}
.logo img {
	border: none;
}
.navigation-links {
	float: right;
	width: auto;
	margin: 10px 10px 0  0;
}
.navigation-links ul {
	list-style: none;
	padding-left: 0;
}
.navigation-links li {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}
.navigation-links li a {
	padding: 0 20px 20px 20px;
}

.navigation-links li a:hover {
	padding: 0 20px 10px 20px;
	background-image: url(images/navi-bg-hover.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.content {
	width: 800px;
	float: left;
	padding-top: 20px;
}
.banner {
	width: 798px;
	float: left;
	border: 1px #592e15 solid;
}
.banner img {
	float: left;
}
.welcome {
	background-color: #432210;
	border: 2px #592e15 solid;
	float: left;
	width: 430px;
	height: 120px;
	margin-top: 10px;
	padding: 10px;
}
.recent-works {
	background-color: #432210;
	border: 2px #592e15 solid;
	float: right;
	width: 312px;
	height: 120px;
	margin-top: 10px;
	padding: 10px;
}

.footer {
	width: 800px;
	float: left;
	padding: 10px;
	margin-top: 10px;
	background-image: url(images/footer-divider.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}
.post-title {
	font-weight: bold;
	font-size: 16px;
	color: #a66b38;
}
.entry {
	float: left;
	line-height: 17px;
}
.piclenselink {
	display: none;
}
