.normal {
    background-color: white;
}
.code {
    background-color: #eaeaea;
    font-family: Consolas,Courier,Monospace;
}
.news {
    background-color: #eaeaea;
    font-family: Palatino,Georgia,Times New Roman,Serif;
}
/*
Sean's Style Sheet Settings
Screen Width: 800px
NeonPurple Color: #208060
NeonPurple Color: #60bf9f
NeonPurple Color: #8fbf93
NeonPurple Color: #204020
Dir Brown: #FFFFFF
*/

#commandMenu {
  color : #006600;
  padding : 3px;
  background-color : #208060;
}

#content {
  background-color: #eaeaea;
  padding : 3px;
  color : #000000;
  /*padding-left: 50px; */
	border: 2px solid #208060;
	border-width: 1px 0;
}

#logo-bar {
  float:left;
  padding : 3px;
  color : #000000;
  /*padding-left: 50px; */
	border: 2px solid #208060;
	border-width: 1px 0;
}

#sideimg {
  float:right;
  padding : 3px;
  color : #000000;
  font-size: 10px;
  border: 2px solid #208060;
  border-width: 1px 0;
}

#trivia {
  float:right;
   width : 120;
  padding : 3px;
  color : #000000;
  font-size: 10px;
  border: 2px solid #208060;
  border-width: 1px 0;
}

#ad-block {
   float:right;
   width : 120;
  padding : 3px;
  color : #000000;
      font-size: 10px;
  border: 2px solid #208060;
  border-width: 1px 0;
}

#top-menu {
  float: none
  padding : 3px;
  color : #000000;
  /*padding-left: 50px; */
	border: 2px solid #208060;
	border-width: 1px 0;
}
.menu0 {
  float: left
   width : 100px;
  padding : 3px;
  color : #000000;
  background-color : #60bf9f;
}
.menu1 {
  float: left
   width : 100px;
  padding : 3px;
  color : #000000;
  background-color : #8fbf93;
}

#footer {
  background-color: #eaeaea;
  float:bottom;
  padding : 3px;
  color : #000000;
  border: 2px solid #208060;
  border-width: 1px 0;
}

#contact-info {
  background-color: #eaeaea;
  float:bottom;
  padding : 3px;
  color : #000000;
  border: 2px solid #208060;
  border-width: 1px 0;
}


table.bigBox {
  padding : 0px;
  background-color : #208060;
  /*padding-left: 50px;
	border: 1px solid #208060;
	border-width: 1px 0; */
}


.contentBox {
  text-align: left;
  padding : 3px;
  background-color : #FFFFFF;
/*  border: 2px solid #101055;
  border-width: 1px 0; */
}


table.searchResult {
  padding : 3px;
  color : #000000;
  /*padding-left: 50px; */
	border: 2px solid #208060;
	border-width: 1px 0;
}

.searchResult0 {
  text-align: center;
  padding : 3px;
  background-color : #60bf9f;
/*  border: 2px solid #505055;
  border-width: 1px 0; */
}


.searchResult1 {
  text-align: center;
  padding : 3px;
  background-color : #8fbf93;
 /* border: 2px solid ;
  border-width: 1px 0;*/
}
.container {
    background-color: white;
}

img.story {
  float:right;
  width: 200;
}

div.callout {
    font-size : 12px;
    color : green;
    border: 1px solid #208060;
}

div.pagetitle {
       font-size: 10px;
        color : green;
	text-align: center;
	cursor: default;

	border: 1px solid #208060;
	border-width: 1px 0;
}
div.links {
   font-family: sans-serif;
   font-size: 12px;
    color: green;
    border: 1px solid #208060;
}
div.atitle {
   margin-top:25px;
   font-family: sans-serif;
   font-size: 14px;
    color: white;
    border: 1px solid #208060;
  background-color: #204020;
}
div.article {
     font-family: serif;
   font-size: 14px;
}
div.quote {
  font-family: monospace;
  font-size: 14px;
}
div.footnote {
     font-family: monospace;
   font-size: 10px;
   border: 1px solid #208060;
}
p:quote {
     font-family: monpspace;
      font-size: 14px;
}

p:fortune {
     font-family: monospace;
      font-size: 14px;
}

/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 * Licensed under the MIT License
 *
 * Sass/SCSS source: https://goo.gl/8hncj
 * PSD by Liam McCabe: https://goo.gl/md3Dj
 */

.notepaper {
  position: relative;
  margin: 30px auto;
  padding: 29px 20px 20px 45px;
  width: 280px;
  line-height: 30px;
  color: #6a5f49;
  text-shadow: 0 1px 1px white;
  background-color: #f2f6c1;
  background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -webkit-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
  background-image: -moz-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -moz-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
  background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -o-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
  border: 1px solid #c3baaa;
  border-color: rgba(195, 186, 170, 0.9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
}

.notepaper-wide {
  position: relative;
  margin: 30px auto;
  padding: 29px 20px 20px 45px;
  width: 75%;
  line-height: 30px;
  color: #6a5f49;
  text-shadow: 0 1px 1px white;
  background-color: #f2f6c1;
  background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -webkit-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
  background-image: -moz-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -moz-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
  background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -o-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
  border: 1px solid #c3baaa;
  border-color: rgba(195, 186, 170, 0.9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
}

.notepaper:before, .notepaper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}

.notepaper:before {
  left: 28px;
  width: 2px;
  border: solid #efcfad;
  border-color: rgba(239, 207, 173, 0.9);
  border-width: 0 1px;
}

.notepaper:after {
  z-index: -1;
  left: 0;
  right: 0;
  background: rgba(242, 246, 193, 0.9);
  border: 1px solid rgba(170, 157, 134, 0.7);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}

.quote {
  font-family: Georgia, serif;
  font-size: 14px;
}

.curly-quotes:before, .curly-quotes:after {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 48px;
  font-size: 50px;
  opacity: .2;
}

.curly-quotes:before {
  content: '\201C';
  margin-right: 4px;
  margin-left: -8px;
}

.curly-quotes:after {
  content: '\201D';
  margin-left: 4px;
  margin-right: -8px;
}

.quote-by {
  display: block;
  padding-right: 10px;
  text-align: right;
  font-size: 13px;
  font-style: italic;
  color: #84775c;
}

.lt-ie8 .notepaper {
  padding: 15px 25px;
}

