/* --- Style sheet for Higgs' site - MPM --- */

body {
	margin : 0;
	padding: 0.5em;
	background-color : #8b4513;
	/*background-image: URL(../images/bg2.png);*/
	font-family : verdana, arial, helvetica;
	color : #000000;
	}

/* --- Headings --- */
h1, h2 {
	color : #ffd700;
	font-family : verdana, Tahoma, arial, helvetica;
	}
h5 {
	color : #fff4bf;
	font-family : verdana, Tahoma, arial, helvetica;
	}

/* --- Link colors and behaviors --- */
/* --- Text in the body --- */
a.text:link {
	text-decoration : none;
	/*font-style : italic;*/
	color : #8b0000;
	}
a.text:link:hover {
	background-color : #814100;
	color : #fff8e1;
	border : groove #990000;
}
a.text:visited {
	text-decoration : none;
	/*font-style : italic;*/
	color : #8b0000;
}
a.text:visited:hover {
	background-color : #814100;
	color : #fff8e1;
	border : groove #990000;
	}

/* --- Text in the table --- */
a.tbl:link {
	text-decoration : none;
	color : #fff8e1;
	}
a.tbl:link:hover {
	background-color : #fff8e1;
	color : #814100;
	border : ridge #990000;
	}
a.tbl:visited {
	text-decoration : none;
	color : #fff8e1;
	}
a.tbl:visited:hover {
	background-color : #fff8e1;
	color : #814100;
	border : ridge #990000;
	}

/* --- For the pictures --- */
a.photo:link {
	text-decoration : none;
	}
a.photo:visited {
	text-decoration : none;
	}

/* --- Text environments --- */
b.hot {
	color : #8b1a1a;
	}

.blurb {
	font-family : verdana, arial, lucida, times;
	color : #000000;
	margin-left : 5%;
	margin-right : 5%;
	margin-top : 5px;
	margin-bottom : 5px;
	background-color : #fff8e1;
	border : ridge #b8860b;
	border-width : 5px;
	padding : 10px;
	}

.physics {
	font-family : verdana, arial, lucida, times;
	color : #000000;
	margin-left : 5%;
	margin-right : 5%;
	margin-top : 3px;
	margin-bottom : 3px;
	background-color : #ffefd5;
	border : ridge #814100;
	border-width : 3px;
	padding : 10px;
	}

.banner {
	margin-left : 15%;
	margin-right : 15%;
	margin-top : 10px;
	margin-bottom : 10px;
	background-color : #fffafa;
	/*border : ridge #814100;
	border-width : 3px;*/
	padding : 10px;
	}

.warning {
	font-family : arial, verdana, lucida, times;
	color : #000000;
	margin-left : 10%;
	margin-right : 10%;
	margin-top : 3px;
	margin-bottom : 3px;
	background-color : #ffefd5;
	border : ridge #814100;
	border-width : 3px;
	padding : 10px;
	}

.cats {
	font-family : verdana, arial, lucida, times;
	color : #000000;
	margin-left : 5%;
	margin-right : 5%;
	margin-top : 5px;
	margin-bottom : 5px;
	background-color : #f9ebd9;
	border-left : ridge #814100;
	border-top : ridge #814100;
	border-width : 2px;
	padding : 10px;
	}

.friends {
	font-family : verdana, arial, lucida, times;
	color : #000000;
	margin-left : 5%;
	margin-right : 5%;
	margin-top : 5px;
	margin-bottom : 5px;
	background-color : #f9ebd9;
	border-right : ridge #814100;
	border-bottom : ridge #814100;
	border-width : 2px;
	padding : 10px;
	}

/* --- Lists --- */
div.blurb dt {
	font-family : verdana, arial, lucida;
	color : #990000;
	}
div.blurb dd {
	margin-bottom : 10px;
	}

/* --- Get snippy about IE --- */
.ad-box {
	background : #eee;
	border : 1px solid red;
	padding : 5px;
	position : absolute;
	margin-left : 15%;
	margin-right : 15%;
	top : 50px;
	width : 600px;
	}
.ad-box-title {
	background : #ff0000;
	padding : 5px;
	font-weight : bold;
	font-size : large;
	text-align : center;
	text-transform : uppercase;
	letter-spacing : 0.2em;
	}

/* --- The following is copied from domTT's example.css --- */
div.domTT {
	border : 4px ridge #8b0000;
	background-color : #ffffff;
	}
div.domTTCaption {
	font-family : serif;
	font-size : 1.0em;
	font-weight : bold;
	padding : 0.1em;
	color : #ffffff;
	background-color : #814100;
	}
div.domTTContent {
	font-size : 1.0em;
	font-family : sans-serif;
	color : #000000;
	padding : 0.1em;
	background-color : #fff4bf;
}

/* --- The End + MPM --- */