﻿/***************************************************************
* This Style Sheet was created by R David Paine III (WeirDave)
* Located at http://www.weirdave.com
* For the purpose of creating www.weirdave.com v4
* Project started on 02/24/2008
****************************************************************/
/* COMMON TAGS */
body {
    color: #808080;
    background-color: #000000;
    background-image: url('../images/weirdaves_castle_wall_200x200.jpg');
    font-family: "Copperplate Gothic Light","Stonehenge", serif;
    margin: 8px;
    padding: 0;
}
html {
    color: #808080;
    background-color: #000000;
    background-image: url('../images/weirdaves_castle_wall_200x200.jpg');
    font-family: "Copperplate Gothic Light","Stonehenge", serif;
    margin: 8px;
    padding: 0;
}
h1 {    font-size:xx-large;
    font-family: "Copperplate Gothic Light","Stonehenge", serif;    
}
h2 {    font-size:x-large;
    font-family: "Copperplate Gothic Light","Stonehenge", serif;    
}
h3 {    font-size:medium;
    font-family: "Copperplate Gothic Light","Stonehenge", serif;    
}
h4 {    font-size:small;
    font-family: "Copperplate Gothic Light","Stonehenge", serif;    
}
h5 {    font-size:x-small;
    font-family: "Copperplate Gothic Light","Stonehenge", serif;    
}
h6 {    font-size:xx-small;
    font-family: "Copperplate Gothic Light","Stonehenge", serif;    
}
form {
    border: 0px;
}
img {
    border: 0px;
}
a:link {
    font-size: 85%;
    display: inline;
    padding: 0.2em;
    color: #800000;
    text-decoration: underline;
    border: 1px dotted #cec68c;
    border-bottom: 1px solid #cec68c;
    margin: 0px;
}
a:visited {
    border-style: dotted;
    border-width: 1px;
    border-color: #cec68c;
    font-size: 85%;
    display: inline;
    padding: 0.2em;
    color: #000000;
    text-decoration: underline;
    border-bottom: 1px solid #cec68c;
    margin: 0px;
}
a:hover {
    background-color: #800000;
    color: #cec68c;
}
a:active {
	color: white;
	text-decoration: underline overline;
}
.left {
	text-align: left;
}
.center {
    text-align:center;
    margin:0 auto;
}
.right {
	text-align: right;
}
.indent {
	text-indent: 3em;
}
.image_left {
    padding: 1em 1em 1em 0em;
    float: left;
}
.image_right {
    float: right;
    padding: 1em 0em 1em 1em;
}
.disclaimer {
    font-size: small;
}

/* Layout Tags */

#masthead   {
	position: relative;
	width: 100%;
}
#logo {
	width: 192px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header {
    margin-left: 200px;
}
#top_right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 192px;
}
#container {
	position: relative;
	width: 100%;
}
#navcont {
    position: absolute;
    width: 192px;
    height: 400px;
    top: 210px;
    left: 0px;
    background-image:url('../images/weirdaves_castle_nav_bk_192x400.gif');
    background-repeat:no-repeat;
}
#navigation {
    position:absolute;
    width: 152px;
    top: 30px;
    left: 15px;
}
#PageContent {
    margin-right: 200px;
    margin-left: 200px;
    background-image: url('../images/bk_parchment_1600x1200.jpg');

    min-height: 620px;
}
#ContentContainer {
    padding: 10px;
    margin: 10px;
    color: #000000;
}
#tipcont {
    position: absolute;
    width: 192px;
    height: 400px;
    top: 210px;
    right: 0px;
    background-image: url('../images/weirdaves_castle_tip_bk_192x400.gif');
    background-repeat: no-repeat;
}
#tip {
    position:absolute;
    width: 152px;
    top: 30px;
    right: 15px;
    font-size: 85%;
}
#footer {
    position: relative;
    background-image: url('../images/swag_64x49.gif');
    background-repeat: repeat-x;
    width: 100%;
    height: 49px;
    top:10px;
}

/* Sub Section for Navigation */

#navigation ul {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 85%;
}
#navigation li {
    border: 1px dotted #cec68c;
    border-bottom: 1px solid #cec68c;
}
#navigation li a:visited {
    font-size: 85%;
    display: block;
    padding: 0.4em 0 0.4em 0.5em;
    background-color: #800000;
    color: #cec68c;
    text-decoration: none;
    border: 1px dotted #cec68c;
    border-bottom: 1px solid #cec68c;
    margin: 0px;
}
#navigation li a:link {
    font-size: 85%;
    display: block;
    padding: 0.4em 0 0.4em 0.5em;
    background-color: #800000;
    color: #cec68c;
    text-decoration: none;
    border: 1px dotted #cec68c;
    border-bottom: 1px solid #cec68c;
    margin: 0px;
}
#navigation li a:hover {
    background-color: #000000;
    color: #cec68c;
}
/* Individual Classes */
.ContentTable {
    border-collapse: collapse;
    width: 100%;
}
.thanks {
	font-size: 3em;
	color: #008000;
	font-family: "Monotype Corsiva", "Lucida Handwriting", cursive;
}
.errormessage {
	font-size: 3em;
	color: #FF0000;
	font-family: "Monotype Corsiva", "Lucida Handwriting", cursive;
}
.poetree {
    background-image: url('../images/leaves_150x80.gif');
    background-repeat: repeat-x;
    height: 80px;
}
.PPC {
    text-align: center;
    width: 24%;
}
.greenbkgd {
    background-color: #004200;
}