/*
dk taupe - 372e29
crimson - d10c06
brass - b58b3a
ltst butter - ffefd9
*/

body {
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 12px;
	background: #000 url('images/stripe.jpg') repeat-x top center;
	margin: 0;
	padding: 0;
	color: #ffefd9;
	}

#outer {
	background: url('images/bg.jpg') no-repeat fixed top center;
	}
	
#wrap {
	margin: 0 auto;
	width: 780px;
	padding-top: 320px;
	background: url('images/masthead.jpg') no-repeat top center;
	}
	
#content {
	clear: both;
	}

.about {
	background: url('images/aboutmast.jpg') no-repeat top center !important;
	}
	
li {
	padding: 0;
	padding-bottom: 8px;
	font-size: 15px;
	line-height: 130%;
	}

ul li {
	list-style-image: url('images/light.png');
	}
	
#nav ul {
	margin: 0;
	padding: 0;
	float: right;
	}
	
#nav li {
	list-style: none;
	float: left;
	padding: 0 !important;
	margin: 0;
	}
	
#nav li a {
	background: url('images/navbg.png');
	color: #ffefd9;
	font-size: 21px;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	border: none;
	margin: 0 0px 24px 0;
	display: block;
	padding: 4px 12px;
	text-decoration: none;
	letter-spacing: -1px;
	}

#nav li a:hover {
	color: #d10c06;
	border: none;
	}

h1 {
	color: #d10c06;
	font-family: georgia, "times new roman", serif; 
	font-size: 32px;
	font-weight: normal;
	text-align: left;
	text-transform: lowercase;
	margin: 0 12px 6px 12px;
	}

h2 {
	font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, sans-serif;
	background: url('images/h2bg.png') no-repeat bottom left;
	font-size: 20px;
	text-align: left;
	color: #b58b3a;
	margin: 12px 12px 2px 0;
	padding: 4px 0 4px 12px;
	}

p, td {
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 12px;
	}

p {
	line-height: 18px;
	padding: 0px;
	margin: 0px 12px 16px 12px;
	}

a {
	font-weight: bold;
	border-bottom: 1px dotted #777674;
	text-decoration: none;
	}

a:link {
	color: #d10c06;
	}

a:visited {
	color: #b58b3a;
	}

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

a.img {
	border: none;
	padding: none;
	background: none;
	}
	
blockquote {
	padding: 4px 8px;
	margin-left: 30px;
	line-height: 18px;
	color: #fff;
	}

blockquote p {
	font-family: georgia, "times new roman", serif; 
	font-size: 15px;
	line-height: 150%;
	}

b {
	color: #fff;
	letter-spacing: 1px;
	background: #372e29;
	padding: 0 2px;
	}
	
i {
	font-family: georgia, "times new roman", serif; 
	font-size: 110%
	}
	
.name {
	font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	}

p.member {
	margin-bottom: 2px;
	}
	
#copy {
	font-size: 10px;
	margin-top: 24px;
	padding: 0px;
	line-height: 14px;
	}

p.form {
	padding: 0px;
	margin: 0px 12px 2px 12px;
	}

div.form {
	padding: 0px;
	margin: 0px 12px 6px 12px;
	text-align: left;
	}

input, select, textarea {
	color: #ddd;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	margin: 0px 6px 0px 0px;
	padding: 2px 6px;
	}

input, textarea, .show_join_country_field, .show_sort_form select {
	border: #fff solid 1px;
	background: #372e29;
	}

.show_sort_form select {
	padding: 0;
	}
	
.show_join_country_field option, .show_sort_form option {
	background: #eee;
	border: none;
	font-size: 12px;
	}

img.aff {
	margin: 3px 3px 0px 0px;
	}

img.link {
	margin: 2px 4px 0px 0px;
	}

img.code {
	margin: 0px 4px 0px 0px;
	}

/* phpCodeSort stuff */

.codesort li {
	display: inline;
	padding-right: 0.5em;
	}

/* add this rule to your CSS to get the donation form to align */
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

.codesort h2 { }

.codesort h3 { }

.codesort p { }

.codesort a { }

.codesort img { margin-top: 6px; }

.codesort ul { }

.codesort li { }

.codesort input { }

.codesort option { }

.codesort select { }

.credit { }