/* Standards:

Fonts:
Georgia, serif)
Arial, sans-serif

Colors:

Sizes:
Width of blog: 630
Width of content: 450
Width of sidebar: 150
*/

body {
background: #996;
color: #000;
text-align: center;
font: 12px Arial, sans-serif;
}

a:link { color: #639; text-decoration: underline; }
a:visited	{ color: #666; text-decoration: underline; }
a:active	{ color: #903;  }
a:hover		{ color: #903;  }

b, strong {
  font-weight: bold;
}

p {
  font: 12px Arial, sans-serif; 
}

h1 {
  font: 20px Georgia, serif;
  color: #036;
  margin: 0px 0px 5px 0px;
}

h2 {
  font: 16px Georgia, serif;
  color: #036;
  padding: 0px 0px 3px 0px;
  border-bottom: 1px solid #999;
}

h3 {
  font: 14px Georgia, serif;
  color: #036;
  padding: 0px 0px 3px 0px;
}

blockquote {
  font-style: italic;
}

#mainContainer {
  border: 3px solid #000;
  margin: auto;  /* centers the main box  */
  margin-top: 20px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
  width: 630px;
  text-align: left;
  background: #FFF;
}

#navigation {
  padding: 0px 5px 0px 5px;
  width: 150px;
  float: left;
  font-family: Georgia, serif;
  /* IE 5+ Box Model Hack*/
  voice-family: "\"}\"";
  voice-family: inherit;
}

#pageBanner
{
  height: 143px;
  width: 630px;
  border-bottom: 3px solid #000;
}

#adminBar {
  height: 23px;
  background: #000;
}

#adminBar ul {
  margin: 0;
  padding: 0px 0px 0px 10px;
}

#adminBar ul li {
  display: inline;
}

#adminBar ul li a {
  color: #FFF;
  font: bold 12px Arial, sans-serif;
  padding: 4px;
  float: left;
  text-align: center;
  text-decoration: none;
  width: 50px;
}

#adminBar li a:hover {
  background: #999;
  color: #FFF;
}

#content {
  margin: 10px;
}

#blogContent {
}

#sidebar {
  margin-left: 0px 0px 10px 0px;
  padding-left: 0px;
  width: 150px;
}

div.sidebarBox
{
  margin-bottom: 20px;
}

#entries {
  text-align: left;
  width: 620px;
  background: #FFF;
  padding-left: 5px;
}

/* Classes */

.story
{
  font: 12px Arial, sans-serif;
  vertical-align: top;
  text-align: justify;
  background: #FFFFFF;
  padding: 0px 5px 10px 15px;
}

.story h2 { 
  text-align: left;
  color: #333; 
}

/* Roller's basic.css */

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

/* Footer */

.footer {
  vertical-align: bottom;
  font: bold 10pt Arial, sans-serif;
  color: #AAA;
}


.hCalendarTable, .hCalendarMonthYearRow, .hCalendarNavBar, .hCalendarDayNameRow, 
.hCalendarDayNotInMonth, .hCalendarDay, .hCalendarDayTitle, .hCalendarDayLinked
{
  font: 8pt Arial, sans-serif;
}
 
.hCalendarTable { 
  font: 8pt Arial, sans-serif;
}


/* Hacks for dropdowns */
/* http://www.alistapart.com/articles/dropdowns/ */

.dropDown, .dropDown ul {
  background: #000;
  color: #FFF;
  font: bold 12px Arial, sans-serif;
  padding: 4px;
  float: left;
  text-align: center;
  text-decoration: none;
}

/* The below needs to integrated into the above */

.dropDown ul { /* second-level lists */
	display: none;
	position: absolute;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
/* End of Hacks for dropdowns */
