@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em; /*small;*/
	background: #a32121;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
} 

div#home-fool {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
}

#header {
	background: #a32121;  /* #E3EDF7; */
	text-align: center;
	height: 78px;
	background-image: url(../images/Page-Header.gif);
	background-repeat: no-repeat;
	padding: 0 150px 0 150px;
	margin-bottom: 0;
}
#headerRight {
	display: none;
	float: right;
	margin: 0 10px 0 550px;
}

#mainMenu {
	background-color: #a32121;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h2, h3 {
	padding: 10px 0 0 10px;	
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.sidebar-list {
	margin-left: 2em;
	padding-left: 0em;
}

#mainContent { 
	margin: 0 250px 20px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: white;						/* was#fff;  */
	text-align: center;
	font-size: 86%;
	border-top: solid 1px;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/****************************************************************************
   Add these changes to put a fixed background on every two-column site page -- Disabled for now
 ****************************************************************************/
/* body {
	background: #a32121 url(../images/fools-cap-body-fx.png) top left no-repeat fixed;
}
#container {
	background: white url(../images/fools-cap-main.png) top left no-repeat fixed;
}
h2.content-subhead, h3.content-subhead {
	background: white url(../images/fools-cap-headings.png) top left no-repeat fixed;
}
#footer {
	background: white url(../images/fools-cap-main.png) top left no-repeat fixed;
} */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltrt-link { 			/* For a picture that's a link. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	
	border-color: #5767AF;
	border-width: thin;
	border-style: solid;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/***************** Custom entries **********************/
a:link {
	color: #5767af;			/* Dark blue-violet */
}
a:visited {
	color:#c99311;			/* pretty dark yellow */
}

ol li, ul li {
	padding: 0 0 4px 0;
	margin-top: 0;
	line-height: 1.4em;
}
.mainul ul {
	padding-top: 6px;
	list-style-type: none;
	padding-left: 1em;
}
.mainul li {
	list-style-type: disc;
	list-style-image: url(../images/BlueBullett.gif);
}
.colored {
	background-color: #e3edf7;
}

.content-title {
	color: #a8251b;
}

h2.content-subhead {
	color: #a8251b;
	margin-bottom: 0px;
	padding-left: 0;
	padding-bottom: 4px;
	padding-top: 4px;
}

#mainContent p {
	line-height: 1.4em;
	text-indent: 2em;
	margin: 0 0 .3em 0;
	padding: 0;
}
blockquote {
	padding: 1em 1em 1em 1em; margin: 0 5em;
	background-color: #e3edf7;
	text-align: 1em;
	font-size: x-small;
}
blockquote .right-align {
	line-height: 1em;
	text-align: right;
}
#mainContent .lead {			/* Don't indent lead paragraphs */
	text-indent: 0em;
}
#mainContent .poem {			/* Don't indent lead paragraphs */
	text-indent: 0em;
	margin-bottom: 1em;
}
#mainContent .card {			/* Don't indent lead paragraphs */
	text-indent: 0em;
	font-weight:bold;
}

.tan_table {
	background: #e7e7cf;
}
td.centercell {					/* To center the contents of a table cell */
	text-align: center;
}
.img-link {						/* Put a border around image links */
	border: solid #5767af 1px;
}

.sidebar-head {						/* Non-menu sidebar heading */
	color: #a8251b;
	border-bottom: #a32121 solid 2px;
	padding-left: 0;
}
.sidebar-subhead {						/* Non-menu sidebar heading */
	color: #a8251b;
	font-size: 100%;
}
#sidebar-menu {
	border: #a32121 solid 1px;
}
.sidebar-menu-head {				/* Sidebar menu heading */
	color: #a8251b;
	background-color: #E3EDF7;
	padding-bottom: 4px; padding-left: 1em;
	margin: 0;
}
#sidebar-menu ul {					/* Sidebar menu unordered list */
	list-style: none; margin: 0; padding: 0;
	font: bold;
	font-size:100%;
}
#sidebar-menu li {					/* List items */
	line-height: 1.4em;
	padding-left: 1em;
	background-color: #E3EDF7;
}
#sidebar-menu li a {
	text-decoration: none;
	padding: 0 1em;
	color: black;
}
#sidebar-menu li a:hover {				/* Tab rollover color */
	color: #a32121;
	background-color: #FFF;
}
.sidebar-menu-entry { }

#sidebar p {
	line-height: 1.4em;
}

.sidebar-ad {
	margin: 20px 0;
}
.ad-pic {
	text-align: center;
	margin: 30px 0 20px 0;
}
.ad-pic img {
	border: none;
}

#content_ads {
	width: 450px;
	padding: 0 0px 0 0px;
	background-color: #D2E3F5;
}
#content_ads p {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-indent: 2em;
	padding: 0 10px 0 10px;
	margin-top: 0;
	margin-bottom: 3px;
	line-height: 1.6em;
}
.byline {
	text-indent: -0; line-height: 1em; font-style: italic; font-size: .9em; margin-left: 0;
}

