/*---------------------------------------------------------------------------*/
/* Sheet    : default.css                                                   */
/* Author   : Eli Evans                                                      */
/* Date     : 11/9/2001                                                      */
/*---------------------------------------------------------------------------*/

BODY {
	margin: 0;
	margin-bottom: 3in;
	background: url("images/bg.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: right;
	background-position-y: bottom;
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Georgia", "Times New Roman", serif;
	/* line-height: 150%; */
}

H1, H2, H3, H4 {
	background-color: transparent;
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: bold;
	color: #505050;
}
	
H1 {
	font-size: 24pt;
	font-weight: normal;
	font-style: normal;
}

H2 {
	font-size: 100%;
}
H3 {
	font-size: 100%;
	font-style: italic;
}
H4 {
	font-size: 90%;
}

BA { color: #0066CC; text-decoration: none; }
A { color: #000000; text-decoration: none; border-bottom: 1px dashed #00C8FF;}
A:Link {  }
A:Visited {  }
A:Hover { color: #00C8FF; text-decoration: none; border-bottom: 1px solid #00C8FF;}



TABLE.Layout {
	margin: 0;
	border: none;
	border-collapse: collapse;
	/*height:1000px;*/
	width: 720px;
	text-align:left;
	/* background: #FFFFFF; */
	/*border:1px solid yellow;*/
}

TD {
	vertical-align: top;
}

TABLE.Header {
	margin: 0;
	border: none;
	border-collapse: collapse;
	height: 72px;
	width: 100%;
	margin-bottom: 16px;
	/*background: yellow;*/
}

TABLE.Header TD {
	vertical-align: bottom;
	color: #666666;
	padding-left:20px;
	padding-right:20px;
	border: 1px solid green;
	border:0;
}

TABLE.Header SPAN.Occupied {
	/* background: #999999;
	color: #ffffff; */

	color: #000000;
	font-weight: bold;
}



TABLE.Header TD.Brick {
}

TABLE.Header TD.Title {
	text-align:right;
	width: 100%;
	color: #999999;
	padding: 0;
	padding-top: 12px;
	font-family: "Arial", "Verdana", "Tahoma", "Helvetica", sans-serif;
	font-size: 9pt;
}

TABLE.Header TD A { color: #666666; text-decoration: none; border: none;  }
TABLE.Header TD A:Hover { color: #00C8FF; text-decoration: none; border-bottom: 1px solid #00C8FF;}

TABLE.Header TD.Occupied A {color: #ffffff; border: none;}
TABLE.Header TD.Occupied A:hover { color: #000000; text-decoration: none; border:none; }

DIV.ImageView { text-align: center; }


IMG {border:none;}

HR { height: 0; border:none; border-bottom: 1px solid silver; }

DIV.BlogPost {
	margin-bottom: 48px;
}


IMG { margin: 0; padding: 0; }

TABLE.BlogPost {
	border-collapse: collapse;
	border: none;
	margin:0;
	padding:0;
	width: 100%;
	width: 720px;
}

TABLE.BlogPost TD {
	margin:0;
	padding:0;
	noborder: 1px solid green;
	line-height: 150%;
}

TD.BlogPostIcons {
	width: 84px;
	text-align: right;
}

TD.BlogPostIcons IMG { margin: 2px; }

DIV.BlogCategories { border-top:1px solid silver; padding-top: 8px; margin-top: 64px; }
DIV.BlogCategories IMG { margin: 2px; }

DIV.BlogCategories A { border:none; }
TD.BlogPostIcons A { border:none; }

DIV.Title {
	background-color: transparent;
	font-family: "Georgia", "Times New Roman", serif;
	color: #505050;
	font-size: 24pt;
	font-weight: normal;
	font-style: normal;
	/* line-height: normal; */
}


P.BlogPostFooter {
	color: #999999;
	font-size: 66%;
	text-align:right;
}

DIV.SearchHeader {
	font-size: 80%; margin-bottom:24px; border-bottom: 1px solid #EEEEEE;
}







/* ARTICLES */

DIV.ArticlePreview {
	margin-top: 32px;
	margin-bottom: 32px;
}

A.More { color: #00C8FF; border:none; }


SMALL { font-size: 80%; }

TABLE.Figure { 	margin-top: 1em; }
TABLE.Figure TD {
	font-size: 95%;
	/* line-height: normal; */
	/* line-height: 1.20em; */
	padding-left: 20px;
}
TABLE.Figure TD P {
	margin:0;
	margin-bottom: 1em;
}