@charset "UTF-8";
/* CSS Document */

body {
	background:#fff;
	color:#333;
	background-image:url(../images/mmc-blog-bg.png);
	background-repeat:no-repeat;
	background-position:top;
	font-size:10pt;
	line-height:15pt;
	margin:0;
}
#wrapper {
	width:990px;
	margin: 0 auto;
	position:relative;
}
#header {
	padding: 0;
	height:auto;
}
#menu {
	padding-top: 200px;
}
#content {
	float:left;
	width:600px;
	padding-left:60px;
	padding-top: 210px;
}
#menu {
	float:left; 
	width:220px; 
	margin-left:95px;
	height:auto;
}
#outer-bg {
	/*background-image:url(../images/mango-bg-middle.jpg);*/
	height:auto;
}
#footer {
	height:auto;
	clear:both;
}
#titleBox {
	padding:10px;
	padding-left:0px;
	/*background-image:url(../images/mmc-blog-title-bg.png);
	background-repeat:repeat-x;*/
	background-image:url(../images/mmc-blog-title-large.png);
	background-repeat:no-repeat;
	background-position:top;
}
#navDiv {
	/*background-color:#000;*/
	top:40px;
}
#topnav {
	position:relative;
	left:-695px;
	top:-35px;
	width:600px;
	/*background-color:#000;*/
	z-index:10;
}

h1 {
	font-family:Droid Sans, Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:1.9em;
	text-transform:capitalize;
	color:#FF6600;
}
h1 a {
	font-family:Droid Sans, Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:30px;
	text-decoration:none;
	color:#FF6600;
}
h2 {
	font-family:Droid Sans, Tahoma, Geneva, sans-serif;
	font-size:1.5em;
	text-transform:capitalize;
	color:#FF6600;
}
h2 a {
	text-decoration:none;
	color:#FF6600;
}
hr {
	background-color:#fff;
	color:#fff;
	background-image:url(../images/hor-separator.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:15px;
}
.byline {
	font-family:Droid Sans, Tahoma, Geneva, sans-serif;
	font-size: 1em;
	line-height: 135%;
	margin: 0;
	padding: 0 0 8px 0;
	color: #000;
}
.entryfooter, .trackbackfooter {
	font-size: .9em;
	line-height: 135%;
	margin: 0;
	padding: 0 0 8px 0;
	color: #000;
}
.byline{
	clear:both;
	color:#000;
}

.byline img{
	vertical-align: top;
}

a:link {
	color:#f60; 
}
a:visited {
	color:#f60; 
}
a:active {
	color:#f60; 
}
a:hover {
	color:#222;
	text-decoration:none;
}

/*.entry a, .entryLast a, .byline a, .body a {
	color:red;
}*/

.commentByLine {
	font-weight: bold;
	clear: left;
}

.menuTitle {
	font-family:Droid Sans, Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	text-transform:capitalize;
	padding: 10px 0 10px 8px;
	margin-top:10px;
	margin-bottom:10px;
	color:#f60;
	background-color:#eee;
}

.header, .header a {
	font-family: arial, sans-serif; 
	font-size: .9em;
	text-align: center;
	font-weight: bold;
}

textarea {
	width:350px;
}

.menuBody a, .menuBody {
	color:#666;
	text-decoration:none;
}
.menuBody a:hover, .menuBody {
	color:#333;
}

.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: #333; 
	margin-bottom: 10px;
}

 #relatedEntriesList {
 	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: .9em; 
	color: #333;
 }

.commentByLine, .trackbackByLine {
	font-style: italic;
	font-size: .9em;
}

.addCommentLink,.addTrackbackLink{
	text-align:right;
	}
#trackbacks,#comments{
	margin-top:8px;
}
	
.commentHeader {
	font-weight:bold;
}
