/*
This generic custom file contains the css for the default skin combination (wide verdana gold)
*/


a{color: #9A8D5B;}
a:visited{color: #9A8D5B;}
a:hover{color: #A9000A;}


.custom #wrapper{width: 1000px;}
.custom #s{width: 230px}
.custom #sidebar{width: 250px; border-left: solid 1px dimgray}
.custom #main{width: 750px}
.custom #header_nav{width: 980px}
.custom #commentform .field input{width: 250px;}
.custom #commentform .textarea textarea{height:120px; width:440px;}
.custom #sitename,
.custom #tagline,
.custom #header_nav,
.custom #search_form,
.custom #main,
.custom #sidebar,
.custom #copyright,
.custom #footer_nav
{
	padding: 2px 6px 2px 6px;
}

.custom,
.custom #header_nav,
.custom #search_form,
.custom #copyright,
.custom #footer_nav,
.custom #credits,
.custom #main,
.custom #sidebar,
.custom input,
.custom select,
.custom textarea,
.custom button
{
	font-family: Verdana, Helvetica, Sans-Serif; text-align:left
}

.custom #sitename,
.custom #tagline,
.custom #main h1,
.custom #main h2,
.custom #sidebar h2,
.custom #wp-calendar caption
{
	font-family: "Trebuchet MS", Georgia, Times New Romain, Serif;
}

.custom code, .custom pre
{
	font-family: Courier New, Courier, monospace;
}

body.custom {background-color: #4C0207; margin-top:0px}

.custom #wrapper
{
	border: solid 1px dimgray;
}

.custom #navbar
{
	border-top: solid 1px dimgray;
	border-bottom: solid 1px dimgray;
}

.custom #header h1 a,
.custom #header h1 a:visited
{
	color: firebrick;
}

.custom #header h1 a:hover
{
	color: firebrick;
}

.custom #header h2
{
	color: darkblue;
}

.custom #navbar
{
	background-color: #A9000A;
	color: black;
}

.custom #navbar a{color: #C7BFA4;}
.custom #navbar a:visited{color: #C7BFA4;}
.custom #navbar a:hover{color: #FFFFFF;}

.custom #footer
{
	border-top: solid 1px dimgray;
	background-color: ghostwhite;
}

.custom #main h1,
.custom #main h1 a,
.custom #main h1 a:visited,
.custom #main .subtitle h2,
.custom #main .subtitle h2 a{color: #A9000A;}
.custom #main .subtitle h2:visited{color: #A9000A;}

.custom #main h1 a:hover,
.custom #main .subtitle h2 a:hover{color: firebrick;}

.custom #main .header h2,
.custom #main .body h2{	border-bottom: solid 1px steelblue;padding-bottom: 1px;}

.custom #main .body dt{border-bottom: solid 1px gainsboro;padding-bottom: 1px;}

.custom #sidebar h2
{
	border-bottom: solid 1px firebrick;
	padding-bottom: 1px;
}

.custom #sidebar h3
{
	color: darkslategray;
}

.custom #main .body pre
{
	background-color: lavender;
}

.custom #main .body blockquote
{
	background-color: antiquewhite;
}

.custom #wp-calendar thead th
{
	background-color: gold;
	border-bottom: solid 1px dimgray;
}

.custom #wp-calendar
{
	border: solid 1px dimgray;
}

.custom #wp-calendar tfoot td
{
	border-top: solid 1px dimgray;
	background-color: whitesmoke;
}

.custom #wp-calendar tbody td
{
	background-color: white;
}

.custom div.ad
{
	border: solid 1px lightsteelblue;
	background-color: ghostwhite;
	padding: 10px 10px 10px 10px;
}

