/* ----------------------------------------------------------------
   CSS FOR ONYEANI'S DRUM
   ---------------------------------------------------------------- */
   
/* GLOBAL RESET
   ------------ */
* {
	margin: 0;
	padding: 0;
}

/* WHOLE PAGE
   ---------- */
   
body#onyeani-drum-blog
{
	width: 100%;
	background-color: #d9cec3;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: georgia, "times new roman", serif;
}

/* Misc styles */
hr.break
{
	clear: both;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.invisible
{
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* HEADER SECTION
   -------------- */
   
#onyeani-drum-blog #header
{
	height: 100px;
	border-bottom: 1px solid #fff;
	background: url(http://blog.africansuntimes.com/themes/site_themes/thedrum/header_bg.png) repeat-x #603913;
	color: #fff;
}

#onyeani-drum-blog #header #masthead
{
	width: 960px;
	margin: 0 auto;
	height: 100px;
	position: relative;
	left: 0;
	top: 0;
	background: none;
	border: none;
}

/* Site Logo */
#onyeani-drum-blog #header #masthead a.logo
{
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	width: 338px;
	height: 49px;
	overflow: hidden;
	background: none;
}

#onyeani-drum-blog #header #masthead a.logo img
{
	border: none;
	background: none;
}

/* Site Tagline */
#onyeani-drum-blog #header #masthead p.tagline
{
	position: absolute;
	left: 0;
	top: auto;
	bottom: 15px;
	font: 16pt bold Georgia, "Times New Roman", serif;
	background: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: left;
	height: auto;
}

/* Site Search */
#onyeani-drum-blog #header #masthead form#search-form
{
	position: absolute;
	right: 0;
	bottom: 15px;
}

#onyeani-drum-blog #header #masthead form#search-form h2
{
	font: large bold Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	color: #fff;
}

/* BODY SECTION
   ------------ */

#onyeani-drum-blog #body
{
	width: 590px;
	margin: 20px auto 0;
	/* background-color: #fff; */
	padding: 0 370px 0 0;
	/* padding: 20px 390px 20px 20px; */
	min-height: 500px;
	/* color: #43280D; */
	font-family: georgia, "times new roman", serif;
	color: #000;
	position: relative;
	left: 0;
	top: 0;
}

/* Styles */

#onyeani-drum-blog .blog-index h1
{
	/* margin: -20px 0 20px -20px; */
	margin: 0 0 20px 0;
	padding: 10px;
	/* background-color: #43280D; */
	background-color: #e6f5ff;
	font-size: xx-large;
	font-weight: normal;
	text-align: center;
	border-bottom: thin dashed #737a80;
	border-top: thin dashed #737a80;
	color: #737a80;
}


#onyeani-drum-blog #body h2,
#onyeani-drum-blog div.blog-item h1
{
	font-size: large;
	font-weight: bold;
	/* color: #43280D; */
	/* color: #806c59; */
	margin: 0;
}

#onyeani-drum-blog #body h3 
{
	font-size: x-large;
	font-weight: normal;
	/* color: #43280D; */
	/* color: #806c59; */
	margin: 1em 0 0;
	line-height: 1.5em;
}

#onyeani-drum-blog #body h4
{
	font-size: large;
	font-weight: bold;
	/* color: #43280D; */
	/* color: #806c59; */
	margin: 1em 0 0;
	line-height: 1.5em;
}

#onyeani-drum-blog #body h5
{
	font-size: large;
	font-weight: normal;
	/* color: #43280D; */
	/* color: #806c59; */
	margin: 0;
	line-height: 1.5em;
}

#onyeani-drum-blog #body h6
{
	font-size: medium;
	font-weight: bold;
	/* color: #43280D; */
	/* color: #806c59; */
	margin: 0;
	line-height: 1.5em;
}

#onyeani-drum-blog #body p,
#onyeani-drum-blog #body td,
#onyeani-drum-blog #body dd,
#onyeani-drum-blog #body blockquote,
#onyeani-drum-blog #body .comments p,
#onyeani-drum-blog #body .comments td,
#onyeani-drum-blog #body .comments dd,
#onyeani-drum-blog #body .comments blockquote
{
	font-size: medium;
	font-weight: normal;
	/* color: #43280D; */
	/* color: #806c59; */
	margin: 0.5em 0;
	line-height: 1.5em;
}

#onyeani-drum-blog #body blockquote
{
	margin: 1em;
	padding: 1em;
	background-color: #fffcf2;
	border: 1px solid #989588;
}


#onyeani-drum-blog #body li
{
	font-size: medium;
	font-weight: bold;
	/* color: #43280D; */
	color: #806c59;
	margin: 0;
	line-height: 1.5em;
}

#onyeani-drum-blog #body ul,
#onyeani-drum-blog #body ol
{
	list-style-position: outside;
	margin-left: 1em;
}

#onyeani-drum-blog #body a
{
	text-decoration: none;
	color: #737a80;
}

/* BLOG POST
   --------- */

#onyeani-drum-blog #body div.blogpost
{
	padding: 0 0 20px;
	position: relative;
	left: 0;
	top: 0;
}

/* styles */
#onyeani-drum-blog div.blog-index div.blogpost h2,
#onyeani-drum-blog div.blog-item div.blogpost h1
{
	width: 350px;
	padding-right: 10px;
	padding-top: 0;
	border-right: 1px dotted #807973;
	line-height: 1em;
}

#onyeani-drum-blog #body div.blogpost h2 a
{
	color: #806c59;
}

#onyeani-drum-blog #body div.blogpost .byline,
#onyeani-drum-blog div.blog-item .comment .byline
{
	width: 150px;
	padding-left: 10px;
	position: absolute;
	left: 361px;
	top: 0;
}

#onyeani-drum-blog #body div.blogpost .byline p,
#onyeani-drum-blog #body .comments .comment .byline p
{
	font-size: x-small;
	font-weight: normal;
	/* color: #807973; */
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 1em;
}

#onyeani-drum-blog #body div.blogpost .tools
{
	border: 1px dotted #807973;
	padding: 5px;
	margin: 5px 0 0;
}

#onyeani-drum-blog #body div.blogpost .tools div,
#onyeani-drum-blog #body div.blogpost .tools p
{
	display: inline;
	vertical-align: middle;
	padding: 0;
	margin: 0 5px;
	color: #bf8f60;
}

#onyeani-drum-blog #body div.blogpost .tools div.diggbutton
{
	vertical-align: -2px;
}

#onyeani-drum-blog #body div.blogpost .tools p
{
	font-size: medium;
\	text-transform: uppercase;
}

/* BLOG ITEM
   --------- */

/* NAVIGATION BAR */
#onyeani-drum-blog #body ul.content-navigator
{
	background: #cceaff;
	color: #134160;
	border-top: 1px dashed #134160;
	border-bottom: 1px dashed #134160;
	list-style: none inside;
	margin: 0 0 1em;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
}

#onyeani-drum-blog #body ul.content-navigator li
{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
}

#onyeani-drum-blog #body ul.content-navigator li.previous
{
	position: absolute;
	left: 5px;
	top: 0;
	font-weight: normal;
}
   
#onyeani-drum-blog #body ul.content-navigator li.next
{
	position: absolute;
	right: 5px;
	top: 0;
	font-weight: normal;
}
   
#onyeani-drum-blog div.blog-item .blogpost h2
{
	font-size: x-large;
	font-weight: normal;
\	/* color: #43280D; */
	/* color: #806c59; */
	margin: 1em 0 0;
	line-height: 1.5em;
	border: none;
}

#onyeani-drum-blog div.blog-item .blogpost h3
{
	font-size: large;
	font-weight: normal;
\	/* color: #43280D; */
	/* color: #806c59; */
	margin: 1em 0 0;
	line-height: 1.5em;
}

/* COMMENT SECTION */

#onyeani-drum-blog div#body div#comments
{
	margin: 10px 0;
	/* border-top: 2px dotted #807973; */
	padding: 10px;
	background-color: #43330d;
	color: #ffefcc;
}

#onyeani-drum-blog div#body div#comments h2
{
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
	padding: 0 10px;
	border-bottom: 1px solid #ffefcc;
}

#onyeani-drum-blog div.blog-item .comment-list
{
	margin: 0;
	padding: 0;
}

/* Individual Comment */
#onyeani-drum-blog div.blog-item .comment
{
	position: relative;
	left: 0;
	top: 0;
}

#onyeani-drum-blog #body #comments .comment h3
{
	border-right: 1px dotted #807973;
	width: 350px;
}

#onyeani-drum-blog #body #comments .comment .message p
{
	line-height: 1em;
}

/* NEW COMMENT FORM */
#onyeani-drum-blog #body #comments form
{
	margin: 0 -10px;
	border-top: 1px solid #ffefcc;
	padding: 10px;
}

#onyeani-drum-blog #body #comments form h3
{
	margin: -10px 0 0;
}

#onyeani-drum-blog #body #comments form .formelement
{
	position: relative;
	left: 0;
	top: 0;
	clear: left;
}

#onyeani-drum-blog #body #comments form .formelement label.left
{
	float: left;
	width: 100px;
	display: block;
	text-align: right;
	padding-right: 5px;
	padding-top: 0px;
}

#onyeani-drum-blog #body #comments form .block textarea
{
	margin: 0 auto;
	display: block;
}

/* ADDITIONAL CONTENT
   ------------------ */

#onyeani-drum-blog #body #additional-content
{
	position: absolute;
	/* right: 20px;
	top: 20px; */
	right: 0;
	top: 0;
	width: 350px;
	font-family: georgia, "times new roman", serif;
}

/* Styles */
#onyeani-drum-blog #body #additional-content h2
{
	font-size: x-large;
	font-weight: normal;
}

#onyeani-drum-blog #body #additional-content h3
{
	font-size: large;
}

#onyeani-drum-blog #body #additional-content h4
{
	font-size: medium;
	text-transform: uppercase;
}

/* Sections
   -------- */
#onyeani-drum-blog #body #additional-content .section,
#onyeani-drum-blog #body #additional-content .contentblock
{
	border-bottom: 2px dotted #807973;
	padding: 0 0 10px;
}

/* FOOTER
   ------ */
#onyeani-drum-blog #footer
{
	background: none;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	left: 0;
	top: 0;
}

#onyeani-drum-blog #footer #udlogo
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
}

#onyeani-drum-blog #footer #udlogo a
{
	display: block;
	padding: 50px 0 0;
	width: 50px;
	height: 0;
	overflow: hidden;
	background-image: url(http://blog.africansuntimes.com/themes/site_themes/thedrum/ud_minilogo.png);
	background-repeat: no-repeat;
}

#onyeani-drum-blog #footer #copyrightbar
{
	background: none;
	width: 100%;
	margin: 0 0;
	padding: 0;
}
