
/* page design by Josh Guffin, 2008
 * inspired by 'andreas08', by Andreas Viklund */

#logo {
  /* work around for annoying safari display bug: see the other -moz-... in *{} below */
  -moz-box-sizing:content-box;
  width: 979px;
  height: 95px;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right:auto;
  padding-left:19px;
  border-top:   1px solid #74714A;
  border-left:  1px solid #74714A;
  border-right: 1px solid #74714A;
  color:#fff;
  background-image: url('http://chapters.usgo.org/penngo/images/headerbg.png'); 
  background-repeat: no-repeat;
  background-color: #9A9663;
  background-position: top right;
}

#logo h1 {
  margin: 0;
  float: left;
  padding-top: 25px;
  font-size:35px;
  text-shadow: Black 3px 3px 3px;
	filter: Shadow(Color=Black,
			Direction=135, 
			Strength=3);
}

#logo img {
  margin:20px 10px 0;
  float:left;
  height:60px;
}

h1 {
  letter-spacing: -0.3px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
  color: #414141;
  font-size: 28px;
}

#logo a {
  text-decoration: none;
  color:#fff;
  font-family:Verdana;
}


/* ----------------------------- */
/* the navigation bar at the top */
/* ----------------------------- */

#nav {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  height: 28px; 
  background-color: #74714A;
  /*margin-top:-20px; */
  display:block;
}

#nav ul {
  margin-left: auto;
  margin-right: auto;
  color: White;
  height: 28px; 
  font-family: Charcoal,"Trebuchet MS", arial, helvetica, sans-serif;
}

/* ------------------------------ 
 *    code for the main page
 * ------------------------------ */
#page {
  display: table;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  width: 1000px;
  margin: 0 auto ;
}

#page a {
  text-decoration: none;
}

/* -------------------------------- 
 *  the content pane, whether full
 *  width or not
 * -------------------------------- */
#fullcontent {
  /*float: center; */
  text-align:justify;
  padding:20px;
  margin:0;
}

table.links td {
  vertical-align:top;
  line-height:160%;
  text-align:left;
}

table.links tr.d0 td {
  background-color:#EFEFEF;
  padding:5px;
  margin:0;
}

table.links tr.d1 td {
  background-color:White;
  padding:5px;
  margin:0;
}

table.links h2 {
  border:none;
}

table.links .bordered {
}

table.links .bordered td {
  border-bottom:1px solid silver;
  border-top:1px solid silver;
  padding:10px 0;
}

.gallery td {
  vertical-align:top;
}

#newspaper {
  -moz-column-count:2;
  -moz-column-gap:2em;
  -webkit-column-count:2;
  -webkit-column-gap:2em;
}

#content {
  -moz-box-sizing:content-box;
  text-align:justify;
  float: left;
  width: 615px;
  background-color: #fff;
  margin:20px;
  margin-right:0;
}

#content img {
  display:block;
  margin-left:auto;
  margin-right:auto;
}

/* -------------------------------- 
 *  the sidebar for image/next day 
 * -------------------------------- */
#sidebar {
  -moz-box-sizing:content-box;
  float: right;
  width: 320px;
  margin: 20px;
  padding-bottom:10px;
}

#sidebar img {
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
}

/* -------------------------------- 
 *  the bar at the bottom
 * -------------------------------- */
#bottombar {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  height: 28px; 
  margin-top: 0px;
  margin-bottom: 0px;
  text-align:center;
  background-color: #74714A;
}

#bottombar p {
  font-size:12px;
  margin-top: 0px;
  padding: 3px 0;
  color:#fff;
}

/* ----------------------------------------------------------------- */


h3 {
  display:block;
  margin: 10px 0;
}

h2 {
  display:block;
  border-bottom: 1px solid silver;
}

.games td {
  margin:2px;
  padding:2px 8px 2px 8px;
}

.events td,
#officers td {
  padding:2px 15px ;
  margin-left:20px;
}

#officers {
  margin:0 auto;
}

* {
  -moz-box-sizing:border-box;
  margin: 0;
  padding: 0;
}

img {
  border-style:none;
}

body {
  background: #ffffff;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #4e4e4e;
  padding-bottom:20px;
}

p, ul, ol {
  margin-top: 10px;
  line-height: 160%;
}

a {
  color: #787441;
}

a:hover {
  text-decoration: none;
}

a:active {
  outline:none;
}

a:focus {
  -moz-outline-style:none;
}


p.header {
  margin-left:-10px;
  margin-right:-10px;
  padding-left:5px;
  font-weight: bold;
  font-style:italic;
  border: 1px solid silver;
  width:102%;
  background-color:#EEE;
}

span.emphasize {
  font-weight: bold;
  font-style:italic;
  border-bottom: 2px dotted #A0A0A0;
}

/* citation css */

#bibliography ol {
  margin-left:30px;
}

#bibliography li *:after {
  content: ", ";
}

#bibliography li * {
  display:inline;
}

#bibliography #series:after  {
  content:"";
}

#bibliography #title  {
  font-style:italic;
  text-decoration:underline;
}

#bibliography #number  {
  font-weight:bold;
}
#bibliography #year:after  {
  content: ". ";
}
