/* @override http://dariusgoeswest.jamielottering.com/css/styles.css */


.clear {
	clear: both;
}

.float_left {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}

/* @group HTML Selectors */

a { color: #87e3ff; }
a:hover { color: #fff; }

body {
	background: #333;
	color: #e7e7e7;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana;
	font-size: 12px;
	line-height: 20px;
}

img {
	border: none;
}

strong {
	color: #fff;
	font-weight: bold;
}


/* @end */

/* @additions */
#linkedHeader a:link
{
	color:#FF9933;
	font-size:24px;
}
#linkedHeader a:hover
{
	color:white;
	font-size:24px;
}
#linkedHeader a:visited
{
	color:#FF9933;
	font-size:24px;
}
/* @group Header Navigation */

#header {
	background: #3f3f3f;
	line-height: normal;
	margin: 30px 0;
	padding: 15px 10px;
	width: 880px;
}

#header h1 {
	background: url('/images/DGWLogo.jpg') no-repeat left top;
	display: block;
	float: left;
	height: 74px;
	margin-bottom: 10px;
	position: relative;
	text-indent: -50000px;
	top: -28px;
	width: 424px;
}

#header ul li {
	display: inline;
}

#header ul li a {
	color: #fff;
	font-family: "Myriad Pro", "Helvetica", Arial, Verdana;
	font-size: 12px; 
	font-weight: bold; 
	text-transform: uppercase;
}

#header ul li a:hover {
	color: #87e3ff;
	text-decoration: none;
}

/* @end */

/* @group Video and Map */

#video_and_map {
	background: url('/images/banner_background.jpg') repeat-x left top;
	clear: both;
	padding: 1px 10px 1px 10px;
	width: 880px;
}

#video_and_map #featured_video {
	background: #3b3b3b;
	border: 1px solid #444;
	float: left;
	padding: 10px;
	position: relative;
	top: -13px;
}

#video_and_map #map {
	background: url('/images/map_replacement.png') no-repeat left top;
	float: right;
	height: 329px;
	width: 375px;
}

#video_and_map #map #buy_button {
	float: right;
	position: relative;
	right: -25px;
	top: -45px;
}
.post_details_single p{
margin-bottom:16px
}

/* @end */

/* @group Main Content */ 

#wrapper {
	width: 900px;
}

#wrapper  #left_content {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	width: 460px;
}

#wrapper #left_content .header_span {
	background: #1b1b1b;
	line-height: 18px;
	padding: 10px;
}

#wrapper #left_content .header_span h2 {
	color: #fff;
	font-family: "Myriad Pro", "Helvetica", Arial, Verdana;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

#wrapper #left_content .header_span a {
	color: #edb55a;
	font-size: 11px;
	float: right;
}

.header_span p.date {
	color: #edb55a;
	font-size: 11px;
	line-height:14pt;
}

#wrapper #left_content #recent_videos {
	margin-bottom: 15px;
	width: 460px;
}

#wrapper #left_content .posting_list {
	background: #202020 url('/images/posting_list_bg.jpg') repeat-x left top;
	border-top: 1px solid #363636;
	border-bottom: 1px solid #1b1b1b;
	padding: 10px;
}

#wrapper #left_content .posting_list .video_thumbnail {
	background: #333333 url('/images/videos/video_bg.jpg') no-repeat left bottom;
	float: left;	
	padding: 5px;
	text-align: center;
	width: 80px;
}

#wrapper #left_content .posting_list .video_thumbnail img {
	margin-bottom: 5px;
}

#wrapper #left_content .posting_list .video_thumbnail a {
	background: url('/images/videos/arrow.jpg') no-repeat right center;
	color: #fff;
	font-family: "Myriad Pro", "Helvetica", Arial, Verdana;	
	font-size: 12px;
	font-weight: bold;
	padding-right: 18px;
	padding-top: 1px;
	text-transform: uppercase;
}

#wrapper #left_content .posting_list .video_thumbnail a:hover {
	color: #51d7ff;
	text-decoration: none;
}

#wrapper #left_content .posting_list_details {
	font-size: 11px;
	line-height: 18px;
	margin-left: 100px;
	width: 339px;
}

#wrapper #left_content .posting_list_details p.date_added {
	color: #edb55a;
	font-style: italic;
}

#wrapper #left_content .posting_list_details h3 {
	color: #51d7ff;
	font-size: 16px;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

#wrapper #left_content .posting_list_details h3 a:hover {
	text-decoration: none;
}

#wrapper #left_content #recent_posts {
	margin-bottom: 15px;
	width: 460px;
}

#wrapper #left_content .posting_list_details_noIndent {
	font-size: 11px;
	line-height: 18px;
}

#wrapper #left_content .posting_list_details_noIndent p.date_added {
	color: #edb55a;
	font-style: italic;
}

#wrapper #left_content .posting_list_details_noIndent h3 {
	color: #51d7ff;
	font-size: 16px;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

#wrapper #left_content .posting_list_details_noIndent h3 a:hover {
	text-decoration: none;
}

#wrapper  #right_content {
	float: right;
	width: 410px;
}

#wrapper #right_content #introduction {
	border-bottom: 1px dashed #424242;
	margin-bottom: 20px;
}

#wrapper #right_content #introduction p {
	margin-bottom: 20px;
}

#wrapper #right_content #viral {
	border-bottom: 1px dashed #424242;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#wrapper #right_content #viral h2 {
	color: #edb55a;
	font-family: Arial, Verdana;
	font-size: 18px;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	padding: 0;
}

#wrapper #right_content #viral ul li {
	display: inline;
	padding-right: 5px;
}

#wrapper #right_content #viral ul li img {
	opacity: 0.5;
}

#wrapper #right_content #viral ul li img:hover {
	opacity: 1;
}

#wrapper #right_content #i_can_has_money {
	border-bottom: 1px dashed #424242;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#wrapper #right_content #i_can_has_money ul li {
	display: inline;
}

#wrapper #right_content #i_can_has_money ul li.right {
	margin-left: 25px;
}

#wrapper #right_content #share {
	border-bottom: 1px dashed #424242;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#wrapper #right_content #share h2 {
	color: #edb55a;
	font-family: Arial, Verdana;
	font-size: 16px;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	padding: 0;
}

#wrapper #right_content #share p {
	font-size: 11px;
	line-height: 18px;
}

#wrapper #right_content #share textarea {
	border: none;
	margin: 0;
	width: 400px;
}

#wrapper #right_content #share img.badge_long {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* @end */

/* @group Category Listings */

/* @group Right Content */

#right_sidebar_altered {
	float: right;
	margin-top: 20px;
	width: 410px;
}

#right_sidebar_altered  #introduction {
	border-bottom: 1px dashed #424242;
	margin-bottom: 20px;
}

#right_sidebar_altered  #introduction p {
	margin-bottom: 20px;
}

#right_sidebar_altered  #viral {
	border-bottom: 1px dashed #424242;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#right_sidebar_altered  #viral h2 {
	color: #edb55a;
	font-family: Arial, Verdana;
	font-size: 18px;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	padding: 0;
}

#right_sidebar_altered  #viral ul li {
	display: inline;
	padding-right: 5px;
}

#right_sidebar_altered  #viral ul li img {
	opacity: 0.5;
}

#right_sidebar_altered  #viral ul li img:hover {
	opacity: 1;
}

#right_sidebar_altered  #i_can_has_money {
	border-bottom: 1px dashed #424242;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#right_sidebar_altered  #i_can_has_money ul li {
	display: inline;
}

#right_sidebar_altered  #i_can_has_money ul li.right {
	margin-left: 25px;
}

#right_sidebar_altered  #share {
	border-bottom: 1px dashed #424242;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#right_sidebar_altered  #share h2 {
	color: #edb55a;
	font-family: Arial, Verdana;
	font-size: 16px;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	padding: 0;
}

#right_sidebar_altered  #share p {
	font-size: 11px;
	line-height: 18px;
}

#right_sidebar_altered  #share textarea {
	border: none;
	margin: 0;
	width: 400px;
}

#right_sidebar_altered  #share img.badge_long {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* @end */

/* @group Blog */


#recent_posts_cat {
	background: #3b3b3b;
	border: 1px solid #444;
	float: left;
	padding: 10px;
	position: relative;
	top: -13px;
	margin-bottom: 15px;
	width: 435px;
}

#recent_posts_cat .posting_list_details_noIndent_cat {
	font-size: 11px;
	line-height: 18px;
}

#recent_posts_cat .posting_list_details_noIndent_cat p.date_added {
	color: #edb55a;
	font-style: italic;
}

#recent_posts_cat .posting_list_details_noIndent_cat h3 {
	color: #51d7ff;
	font-size: 16px;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

#recent_posts_cat .posting_list_details_noIndent_cat h3 a:hover {
	text-decoration: none;
}

#recent_posts_cat .posting_list_cat {
	background: #202020 url('/images/posting_list_bg.jpg') repeat-x left top;
	border-top: 1px solid #363636;
	border-bottom: 1px solid #1b1b1b;
	padding: 10px;
}


/* @end */

/* @group Videos */

#content_dynamic #recent_videos_cat  {
	background: #3b3b3b;
	border: 1px solid #444;
	float: left;
	padding: 10px;
	position: relative;
	top: -13px;
}

#content_dynamic .header_span {
	background: #1b1b1b;
	line-height: 18px;
	padding: 10px;
}

#content_dynamic .header_span h2 {
	color: #fff;
	font-family: "Myriad Pro", "Helvetica", Arial, Verdana;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

#content_dynamic .header_span a {
	color: #edb55a;
	font-size: 11px;
	float: right;
}

#content_dynamic #recent_videos_cat {
	margin-bottom: 15px;
	width: 435px;
}

#content_dynamic #recent_videos_cat .posting_list_cat {
	background: #202020 url('/images/posting_list_bg.jpg') repeat-x left top;
	border-top: 1px solid #363636;
	border-bottom: 1px solid #1b1b1b;
	padding: 10px;
}

#content_dynamic #recent_videos_cat .posting_list_cat .video_thumbnail {
	background: #333333 url('/images/videos/video_bg.jpg') no-repeat left bottom;
	float: left;	
	padding: 5px;
	text-align: center;
	width: 80px;
}

#content_dynamic #recent_videos_cat .posting_list_cat .video_thumbnail img {
	margin-bottom: 5px;
}

#content_dynamic #recent_videos_cat .posting_list_cat .video_thumbnail a {
	background: url('/images/videos/arrow.jpg') no-repeat right center;
	color: #fff;
	font-family: "Myriad Pro", "Helvetica", Arial, Verdana;	
	font-size: 12px;
	font-weight: bold;
	padding-right: 18px;
	padding-top: 1px;
	text-transform: uppercase;
}

#content_dynamic #recent_videos_cat .posting_list_cat .video_thumbnail a:hover {
	color: #51d7ff;
	text-decoration: none;
}

#content_dynamic #recent_videos_cat .posting_list_details_cat {
	font-size: 11px;
	line-height: 18px;
	margin-left: 100px;
	width: 320px;
}

#content_dynamic #recent_videos_cat .posting_list_details_cat p.date_added {
	color: #edb55a;
	font-style: italic;
}

#content_dynamic #recent_videos_cat .posting_list_details_cat h3 {
	color: #51d7ff;
	font-size: 16px;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

#content_dynamic #recent_videos_cat .posting_list_details_cat h3 a:hover {
	text-decoration: none;
}



/* @end */

/* @end */

/* @group Blog Singles */

.page_content p {
	margin-bottom: 20px;
}

/* @group Video */

.video_player {
	margin-bottom: 15px;
}

p.error {
	background: #330000;
	border: 1px solid #660000;
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
}

#comments {
	background: #202020;
	margin-top: 15px;
}

#comments h3 {
	color: #edb55a;
	font-size: 12px;
	margin: 0;
	padding: 5px 5px 5px 10px;
}

#comments ol {
	border-bottom: 15px solid #3b3b3b;
	margin-bottom: 5px;
}

#comments ol li {
	background: #202020 url('/images/posting_list_bg.jpg') repeat-x left top;
	border-top: 1px solid #363636;
	border-bottom: 1px solid #1b1b1b;
	padding: 10px;
}

#comments ol li.god_is_talking {
	background: #002f40 url('/images/admin.jpg') repeat-x left top;
	border-top: 1px solid #12475a;
}

#comments ol li.god_is_talking p {
	color: #fff;
	font-weight: bold;
}

#comments ol li.god_is_talking small {
	font-style: italic;
	line-height: normal;
}

#comments ol li .gravatar {
	float: left;
	padding: 0 10px 10px 0;
}

#comments ol li .gravatar img {
	border: 2px solid #333;
}

#comments form {
	padding: 5px;
}

#comments form textarea {
	background: #232323;
	border-bottom: 1px solid #3b3b3b;
	border-right: 1px solid #3b3b3b;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana;
	font-size: 14px;	
	margin-left: 0;
	margin-bottom: 10px;
	padding: 5px;
	width: 95%;
}

#comments form input.input_image {
	background: none;
	border: none;
}

#comments form input {
	background: #232323;
	border-bottom: 1px solid #3b3b3b;
	border-right: 1px solid #3b3b3b;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	color: #fff;
	font-size: 14px;	
	margin-bottom: 10px;
	padding: 5px;
}

/* @end */

/* @end */

/* @group State Listing */

#state_listing {
	list-style: none;
}

#state_listing li {
	display: block;
	float: left;
	width: 200px;
}

/* @end */

/* @group Footer */

#footer {
	background: #3f3f3f;
	border-top: 1px solid #333;
	clear: both;
	padding: 10px 0;
	width: 100%;
}

#footer_contents {
	margin-left: 10px;
	width: 900px;
}

#footer_contents ul {
	float: right;
}

#footer_contents ul li {
	color: #fff;
	display: inline;
	font-size: 11px;
}

#footer_contents ul li a {
	color: #fff;
}
/* @end */