/*
	Author Name	: Ryan Adlaf
	Author Site	: http://www.black-dollar.com
	Style Name	: bdp
	Style URI	: http://www.black-dollar.com/wordpress/wp-content/themes/k2/styles/bdp/bdp.css
	Version		: 1.0
	Comments	: 
*/

/* Hide WordPress Stats Smiley */

img#wpstats {
	width:0px;
	height:0px;
	padding:0px;
	border:none;
	overflow:hidden
	}

/* muxtape formating */
div.tape {
	width: 300px;
	height: 190px;
	visibility: visible;
	position: relative;
	overflow: hidden;
	}

div.tape img {
	width: 300px;
	height: 190px;
	}

div.tape a.label {
	font-weight: bold;
	background: #fff;
	display: block;
	font-size: 12px;
	line-height: 20px;
	padding-top: 2px;
	position: absolute;
	top: 28px;
	left: 25px;
	width: 250px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
	color: #000;
}

/* -------------- */

img.floatLeft { 
    float: left; 
    margin-right: 10px;
    margin-bottom: 10px;
	}

#page {
	padding: 0;
	border-left: 2px solid #ddd;
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
}

#header {
	background-color: #000;
}

h1 { /* H1 is the title in the header */
	padding: 35px 40px 0;
	}

.blog-title {
	padding: 100px 40px 0;
	visibility: hidden;
	}

#header .description { /* Description in header */
	visibility: hidden;
	}

.content {
	padding: 0 0 20px;
	background: url(http://www.black-dollar.com/images/Page_Background.gif) repeat-y;
}

/*- Rolling Archives */


body.smartposition #rollingarchives {
	width: 520px;
	}

#rollingarchives {
	width: 520px;
	}

#primary {
	/* Contains the main column */
	width: 520px;
	padding: 0 10px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	margin: 0 0 30px;
	padding: 5px 0 10px;
	}

ul.menu {
	padding-left: 0;
	padding-right: 0;
	left: 10px;
	right: 10px;
	width: 520px;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	padding: 0 5px;
	}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 10px 0;
	}


.columns-two #sidebar-main,
.columns-three #sidebar-main {
	width: 220px;
	}

.secondary {
	/* Contains the sidebar */
	float: right;
	padding: 0 10px;
}

.secondary ul, .secondary ol, .secondary div div {
	margin: 0 5px;
	padding-left: 0;
	}

.secondary div {
	margin: 10px 0 0;
	}

dt.magnolia-mark {
	margin: 0;
	padding: 1px 0;
	}

dd.magnolia-description {
	margin: 0;
	padding: 1px 5px 10px;
	}

.feedlink { /* On the sidebar */
	margin-right: 3px;
	}

.comments form {
	margin: 0 10px 0 0;
	}

.page-head {
	margin: 0;
	visibility: hidden;
	}
	
#footer p.footerstyledwith {
	visibility: hidden;
}