/* @override 
	http://dangergraphics.com/css/black.css
	http://dev.dangergraphics.com/css/black.css
*/

body {
	background: #00060e url(/images/site/bk_black_v1.jpg) no-repeat 26px 10px;
	margin: 0;
	padding: 0;
}

#wrapper {
	border-top: 10px solid #031b31;
}

a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

a:hover, a:visited:hover {
	text-decoration: none;
}

#header {
	width: 500px;
	margin: 0;
	padding: 0;
	left: -50px;
	position: relative;
}

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

#nav {
	background: url(/images/site/bk_tile_white_content.png) repeat;
}

#nav a {
	color: #686868;
	text-transform: lowercase;
}

#nav a:hover {
	background: url(/images/site/bk_tile_white_content.png) repeat;
	color: #b4b4b4;
}

#nav .active {
	border: 1px solid #303030;
	background-image: url(/images/site/bk_tile_white_content.png);
}

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

#logo {
	width: 500px;
	height: 237px;
	background: url(/images/site/dg_logo_black_v1.jpg) no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	top: 1px;
}
#logo span {
	display: none;
	}

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

#cat {
	background: url(/images/site/bk_tile_blue_cat.png) repeat;
}

#cat a {
	color: #39424e;
	text-transform: lowercase;
	border: #151e2b;
}

#cat a:hover {
	background: url(/images/site/bk_tile_blue_hddate.png) repeat;
	color: #b4b4b4;
}

#cat .active {
	border: 1px solid #102031;
}

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

.article h3, .post h3{
	background: url(/images/site/bk_tile_white_articlehd.png) repeat;
}

.article h3 .tag, .post h3 .tag {
	border-style: solid;
	border-width: 1px;
}

.article h3 a.tag, .post h3 a.tag {
	text-transform: lowercase;
	color: #7e7e7e;
}

.article h3 a.tag:hover, .post h3 a.tag:hover {
	text-transform: lowercase;
	color: #7f7f7f;
	background-color: #dadada;
	border: 1px solid #dadada;
}

.article h3 a, .post h3 {
	color: #2f2f2f;
}

.article h3 a:hover {
	color: white;
}

.article h4, .post h4 {
	background: url(/images/site/bk_tile_blue_subheader.png) repeat;
}

.article h4 a {
	color: white;
}

.article h4 a:hover {
	color: #18354a;
}

.article a {
	color: #fff;
}

.article a.image {
	border: 1px solid #bacdd7;
	background: white;
}

.article a.image:hover {
	border: 1px solid #000;
}

.article p.meta {
	color: #fff;
	background: url(/images/site/bk_tile_blue_hddate.png) repeat;
}

.article p {
	color: #cecece;
	background: url(/images/site/bk_tile_white_content.png) repeat;
}

.article p a {
	background: url(/images/site/bk_tile_white_bt.png) repeat;
	color: #c4c4c4;
}

.article p a:hover {
	background: url(/images/site/bk_tile_white_articlehd.png) repeat;
	color: white;
}

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

.boxtop {

	background: url(/images/site/boxtop_dark.png) no-repeat;
}

.boxmiddle {

	background: url(/images/site/boxmiddle_dark.png) repeat-y;
}

.boxbt {

	background: url(/images/site/boxbt_dark.png) no-repeat;
}

.twocols .boxtop {

	background: url(/images/site/boxtop_620_dark.png) no-repeat;
}

.twocols .boxmiddle {

	background: url(/images/site/boxmiddle_620_dark.png) repeat-y;
}

.twocols .boxbt {
	background: url(/images/site/boxbt_620_dark.png) no-repeat;
}

