/*
This generic custom file contains the css for the default skin combination (wide verdana gold)
*/

.custom #wrapper
{
	width: 760px;
}

.custom #s
{
	width: 120px;
}

.custom #sidebar
{
	width: 200px;
}

.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: 4px 18px 4px 18px;
}

.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;
}

.custom #sitename,
.custom #tagline,
.custom #main h1,
.custom #main h2,
.custom #sidebar h2,
.custom #wp-calendar caption
{
	font-family: Georgia, Times New Romain, Serif;
}

.custom code, .custom pre
{
	font-family: Courier New, Courier, monospace;
}

body.custom
{
	background-color: black;
}

.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: white;
	color: black;
}

.custom #navbar a,
.custom #navbar a:visited
{
	color: darkblue;
}

.custom #navbar a:hover
{
	color: firebrick;
}

.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,
.custom #main .subtitle h2:visited
{
	color: firebrick;
}

.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;
}
