body {
    font-family: Verdana, Arial, sans-serif;
	margin: 0em 0em 0em 0em;
	background-color: white;
	text-align: center;
	}

/* --------------------------------------------------------- */
/* ---------------------------------- STYLES FOR LINKS */
	
a {
	text-decoration: none;
	}
a:link {
	color: black;
	}

a:visited {
	color: black;
}
a:active {
	color: black;
}
a:hover {
	color: #EC5B5B;
}
	
p, h1, h2, h3 {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	color:#333;
	}
img {
    border:none;
}
img a {
    border:none;
}

INPUT, TEXTAREA {
	width:100%;
	border: none;
	color: #333;
	font-family: verdana, arial, ms sans serif;
	font-size: 0.75em;
}
INPUT.submit {
	border: none;
	color: #FB368E;
	font-family: verdana, arial, ms sans serif;
	font-size: 0.75em;
}

/* --------------------------------------------------------- */
/* -------------------------------- STYLES FOR BANNER */

#banner {
	color: #fff; text-align: left;
	margin: 0em;
	padding: 0em;
	border-bottom: 1px solid silver;
	}
#bannerPad {
	margin: 0.5em 1.5em 0.5em 0.5em;
	padding: 0em 0em 0.5em 0em;
}
#banner h1 {
    margin-bottom: 1.5em; 
    margin-top: 0.5em; 
    text-transform:uppercase;
    font-size: 0.75em;
    line-height:1.2em;
}
#banner h2 {
    margin-bottom: 0.3em; 
    text-transform:uppercase;
    font-size: 0.75em;
    line-height:1.2em;
}	
#banner h3 {
    margin-bottom: 0.3em;    
    text-transform:uppercase;
    font-size: 0.60em;
    line-height:1.2em;
}	
#banner p {
    text-align:justify;
    font-size: 0.7em;
    line-height:1.2em;
}
#banner ul {
    list-style-type: none;
    margin:0em;
    padding:0em;
}
#banner li {
    float:left;
    color:black;
    margin-bottom: 0.5em;    
    margin-right: .70em;
    padding-left: 0.25em;
    text-transform:uppercase;
    font-size: 0.6em;
    line-height:1.2em;
}
#banner li:first-child {
    color:black;
    padding-left: 0em;
    border-left: none;
}


/* --------------------------------------------------------- */
/* ------------------------------- STYLES FOR TOP NAV */

#topNav {
    position: absolute;
    top:1px; right:1px;
    z-index:11;
}
#topNav a, #topNav a.red {
    padding: 0.2em 0.4em 0.2em 0.4em;
    margin:0em;
    font-size: 0.55em;    
    background-color:silver;
    border-left:1px solid white;
    text-transform:uppercase;
    text-decoration:none;
    color:white;
    float:left;
}
#topNav a.red {
    background-color:#404040;
}

#topNav a:hover {
    background-color:#EC5B5B;
}

/* --------------------------------------------------------- */
/* ------------------------------- STYLES FOR NAV LIST */

#nav {
    position: absolute;
    visibility: hidden;    
    top:3.8em; right:0px;
    margin:0em; padding:0em;
    width:100%;
    z-index:15;
}    
   
#navList ul {
    border-top: 1px solid silver;
    list-style-type: none;
    margin:0em;
    padding:0em;
}
#navList li {
    width: 20.4em;  float:left;
    font-size: 0.65em;
    text-transform:uppercase;
    border-bottom:1px solid silver;
    border-right:1px solid silver;
    background-color:white;
    padding: 2em;
    color: #4C2ED0;    
}
#navList li a {
    color: black;
    background-color:none;
}
#navList li a:hover {
    color: #EC5B5B;
    background-color:none;
}

/* --------------------------------------------------------- */
/* -- STYLES FOR CATERGORY ARCHIVES ELEMENTS */


#entrySpot {
    padding:0.3em; margin:0.3em;
    padding-bottom: 0.5em;
}
#entryPad {
    float:left;
    width: 20em; height:18em;
	margin: 0.5em 1.5em 0.5em 0.5em;
	padding: 0.5em;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	text-align:left;
}
#entrySpot h3 {
    font-size: 0.65em;
    text-transform:uppercase;
    margin-bottom: 0.2em;
}
#entrySpot p {
    font-size: 0.65em;
}
#entrySpot a {
    color: black;
    background-color:none;
}
#entrySpot a:hover {
    color: #EC5B5B;
    background-color:none;
}


/* --------------------------------------------------------- */
/* -- STYLES FOR CATERGORY ARCHIVES ELEMENTS */


div.catEntry {
    width:20em; height:5em;
    float:left; padding: 2em;
    border:1px dotted #D5D5D5;
    border-top:none;
    margin-left:-1px;
}
div.catEntry h3 {
    font-size: 0.65em;
    text-transform:uppercase;
    margin-bottom: 0.2em;
}
div.catEntry p {
    font-size: 0.65em;
}


/* --------------------------------------------------------- */
/* ------------------ STYLES FOR CONTENT ELEMENTS */


#textCol {
    float:left;
    padding:5em 0em 5em 5em;
}
#textColRight {
    float:right;
    width:50em;
    padding:10em;
}

#textColRight, #textCol p {
    text-align:left;
    width:50em;
    font-size: 0.75em;
    margin-bottom:1em;
    color:#404040
}

#imgCol {
    float:left;
    padding: 1em 0em 0em 1em;
}
#imgColRight {
    float:right; 
    padding: 1em 1em 1em 1em;
}

#imgCol img{
    float:left;
    margin: 0em 1em 1em 0em;
}
#imgColRight img {
    margin: 0em 1em 1em 0em;
    display:block;
}
#imgColRight p {
    margin: 0em 1em 1em 0em;
    float: left;
}

/* --------------------------------------------------------- */
/* ------------------ STYLES FOR COMMENT ELEMENTS */

#commentSection {
    position: absolute;
    visibility: hidden;            
    top:3.9em; left:0px;
    margin: 0em 0em 0em 0em;
    /*  background-color:#FBE2FE; */
    /*background-image: url("http://www.decomm.net/keithdeverell/images/tile-02.gif");*/
    /*width:90%;*/
    text-align:left;
    padding:2em;
    z-index:9;
}
#addComment {
    position: absolute;
    visibility: hidden;            
    top:3.9em; left:0px;
    margin: 0em 0em 0em 0em;
    /*  background-color:#FBE2FE; */
    /*background-image: url("http://www.decomm.net/keithdeverell/images/tile-02.gif");
    width:90%;*/
    text-align:left;
    padding:2em;
    z-index:10;
}
.comment {
    width:45%;
    float:left;
    background-color:white;
    border-top: 1px solid white;
    padding: 1em 1em 1em 1em;
    margin-right:0.5em;
    margin-left:0.5em;
    margin-bottom:0.5em;
    opacity: .85;
    filter: alpha(opacity=85);
     -moz-opacity:0.85;
    
}
.comment p {
    font-size:0.6em;
    text-transform:uppercase;
    line-height:1.5em;
    color:#404040;
    margin-bottom: 0.8em;
    text-align:left;
}
.comment p.note {
    font-size:0.6em;
    text-transform:uppercase;
    line-height:1.5em;
    color:#F023AA;
    margin-bottom: 0.8em;
    text-align:left;
}


/* --------------------------------------------------------- */
/* ---------------------------- MISC / GENERIC STYLES */

#cover {
    position: absolute;
    top:0px; left:0px;
    visibility: visible;                
    width:100%;
    height:100%;
    background-image: url("http://www.decomm.net/keithdeverell/images/tile-03.gif");
    background:#B4FDFA;
    vertical-align:center;
    z-index:18;
    opacity: .85;
    filter: alpha(opacity=85);
     -moz-opacity:0.85;
}
#cover img {
    vertical-align:center;
    padding:5%;
}


/* --------------------------------------------------------- */
/* ---------------------------- MISC / GENERIC STYLES */

.border {
    border: 1px solid black;
}

.smallTitle, .note {
    font-size:0.6em;
    text-transform:uppercase;
    color:#F023AA;
}
.smallTitle {
    margin-bottom: 1em;
}
.excerpt, #textCol a.excerpt {
    display:block;
    text-transform:uppercase;
    font-size:0.95em;
    margin: 5em 0em 2em -4em;
    color: #95838B;
}
#textCol a.excerpt:hover {
	color: #EC5B5B;
}
.courierSml {
    font-size:1.4em;
    font-family: Courier New, Courier, TT;
}

.courierLrg {
    font-size:2em;
    font-family: Courier New, Courier, TT;
}

.gerogiaMdm {
    font-size:1.7em;
    font-family: Georgia, Times, Serif ;
}
.scriptSml {
    font-size:1.8em;
    line-height: 2.2em;
    font-family: Lucida Blackletter,TT ;
}
.scriptMdm {
    font-size:2em;
    font-family: Zapfino,Lucida Blackletter,TT ;
}

.strikeThrough {
    text-decoration:line-through;
}

.hiddenFloat {
   position:absolute;
   top: 17%; left:7%;
   visibility: hidden;
   z-index:9;
   opacity: .85;
   filter: alpha(opacity=85);
   -moz-opacity:0.85;   
}

.clear {
	font-size:1px;
	clear:both;
}


