@charset "UTF-8";
/* CSS Document */

body {
	background:#333; 
	font-size:80%;
	margin:0;
}
#wrapper {
	width:800px;
	margin: 0 auto;
	border:1px solid #959595;
	border-top:none;
	border-bottom:none;
	position:relative;
	}
#header {
	background-image:url(../images/mango-bg-top.jpg);
	background-repeat:no-repeat;
	padding: 0;
	height:auto;
	}
#content, #menu {
	padding-top: 235px;
}
#content {
	float:left;
	width:400px;
	padding-left:60px;
}
#menu {
	float:left; 
	width:220px; 
	margin-left:95px;
	height:auto;
	}
#outer-bg {
	background-image:url(../images/mango-bg-middle.jpg);
	height:auto;
	}
#footer {
	background-image:url(../images/mango-bg-bottom.jpg);
	background-repeat:no-repeat;
	height:200px;
	clear:both;
}
h1 {
	font-size:1.5em;
	color:red;
	}
hr {
	background-color:red;
	color:red;
	}
.byline, .entryfooter, .trackbackfooter {
	font-family: arial, sans-serif; 
	font-size: .9em;
	line-height: 135%;
	margin: 0;
	padding: 0 0 8px 0;
	color: #000;
}
.byline{
	clear:both;
}

.byline img{
	vertical-align: top;
}

a {color:#F47E20;}

.commentByLine {
	font-weight: bold;
	clear: left;
}

.menuTitle {
	font-size: 1.1em;
	letter-spacing: .1em;
	padding: 15px 0 5px 0;
	color:#FBED1F;
}

.header, .header a {
	font-family: arial, sans-serif; 
	font-size: .9em;
	text-align: center;
	font-weight: bold;
}

textarea {width:350px;}

.menuBody a, .menuBody {color:#fff;}
.entry a, .entryLast a, .byline a, .body a {color:red;}
.comment, .trackback, .commentAlt, .trackbackAlt{
	border: 1px solid #999;
	padding: 10px;
	margin:10px 0;
	position:relative;

}
.commentAlt, .trackbackAlt{
background-color:#efefef;

}
.comment img, .commentAlt img{
	float:left;
	position:relative;
	margin: 0 5px 5px 0;
}

.commentBody, .trackbackBody{
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: .9em; 
	color: #000000; 
	margin-bottom: 10px;
}

 #relatedEntriesList {
 	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: .9em; 
	color: #000000;
 }

.commentByLine, .trackbackByLine {
	font-style: italic;
	font-size: .9em;
}

.addCommentLink,.addTrackbackLink{
	text-align:right;
	}
#trackbacks,#comments{
	margin-top:8px;
	}
	
.commentHeader {font-weight:bold;}
