/*
Posted with permission by Elise@LMT
Learning Movable Type: http://www.elise.com/mt/

From Article: http://www.elise.com/mt/archives/000519using_typepad_styles_with_mt.php
*/ 

body {
        margin: 0px 0px 20px 0px;
                background-color: #AFBB86;
        
                text-align: center;
        
        }

a {
        
        text-decoration: none;
        font-weight: bold;
        }
a:title {
	text-decoration: none;
	
	
	}

a:link {
        color: #0000ff;
text-decoration: none;

        }

a:visited {
        color: #800080;
text-decoration: none;
        }

a:active {
        color: #ff0000;
text-decoration: none;
        }

a:hover {
        color: #8080ff;
text-decoration: underline;
        }

h1, h2, h3 {
        margin: 0px;
        padding: 0px;
        font-weight: normal;
        }

#container {
        line-height: 140%;
                margin-right: auto;
        margin-left: auto;
        text-align: left;
        padding: 0px;
        width: 700px;
        
        background-color: #FFFFFF;
        border: 1px solid #000000;
        }

#banner {
        font-family: Verdana, Arial, sans-serif;
        color: #FFFFFF;
        background-color: #000000;
        text-align: left;
        padding: 15px;
        
        height: 40px;
        }

#banner-img {
        display: none;
        }


#banner a {
        color: #FFFFFF;
        text-decoration: none;
        }

#banner h1 {
        font-size: xx-large;
        font-weight: bold;
        
        text-transform: uppercase;
        }

#banner h2 {
        font-size: small;
        }

#center {
                float: left;
        width: 500px;
        
        
        overflow: hidden;
        }

.content {
        padding: 15px 15px 5px 15px;
        background-color: #FFFFFF;
        
        color: #000000;
        font-family: verdana, sans-serif;
        font-size: x-small;
        }

.title {
	text-decoration: none;
	
	
	}

#right {
                float: left;
        
        
        width: 200px;
        background-color: #FFFFFF;
        
        overflow: hidden;
        }

.content p {
        color: #000000;
        font-family: verdana, sans-serif;
        font-size: x-small;
        font-weight: normal;
        line-height: 150%;
        text-align: left;
        margin-bottom: 5px;
        }


.content li {
        
text-decoration: none;
margin-bottom: 0px;        }

.content h2 {
        color: #487513;
        font-family: verdana, sans-serif;
        font-size: small;
        
        text-align: left;
        font-weight: bold;
        
        
        margin-bottom: 10px;
        
        }

.content h3 {
        color: #487513;
        font-family: Arial, sans-serif;
        font-size: medium;
        
        text-align: left;
        font-weight: bold;
        text-decoration: none;
        
        margin-bottom: 10px;
        
        }
.content h3.title {
text-decoration: none;
        
        }

.content p.posted {
        color: #666666;
        font-family: Arial, sans-serif;
        font-size: x-small;
        
        text-align: right;
        
        
        
        margin-bottom: 25px;
        line-height: normal;
        
        }

.sidebar {
        padding: 15px;
        }




.sidebar h2 {
        color: #cb4d01;
        font-family: Arial, sans-serif;
        font-size: small;
        
        text-align: center;
        font-weight: bold;
        
        text-transform: lowercase;
        padding: 3px;
        letter-spacing: .1em;
        }

.sidebar ul {
        padding-left: 0px;
        margin: 0px;
        margin-bottom: 30px;
        }

.sidebar li {
        color: #000000;
        font-family: Arial, sans-serif;
        font-size: x-small;
        text-align: left;
        line-height: 150%;
        
        
        
        margin-top: 10px;
        list-style-type: none;
        }

.sidebar a {
color: #0000ff;
font-family: Arial, sans-serif;
font-size: x-small;
font-weight: bold;
text-align: left;
line-height: 150%;
margin-top: 10px;
list-style-type: none;
text-decoration: underline
}
.sidebar a:visited {
color: #800080;
font-family: Arial, sans-serif;
font-size: x-small;
font-weight: bold;
text-align: left;
line-height: 150%;
margin-top: 10px;
list-style-type: none;
text-decoration: underline
}
.sidebar a:active {
color: #ff0000;
font-family: Arial, sans-serif;
font-size: x-small;
font-weight: bold;
text-align: left;
line-height: 150%;
margin-top: 10px;
list-style-type: none;
text-decoration: underline
}
.sidebar a:hover {
color: #8080ff;
font-family: Arial, sans-serif;
font-size: x-small;
font-weight: bold;
text-align: left;
line-height: 150%;
margin-top: 10px;
list-style-type: none;
text-decoration: underline
}

.sidebar img {
        border: 1px solid #487513;
        }

.photo {
        text-align: right;
        margin-bottom: 20px;
        }

.link-note {
        font-family: Arial, sans-serif;
        font-size: x-small;
        line-height: 150%;
        text-align: right;
        padding: 2px;
        margin-bottom: 15px;
        }

#powered {
        font-family: Arial, sans-serif;
        font-size: x-small;
        line-height: 150%;
        text-align: left;
        color: #000000;
        margin-top: 50px;
        }

#comment-data {
        float: left;
        width: 180px;
        padding-right: 15px;
        margin-right: 15px;
        text-align: left;
        border-right: 1px dotted #BBB;
        }

textarea[id="comment-text"] {
        width: 80%;
        }


