body {
	background: #655;
}

a {
	color: #093;
}

#containerheader {
	width: 890px;
	height: 50px;
	background: white url(../alyssa/images/alyssalogo.jpg) no-repeat bottom right;
	
}

#container {
	background: white;
}

#banner {
	width: 700px;
	height: 150px;
	float: right;
	
	margin: 0 10px;
	border-bottom: 5px solid white;
	
	color: white;
	background: white url(../images/rooftop-sunset-banner.jpg);
}

#banner h2 { /* The main title */
	display: none;
}

#banner span.title {
	/* display: none; */
}

#banner h3 { /* The subtitle */
	display: none;
}

#topmenu {
	width: 165px;
	height: 130px;
	font-size: 10pt;
	padding: 10px;
	background-color: #bdbe9c;
	border-bottom: 5px solid white; 
}

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#topmenu li {
	margin: 0;
	padding: 5px 10px 0 0;
}

#topmenu a {
	color: black;
}

#sidebar {
	width: 170px;
	float: left;
	
	margin: 0 0 0 5px;
	padding: 5px;
	font-size: 80%;
}

#sidebar h4 {
	text-align: center;
}

#sidebar ul {
	margin: 5px;
	padding: 5px 0 5px 10px;
	
	list-style-type: none;
	
	border-top: 1px solid #303;
	border-bottom: 1px solid #303;
}

#sidebar li {
	padding: 2px 0;
	text-indent: -10px;
}

#sidebar a {
	color: #303;
}

#sidebar img.feedicon {
	float: right;
	margin-right: 20px;
	border: none;
}

#content {
	margin: 0 5px;
	padding: 10px;
	
	background: white;
	border-left: 180px solid #bc9;
}

#content h2 { /* The intro: "Recent Entries" etc. */
	margin-bottom: 0;
	border-bottom: 1px solid black;
	
	color: #303;
	font-size: 150%;
}

#content h3 { /* The title of the blog */
	margin-bottom: 0;
	border-bottom: 1px solid #840000;
	
	font-size: 125%;
}

#content h3 a {
	color: #303;
}

#content span.entryauthor {
	display: none
}

#comments h3 { /* The title: "Add Comments" etc. */
	border-bottom: 1px solid black;
}
