body {
	margin: 0px 0px 20px 0px;
		background-color: #747373;
	
        	text-align: center;

        background-image: url(/mt-static/images/main_bg2.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: fixed;
        
	}

a {
	text-decoration: underline;	
	}

a:link {
	color: #0000FF;
	}

a:visited {
	color: #0000CC;
	}

a:active {
	color: #0000FF;
	}

a:hover {
	color: #006699;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
	line-height: 140%;
		margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 707px;
	
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	}

#container_wide {
	line-height: 140%;
		margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 900px;
	
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	}

#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #999999;
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #FFFFFF;
	height: 39px;
	}

#banner-img {
	display: none;
	}


#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}

#banner h1 {
	font-size: xx-large;
	
	
	
	}

#banner h2 {
	font-size: small;
	}

#center {
		float: left;
	width: 514px;
	
	
	overflow: hidden;
	}

.content {
	padding: 0px 15px 0px 15px;
	background-color: #FFFFFF;
	
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	}
.content pre {
	font-size: larger;
}
#right {
		float: left;
	
	
	width: 193px;
	background-color: #FFFFFF;
	
	overflow: hidden;
	}

#left {
		float: left;
	
	
	width: 193px;
	background-color: #FFFFFF;
	
	overflow: hidden;
	}

.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}

.content h3 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}

.content p.posted {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	border-top: 1px solid #999999;
	text-align: left;
	
	
	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.sidebar {
	padding: 15px;
	}



#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	
	
	
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

.sidebar h2 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	
	text-align: center;
	font-weight: bold;

        line-height: 120%;
        margin-bottom: 5px;

	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

.sidebar #categories ul {
	padding-left: 15px;
	}

.sidebar li {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	
	
	
	margin-top: 2px;
	list-style-type: none;
	}

.sidebar #categories li {
	list-style-type: circle;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* Figure-divs and their supporters */

div.figure {
/* padding: 10px;   Needed to support centering of almost-full-width figures ?
margin: 0.93em auto; */
border: thin solid silver;
}
div.full { width: 90%; padding: 10px; margin: 0.93em auto; }
/* "full" should be unnecessary, but this responds to the box model bugs in IE */
div.half { width: 50%; padding: 10px; margin: 0.63em 0.44em; }
div.third { width: 33%; padding: 10px; margin: 0.63em 0.44em;  }
div.quarter { width: 25%; padding: 5px; margin: 0.63em 0.5em; }
div.fifth { width: 20%; padding: 5px; margin: 0.63em 1%; }

div.figure img { width: 100%; }

img+br+img { margin-top: 1px; }
/* Creates hairline between multiple images in figures. */

p+div.figure+p { margin-top: -0.63em; text-indent: 1.39em; }
div.figure+p.note, div.figure+p.item { margin-top: 0.63em; text-indent: 0; }

div.figure p { /* This is default "legend" style, as opposed to "caption". */
font-family: Verdana, Arial, sans-serif;
font-size: 1.0em;
padding: 0 0.14em;
margin: 0.25em auto 0 auto;
}
div.figure p.caption { text-align: center; }
/* Chicago "caption" for short phrases; "legend" (default) for continuous prose. */

.full { width: 90%; padding: 10px; margin: 0.63em auto; }
/* "full" should be unnecessary, but this responds to the box model bugs in IE */
.half { width: 50%; padding: 10px; margin: 0.63em 0.44em; }
.third { width: 33%; padding: 10px; margin: 0.63em 0.44em;  }
.quarter { width: 25%; padding: 5px; margin: 0.63em 0.44em; }
.fifth { width: 20%; padding: 5px; margin: 0.63em 1%; }

.right { float: right; }
.left { float: left; }

/* End figure-divs */


#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_uber_wrapper {width:150px;}
#flickr_www {display:block; text-align:center; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#FF6633;border: solid 1px #000000}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

/* ---- ( iTunes CSS ) ---- */
table.itable { 
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #666666;
        border-top: none;
        line-height: 100%;
}
.itable table a {
	text-decoration: underline;
}
.itable table a:visited {
	text-decoration: none;
}
.itable tr.odd {
	background-color: #ebf3ff;
}
.itable tr a {
	color: #000000;
}
.itable tr:hover a {
	color: #ffffff;
}
.itable tr:hover, .itable tr.odd:hover {
	background-color: #3d80df;
	color: #ffffff;
}
.itable caption {
	height: 45px;
	line-height: 44px;
	color: #60634E;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff url(/mt-static/images/captop.jpg) no-repeat;
	background-position: 50% top;
	border-left: 2px solid #616161;
	border-right: 2px solid #616161;
}
.itable thead th {
	font-size: 105%;
	color: #000;
        background: #ffffff url(/mt-static/images/tbar.gif) repeat-x;
}
.itable thead th:hover {
        background: #ffffff url(/mt-static/images/tbov.gif) repeat-x;
	
}
.itable tr {
	vertical-align: top;
}
.itable tr, .itable th, .itable td {
	padding: .75em;
}
.itable td {
	border-left: 1px solid #dadada;
}
.itable tfoot tr {
	background: #fff url(/mt-static/images/bbar.gif) repeat-x;
}
.itable tfoot td, .itable tfoot th{
	color: #000;
	border: 0px;
}



