a:link { color: #abc; text-decoration: none; }
a:visited { color: #cba;  }

td,  p, li,div {
	color: #6cf;
	}

h1
{font-family: "Arial Black", Techno, sans-serif; 
	color: #0cf;
}

h2
{font-family: "Arial Black", Techno, sans-serif; 
	color: #0cf;
}

h3
{font-family: "Arial Black", Techno, sans-serif; 
	color: #0cf;
}


body
{
	background-color: #036;
	background-image: url(css/blue/MarkWatermarkBlue.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
	

/* ===================   header   ======================= */



#title { 
	background-image: url(./elements/MB.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* ===================   switcher   ======================= */



/* ===================   main content   ======================= */
body#home div#content {
	background-color: #024;
	}
	
#content
{
	border-color: #304;
	border-width: 0px;
	border-style: solid;
	background-color: #024;
	}

body#page div#content
{
	background-color: #024;
	}



#sidebar h2
{
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #6cf;
	}

#sidebar .LectureBox  h2, #sidebar .aYearAgo h2
{
	background-color: transparent;
	padding: 0;
	margin: 0;
	}


/*  ----------- posts	------------------		*/


/*  ----------- posts	------------------		*/
.post
{
	border-color: #048;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
}
	

.post h2
{
	font-size: 32px;
	line-height: 32px;
	letter-spacing: -1.5px;
	}


.postHead a:link
{
	color: #369;
	}

.postHead a:link:hover
{
	color: #6cf;
	text-decoration: none;
	}

.quote,.poem
{
	border-left: #000038;
	border-top: #003;
	border-right: #036;
	border-bottom: #002854;
	border-width: 1px;
	border-style: solid;
	background-image: url(css/blue/quot2.gif);
	background-repeat: no-repeat;
}



.bookBoxBody
{
	background: url(css/BookBoxBotBlue.png) no-repeat bottom left;

	}


/* ================== books =========================*/


.bookTitle
{
	color: #FF9900;
	font-size: 18px;
}



/* ================= post details =================== */
.links
{
	font-size: 12px;
	margin-left: 24px;
	color: #900;	
	margin-bottom: 24px;
	margin-top: 24px;
	letter-spacing: 1px;
	
}



/* ===================   footer   ======================= */
#footer
{
	border-color: #304;
	border-width: 3px;
	border-style: solid;
	background-color: #024;
}

/* ===================   movies   ======================= */


.movieGreat
{
	color: #FFFFFF;
}

.movieGood
{

	color: #FFFF99;
}

.movieBad
{
	
	color: #cc6600;
}

.movieWorse
{
	text-decoration: line-through;
}

/* =========== tooltips support =========== */



#navBox {
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
	padding: 4px 15px 5px 15px;
	background: transparent url(./css/tip2.gif) no-repeat;
	font: normal 11px/11px "Lucida Grande", "Lucida Sans Unicode", lucida, arial, sans-serif; 
	color: #D5D3BD;
	width: 250px;
	}
	
#navbox h2 {
	font: normal 14px/14px "Lucida Grande", "Lucida Sans Unicode", lucida, arial, sans-serif; 
	color: #FED;
	margin-top: 0px;
	}
	
	

div.LectureBox div.clearer
{
	background-image: url(css/LectureBottomBlue.gif);
	}


