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

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

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

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

body.custom
{
	background-color: blue;
}

.custom .prev_next_page
{
    text-align: left;
}

.custom #ext_wrapper
{
  margin-top: -15px;
}

.custom #navbar
{
	border-top: solid 2px black;
	border-bottom: solid 2px black;
}

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

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

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

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


