/*  
Theme Name: Dark Arts Books

Description: 5 Column (main content, 2 sidebars and 2 top sections), widget-ready fixed width theme in soothing Creme and Brown colors featuring an author box, author info page, gravatars and highlighted author comments in the comments section along with Custom Archives, Sitemap and full width No Sidebars page templates.  Tested in Firefox, Opera, Safari, IE6 and IE7. Compatible up to Wordpress 2.7.

*/


/***** TYPOGRAPHY AND LINKS *****/
body, address, dd, dl, hr, p, form { font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Sans-serif; margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 {
	color: #660099;
	font-family: Georgia, "Trebuchet MS", Helvetica, Verdana, Times, Tahoma, Arial, Sans-serif;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
}

h1 { font-size: 2em; }
h2 {
	font-size: 1.6em;
}
h3 { font-size: 1.4em; }
h4 {
	font-size: 1.3em;
	color: #333333;
}
h5 { font-size: 1.2em; }
h6 {
	font-size: 1.1em;
	text-decoration: underline;
}

.top-nav a:link,.header a:visited  {
	text-decoration: none;
	color: #DED3B7;
}

.top-nav a:hover  {
	text-decoration: none;
	color: #9F87B7;
}

.main-nav a:link,.main-nav a:visited  {
	text-decoration: none;
	color: #DED3B7;
}

.main-nav a:hover  {
	text-decoration: none;
	color: #9F87B7;
}
	
a:link, a:visited {
	text-decoration: none;
	color: #660099;
}
a:hover {
	text-decoration: underline;
	color: #660099;
}
p {
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.3em;
}
blockquote { margin: 15px 40px 10px 30px; padding: 0 10px 10px 20px; font-style: italic; border-left: 2px solid #7c7953; border-right: 2px solid #7c7953; }

/***** MAIN CONTENT *****/
body {
	margin: 0;
	font-size: 76.5%;
	text-align: center;
	vertical-align: top;
	color: #333333;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

#wrapper { margin: 0px auto 10px auto; width: 995px; text-align: left; }

#main_content {
	width: 995px;
	background-color: 300242;
	background-image: url(images/body.jpg);
	margin: 0px 0px 10px 0px;
	
}
#container {
	float: right;
	width: 480px;
	paddin: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	display: block;
	overflow: hidden;
}
#container_twocol {
	float: right;
	width: 650px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 0px;
}
#container_wide {
	float: left;
	width: 900px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 42px;
}

.post { padding: 10px 0 5px 0; }
.post h2 { font-size: 1.5em; margin: 0px 0px 0px 0px; padding-top: 5px; }
.entry { font-size: 1.02em; background: url(images/dot.gif) repeat-x scroll 0pt 100% !important; line-height: 1.42em; padding: 0 0 40px 0; }
.postmetadata {
	margin: 0;
	font-size: 9px;
	display: none;
}
.date {	font-size: .9em; margin-top: -20px; }

#author-box {
	width: 90%;
	min-height: 115px;
	margin: 10px 10px 20px 10px;
	padding: 0 10px 10px 10px;
	border: #3f3013 1px solid;
	background-color: #999999;
	display: none;
}
#author-box .avatar {
	float: left;
	width: 80px;
	height: 80px;
	display: none;
}
#author-box h2 {
	padding: 0;
	margin: 5px 0 5px 0;
	display: none;
}

/***** HEADER *****/
#header-wrap { 
	width: 995px; 
	height: 250px; 
	background: #ebe1c8; }
.header {
	width: 995px;
	height: 250px;
	padding: 0;
	float: left;
	background-color: #000000;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
.header h1 {
	width: 500px;
	padding: 0;
	margin: 20px 0 0 30px;
	font-family: Georgia, Times New Roman, Sans-serif;
	font-size: 3.5em;
	line-height: 40px;
	text-align: left;
	display: none;
}
.header h1 a { text-decoration: none; color: #3f3013; }
.header h1 a:hover { text-decoration: none; color: #cc9933; }
.header .description {
	font-size: 1.4em;
	font-weight: bold;
	font-family: Georgia;
	color: #846AB6;
	text-align: right;
	text-transform: lowercase;
	float: right;
	font-style: italic;
	margin-top: 65px;
	margin-right: 12px;
}

/***** HORIZONTAL MENU *****/
.menu  {

	width: 995px;
	height: 58px;
	background-image: url(images/nav2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-align: left;
	vertical-align: bottom;
}
.menu ul {
	width: 100%;
	margin: 0;
	padding: 8px 0;
}
.menu ul li {
	margin: 0;
	display: inline;

}

.top-nav ul li {
	width: 100%;
	margin-left: 10px;
	padding: 0;
	text-decoration: none;
	color: #CCCCCC;
	font-size: 1.1em;
}
.top-nav ul li {
	color: #4A2479;
	text-decoration: underline;
}


/***** IMAGES *****/
p img { padding: 0; max-width: 100%; }
a img { border: #544b40 1px solid; padding: 3px; background: none; }

img.avatar { float: left; margin: 5px; border: #544b40 1px solid; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 3px; margin: 0 0 0 7px; display: inline; }
img.alignleft { padding: 3px; margin: 0 7px 0 0; display: inline; }

.alignright { float: right; }
.alignleft { float: left; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; /* optional rounded corners for browsers that support it */ -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }

#flickrrss img { border: 1px solid #544b40; float: left; margin: 0 0 3px 3px; }

.thumbnail { width: 60px; height: 60px; float: left; margin: 3px; border: #544b40 1px solid; }
.medium { width: 250px; height: 150px; float: left; margin: 3px; border: #544b40 1px solid; }

/***** NAVIGATION *****/
.navigation {
	padding: 5px 0 5px 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	font-variant: normal;
}

/***** FOOTER *****/
#footer  {
	clear: both;
	width: 995px;
	height: 58px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
}
#footer p {
	font-size: 0.9em;
	width: 995px;
	height: 58px;
	float: right;
	line-height: 18px;
	text-align: right;
	color: #dbcfb0;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer a { color: #d4be87; }

/***** NAVIGATION *****/
.top-nav  {
	float: left;
	text-decoration: none;
	margin-top: 18px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 290px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	color: #F4F0E7;
}

.top-nav img {
	border: none;
	vertical-align: top;
}
.main-nav img {
	border: none;
	vertical-align: top;
}

.main-nav  {
	float: left;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	color: #F4F0E7;
}

/***** SIDEBAR *****/
#push {
	float: left;
	width: 220px;
	padding: 0px 0px 0px 50px;
	}

#push2 {
	float: left;
	width: 20px;
	padding-left: 10px;
	background-image: url(../../../images/arrow.jpg);
	height: 200px;
}
#left_sidebar {
	width: 200px;
	background-color: #CCBCD6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	clear: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
#right_sidebar {
	width: 180px;
	float: right;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 20px 29px 0px 10px;
	
}  
#left_sidebar ul ul li{
	list-style-position: inside;
	list-style-image: url(images/splat.gif);
}
#left_sidebar ul ul ul li{
	list-style-position: inside;
	list-style-type: circle;
	list-style-image: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #F1EDE0;
}
	
#left_sidebar ul li a:hover, #right_sidebar ul li a:hover {
	color: #F4F0E7;
}
#left_sidebar ul li a, #right_sidebar ul li a {
	font-size: 1.08em;
	display: inline;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#left_sidebar ul li, #right_sidebar ul li {
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	background-color: #CCBCD6;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


#left_sidebar ul ul, #right_sidebar ul ul { margin: 0 0 0 10px; }
#left_sidebar ul ul ul, #right_sidebar ul ul ul {
	margin: 0 0 0 10px;
}
#left_sidebar ul, #right_sidebar ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#left_sidebar h2, #right_sidebar h2, #commentblock h2 {
	font-size: 1.06em;
	text-transform: uppercase;
	letter-spacing: normal;
	margin: 15px auto 5px auto;
	padding: 3px 3px 3px 0px;
	text-align: center;
	border-top: #7c7953 1px solid;
	border-bottom: #7c7953 1px solid;
	background-color: #B6A987;
	background-image: url(images/cat-bg.jpg);
	background-repeat: repeat;
} 

/***** SEARCH *****/
#searchform { margin: 10px auto; padding: 5px 3px; text-align: center; }
#sidebar #searchform #s { width: 108px; padding: 2px; }
#sidebar #searchsubmit { padding: 1px; }

/***** Calendar *****/
#wp-calendar { text-align: center; background: #b3a381; margin: 0 0 10px 20px; padding: 0; width: 80%; border: #3f3013 1px solid; font-variant: small-caps; font-family: Times, Verdana, Sans-Serif; }
#wp-calendar td { line-height: 10px; font-size: 10px; color: #544b40; font-variant: small-caps; }
#wp-calendar td a { display: block; color: #544b40; text-decoration: none; line-height: 10px;
font-weight: bold; font-variant: small-caps; font-size: 10px; }
#wp-calendar #prev a { width: 30px; font-variant: small-caps; }
#wp-calendar #next a { width: 30px; margin: 0 0 0 30px; font-variant: small-caps; }
#wp-calendar #today { background: #663399; color: #e6ddbc; font-variant: small-caps; }
#wp-calendar #today a { color: #544b40; font-weight: 700; font-variant: small-caps; }
#wp-calendar caption { color: #533419; text-align: center; width: 80%; margin: 5px 0 5px 20px; font-family: Times, Verdana,Sans-Serif; font-size: 14px; }

/***** COMMENTS *****/
.comments-template {
	margin: 0 10px;
	border-top: 1px solid #dcd7bc;
	padding: 0 10px;
	display: none;
}
.comments-template ol { margin: 0; padding: 0 0 15px; list-style: none; }
.comments-template ol li { margin: 0; line-height: 14px; padding: 10px 0 10px 5px; }
.comments-template h2, .comments-template h3 { font-family: Georgia, Sans-serif; font-size: 12px; margin: 10px 0 0 0; }
.commentmetadata {
	font-size: 9px;
	display: none;
}
.comments-template p.nocomments {
	padding: 0;
	display: none;
}
.comments-template textarea { width: 95%; max-width: 500px; font-family: Arial, Helvetica, Georgia, Sans-serif; font-size: 11px; background: #efeadc; }
.authorcomment { background: #ded3b7; }

/***** TOP *****/
#top {
	float: right;
	width: 680px;
	/*background: #ebe1c8;*/

	margin: 14px 0px 0px 0px;

	padding: 0px 25px 0px 0px;
}

/***** TOP SECTIONS*****/
.top-section {
	background: url(images/dot.gif) repeat-x scroll 0pt 100% !important;
	float: right;
	width: 680px;
	height: 157px;
	padding: 0;
	color: #444;
	margin: 0;
}
.top-section .area {
	background: #ded3b7;
	float: right;
	width: 180px;
	height: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: #d5c7a4 1px solid;
}
.top-section .area.extra {
	background: #ded3b7;
	float: left;
	width: 480px;
	height: 150px;
	margin-left: 5px;
	padding: 0;
}
.top-section .area h2 {
	color: #444;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: normal;
	padding: 3px 3px 3px 7px;
	text-align: left;
	background: transparent;
	border-bottom: #7c7953 1px solid;
}
.top-section .area ul li ul li { list-style: none; margin: 0; }
.top-section .area li { list-style: none; text-align: left; margin: 0; font-size: 1.1em; }
.top-section .area a { color: #444; font-size: .8em; }
.top-section .area a:hover { color: #fff; }

/***** IE HACKS ****
*html #left_sidebar { margin: 0 0 20px 0px; } 
*html #main_content { padding-bottom: 10px; }
*html #container { width: 520px; margin: 0 10px 0 2px; padding: 0 10px 10px 10px; }
*html #container_wide { margin: 0 0 0 20px; }
*html #top, .top-section { margin-left: -1px; }
*html .top-section .area { height: 150px; }
*html .top-section .area.extra { width: 530px; height: 150px; }*/
.reviews {
	font-size: 1em;
	line-height: 1.2em;
}
hr {
	margin-top: 4px;
	margin-bottom: 18px;
	color: #CCBCD6;
}
