/* ========= COLORS =============
  background - almost black: #111111
  main text - ghost white: #f8f8ff

  dark yellow: #f3f11d
  bright yellow: #ffff00

  
  ========= FONTS ==============
  (font family: xxxxxx)
  
  serif
    Georgia, "Times New Roman", Times, serif;
  sans-serif
    basic - Verdana, Geneva, Arial, Helvetica, sans-serif;
    flashier - "Franklin Gothic", Futura, Verdana, Arial, Helvetica, sans-serif;
    condensed - "Trebuchet MS", "Lucida Sans", Arial, sans-serif
    cursive - "Apple Chancery", "Palatino Linotype"


*/

* {margin:0; padding:0;}

  
body {color: #f8f8ff;
  background-color: #111111;
  text-align: center;
  font-size: 76%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height: 130%;
  letter-spacing: 0.08em;
}

p {
  margin: 10px;
  margin-top: 0px;
  font-size: 1em;
}

h1, h2{font-size: 1em;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0.08em;
  margin-left: 10px;}

h3 {font-size: 1.8em;
  letter-spacing: 0.1em;
  margin-left: 10px;
  text-align: center;
  font-family: "Apple Chancery", "Palatino Linotype", Georgia;
  font-style: italic;
  line-height: 130%;
  margin-bottom: 20px;
  border: 1px solid #828282;
}



/* ============== LAYOUT =============== */
div#wrapper {
}

div#container {
  position: relative;
  width: 780px;
  margin: 0 auto;
  text-align: left;
  background-repeat: repeat-y;
  background-position: 0px 0px;
}

div#footer {clear: both;
  width: 780px;
  text-align: center;
  letter-spacing: .05em;
}



div#header_left a {
  float: right;
  padding-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
  font-size: 2.3em;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  letter-spacing: 0.4em;
  text-decoration: none;
  line-height: 130%;
  color: #FFFFFF;
}


div#header_right a {
  float: left;
  padding-left: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 50px;
  font-size: 2.3em;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  letter-spacing: 0.4em;
  text-decoration: none;
  line-height: 130%;
  color: #f8f8ff;
}

div#header_contact a {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 50px;
  font-size: 1em;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-decoration: none;
  line-height: 100%;
  color: #f8f8ff;
}

div#footer a {display: none; text-decoration: none;}

div#page {width: 780px;
  margin: 0;
  padding: 0;
  text-align: left;
}

div#page_content {float: left;
  width: 460px;
  min-height: 600px;
  height: auto;
  margin: 0;
}

div#content_start{}

/* for Internet Explorer */
/*\*/
* html div#page_content {
height: 600px;
}
/**/


div#sidebar {float: left;
  width: 300px;
  text-align: left;
}

div#page_top {
  background: no-repeat;
  border: 1px solid black;
}


/* ===== GLOBAL ===== */

div.clearfloats {clear:both;}

a:hover {text-decoration: underline;}


/*  ===== ARTICLES ===== */
 
div.article {}

div.articleheader {
  margin-left: 10px;
}

div.articletitle {
  font-size: 2em;
  font-weight: bold;
  font-style: italic;
  padding-left: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 100%;
  position: relative;
  top: -.95em;
  left: .1em;
  color: white;
}

div.articletitle_shadow {
  font-size: 2em;
  font-weight: bold;
  font-style: italic;
  padding-left: 10px;
  position: relative;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 100%;
  color: black;
}

div.articleheaderimage {width: 100%;}

div.articletitle a {
  text-decoration: none;
  color: #f8f8ff;
}

div.articleexcerpt{
  margin-left: 10px;
}

div.articlebody {
  margin-left: 10px;
}

div.articlebody a {
  color: #f8f8ff; 
  text-decoration: none;
  background-color: #666666;
}

div.articlebody a:hover {
  text-decoration: underline;
}


div.articlefooter {
  margin-left: 10px;
  text-align: right;
  margin-bottom: 20px;
}

blockquote {text-align: justify;
}


/* =====  IMAGES ===== */
.left {
  float: left;
  border-right: 5px solid #828282;
  margin-right: 10px;
  padding: 0;
}

.right {
  float: right;
  border-left: 5px solid #828282;
  margin-left: 10px;
  padding: 0;
}


.wide {
  width: 440px;
  border-bottom: 5px solid #828282;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
}

.tall {
  height: 440px;
  border: 5px solid #828282;
  display: block;
  margin: 0;
}

/* ===== MENU ===== */


div#menu {
  text-align: left;
}

#menu ul {
  text-align: right;
  list-style-type:none;
}

#menu li a { 
  margin-right: 10px;
  color: #f8f8ff;
  font-size: 200%;
  font-family: "Apple Chancery", "Palatino Linotype", Georgia;
  font-style: italic;
  font-weight: bold;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-decoration: none;
}

#menu li a:hover{text-decoration: underline;}



/* ======= OTHER ========= */
.quote {
  text-align: center;
  font-size: 180%;
  font-family: "Apple Chancery", "Palatino Linotype", Georgia;
  font-style: italic;
  font-weight: bold;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-decoration: none;
  margin-top: 150px;
  margin-left: 50px;
  margin-right: 50px;
  padding-bottom: 10px;
  border-bottom: 2px solid #828282;
}

.author {
  font-size: 130%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 10px;
}

div.class_schedule table {
  letter-spacing: 0.04em;
  width: 100%;
  border-collapse: collapse;
}
div.class_schedule th {
  border-bottom: 
  5px solid #828282; 
  text-align: center;
}
div.class_schedule tr {font-size: 90%;
}
div.class_schedule td {
  padding: 4px;
  border-right: 1px solid #828282;
}
div.class_schedule .lastrow td {
  border-bottom: 2px solid #828282;
}
