@charset "UTF-8";
/* CSS Document */

/* home page style */

.oneColFixCtrHdr #mainContent {
	padding: 1px 0 0 0;
}

ol {
	margin-top: 9px;
	margin-bottom: 9px;
	margin-left: 25px;
}

body.home ol li {
	list-style-type: decimal;
	margin-bottom: 0;
}

div.testimonials {
	padding-top: 1em;
}

div#ads {
	float: right;
	width: 150px;
	text-align: center;
}

div#ads img {
	margin: 1em auto 0 auto;
}

#indexnav {
	margin-bottom: 1em;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	word-spacing: 4px;
	background-color: #ffd4d4;
}

body.mpg div.bottomnav {
	font-size: 13px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin-bottom: 18px;
}

/* experimental slideshow */

div#testimonialslideshow {
	margin-top: 18px;
	margin-bottom: 18px;
	border: 1px solid #e5e5e5;
	background: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 9px;
	margin-right: 10px;
}

div#testimonialslides {
	margin: 0;
	font-style: italic;
}

div.slide {
}

/* sidebar nav */

#sidebarnav {
	padding-bottom: 18px;
	border-bottom: 1px solid #e5e5e5;;
	margin-bottom: 18px;

	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#sidebarnav h1 {
	margin-bottom: 0;
	margin-top: 18px;
}

#sidebarnav h1.first {
	margin-top: 0;
}

#sidebarnav p {
	font-size: 13px;
}

/* special heading treatment for MPG home page header */

body.mpg.home div#header {
	border-bottom: none;
	text-align: left;
	min-height: 0;
}

#masthead {
	margin-top: 20px;
}

body.mpg.home div#header div.title {
	text-align: center;
	font-size: 36px;
	line-height: 1.2;
	color: black;
}

body.mpg.home div#header div.subtitle {
	text-align: center;
	font-size: 27px;
	line-height: 1.2;
}

body.mpg.home div#header div.byline {
	text-align: center;
	font-weight: normal;
	font-style: normal;
	color: black;
	line-height: 1.2;
}

.first {
	margin-top: 0;
}

body.home #footer {
	border:none;
}

#footer p#footernav {
	font: 11px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
	margin-bottom: 1em;
}

/* Begin style from DIGLLOYD blog */

#lcol {
	width: 640px;
	float:left;
	border-right: 1px solid #e5e5e5;
	padding-right: 18px;
	padding-left: 18px;
}

#rcol {
	width: 218px;
	float:right;
	padding-right: 9px;
	padding-top: 18px;
}

p.date {
	text-transform: uppercase;
	font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Arial, sans;
	font-size: 10px;
	color: #666;
	letter-spacing: 1px;
}

ul#adhocmenu li {
	list-style-type: none;
	font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Arial, sans;
	font-size: 11px;
}

p.dingbat {
	text-align: center;
	color: #404040;
	font-size: 75%;
	margin-bottom: 2em;
	margin-top: 2em;
}

div.announcements {
	background: #f7f7f7;
	margin-bottom: 2em;
	padding: 9px 9px 0 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div.announcement {
}

div.announcehead {
	text-transform: uppercase;
	color: #777;
	text-align: center;
	font: 10px Verdana, "Helvetica Neue", Arial, Helvetica, Arial, sans;
	letter-spacing: 1px;
	margin-bottom: 1em;
}

div.post {
	margin-bottom: 36px;
	clear: both;
}

div.days {
	margin-top: 18px;
}

div.day {
	margin-bottom: 18px;
}

p#nextmonth, p#prevmonth, p#allmonths {
	font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Arial, sans;
	font-size: 11px;
}

p#nextmonth {
	float: right;
	text-align: right;
}

p#prevmonth {
	float: left;
	text-align: left;
}

p#allmonths {
	margin-top: 1em;
	margin-bottom: 1em;
}

a.permalink {
	color: #bbb;
}

body.blog a:hover.permalink {
	color: red;
}

body.blog .quote-box
{
	border: 1px solid #999;
}

body.blog .warning {
	color: #ff5959;
}

body.blog div.sidebar, body.blog p.sidebar
{
	background: url(../gfx/bkgd.asterisk.jpg) no-repeat 4px 4px;
}

body.blog .menu-item {
	font-weight: bold;
}

pre {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	overflow: auto;
	padding: 0.5em;
	background-color: #eee;
	width: 98%;
}