body {
	background-color: #4a5479;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, helvetica, serif;
	margin: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 { font-family: arial, serif; }
h1 {
	border-top: solid 5px #a91314;
	color: #a91314;
	font-size: 225%;
	margin: 0 0 30px 220px;
	padding-top: 5px;
}
h2 {
	font-size: 160%;
	margin: 25px 0 0 0;
}
h3 { font-size: 140%; }
h4 { font-size: 120%; }

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
	text-align: center;
}

/*------------------------------------------------------------------------------
	Text elements
------------------------------------------------------------------------------*/
p {
	margin: 0;
	padding: 5px 0px 7px 0px;
}

/*------------------------------------------------------------------------------
	Links
------------------------------------------------------------------------------*/
a {
	border-bottom: dotted 1px #ccc;
	color: #4a5479;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	border-bottom: solid 1px #a91314;
	color: #000;
	text-decoration: none;
}


/*------------------------------------------------------------------------------
	Lists
------------------------------------------------------------------------------*/
ul {
	list-style-type: square;
}

/*------------------------------------------------------------------------------
	Form elements
------------------------------------------------------------------------------*/
textarea#contactmessage {
	width: 400px;
	height: 150px;
}
input:focus, textarea:focus {
	background-color: #ffa;
}
legend {
	font-family: arial, serif;
	font-weight: bold;
}


/*------------------------------------------------------------------------------
	DubGeiser page elements
------------------------------------------------------------------------------*/
#page_wrapper {
	background-image: url(images/bg_page.gif);
	color: #21181c;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 760px;
}

#skip_to_content {
	display: none;
}

#nav {
	position: absolute;
	top: 0px;
	left: 359px;
}
#nav ul {
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav a {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	width: 201px;
}

img#avatar {
	border: 0;
}

/* Image replacements: getting rid of the text */
a#blog, a#releases, a#info,
#home a
{ text-indent: -10000px; overflow: hidden; }

/* Nav links state images */
#home a {
	background-image: url(images/home_page_logo.gif);
	border: 0;
	display: block;
	height: 86px;
	text-decoration: none;
	width: 359px;
}
#home a:hover {
	background-image: url(images/home_page_logo-over.gif);
}
#home.Current a {
	background-image: url(images/home_page_logo-selected.gif);
}
a#blog {
	background-image: url("images/blog.gif");
	height: 30px;
}
a#blog:hover {
	background-image: url("images/blog-over.gif");
}
a#blog.Current {
	background-image: url(images/blog-selected.gif);
}
a#releases {
	background-image: url(images/releases.gif);
	height: 27px;
}
a#releases:hover {
	background-image: url(images/releases-over.gif);
}
a#releases.Current {
	background-image: url(images/releases-selected.gif);
}
a#info {
	background-image: url(images/info.gif);
	height: 29px;
}
a#info:hover {
	background-image: url(images/info-over.gif);
}
a#info.Current {
	background-image: url(images/info-selected.gif);
}

#utils {
	position: absolute;
	right: 10px;
	text-align: right;
	top: 10px;
	width: 200px;
}
#sidebar {
	float: left;
	margin-top: 15px;
	width: 194px;
}
#sidebar p {
	color: #000;
	font-size: 90%;
	padding: 0 10px 10px 10px;
}

ul#support {
    list-style-image: url("images/bullet_sidebar.png");
    margin:0px 0px 0px 10px;
    padding: 0px;
}
ul#support li {
    color: #000;
    padding: 0px 3px 0px 3px;
}

#content {
	padding-left: 260px;
	padding-right: 75px;
}

#footer {
	clear: both;
	font-size: 10px;
	padding: 30px 10px 10px 194px;
	text-align: center;
}

/* fieldset marking newsletter subscription fields in contact form */
#dgtimesubscription {
	float: right;
}

/* latest ramblings section on the home page */
#latestramblings {
    font-size: 90%;
}
#latestramblings ul {
    list-style: none;
}
#latestramblings h3 {
    font-style: italic;
    margin: 5px 0px 0px 0px;
    padding: 0;
}
#latestramblings h3 a {
    border: none;
    text-decoration: none;
}
#latestramblings p.PostInfo {
    margin: 0px 0px 1px 0px;
    padding: 0;
    font-size: 90%;
}
#latestramblings .Excerpt {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
}


/*------------------------------------------------------------------------------
	General style and layout elements
------------------------------------------------------------------------------*/

/* no border, margin or padding */
.Zero {
	border: 0;
	margin: 0;
	padding: 0;
}

/* First element, shouldn't have space above it */
.First {
	margin-top: 0px;
}

.Centered {
	text-align: center;
}

/* General error message box */
.Error {
	background-color: #a91314;
	background-image: url(images/warning.png);
	background-repeat: no-repeat;
	border: solid 3px #a91314;
	color: #fff;
	padding: 5px 10px 5px 40px;
}
.Error a {
	border: 0;
	color: #000;
	text-decoration: none;
}
.Error a:hover {
	text-decoration: underline;
}
.FormError {
	color: #a91314;
	font-family: arial, serif;
	font-weight: bold;
}

/* Listbox simulation, Manipulate via container or id attribute for positioning */
.ListBox {
	overflow: auto;
}
.ListBox ul {
	margin: 0;
	padding: 0;
}
.ListBox li {
	display: block;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.ListBox li a {
	border: 0;
	color: #a91314;
	display: block;
	margin: 0;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
}
.ListBox li a:hover {
	border: 0;
	background: #a91314;
	color: #fff;
}

