.maroon     {color: #BD002A;}
.light_grey {color: #999999;}
.grey       {color: #666666;}
.dark_grey  {color: #414141;}
.golden_rod {color: #FFCC00;}

.bg_maroon     {background-color: #BD002A;}
.bg_light_grey {background-color: #999999;}
.bg_grey       {background-color: #666666;}
.bg_dark_grey  {background-color: #414141;}
.bg_golden_rod {background-color: #FFCC00;}

a {text-decoration: none; color: #BD002A; }

a:hover {text-decoration: underline;}

html {font-size: 100%;}

body {
  font-family: Verdana, sans-serif; font-size: 9pt; line-height: 12pt;
  background-color: #BD002A;
  background-image: url(/images/theme/maroon_swirl.gif);
  background-position: center center;
  background-attachment: fixed;
  text-align: center;
}

div#container {
  margin: 0 auto;
  width: 985px;
  background-image: url(/images/theme/drop_shadow.png);
  background-position: 50% 50%;
  background-repeat: repeat-y;
  text-align: left;
}

div#header {
  height: 265px;
  width:  945px;
  margin-left: 17px;
  background-image: url(/images/theme/header.jpg);
  background-repeat: no-repeat;
  text-align: right;
}

div#header div#logo img {
  width: 400px;
  height: 265px;
  margin-right: 4px;
}

div#footer {
  clear: both;
  height: 115px;
  width:  945px;
  margin-left: 17px;
  background-color: #666;
  position: relative;
}

div#footer div#navigation_bg {
  font-size: 7.5pt;
  background-color: #414141;
  width: 945px;
  padding-top: 4px;
  padding-bottom: 6px;
  text-align: center;
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
}

div#footer div#navigation {
  font-size: 7.5pt;
  width: 605px;
  margin: 0 auto;
  padding-top: 4px;
  padding-bottom: 6px;
  text-align: center;
  position: absolute;
  top: 0; left: 170px;
  z-index: 3;
}

div#footer div#navigation ul li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #FC0;
}

div#footer div#navigation ul li.last {
  border-right: none;
}

div#footer div#navigation a {
  color: #FFCC00;
}

div#footer div#logo_small {
  position: absolute;
  top: 0; left: 75px;
  z-index: 2;
}

div#footer div#copyright {
  position: absolute;
  top: 65px; left: 400px;
  color: #FFF;
  font-size: 7.5pt;
}

div#columns {
  background-color: #999999;
  width: 945px;
  margin-left: 17px;
}

#wrapper {
  background-color: #FFF;
  float: left;
  margin-top:  10px;
  margin-left: 10px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  width: 769px;
}

div#articles, div#sidebar {float:left;}

div.center { text-align: center; }

/* Sidebar */

#sidebar {
  width: 166px;
  background-color: #FFF;
  text-align: left;
  margin-top: 7px;
  padding: 8px;
}
#sidebar h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
#sidebar img {
  border: 1px solid #333;
  padding: 2px;
}
#sidebar div#categories h3 {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 2px;
  background-image: url(/images/theme/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 10px;
  text-align: left;
}
#sidebar div#categories ul {
  margin-top: 3px;
  padding-left: 30px;
}
#sidebar div#categories li {
  color: #BD002A;
  font-size: 7.5pt;
}
#sidebar div#categories a {
  color: #BD002A;
}
#sidebar h3 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}
.static-body {
  text-align: center;
  width: 166px;
  overflow: hidden;
}
.static-body object {
  width: 166px;
}
#sidebar div#xml_sidebar ul li {
  background-image: url(/images/theme/logo_rss.png);
  background-repeat: no-repeat;
  padding-left: 55px;
  height: 48px;
}
div.advertisement_sidebar { text-align: center; }
div.sidebar-caption { font-size: 0.8em; padding-bottom: 3em; }
div.youtube-video { text-align: center; overflow: hidden; }
div#xml_sidebar { padding: 0 8px; }

/* Search Results */

.results ul li { margin-bottom: 1em; }

/* Far left sidebar */

div#farbar {
  float: right;
  width: 166px;
  margin-top: 10px;
  color: #FFF;
}
div#farbar div#headshot { margin-top: 5px; text-align: center; }
div#farbar div#headshot img {
  width: 120px;
  height: 160px;
  border: 1px solid #BD002A;
}
div#farbar div#tagline {
  margin-top: 4px;
  margin-left: 12px;
}
div#farbar div#title {
  margin-left: 18px;
  font-weight: bold;
}
div#farbar div#title a { color: #FFF; }
div#farbar div#contact_info {
  margin-left: 18px;
  margin-top: 20px;
  font-size: 7.5pt;
}

/* Articles */

#articles {
  width: 566px;
  padding: 10px;
  background-color: #FFF;
  border-right: 1px solid #BD002A; 
}
div.article {
  color: #666;
  padding-left: 10px;
  
}
div.content { padding-right: 20px; }
div.article div.title h1, h1#with_dress {
  font-size: 13pt; font-weight: bold; line-height: 18pt;
  background-image: url(/images/theme/bullet.gif);
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-left: 42px;
  min-height: 32px;
  padding-bottom: 5px;
}
div.article div.title h1 a {
  color: #666666;
}
div.article p {margin-bottom: 1em;}
div.article strong { font-weight: bold; }
div.article div.footer { margin-top: 2em; }
div.article div.footer div.stats { font-size: 7.5pt; color: #BD002A;}
div.article div.footer p.details a {
  color: #BD002A;
  margin-left: 1ex;
  padding-left: 1ex;
  border-left: 1px solid #666;
  font-weight: bold;
}
div.divider { text-align: center; }

div#pages {text-align:center; padding:10px;margin-top: 2em;}

div#pages a {
  color: #FFF;
  background-color: #BD002A;
  border-color: #BD002A;
  border-width: 0.2em 0.6em 0.3em 0.6em;
  border-style: solid;
}
div#pages a:hover, div#pages a.highlight {
  background-color: #FFCC00;
  border-color: #FFCC00;
  text-decoration: none;
}

/* Search */

#search {
}

#search br {
	display: none;
}

#search h2 {
	margin-bottom: 20px;
}

#search input {
	padding: 3px;
	border: none;
	text-transform: lowercase;
}

#search #q {
	margin-right: 5px;
	background-color: #FFFFFF;
	border: 1px solid #414141;
}

/* Pages */

#viewpage { padding: 0 2em; }
#viewpage ul { padding: 2em; }

/* Support WYSIWYG Editor */

#articles h1, h2, h3, b, strong { font-weight: bold; }
#articles i { font-style: italic; }
#articles h1 { font-size: 13pt; }
#articles h2 { font-size: 11pt; }
#articles h3 { font-size: 10pt; }
#articles p, #articles ul, #articles ol, #articles blockquote  { margin-bottom: 1em; }
#articles ul { list-style: disc; padding: 0.5em 3em; }
#articles blockquote { margin-left: 3em; margin-right: 3em; font-style: italic; }

div.article div.content img { border: 1px solid #414141; padding: 2px; margin: 0 10px; vertical-align: top; }

/* Contact Form */

div#notice {
  color: #BD002A;
  margin: 1em 2em;
  padding: 1em 2em;
  border: 2px dashed #BD002A;
}

#contact_us label {
  width: 24ex;
  margin-right: 1ex;
  margin-top: 0.25ex;
  float: left;
  text-align: right;
}
#contact_us input, #contact_us textarea {
  /* padding: 2px; */
}

/* Comments */

#comments_div { padding: 0 1em; }

#comments_div .author { font-weight: bold; }

#comments_div li {
  border-bottom: 1px dashed #CCC;
  margin-bottom: 1em;
}

#comments_div p { font-size: 0.8em; }

/* E-Newsletter */

#e-newsletter label { width: 20ex; float: left; text-align: right; margin-right: 2ex; }


