/* megmeyer.css - Style Sheet for Meg's Home Page */

/* import undohtml.css to clear browser defaults */
@import url(undohtml.css);

/* ---( font parameters )------------------------------- */
body {
  font-family: "MS Trebuchet", Verdana, sans-serif;
	font-size: .9em;
}

* html body {
	/* font-size: x-small; /* for IE5/Win */
  font-size: small; /* for other IE versions */
}

/* ---( layout )------------------------------- */

body {
	margin: 0px auto;
	padding: 0px;
	background: #300;
	color: inherit;
	text-align: center;
	}

#wrap {
	max-width: 1200px;
	width: 95%;
	background:  url("images/threecol-r-maroon.gif") repeat-y 80% 0;
	margin: 10px auto;
	text-align:left;
	border: none;
	}

#wrap-inner {
	background:  url("images/threecol-l-maroon.gif") repeat-y 20% 0;
	}

#header {
	margin: 0;
	height: 100px;
	padding: 0;
	background-color:#630000;
	color: inherit;
	background: url(images/mmheader.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	
/* holly hack to make IE render header div correctly */	
/* \*/
* html #header { height: 1px; }
/* */
	
#header h1 {
	margin: 0;
	padding: 25px 0 0 10px;
	font-size: 200%;
	color: #fff;
	background: transparent;
	}

#printheader {
  display: none;
	}

#main-body {
	float: left;
	width: 80%;
	}
	
#content {
	float: right;
	width: 75%;
	}
	
#sidebarnav {
	float: left;
	width: 24%;
	}
	
#sidebar {
	float: right;
	width: 19%;
	}
	
/* ---( gutter )------------------------------- */
#content .gutter {
	padding: 5px 5px 20px 5px;
	}

#content .gutter a {	
  display: inline;
  color: #900;
	background: inherit;
	font-weight: bold;
	padding-bottom: .5em;
	}

#content .gutter a:hover {
  color: #f00;
	background: inherit;
	}
	
#sidebarnav .gutter {
	padding: 5px;
	}

#sidebar .gutter {
	padding: 5px;
	}

.gutter p {
  text-indent: 2em;
	padding-bottom: .3em;
	}

.gutter a {
  display: block;
  color: #900;
	background: inherit;
	font-weight: bold;
	padding-top: .5em;
	}

.gutter a:hover {
  color: #f00;
	background: inherit;
	}
	
.gutter a img {
  border: 1px solid #ffe7e7;
	}
	
.gutter a:hover img {
  border: 1px solid #f00;
  }

.gutter table {
  margin: 0 0 0 -4px;
	padding: 0;
	border: none;
  }
	
.gutter table td {
  padding: 0 2px 0 0;
  color: #900;
	background: inherit;
	font-weight: bold;
	}
	
/* ---( footer )------------------------------- */
#footer {
	clear: both;
	padding: 1px 20px;
	font-size: .9em;
	background-color: #600;
	color: #ffffff;
	}
	
#footer p { /* to over-ride general p declaration below (which is more specific) */
  color: #c0c0c0;
	background: inherit;
  }

#printfooter {
  display: none;
	}
	
#footer img {
  border: none;
	vertical-align: middle;
  }
	
/* ---( navigation )------------------------------- */
#nav {
  padding: 0px;
	margin: 0px;
	color: inherit;
	background: #900;
	float: left; 
	width: 100%;
	border-bottom: #900 1px solid;	
	border-top: #900 1px solid;	
	}

#nav ul {
  padding: 0px;
	margin: 0px; 
	list-style-type: none;
	}

#nav li {
  padding: 0px;
	margin: 0px; 
	float: right; 
	}

#nav a {
  padding: 3px 20px 3px 5px;
	margin: 0px; 
	display: block;
	font-weight:bold;
	font-size: 92%; 	
	float: left; 
	color: #fff; 
	background: inherit;
	text-decoration: none;
	}

#nav a:hover {
	color: #fcf;
	background: inherit;
	}

#nav ul li.active a {
  color: #900;
	background: #fce6e6;
	padding-right: 20px;
	padding-left: 20px;
	}

/* ---( text )------------------------------- */
body {
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
	}

td {
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
	}

th {
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
	}

p {
	color:#666;
	background: inherit;
	}

#sidebar h3 {
	font-size: 1em;
	text-align: center;
	color: #fce6e6;
	background: #900;
	padding: .5em 0 .5em .5em;
	}

#sidebar p {
	font-size: .8em;
	color: #999;
	background: inherit;
	}


