body {
	margin: 0;
	padding: 0;
	font-family: Rockwell, sans-serif;
	font-size: 12px;
	color: #333;
	background: #C23F1A;
  }
.oneColLiqCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	height: 100%;
	text-align: left;
	margin: 0px auto;
	background-image: url(/assets/images/site/tile.gif);

}
.oneColLiqCtrHdr #header {
	background-image: url(/assets/images/site/header72.png);
	background-position: top left;
	padding: 0px 0px 18px 0px;
	background-repeat: no-repeat;
	width: 762px;
	margin: 0px 8px 0px 9px;
}
.oneColLiqCtrHdr #headerFlash {
	background-position: top left;
	padding: 0;
	margin: 0;
	width: 765px;
	z-index: 2;
}
.oneColLiqCtrHdr #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: 66px 0px 0px 30px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FF9900;
	text-align: center;
	font-size: 14px;	
}
.oneColLiqCtrHdr #menubar {
	margin: 10px 10px 10px 130px;
	height: 40px;
	font-family: Rockwell, serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

.oneColLiqCtrHdr #mainContent {
	width: 540px;
	margin: 0px 20px;
	text-align: left;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 1.5em;
	float: left;
	z-index: 3;
}
.oneColLiqCtrHdr #sidebar {
	width: 170px;
	min-height: 100%;
	margin: 10px 15px 0px 5px;
	text-align: left;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #999;
	float: right;
	position: relative;
}
.oneColLiqCtrHdr #movie-popup {
	text-align: right;
	padding: 10px auto;
	background-color: #000000;
	}
.oneColLiqCtrHdr #currentlinks {
	width: 170px;
	margin: 0px 15px 0px 5px;
	text-align: left;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 1.5em;
	float: right;
}
.oneColLiqCtrHdr #footer {
	background-image: url(/assets/images/site/bottom_sash72.jpg);
	clear: both;
	width: 763px;
	padding: 20px 0px;
	margin: 10px 8px 0px 9px;
	background-repeat: no-repeat;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0px 40px 0px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px auto; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	color: #FF9933;
}
blockquote {
	margin: 0 0 0 20px;
	padding: 10px 30px 0 20px;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
  }

blockquote p {
  margin-top: 0;
  }

abbr, acronym {
  cursor: help;
  font-style: normal;
  border-bottom: 1px dotted;
  }


hr {
  display: none;
  }

img {
  border: none;
  }


/* unordered list style */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
  }

li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  }
  

/* memubar links */

#menubar	h3	{
	color: #333333;
  }

#menubar	a:link {
	color: #333333;
  }

#menubar	a:visited {
	color: #333333;
  }

#menubar	a:hover {
	color: #660000;
  }

#menubar	a:active {
  color: #cc3333;
  text-decoration: none;
  }
  
  
/* main content links */

a:link {
  color: #69c;
  font-weight: bold;
  }

a:visited {
  color: #666699;
  font-weight: bold;
  }

a:hover {
  color: #693;
  font-weight: bold;
  }

a:active {
  color: #cc3333;
  text-decoration: none
  font-weight: bold;
  }


/* ---( main column postings )--- */

h1.pageheader  {
	color: #333;
	margin-top: 0;
	font-family: "Rockwell", "Trebuchet MS";
	text-align: left;
	font-size: 20px;
	margin: 10px 0px 25px 0px;
	}

h2.post-title {
	margin-top: 0;
	font-family: "Rockwell", "Trebuchet MS";
	font-size: 11pt;
	letter-spacing: -1px;
	color: #333333;
  }

h2.post-date {
  margin-top: 0;
  padding-left: 11px;
  font-size: 11pt;
  letter-spacing: -1px;
  color: #f93;
  
  }
.news {
	margin-top: 0;
	font-family: "Rockwell", "Trebuchet MS";
	font-size: 12px;
	letter-spacing: -1px;
	color: #CB5027;
	font-style: italic;
}

.resumetext {
	margin-top: 0;
	font-family: "Rockwell", "Trebuchet MS";
	font-size: 10px;
	letter-spacing: -1px;
	color: #333;
}



.post {
	margin: 0 0 1.5em 0;
	padding: 0 0 3em 14px;
	border-bottom: 1px solid #ddd;
  }
 /* add italics + color to post title topic */
.post-italics {
	margin-top: 0;
	font-family: "Rockwell", "Trebuchet MS";
	font-size: 11pt;
	letter-spacing: -1px;
	color: #CB5027;
	font-style: italic;
  }
.post-movie {
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 14px;
  border-bottom: 1px solid #ddd;
  }

.post-date {
	margin: 0;
	padding: 0 10px 0 14px;
	
	color: #F93;
	text-align: right;
  }
  
.post-footer {
	margin: 0;
	padding: 0 0 0 14px;
	
	color: #FFCC66;
  }
  .post-quote {
  font-style: italic;
  }
  .post-bold {
  font-weight: bold;
  }

.post img {
	margin: -10px auto 10px 5px;
	float: right;
	cursor: pointer;
	padding: 6px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
  }

.post-movie img {
  margin: -30px auto 10px;
  float: right; 
  cursor: pointer;
  padding: 4px;
  border-top: 3px solid #FFCC66;
  border-left: 3px solid #FFCC66;
  border-bottom: 3px solid #FFCC66;
  border-right: 3px solid #FFCC66;
  }

/* ---( sidebar )--- */


h2.sidebar-title {
	margin: 0 0 0 0;
	padding: 0px auto;
	font-family: "Rockwell", "Trebuchet MS";
	font-size: 10pt;
	color: #666;
	height: 20px;
  	height: 20px !important; /* for most browsers */
  	height /**/:35px; /* for IE5/Win */
  }

h3.sidebar-title {
  margin: 0 0 0 0;
  padding: 25px 0 0 50px;
  font-family: "Rockwell", "Trebuchet MS";
  font-size: 10pt;
  color: #444;
  height: 32px;
  height: 32px !important; /* for most browsers */
  height /**/:57px; /* for IE5/Win */
  }
  
 h4.sidebar-title	{
  margin: 0 0 0 0;
  padding: 5px 0;
  font-family: "Rockwell", "Trebuchet MS";
  font-size: 9pt;
  color:#666;
  }

#sidebar ul, #sidebar p {
  margin: 0;
  padding: 5px 20px 1em 20px;
  border-bottom: 1px solid #ddd;
  }

#sidebar li {
  }

#bushCountDownForm {
	margin: 0;
	font-size: 85%;
	color: #FFFFFF;
   }
/*--( pop up movies )--*/


.moviepopup #container {
	width: 450px; /* the auto margins (in conjunction with a width) center the page */
	height: 350px;
	margin: 0px auto;
	padding: 10px;
	text-align: center;
	}
.moviepopup #closebutton {
	clear: both;
	width: 80px;
	padding: 5px 5px auto;
	margin: 0px 10px 10px 300px;
	}
