/*
Theme Name: Dollar Bin Theme
Theme URI: http://duebel.me/
Description: The custom WordPress theme created by <a href="http://www.duebel.me">Bobby Duebelbeis</a>.
Version: 0.5
Author: Bobby Duebelbeis
Author URI: http://www.duebel.me/
Tags: black, 3-column, featured content, galleries

*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	background-image: url(images/background.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h2 {
	font-size: 1.2em;
	letter-spacing: -0.1em;
}

.clearfloat {
	clear: both;
}

.container {
	text-align: left;
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.container .column_left {
	float: left;
	width: 215px;
	display: inline;
}
.column_left   a  h1 {
	margin: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-attachment: scroll;
	background-image: url(images/dollarbin_logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 186px;
	width: 175px;
}
.column_left .social_links {
	padding-left: 30px;
}

.social_links a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 20px;
}
.column_left .sponsor_logo {
	text-align: center;
	margin-top: 80px;
}
.sponsor_logo a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.container .column_center {
	float: left;
	width: 530px;
	display: block;
}

.column_center .featured_content {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 3px solid #DC0067;
	display: block;
}
.column_center .this_week h2 {
	opacity: 0.7 !important;
	padding-left: 20px;
	text-transform: lowercase;
	background-color: #0083D7;
	width: 200px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
}

.column_center .this_week p {
	background-color: #333333;
	opacity: 0.7 !important;
	font-size: .8em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.this_week p.archive_entry {
	margin-bottom: 10px;
}
p.archive_entry a {
	text-decoration: none;
	background: url(images/camera.png) no-repeat top left;
	height: 24px;
	padding-left: 37px;
	padding-top: 5px;
	display: block;
}
.this_week a {
	color: #FFF;
	text-decoration: underline;
}
.this_week a:hover {
	color: #FFF100;
	background-color: #DC0067;
	text-decoration: none;
}

.this_week a.more {
	color: #FFF100;
	background-color: #DC0067;
	text-decoration: none;
	margin-top: 10px;
	padding: 5px;
	display: block;
	width: 100px;
	float: right;
}
.this_week a:hover.more {
	text-decoration: underline;
}
a.more-link {
	color: #FFF;
	text-decoration: none;
	margin-top: -20px !important;
	background-color: #DC0067;
	float: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}

a:hover.more-link {
	color: #FFF100;
	background-color: #DC0067;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.datestamp {
	float: right;
	padding: 5px !important;
	background-color: transparent !important;
	margin-top: -30px;
	font-size: 1.2em !important;
	font-weight: bold;
	letter-spacing: -0.1em;
	text-transform: lowercase;
}	

.container .column_right {
	display: inline;
	float: right;
	width: 195px;
	padding-top: 20px;
	padding-left: 20px;
}
.column_right ul {
	list-style-type: none;
}
.column_right a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.column_right a:hover {
	color: #FFF100;
	background-color: #DC0067;
	margin-left: -20px;
	padding-left: 20px;
}
.column_right p {
	font-size: .8em;
	padding-bottom: 5px;
}
.footer {
	padding: 40px;
	clear: both;
}
.footer p {
	text-align: center;
	font-size: .7em;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF100;
	text-decoration: underline;
}
#respond h3 {
	opacity: 0.7 !important;
	padding-left: 20px;
	text-transform: lowercase;
	background-color: #DC0067;
	width: 200px;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
}
#commentform p {
	padding: 5px !important;
}
#commentform a {
	color: #FFF;
	text-decoration: none;
}

#commentform a:hover {
	color: #FFF100;
	text-decoration: underline;
}
#commentform p input {
	height: 20px;
	width: 250px;
	padding-top: 5px;
}
#commentform p label {
	font-size: 1.2em;
}
#commentform p textarea {
	width: 450px;
}
#commentform #submit {
	width: 175px !important;
	height: 30px !important;
	padding-top: 0px !important;
}
h3#comments {
	opacity: 0.7 !important;
	padding-left: 20px;
	text-transform: lowercase;
	background-color: #DC0067;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
}
.commentlist .quote {
	background:url(images/bg_quote3.gif) no-repeat top right;
	background-color: #f1f0f0;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0B88DA;
	border-right-color: #0B88DA;
	border-left-color: #0B88DA;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
	}
ol.commentlist {
	margin: 0px;
	padding-bottom: 20px;
        list-style: none;
}
.commentlist li {
	background-color: #333;
	opacity: 0.7 !important;
	font-size: .8em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	}
li.odd {
	background-color: #FFF;
        color: #333
	}
cite.alt {
	text-align: right;
        margin-left: 20px;
	}
span.comments {
	color:#FFF;
	float:left;
	width:28px;
	height:28px;
	text-align:center;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
img.avatar {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
}
.commentlist p {
        background-color: transparent !important;
        margin-left: 20px;
        margin-bottom: 10px;
        font-size: 1em !important;
        opacity: 1.0 !important;
        padding: 0px !important;
}
.odd a {
        color: #333 !important;
}
.odd a:hover {
        color: #FFF100 !important;
}
.commentlist a {
        color: #FFF;
        text-decoration: none;
}
.commentlist a:hover {
        text-decoration: underline;
}
.comment-meta {
        font-size: .7em;
        float: right;
        margin-top: -30px;
}
.tweet {
        background-color: #333333;
        opacity: 0.7 !important;
        margin-bottom: 10px;
        padding: 5px;
}
.tweet p {
        padding-bottom: 5px !important;
		font-size: 0.75em;
}
.tweet a {
        margin-left: 0px;
        display: inline;
}
.tweet a:hover {
        margin-left: 0px;
        padding-left: 0px;
}
.tweet img.avatar {
        margin-right: 5px;
        margin-bottom: 2px;
}
.navigation a {
	font-size: 12px;
}