/*
Theme Name: Millennium X Theme
Theme URI: http://www.bengoodger.com/
Description: The theme for www.bengoodger.com
Version: 3.0
Author: Ben Goodger
Author URI: http://www.bengoodger.com/
Tags: yellow, gray, custom header, flexible, two columns

(C) 1999-2009 Ben Goodger. All Rights Reserved.
*/

/******************************************************************************
 * General
 */
body {
  margin: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
}

a img {
  border: none;
}

a {
  color: #909090;
}

#skipLink {
  display: none;
}

.description {
  font-size: 110%;
  color: #909090;
  font-style: italic;
}

/******************************************************************************
 * Header
 */
#header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 68px;
  background-image: url("images/headerBackground.png");
  background-repeat: repeat-x;
  z-index: 5;
}

#headerTitle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 500px;
  height: 63px;
  background-image: url("images/mxheader.png");
}

#headerImages {
  position: absolute;
  right: 0px;
  width: 178px;
  height: 63px;
  background-image: url("images/headerImages.png");
}

#headerTitle > * {
  display: none;
}

#headerBaseline {
  position: absolute;
  top: 63px;
  width: 100%;
  height: 5px;
  background-image: url("images/headerUnderline.png");
}

/******************************************************************************
 * Search Box
 */
#search {
  position: absolute;
  top: 65px;
  right: 0px;
  z-index: 4;
}

#searchAd {
  background-color: #DFDFDF;
  padding: 10px;
  opacity: 0.7;
  display: block;
}

#searchAd:hover {
  opacity: 1.0;
}

#searchInput {
  background-color: #DFDFDF;
  padding: 10px;
  display: none;
}

#search form {
  padding: 0px;
  margin: 0px;
}

#keywords {
  color: #C0C0C0;
  border: 1px solid #C0C0C0;
  padding-left: 2px;
  font-size: smaller;
}

#keywords[focused] {
  color: #000000;
}

/******************************************************************************
 * Content
 */
#body {
  padding: 83px 10px 60px 170px;
  width: 75%;
  z-index: 0;
}

/* Entry Groups ****************************************************************/

.groupLead {
  position: relative;
  background-image: url("images/dayLeftCap.gif");
  background-repeat: no-repeat;
  padding-left: 12px;
  padding-top: 35px;
}

.groupEntry {
  position: relative;
  padding-left: 12px;
}

.groupTitle > h2 {
  display: inline;
  position: absolute;
  top: 0px;
  background-image: url("images/dayTitleBackground.gif");
  background-repeat: repeat-x;

  padding: 13px 4px 22px 4px;
  margin: 0px;

  font-size: 12px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #909090;
  -moz-user-select: none;
  cursor: default;
}

.groupCap {
  position: absolute;
  top: 0px;
  width: 228px;
  height: 49px;
  margin-left: 4px;
  background-image: url("images/dayRightCap.gif");
  background-repeat: no-repeat;
}

/* Entry *********************************************************************/

.entry {
  margin-bottom: 35px;
}

.entry.trackbacks, .entry.comments {
  margin-bottom: 20px;
}

.entryTitle > h3 {
  background-image: url("images/boxes.png");
  background-repeat: no-repeat;
  background-position: 3px center;
  padding-left: 74px;
  font-family: Century Gothic, Arial, sans-serif;
  color: #5E5E5E;
  font-size: 16px;
  font-weight: bold;
}

.entryTitle > h3 > a {
  text-decoration: none;  
  color: black;
}

.entryTitle > h3 > a:hover {
  text-decoration: underline;
}

.entryBody {
  margin-left: 30px;
  margin-bottom: 10px;
  font-family: Perpetua, Times New Roman, serif;
  text-align: justify;
  width: 93%;
}

.entry404 {
  text-align: center;
  color: #909090;
}

.entryFooter {
  -moz-user-select: none;
  cursor: default;
  font-size: 8pt;
  font-family: Arial, sans-serif;
  -moz-user-select: none;
  margin-bottom: 85px;
}

.entryFooterLCap {
  position: absolute;
  left: 20px;
  width: 11px;
  height: 41px;
  display: inline;
  background-image: url("images/entryFooterLeft.png");
  background-repeat: no-repeat;
}

.entryFooterContent {
  display: inline;
  background-image: url("images/entryFooterCenter.png");
  background-repeat: repeat-x;
  height: 41px;
  position: absolute;
  right: 11px;
  left: 31px;
  -moz-user-select: none;
}

.entryFooterRCap {
  position: absolute;
  right: 0px;
  width: 11px;
  height: 41px;
  display: inline;
  background-image: url("images/entryFooterRight.png");
  background-repeat: no-repeat;
}

.entryFooterBody {
  position: absolute; 
  top: 15px;
}

.entryFooter a {
  font-weight: bold;
  text-decoration: none;
  color: black;
}

.entryFooter a:hover {
  text-decoration: underline;
}

.entryFooter a:visited,
.entryFooter a:active {
  color: black;
}

.entryFooterButtons {
  position: absolute;
  right: 4px;
  top: 15px;
}

.entryFooterButton {
  border-left: 1px solid #C5BE9B;
  padding-left: 5px;
  color: #000000;
  cursor: pointer;
  font-weight: normal !important;
  -moz-user-select: ignore;
} 

.entryFooterButton:hover {
  text-decoration: underline;
} 

.entryFooterButton[disabled="true"] {
  color: #C5BE9B !important;
  cursor: default;
}

.entryFooterButton[dirsabled="true"]:hover {
  text-decoration: none;
}

.entryBody h1 {
  font-size: 120%;
  border-bottom: 3px double #909090;
}

.entryBody h2 {
  font-size: 110%;
  border-bottom: 1px dashed #C0C0C0;
}

.entryBody h3 {
  font-size: 100%;
  border-bottom: 1px dotted #DFDFDF;
}

.entryBody h4 {
  font-size: 95%;
  color: black;
}

.entryBody h5 {
  font-size: 95%;
  color: #909090
}

.extendedLink {
  margin-bottom: 10px;
}

.navFooter {
  font-family: Perpetua, Times New Roman, serif;
  text-align: center;
}

a[disabled="true"]:hover {
  text-decoration: none;
}

/******************************************************************************
 * Comments
 */

.commentList > li {
	list-style-type: none;	
  margin: 0px;
  padding: 0px;
}

.commentAuthor {
  font-family: Perpetua, Times New Roman, serif;
  font-size: larger;
}

.commentText {
  font-family: Perpetua, Times New Roman, serif;
  text-align: justify;
  padding-left: 20px;
}

/******************************************************************************
 * Navigation links
 */

.navigation {
  text-align: center;
}

/******************************************************************************
 * Links Bar
 */
#menu {
  position: fixed;
  left: 0px;
  top: 68px;
  bottom: 0px;
  width: 155px;
  background-color: #D9D9D9;
}

.menuLinks {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.menuLinks > li {
	background-color: #C0C0C0;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	list-style-type: none;	
	margin-bottom: 2px;
	padding: 4px;
	cursor: pointer;
}

.menuLinks > li.default {
  padding-top: 3px;
  color: #C0C0C0;
  background-color: white;
}

.submenu {
	padding: 0px 0px 0px 20px;
	margin: 4px 0px 0px 0px;
}

.menuitem, .submenu > li {
	color: #FFFFFF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
}

.menuLinks a {
  text-decoration: none;
  color: white;
}

.menuLinks > li.default > a {
  color: #C0C0C0 !important;
}

/******************************************************************************
 * Footer
 */
#footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 56px;
  background-image: url("images/footerBackground.png");
  z-index: 2;
}

#footerUnderlay {
  position: fixed;
  bottom: 0px;
  left: 155px;
  width: 100%;
  height: 100px;
  background-image: url("images/footerBackgroundUnderlay.png");
  z-index: 1;
}

#footerLeft {
  position: absolute;
  left: 0px;
  padding: 10px 0px 10px 8px;
}

#copyright > p {
  margin: 3px;
}

#copyright {
  position: absolute;
  left: 155px;
  right: 100px;
  margin: 3px 0px 2px 0px;
  font-size: x-small;
  font-family: Arial, sans-serif;
  padding: 7px;
}

#footerButtons {
  position: absolute;
  right: 13px;
  top: 18px;
}

