/* 
Theme Name: whiteboard
Theme URL: http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 1.0.4

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */


h1#title {
position: relative;
top: -235px;
left: 10px;
margin-bottom: -50px;
border: 0;
color: #1f1104;
font-size: 50px;
letter-spacing: -5px;

}

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

p {
	margin: 15px 0 15px 0;
}

#container{}
/*#content {
	width: 650px;
}*/
#post, .entry {
	margin: 0 0 15px 0;
}

.widecolumn {
	width: 960px;
}
#postmeta{
}

p.postmetadata {
	background: #030301 url(http://henniebekker.com/skin/frontend/default/hennie/images/add-to-cart-bg.jpg) repeat-x;
	padding: 5px;
	border: 1px solid #463217;
	margin-bottom: 45px;
}

small {font-weight: bold;}

#postnavigation{}
#searchform{}
/*#sidebar{float: right;}*/


#content {
width: 690px; 
float: left;
}

#sidebar {
width: 230px;
float: right;
margin-right: 60px;
}


#mc_signup_form {border:none!important; background-color:transparent!important;}

.mc_signup_submit {
margin:10px 0px 0px;
text-align:left!important;
}

#mc_display_rewards {
text-align:left;
}

#content h2 {
	font-family: "Arial Black", Arial, Helvetica, Sans-Serif;
	color: #dab484;
	font-size: 21px;
	border-bottom:1px solid #4e3e2e; 
	margin: 15px 0 20px 0;
}

#sidebar h2 {
	font-family: "Arial Black", Arial, Helvetica, Sans-Serif;
	color: #dab484;
	font-size: 18px;
	border: 0;
}

.footer {margin-left: -50px;}


#sidebar li {
	background: transparent url(images/music-finder-bg.png) repeat-x;
	border: 1px solid #463217;
	padding: 10px;
	margin: 10px 0 10px 0;
}

#sidebar li > ul li {
	background: none;
	border: 0;
	margin: 1px 0 1px 0;
	padding: 2px;
}

.commentlist .avatar {
display: none;
}

.commentlist li {
padding: 5px;
background: transparent !important;
border-bottom: 1px dotted #463217;
margin: 10px 0 10px 0;
}

.commentlist li cite {
font-size: 16px;
font-weight: bold;
}

h3#comments {
	border-top: 1px solid #463217;
	border-bottom: 1px solid #463217;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
}

/* Additions by D. Christie 
 - changed top margin from 0 to 15px on #content h2
 - added margin-bottom: 45px; to p.postmetadata

*/
div.entry h3 { margin-top: 15px; }
strong { font-weight:bold; }
div.entry ul { list-style: disc outside; }
div.entry ul li { margin: 0 0 5px 50px ; padding: 0; }
img.alignleft { display: block; float: left; margin: 10px 20px 20px 0; } 