/*   
Theme Name: Author Network
Theme URI: http://www.author-network.com/
Description: This is custom theme for http://www.author-network.com/
Author: Secret Design Art
Author URI: http://www.secretdesignart.com
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Ariel, sans-serif
	font-size: 12px;
}
a {
	color: #cd853f;
	text-decoration: underline;
}
a:hover {
}
#headerWrap {
	background-image: url(images/headerBg.png);
	background-repeat: repeat-x;
	-moz-box-shadow: 0 0 5px 0 #000;
	-webkit-box-shadow: 0 0 5px 0 #000;
	box-shadow: 0 0 5px 0 #000;
}
#header {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header h1 {
	position: absolute;
	left: -9999px;
}
#logo {
	background-image: url(images/logo.png);
	display: block;
	height: 100px;
	width: 1024px;
}
.description {
	position: absolute;
	left: -9999px;
}
#contentWrap {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contentAll {
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#sidbarLeft {
	padding: 10px;
	width: 160px;
	float: left;
}
#content {
	padding: 10px;
	width: 644px;
	float: left;
}
#sidbarRight {
	padding: 10px;
	width: 160px;
	float: left;
}
#sidbarLeft ul, #sidbarRight ul {
	margin: 0px;
	padding: 0px;
}
#sidbarLeft ul li, #sidbarRight ul li {
	list-style-type: none;
}
.menu {
}
.menu {
}
.menu li {
	
}
.menu li a {
	font-size: 12px;
	background-color: #000;
	padding: 5px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	display: block;
	color: #FFF;
}
.menu li a:hover {
	background-color: #cd853f;
}
#footerWrap {
	-moz-box-shadow: 0 0 5px 0 #000;
	-webkit-box-shadow: 0 0 5px 0 #000;
	box-shadow: 0 0 5px 0 #000;
	background-image: url(images/footerBg.png);
	background-repeat: repeat-x;
}
#footer {
	text-align: center;
	padding: 10px;
}
#footer a {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}