/* Base stylesheet for District 15 Pulsebeat */

body {
  background-image: url(images/crystals.gif);
  background-attachment: fixed;
	background-color: #989090;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

img {border-style: none;}
.emphasis {font-weight: bold; font-style: italic;}
.sessiontitle {font-weight: bold;}
.sessionquote {font-size: 90%; font-style: italic; padding-left: 20px;}
.sessioncite {font-style: normal; margin: 2px auto auto 200px;} 
p.indented {margin: 25px 75px;}
div.centerpic {margin: 0px 0px 0px 12px;}
div#growth ul {list-style-type: none;}
div#growth div.column1 {float: left;}
div#growth div.column2 {float: right;}

.citation
{
	font-size:0.8em;
}
strong, .strong {
  font-weight: bold;
}

h1 {
  display: none;
}
h2 {
  background-color: transparent;
  color: #00590f;
  font-size: 1.2em;
  font-family: lucinda, serif;
  margin: 5px;
  clear: both;
}
h2 span.byline {
  text-align: right;
  font-size: 0.8em;
  font-style: italic;
}
h3 {
  padding: 0 10px;
  font-size: 1.0em;
  font-weight: bold;
  font-style: italic;
}
blockquote {
  font-style: italic;
  font-size: 0.9em;
}
#banner {
	margin: 0px;
	padding: 0px;
	background-image:url('images/winter-banner.png');
	font-size:0px;
	height:160px;
	width:900px;
}

#banner .printerText
{
	display:none;
}
#all {
  background-color: transparent;
  color: #000000;
  position: relative;
  margin: 0px auto;
  width: 900px;
  font-size: 1em;
  font-style: normal;
  font-family: haramain, Arial, Sans-serif;
}
#wrapper {
  position: relative;
  background-color: transparent;
  margin: 15px auto;
}
#sidebar {
  position: absolute;

  color: #18ff65;
  width: 230px;
  margin: 0px;
  left: 670px;
  top: 175px;
  font-size: 1.0em;
  font-family: georgia, sans-serif;
}

#sidebar-top, #sidebar-bottom
{
	background-position: top;
	background-repeat: no-repeat;
	width: 220px;
	height:50px;
}

#sidebar-top
{
	background-image: url(images/menu-top.png);
}

#sidebar-bottom
{
	background-image: url(images/menu-bottom.png);
}

#sidebar-content
{
	background-image: url(images/menu-y.png);
	background-repeat:repeat-y;
	width: 220px;
}

#sidebar h2 {
  font-size: 1.6em;
  font-style: italic;
  font-weight: bold;
  font-family: georgia, sans-serif;
  text-align: center;
  color: #18ff65;
  margin: 0px auto 0px auto;
  padding:10px 0px;
}
#sidebar h3 {
	margin-left: 6px;
}
#sidebar p {
  margin: 5px;
}
#sidebar ul {
  list-style-type: none;
  padding: 0px 7px 7px 7px;
  margin: 0px;
}
#sidebar li {
  margin: 8px 12px;
  display: block;
}
#sidebar li a {
  font-size: 0.9em;
  color: #a89ff8;
  text-decoration: none;
}
#sidebar li a:hover {
  color: #eeee2c;
  text-decoration: underline;
}
#sidebar li span.page {
  display: none;
}
#maintop {
  position: relative;
	margin: 0px;
  margin-top: 10px;
	width: 645px;
	height: 20px;
  background-color: transparent;
  background-image: url(images/top-main.gif);
  background-position: top;
  background-repeat: no-repeat;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #666666;
}
#mainbottom {
  position: relative;
	margin: 0px;
  margin-bottom: 10px;
	width: 645px;
	height: 20px;
  background-color: transparent;
  background-image: url(images/bottom-main.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #666666;
}
#main {
  background-color: #a7eb97;
  color: #000000;
  position: relative;
	margin: 0px;
  padding: 10px;
  width: 625px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #666666;
}
#main p {
  line-height: 1.4;
  padding: 0px 8px;
}
#main ul {
  list-style-type: disc;
  padding: 0px;
  margin: 0px 60px;
}
#main ol li {
	margin: 1.5em;
}
.hidden {
  display: none;
}
.invisible { /*Hide it from the screen but make it accessible to screen readers */
  position: absolute;
  top:  -999em;
  height: 0px;
  overflow: hidden;
}
.summaryleft {
  width: 150px;
  background-color: #dada89;
  color: #fafafa;
  font-style: italic;
  padding: 10px;
  margin: 5px;
  float: left;
}
.summaryright {
  width: 150px;
  background-color: #dada89;
  color: #fafafa;
  text-align: left;
  font-style: italic;
  padding: 10px;
  margin: 5px;
  float: right;
}

.article {
  border-bottom: 3px solid #444444;
  margin-bottom: 10px;
}
.article p {
  padding-left: 10px;
}
#qevents {
  margin: 5px;
  padding: 10px;
}
#qevents caption {
  background-color: transparent;
  color: #4a12b0;
  font-size: 1.2em;
  font-family: lucinda, serif;
  font-weight: bold;
}


.thumbnail-right
{
	float:right;
	width: 220px;
	margin: 5px;
}

.thumbnail-left
{
	float:left;
	width: 220px;
	margin: 5px;
}

.portrait 
{
	background-color: transparent;
	text-align:center;
	color: #111111;
	font-size: 0.9em;
	padding: 10px;
	margin: 5px;
}

.myth
{
	font-weight:bold;
	color:#000099;
}