blockquote {
	margin: 1em 2em;
	border-left: 2px solid #999;
	padding: 0;
}

blockquote div {
	margin: 0;
	padding: .6em 1em .1em 1em;
}

blockquote div p {
	margin: .4em 0;
}

blockquote div ol {
	margin: .4em 0;
	padding-left: 1.5em;
}

blockquote div ul {
	margin: .4em 0;
	padding-left: 1.5em;
}

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


a {
	text-decoration: underline;
	
	
	}
a:link {
	color:#58a;
	text-decoration:none;
  }
a:visited {
	color:#969;
	text-decoration:none;
  }

a:active {
	color: #8FABBE;
	}

a:hover {
	color: #006699;
	} 

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

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

#banner {
	text-transform: uppercase;
	font-family:serif;
	color: #666;
	padding: 15px;
	border-bottom: 1px solid #FFFFFF;
	height: 70px;
	letter-spacing: .2em;
	width: 600px;
	text-align: left;
	background: transparent url(/pics/newcouch.gif) no-repeat right top;
	}

a#banner-img {
	display: none;
	}


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

#banner h1 {
	float: left;
	font-size: xx-large;
	width:500px;	
	text-align: center;
	padding-top:10px;
	}

#banner h2 {
	float: left;
	font-size: x-small;
	font-family: sans-serif;
	width:500px;
	text-align: center;
	padding-top:5px;
	color: #999;
	}

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

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

.content {
	margin: 20px 20px 20px 20px;
	line-height: 130%;
	font-family:sans-serif;
	text-align: left;
	margin-bottom: 10px;
	font-size: 14px;
	}

.content pre {
        font-size: smaller;
	}

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

.content h2 {
	color: #999;
	font-family: sans-serif;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	letter-spacing: .3em;
	margin-bottom: 10px;
	text-transform: uppercase;	
	}

.content h3 {
	font-family: sans-serif;
	font-size: small;	
	text-align: left;
		
	margin-bottom: 10px;
  	
	letter-spacing: .1em;
	border-bottom: 1px solid;
	
	}

.content p.posted {
	color: #999;
	font-family: sans-serif;
	font-size: small;
	text-align: right;	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.content span.comments0 {
	display:none;
	}

.sidebar {
	padding: 15px;
	font-family: sans-serif;
	font-size: small;
	}


.sidebar h2 {
	color: #999;
	font-family: sans-serif;
	font-size: x-small;
	
	text-align: left;
	text-transform: uppercase;
  	
	letter-spacing: .2em;
	}

.sidebar ul {
  font-family: sans-serif;
  font-size: medium;
  margin:0 0 1.2em;
  padding:0 0 1.2em;
  list-style:none;
  }

.sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.3em;
  }

.blogrollitem {
  font-family: sans-serif;
 font-size: medium;
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.3em;
  }

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

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

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

#commentssection {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px dotted #BBB;

}

#commentssection h2 {
	text-align: left;
	}

#commentssection p.posted {
	text-align: left;
	color: #666;
	border-bottom: 1px solid #DDD;
	height: 2em;
	}

#commentssection .commentauthor {
	font-weight: bold;
}



#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%;
	}

