body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #38230E;
	border-top: 8px solid #649900;
	background: #EFE6CE;
	}

/* links */

a:link, a:visited {
	color: #314900;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

/* ------------------------------------------------------------

	page structure

------------------------------------------------------------ */

#wrap {	
	margin: 0;
	padding: 20px 0;
	background: #F6F1DE url(content-bg.gif) repeat-x top left;
	}
#wrap-inner {
	width: 820px;
	margin: 0 auto;
	padding: 0 15px;
	font-size: 95%;
	text-align: left;
	background: url(wrap-bg-tan.gif) repeat-y 15px 0;
	}
#content {
	float: right;
	width: 510px;
	margin: 0 0 0 40px;
	}
#sidebar {
	float: left;
	width: 200px;
	margin: 0 0 20px 0;
	text-align: center;
	}

/* ------------------------------------------------------------

	header

------------------------------------------------------------ */

#header {
	margin: 0;
	font-size: 95%;
	text-align: left;
	background: #314900 url(header-bg.gif) repeat-x top left;
	}
#header div {
	position: relative;
	width: 820px;
	margin: 0 auto;
	padding: 0 15px;
	}
#header h1 {	
	float: left;
	margin: 0;
	padding: 10px 0;
	text-indent: -9999px;
	}
#header h1 a {
	display: block;
	width: 275px;
	height: 57px;
	background: url(logo.gif) no-repeat top left;
	}
#header div ul {
	float: right;
	margin: 53px 0 0 20px;
	padding: 0;
	font-size: 90%;
	list-style: none;
	}
#header ul li {
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
	background: #730021 url(toptab-bg.gif) repeat-x bottom left;
	}
#header ul li a {
	float: left;
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	color: #fff;
	}
#header ul li a:hover {
	background: #649900;
	}

/* ------------------------------------------------------------

	content

------------------------------------------------------------ */

#content h2 {
	margin: 5px 0 15px 0;
	padding: 0;
	font-family: Georgia;
	font-size: 200%;
	font-weight: normal;
	color: #314900;
	}
#content h2 em.subhead {
	display: block;
	margin-top: 5px;
	padding-bottom: 20px;
	font-size: 60%;
	font-family: Georgia;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #4A0015;
	background: url(../img/hr-bg-tan.gif) no-repeat 50% 100%;
	}
#content h2 em {
	font-style: normal;
	color: #4A0015;
	}
#content h2 em.sub {
	font-size: 70%;
	}
#content h2 em.tag {
	padding: 0 0 0 22px;
	background: url(../img/icon-tags.gif) no-repeat 0 50%;
	}
#content h2 em.title {
	color: #902;
	}
#content h3 {
	margin: 15px 0 15px 0;
	padding: 0;
	font-size: 130%;
	color: #963;
	}
#content h4 {
	clear: both;
	margin: 28px 0 6px 0;
	padding: 9px 0 20px 0;
	font-size: 110%;
	font-family: Georgia;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	color: #663;
	border-top: 1px solid #E0D0B1;
	}
#content h4.alt {
	padding-top: 0;
	text-align: left;
	background: none;
	}
#content h4.notes {
	padding: 0 0 0 22px;
	background: url(../img/icon-notes.gif) no-repeat 0 1px;
	}
#content h5 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Georgia;
	font-weight: normal;
	font-size: 140%;
	color: #963;
	}
#content p {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.5em;
	}
#content p.update {
	margin-top: -10px;
	text-align: right;
	}
#content ul {
	margin: 0 0 1.5em 30px;
	padding: 0;
	list-style: none;
	}

#content ul li {
	margin: 0 0 7px 0;
	padding: 0 0 0 15px;
	line-height: 1.3em;
	background: url(../img/default-bullet.gif) no-repeat 0 4px;
	}
#content ul li img {
	vertical-align: middle;
	}
#content div.google-ad {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	text-align: center;
	border-top: 1px solid #E0D0B1;
	}
#content div.alt {
	padding-bottom: 30px;
	}

/* ------------------------------------------------------------

	list of cds

------------------------------------------------------------ */


ul.cds {
        list-style-type: none;
        margin: 0;
        padding: 0;
}

ul.cds li {
        border-bottom: solid #E0D0B1 1px;
        margin: 0;
        padding: 0;
}

ul.cds li.first {
        border-top: solid #E0D0B1 1px;
}

ul.cds a {
        margin: 0;
        padding: 3px 5px;
        text-decoration: none;
        display: block;
        color: black;
        cursor: pointer;
}

ul.cds a:hover {
        background-color: #EFE6CE;
        border-bottom: none;
}

ul.cds .name {
        float: right;
        width: 77%;
        padding: 0;
        margin: 0px 0 0 0;
}

ul.cds .name .title {
	font-size: 18px;
	clear: right;
}
	
ul.cds .description {
}

ul.cds h2 {
        clear: none;
        padding: 0;
        line-height: 6px;
        font-weight: bold;
        /*font-family: 'Lucida Sans Unicode';*/
        color: #314900;
        font-size: 15px;
}

ul.cds p {
        color: black;
        clear: none;
        margin: 0;
}

/* ------------------------------------------------------------

	cd description and ordering links

------------------------------------------------------------ */

div#order img {
	  border: solid white 5px; 
	  float: left; 
	  margin: 5px;
}

div#order ul ul {
	margin-left: 15px;
}	

/* ------------------------------------------------------------

	home page specific

------------------------------------------------------------ */

#welcome {
	margin: 15px 10px 25px 0;
	padding: 0;
	background: url(photo.jpg) no-repeat top right;
	}
#welcome p {
	margin: 1.5em 190px 1em 0;
	line-height: 1.5em;
	}
#welcome ul {
	margin: 0 190px 0 10px;
	padding: 0;
	}
#welcome ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 40px;
	font-size: 120%;
	line-height: 1.3em;
	font-weight: normal;
	color: #963;
	background: url(icon-beater.gif) no-repeat -8px 2px;
	}

/* news and updates list */

#content dl.announce {
	margin: 0 20px;
	padding: 0;
	}
#content dl.announce dt {
	float: left;
	width: 90px;
	margin: 8px 0 0 0;
	padding: 0 0 0 17px;
	font-size: 90%;
	line-height: 1.4em;
	color: #963;
	background: url(../img/icon-doc-tan.gif) no-repeat 0 1px;
	}
#content dl.announce dd {
	margin: 0 0 0 110px;
	padding: 8px 0;
	line-height: 1.4em;
	border-bottom: 1px dotted #E0D0B1;
	}
#content p.announce-ctrl {
	margin: 10px 20px 10px 0;
	text-align: right;
	color: #E0D0B1;
	}

/* ------------------------------------------------------------

	side navigation

------------------------------------------------------------ */

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	margin: 0 0 3px 0;
	padding: 6px 0 6px 0;
	font-family: Georgia, serif;
	font-size: 125%;
	font-weight: normal;
	color: #902;
	}
#nav li a {
	margin-left: 3px;
	text-decoration: none;
	color: #630;
	}
#nav li a span {
	font-style: italic;
	}
#nav li a:hover {
	color: #c96;
	background: none;
	border-bottom: 1px solid;
	}

/* ------------------------------------------------------------

	sidebar

------------------------------------------------------------ */

#sidebar p {	
	margin: 3px 0 15px 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.4em;
	}
#sidebar h4 {
	margin: 10px 0 0 0;
	padding: 7px 0 18px 0;
	font-family: Georgia;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
	color: #663;
	border-top: 1px solid #E0D0B1;
	background: url(../img/hr-bg-tan.gif) no-repeat 50% 100%;
	}
#sidebar h4 span {
	font-style: italic;
	}

/* default lists */

#sidebar ul.def {
	margin: 10px 0 1.5em 0;
	padding: 0;
	list-style: none;
	}
#sidebar ul.def li {
	margin: 0 0 5px 0;
	padding: 0 0 0 13px;
	background: url(../img/default-bullet.gif) no-repeat 0 4px;
	}

#sidebar img {
	border: solid #E0D0B1 1px;
}
	
/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */

#footer {
	clear: both;
	margin: 0;
	padding: 30px 0 40px 0;
	font-size: 95%;
	color: #963;
	}
#footer-inner {
	width: 750px;
	margin: 0 auto 10px auto;
	padding: 0 15px;
	text-align: center;
	font-size: 90%;
	}
#footer p {
	margin: 0 0 8px 0;
	padding: 0;
	}
#footer a {
	color: #630;
	}

#footer p#copyright {
	margin-top: 20px;
	padding: 2px 0;
	}
#footer p#copyright img {
	margin: 0 6px 0 0;
	vertical-align: middle;
	border-right: 1px solid #DCD1B3;
	border-bottom: 1px solid #DCD1B3;
	}
#footer p#copyright a#tundrofav:hover {
	background: none;
	}


/* ------------------------------------------------------------

	forms

------------------------------------------------------------ */

form input.input-text, form select, {
	width: 250px;
	font-size: 110%;
	color: #000;
	vertical-align: middle;
	}
form select.multiple {
	height: 100px;
	}
form textarea.input-area {
	width: 330px;
	height: 120px;
	font-size: 110%;
	color: #000;
	}
form textarea.notes {
	height: 200px;
	}
div.form-submit {
	padding: 10px 0;
	}
#content form p {
	margin: 3px 0 5px 0;
	padding: 0;
	}
#content p.form-item {
	margin: 0 0 5px 0;
	padding: 0;
	}
form img.form-icon {
	vertical-align: middle;
	}

/* form table style */

table.form-table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	}
table.form-table th, 
table.form-table td {
	margin: 0;
	padding: 8px;
	border-bottom: 1px dotted #E0D0B1;
	}
table.form-table th {
	width: 100px;
	padding-top: 12px;
	text-align: right;
	vertical-align: top;
	color: #630;
	}
table.form-table tr.last th, 
table.form-table tr.last td {
	border-bottom: none;
	}
table.form-table td em {
	display: block;
	margin: 3px 0 0 0;
	font-size: 90%;
	font-style: normal;
	}
table.form-table td p.note {
	font-size: 90%;
	color: #963;
	}
table.form-table td p.note em {
	display: inline;
	margin: 0;
	font-style: italic;
	}
table.form-table td p#tags-input {
	padding: 0 0 0 24px;
	background: url(../img/icon-tags.gif) no-repeat 0 0;
	}
/* ------------------------------------------------------------

	misc.

------------------------------------------------------------ */

.hide, hr {
	display: none;
	}
a img {
	border: none;
	}

.center {
	text-align: center;
}

.clearer {
	clear: both;
}

/* self-clearing floats */

#wrap-inner:after, 
#header:after,
dl.profile:after,
#content div.vcard:after,
dl.comment:after,
#searchoptions:after,
#content p.page:after,
#content #ad-content:after,
#mini-lists:after,
form#find.find-welcome:after,
div.teaser:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }