@import url('reset.css');
@import url('master.css');

body#white-theme {
	background-color: #d9d9d9;
}

#white-theme #dj-logo,
#white-theme #dj-logo span { 
	background-image: url(../images/dj-logo-grey.png); 
}

#content {
	color: #333333;
	width: 767px;
	margin: -5px 22px 0 0;
	padding-bottom: 15px;
}

#content .bg_top {
	background: #d9d9d9 url(../images/blog-top.jpg) top left no-repeat;
	height: 19px;
}

#content .bg_middle {
	background: #d9d9d9 url(../images/blog-middle.jpg) top left repeat-y;
	padding: 0 36px 30px 36px;
}

#content .bg_bottom {
	background: #d9d9d9 url(../images/blog-bottom.jpg) top left no-repeat;
	height: 8px;
}

#blog_header {
	padding-bottom: 16px;
	border-bottom: 5px solid #fff;
	margin-bottom: 24px;
}

#blog_title {
	float: left;
}

#blog_title, #blog_title span {
	display: block;
	height: 54px;
	position: relative;
	top: 0; left: 0;
	width: 154px;
}

#blog_title span {
	position: absolute;
	background: url(../images/blog-text.jpg) top left no-repeat;
}

#blog_header img {
	float: right;
}

#blog_content {
	float: left;
	width: 543px;
}

#blog_navigation {
	float: right;
	width: 106px;
}

#blog_navigation h3 {
	text-transform: uppercase;
	display: block;
	padding-bottom: 5px;
	border-bottom: 5px solid #fff;
	margin-bottom: 6px;
}

#blog_navigation ul {
	margin-bottom: 18px;
}

#blog_navigation a {
	color: #333333;
}

#blog_navigation ul a {
	line-height: 1.2em;
	display: block;
}

#blog_navigation ul a:hover {
	background-color: #fff;
	text-decoration: none;
	background: url(../images/trans-white-bg.png) top left repeat;
}

#blog_navigation ul .more {
	display: none;
}

#blog_content .post {
	padding-bottom: 30px;	
	border-bottom: 5px solid #fff;
	margin-bottom: 25px;
} 

#blog_content h1 {
	color: #fff;
	font-weight: bold !important;
	font-size: 22px !important;
	line-height: 1em !important;
	margin-bottom: 20px;
}

#blog_content .post .title {
	font-size: 22px;
	line-height: 1.2em;
	float: left; 
	color: #333;
	cursor: pointer;
}

#blog_content .post .date_posted {
	float: right;
	margin-top: 9px;
}

#blog_content .post .main_image {
	clear: both;
	margin-top: 8px;	
	border-top: 3px solid #fff;
	margin-bottom: 5px;
}

#blog_content .post .body {
	padding-top: 12px;
	clear: both;
}

#blog_content .post .options li, #blog_content .comments .post_info li {
	border-right: 1px solid #666666;
	float: left;
	margin-right: 5px;
	padding-right: 5px;
}

#blog_content .post .options li.last, #blog_content .comments .post_info li.last {
	border: 0 none;
}

#blog_content .post .options li a, #blog_content .post .body a {
	color: #333333;
}

#blog_content .comment-form {
	padding: 8px 0 25px 0;
}

#blog_content .comment-form input, #blog_content .comment-form textarea {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 11px !important;
	border: 1px solid #fff  !important;
	background: url(../images/trans-white-bg.png) top left repeat !important;
	width: 88%;
	width: 470px;
	margin: 8px 0 0 0;
	padding: 4px;
	color: #808080;
}

#blog_content .comment-form textarea {
	margin-top: 14px;
	margin-bottom: 12px;
	height: 14em;
}

#blog_content .comment-form .special_title {
	text-transform: uppercase;
	margin-bottom: 0;
}

#blog_content .comment-form .instructions {
	margin-bottom: 4px;
}

#blog_content .comment-form label {
	text-transform: uppercase;
}

#blog_content .comment-form .bottom_stuff {
	width: 480px;
}

#blog_content .comment-form .bottom_stuff .special_title {
	margin-top: 14px;
}

#blog_content .comment-form .bottom_stuff table {
	margin-top: 12px;
	width: 100%;
}

#blog_content .comment-form .bottom_stuff table td {
	vertical-align: bottom;
}

#blog_content .comment-form .bottom_stuff img {
	border: 1px solid #fff;
}

#blog_content .comment-form .bottom_stuff input {
	width: 120px;
	position: relative;
	top: -2px; left: 0;
}

#blog_content .comment-form input.submit_button {
	float: right;
	color: #fff;
	background: url(../images/submit-button.jpg) top left no-repeat !important;
	border: 0  !important;
	display: block;
	height: 26px;
	width: 97px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
	cursor: pointer;
	top: 0;
}

#blog_content .comment-form input.submit_button:hover {
	background-position: bottom left !important;
}

#blog_content .comment-form .server-response {
	width: 470px;
	display: none;
	margin: -5px 0 15px 0;
	text-transform: uppercase;
	border: 1px solid #333;
	background: url(../images/trans-white-bg.png) top left repeat;
	padding: 4px;
}

#blog_content .comment-form .server-response.error {
	color: red;
	border-color: red;
}

#blog_content .comments {
	padding: 1px 0 10px 0; 
	border-bottom: 5px solid #fff;
	margin-bottom: 16px;
} 

#blog_content .comments h2 {
	text-transform: uppercase;
	padding-bottom: 5px;
}

#blog_content .comments .comment {
	padding: 10px 0 0 0;
}

#blog_content .comments .post_info {
	border-bottom: 2px solid #333;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#blog_content .comments .comment p {
	font-weight: normal;
}

/* Helvetica */

#blog_content .post .title,
#blog_navigation h3,
#blog_content .comments h2,
#blog_content .comment-form label,
#blog_content .comment-form .special_title,
#subscribe_to_blog {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
}

#blog_content .comments h2 {
	color: #000;
	padding: 0;
}

#blog_content .comment-form p {
	padding: 0;
}

#blog_navigation ul a,
#blog_content h1,
#blog_content .post .date_posted,
#blog_content .post .body,
#blog_content .post .options li,
#blog_content .comment-form .instructions,
#blog_content .comments .post_info {
	font-family: 'Courier New', Courier, monospace;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 1.2em;
}

#blog_content .video-holder {
	clear: both;
	padding: 8px 0 5px 0;
}

#blog_content .video-holder .inner {
	border-top: 3px solid #fff;
}