/* Layout */

#page {
	margin: 60px 0px 60px 60px;
	width: 900px;
}

#main {
	width: 540px;
}

#twitter_div {
	margin-bottom: 1em;
}

#twitter_div ul#twitter_update_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#twitter_div span {
	display: block;
}

#twitter_div {
	margin-bottom: 3em;
}

/* Big Logo */
h1#logo span {
	display: block;
	width: 885px;
	height: 115px;
	background-image: url('/images/dh.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	font-size: 1px;
}

/* Blue Default Style */

body {
	background-color: #27447e;
	background-image: url('/images/blue-glow-bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	
	color: #fff;
	
	text-shadow: #1e3461 1px 2px 2px;
	font-size: .9em;
}

a, a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

h2, h3 {
	color: #fff;
	-webkit-mask-image: -webkit-gradient(
			linear, left top, left bottom,
			from(rgba(0, 0, 0, 1.0)),
			to(rgba(0, 0, 0, .5))
		);
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
}



img, a img {
	border: 3px solid #000;
}

a:hover img {
	border-color: #fff;
}

div.one-image a {
	border: none !important;
}