﻿
a {
	text-decoration: none;
	color: #520030;
}

a:visited {
	color: #520030;
}

a:hover {
	color: #e05252;
}

a:active {
	color: #520030;
}

body 
{
    color: Black;
    background-color: #9e8872;
    background-image: url(images/BKgrd.gif);
    font-size: small;
    font-family: Arial, Verdana, Sans-Serif;
    margin: 10px 0 10px 0;
    padding: 0;
    text-align: center;
}


#wrapper 
{
    background-color: #eae3dd;
    background-image: url(images/BKgrd1.jpg);
    width: 760px;
    height: 100%;
    margin: auto;
	text-align: center; /* weird ie centering bug */
}

.header
{
    color: Black;
    width: 760px;
    margin-left: auto;
	margin-right: auto;
}

.navigation
{
    Color: #520030;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bolder;
    font-size: 120%;
    background-color: #eae3dd;
    margin: 0;
    padding: 0;
    border: 2px;
    border-style: solid;
    border-color: #e9ded1;
}

.centered 
{
    margin: auto;
    text-align: center; /* weird ie centering bug */
	font-weight: bold;
}

.weightNormal
{
    font-weight: normal;
}

hr {
	height: 2px;
	width: 75%;
	text-align: center;
}

#sideLeft
{
    float: left;
    width: 180px;
    background: url(images/leftSideBKgrdBottom.gif) no-repeat bottom left;
    margin: 10px 0 0 10px;
    padding: 0 0 10px 0;
    font-weight: bold;
}

#sideLeft div
{
    background: url(images/leftSideBKgrdTop.gif) no-repeat top left;
    padding-top: 20px;
}

#sideRight
{
    float: left;
    width: 198px;
    background: url(images/rightSideBKgrdBottom.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin: 10px 0 0px 0px;
    padding: 0 0 10px;
}

#sideRight div
{
    background: url(images/rightSideBKgrdTop.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 20px;
}

#mailingList 
{
    background-color: #cd6667;
    color: White;
    margin: 0 10px;
}

.content 
{
    width: 300px;
    float: left;
    text-align: left;
    margin: 15px;
    padding: 10px;
    height: 100%;
}

.content h2, .content h4
{
    text-align: center;
}

.clearit 
{
    clear: both;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

#CerridwinPress 
{
    padding-top: 10px; 
}
    

/*Bio page */

.subWrapper 
{
    background-color: #eae3dd;
    width: 760px;
    height: 100%;
    margin: auto;
	text-align: center; /* weird ie centering bug */
}

.bioContent 
{
    width: 470px;
    float: left;
    text-align: left;
    margin: 0;
    padding: 10px;
    height: 100%;
}

.floatLeft 
{
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
}

.bioSideRight
{
    background-color: black;
    float: right;
    width: 250px;
    background: url(images/rightSideBioBottom.gif) no-repeat bottom left;
    margin: 10px 10px 0 0px;
    padding: 0 0 10px 0;
    text-align: center;
}

.alignLeft
{
    text-align: left;
    padding: 20px 0 0 10px;
}

.alignRight
{
    text-align: right;
    padding: 20px 10px 0 0;
}

.withTopgif 
{
     background: url(images/rightSideBioTop.gif) no-repeat top left;
}

.alignLeft p
{
    text-align: center;
}

/* Links Page */

.linksContent 
{
    width: 720px;
    margin: 0;
    padding: 10px 30px 10px 10px;
    height: 100%;
    text-align: left;
    background-color: White;
}

.linksHeadings 
{
    font-weight: bold;
    color: Gray;
}

.linksLeftSide 
{
    width: 44%;
    text-align: left;
    margin: 0;
    padding: 10px 10px 10px 35px;
    height: 100%;
}

.linksRightSide 
{
    width: 46%;
    float: right;
    text-align: left;
    margin: 0;
    padding: 10px;
    height: 100%;
}

.square 
{
    list-style-type: square;
}

/* Contact Page */

#contact     
{
   width: 498px;
   margin: 20px auto;
}

/* Thank You Page */

#thankYou 
{
    background-image: url(images/BKgrd1.jpg);
    font-weight: bold;
    color: #520030;
    font-style: italic;
    font-family: Arial Verdana san-serif;
}

/* Excerpt Page */

#exerptSideLeft 
{
    float: left;
    width: 180px;
    background: url(images/leftSideBKgrdBottom.gif) no-repeat bottom left;
    margin: 10px 20px 0 20px;
    padding: 0 0 10px 0;
    font-weight: bold;
}

#exerptSideLeft p
{
    background: url(images/leftSideBKgrdTop.gif) no-repeat top left;
    padding-top: 20px;
}

#excerptContent 
{
    color: #520030;
    font-family: Arial Verdana san-serif;
    font-size: larger;
    text-align: left;
}
    
#excerptContent p
{
    margin: 30px;
    padding: 20px;
}

#siteCounter 
{
    padding-top: 10px; 
}
 
 #NWWebDesigns
 {
     padding-top: 10px;    
 }   
