body {
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif, sans;
	background-color: #e3ffbe;
	margin: 0px;
	padding: 0px;
	color: #273512;
}

/*

	Nav Stuff
	e3ffbe

*/
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #273512;
	border: 2px solid #273512;
	border-right: 4px solid #273512;
}
#nav {
	background: #98af69 url(/images/header_red.gif) no-repeat left 5px;
	height: 80px;
	width: 800px;
	border: 1px solid black;
}
#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
	margin-top: 60px;
	z-index: 10000;
	position: absolute;
	margin-left: 368px;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 2px;
}
#nav ul li ul {
	display: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
	
}
#nav ul li ul li {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#nav a:link, #nav a:visited, #nav ul li ul li a:link, #nav ul li ul li a:visited {
	margin: 0px;
	padding: 1px;
	background-color: #86965a;
	color: #273512;
	border: 1px solid #273512;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	width: 80px;
	display:block;
}
#nav ul li ul li a:link, #nav ul li ul li a:visited {
	background-color: #86965a;
}
#nav a:hover, #nav ul li ul li a:hover {
	background-color: #273512;
	color: #86965a;
}
#nav ul li:hover > ul {
	display: inline;
	padding: 0px;
	margin: 0px;
}

/*

	General Content Stuff

*/


#content {
	margin-top: 2px;
	width: 570px;
	display: block;
	clear: both;
	z-index: 1;
	position: relative;
	padding-left: 220px;
	padding-right: 10px;
	border: 1px solid black;
	background: #98af69 url(/images/davtri_no_bamboo_bg.gif) repeat-y top left;
}

#home #content {
	background: #98af69 url(/images/davtri_bamboo.gif) repeat-y top left;
}
#content h1 {
	font-size: 1.6em;
	color: #273512;
}

.drop {
	font-size: 180%;
	line-height: 1em;
	font-weight: bold;
	color: #273512;
	margin: 1px 5px 1px 0px;
	padding: 0px 5px;
	float: left;
	border: 2px solid #273512;
	background-color: #e3ffbe; 
}

.dropD {
	display: block;
	background: #98af69 url(/images/dropd.gif) no-repeat center center;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 4px;
	margin-top: -10px;
}
.dropF {
	display: block;
	background: #98af69 url(/images/dropf.gif) no-repeat center center;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 4px;
	margin-top: -10px;
}
.dropI {
	display: block;
	background: #98af69 url(/images/dropi.gif) no-repeat center center;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 4px;
	margin-top: -10px;
}
#content p {
	margin: 1.5em 0em;
}


/*

	What's new pullquote
	
*/

#whatsnew {
	position: relative;
	width: 270px;
	display: block;
	border: none;
	border-bottom: 3px solid #273512;
	border-top: 3px solid #273512;
	float: right;
	margin: 1.6em 1em 1em 1em;
	padding: .6em;
}

#whatsnew h3 {
	font-size: 1.1em;
	padding: 0px;
	margin: 0px;
	color: #630700;
}

#whatsnew ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	color: #273512;
}
#whatsnew li {
	margin-top: .8em;
	background: url(/images/dragonRed.gif) no-repeat left top;
	padding-left: 25px;
}
#whatsnew a:link, #whatsnew a:visited, .blogentry a:link, .blogentry a:visited {
	color: #273512;
	font-weight: bold;
	text-decoration: none;
}
#whatsnew a:hover, .blogentry a:hover {
	color: #e3ffbe;
}


/*

	Software Page

*/

#content h1.title {
	color: #86965a;
	font-size: 1.4em;
	font-weight: bold;
	margin: .5em .6em .5em .0em;
	padding: .2em 1em .2em .4em;
	background-color: #273512;
	
}
.software, .freebies {
	border: 1px solid #273512;
	margin: .5em 1em .5em .0em;
	padding: .2em 1em;
}

.software h2, .freebies h2 {
	font-size: 1.2em;
	background-color: #273512;
	color: #86965a;	
	padding: 2px;
}
.software ul, .freebies ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.software ul li > a:link, .software ul li > a:visited, .freebies ul li > a:link, .freebies ul li > a:visited, .articles ul li > a:link, .articles ul li > a:visited, .blog ul li > a:link, .blog ul li > a:visited, .softwaredetail ul li > a:link, .softwaredetail ul li > a:visited, .freebiedetail ul li > a:link, .freebiedetail ul li > a:visited { 
	margin: 5px 0px;
	padding: 1px 0;
	background-color: #86965a;
	color: #273512;
	border: 1px solid #273512;
	font-size: .9em;
	line-height: 1.4em;
	font-weight: bold;
	text-decoration: none;
	width: 162px;
	display:block;
	text-align: center;
}
.software ul li > a:hover, .freebies ul li > a:hover, .articles ul li > a:hover, .blog ul li > a:hover, .softwaredetail ul li > a:hover, .freebiedetail ul li > a:hover { 
	background-color: #273512;
	color: #86965a;
	border: 1px solid #86965a;
}

/*

	Freebies Page
	
*/

.freebies img {
	border: 1px solid #273512;
}
.freebies ul { list-style: none; margin: 1em 0px; padding: 0px; }

/*

	Articles Page

*/

.articles ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


/*

	Contact Form
	
*/

dl#contact {
	display: box;
}
dl#contact dt {
	font-weight: bold;
	float: left;
}
dl#contact dd {
	padding-left: 30px;
	margin-bottom: 10px;
}
dl#contact input[type='submit'] {
	background-color: #86965a;
	border: 2px solid #273512;
	color: #273512;
}

/*

	Software detail page

*/
.softwaredetail {
	margin: .5em 0em 1em;
}
.softwaredetail ul {
	list-style: none;
	margin: 1em 0px;
	padding: 0px;
}
.softwaredetail img { border: none; }

/*

	Freebie detail page

*/
.freebiedetail img { border: none; }
.freebiedetail ul { list-style: none; margin: 0px; padding: 1em 0px; }


.blogentry {
	border-bottom: 2px solid 86965a;
}

.errors {
	color: red;
	font-weight: bold;
}
div.errors {
	padding: 5px 2px;
	margin: 5px 2px;
}