/* Between Worlds - Default Style Sheet */

/* Body ruleset */

body {

  background-color:  #232325;
  background-image:  url(images/page_background.png);
  background-repeat: repeat-x;
  
  margin-right:  5px;
  margin-left:   5px;
  margin-top:    0px;
  margin-bottom: 20px;
  
  text-align: center;
}

/* Default font */

body, p, a, h1, h2, li, td {
  font-family: "Lucida Grande", "Verdana", sans-serif;
  font-size:   9pt;
  font-weight: normal;
  line-height: 1.7em;
  color: 	   #b5b5b5;
}

/* Division rulesets */

#header {
  text-align:   center;
  margin-left:  auto;
  margin-right: auto;
  margin-top: 	50px;
  margin-bottom:20px;
  height:       68px;
}

#content {
  
  text-align: 	left;
  width:  		867px; 
  height: 		100%;
  
  background-color:  black;
  background-repeat: repeat-x;

  margin-top: 	0px;
  margin-left:  auto;
  margin-right: auto;
}

#menu {
  width: 			200px;  
  padding-left: 	32px;
  padding-right: 	32px;
  float: 			left;
}

#post {
  width:   			515px;
  margin: 			32px;
  float:   			right;
  border-bottom:  	1px #383838 solid;
  padding-bottom: 	1em;
}

/* Content rulesets */

img {
  border: none;
}

img.captioned_image {
   border: 1px solid #b5b5b5;
   padding: 0px;
   margin: 5px;
   margin-bottom: 0px;
}

h1 {

  font-size:   1.22em;
  color:       white;

  border-bottom:  1px #383838 solid;
  padding-bottom: 0.75em;
  margin:         0;
}


h1.menu {
  margin-top: 32px;
}

h2 {
  color: white;
  margin-bottom:2em;
}

p { 
  clear:both;
  margin-bottom:2em;
}

p.last {      /* Hack - fix */
  clear:both;
  margin-bottom:5em;
}

a:visited, a:link {
  color: #dddddd;
}

a:visited.menu, a:link.menu {
  text-decoration: none;

}

a:active.menu, a:hover.menu {
  text-decoration: underline;
}

a:active, a:hover {
  color:			white;
}

a.h1 {

  font-size:   1.22em;
  color:       white;

  border-bottom:  1px #383838 solid;
  padding-bottom: 0.75em;
  margin:         0;
  text-decoration:none;
  display: block;
}

a.h1:active, a.h1:hover {
  text-decoration: underline;
}

a.h1:visted, a.h1:link {
color: white;
}

p.menu {
  border-bottom:  1px #383838 solid;
  padding-bottom: 1em;
  margin-bottom: 0em;
    line-height: 1.5em;
}

p.readmore {
text-align:right;
position:relative;
top:-1em;
}

p.date {
  font-size: 0.9em;
  text-align:right;
  color: white;
  position: relative;
  top:-3.6em;
}

p.quote {  
  background-color: #303033;
  
  margin-left:  1em;
  margin-right: 2em;
  
  padding-left:  1em;
  padding-right: 1em;
  
  padding-top: .7em;
  padding-bottom: .7em;
}

p.footnote
{
  list-style-type:	none; 
  text-indent:		-0.8em; 
  padding-left:		1em; 
  border-top: 		1px #383838 solid; 
  padding-top: 		1em; 
  margin-top: 		3em;
  margin-bottom:    5em;
}

div.captioned_image
{
  padding:0px;
  margin:0px;
  text-align:center;
  font-size: .80em;
}
