body {
	margin: 0px 0px 20px 0px;
    background-color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	color: #666666;
	}

img {
	border: 0px solid #FFFFFF;
    margin-bottom: 15px;
	}

a {
	text-decoration: underline;
	}

a:link {
	color: #000000;
	}

a:visited {
	color: #CC6600;
	}

a:active {
	color: #C0AE87;
	}

a:hover {
	color: #006699;
	}

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: 0px solid #FFFFFF;
	}
	
#banner {
	background: #999999 url("http://www.keithob.com/mt-static/images/story_banner.png") no-repeat;
	padding: 0px;
	border-bottom: 0px solid #FFFFFF;
	height: 200px;
	}

#banner-img {
        display: none;
	
	}


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

#banner h1, #banner h2 {display: none;} 


hr {
 border: none;
 background-color: #999999;
 color: #999999;
 height: 1px;
 width: 90%;
 margin-top:20px;
 margin-bottom: 30px;
}


#nav {
	font-size: small;
	width: 700px;
    padding:5px;
    margin:0px;
    background-color:#333333;
    color:#fff;
    border-bottom: 0px solid #6F8C8F;
    }

#nav ul {
	display: inline;
	} 

#nav ul li {
	border-left: 1px solid #FFFFFF;
	list-style: none;
	padding: 0px 5px 0px 10px;
	display: inline;
	}
		
#nav li.first {
	border-left: 0px solid #FFFFFF;
	}
	
#nav a {
     color:#fff;
     text-decoration:none;
     }

#nav a:hover {
     text-decoration:underline;
     }

.navright {
     float: right;
     padding-right:10px;
     }

.navleft {
	text-align: left;
	padding-left:10px;
     }


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

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
    margin-bottom: 30px;
	}


#right {
	float: left;
	width: 200px;
	background: #8FABBE;
	overflow: hidden;
	}

.content p {
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content h3 {
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content p.posted {
	color: #999999;
	border-top: 1px solid #999999;
	text-align: left;
	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.contact {
    padding: 15px 15px 5px 15px;
	font-size: large;
	line-height: 120%;
	}

.sidebar {
    line-height: 120%;
	padding: 15px;
	}
	
.sidebar h2 {
	font-size: small;
	text-align: center;
	font-weight: normal;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

.sidebar h3 {
	color: #000000;
	font-size: small;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .3em;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.sidebar h4 {
	color: #000000;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	text-transform: normal;
	margin-top: 30px;
	margin-bottom: 10px;
	}


.stories-sidebar {
	padding: 15px;
	}
	
.stories-sidebar h2 {
	font-size: small;
	text-align: center;
	font-weight: normal;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

.stories-sidebar h3 {
	color: #000000;
	font-size: small;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .3em;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.stories-sidebar h4 {
	color: #000000;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	text-transform: normal;
	}

.sidebar img {
	border: 0px solid #FFFFFF;
	}

.photo {
	text-align: left;
	margin-bottom: 50px;
	}

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

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	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%;
	}

