* { margin:0; padding:0; border:0 }

body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #000;
    background: url(column.png) repeat-y;
}

/* XXX visited links really shouldn't be the same */
a:link, a:visited {
    text-decoration: none;
    color: #339;
}
a:active, a:hover {
    text-decoration: underline;
    color: #03f;
}

/* the header containing the site name and logo */
#header {
    height:120px;
    background: #039 url(gradient.png) repeat-x;
}
/* XXX there is a cleaner way to do this */
#header img {
    position:absolute;
    right:50px;
    top:0;
}
#header a {
    color:#fff;
    text-decoration:none;
}
#header h1 {
    padding-top:47px;
    padding-left:10px;
    font-size:3.2em;
}

/* announce bar, contains next meeting and search field */
#announce {
    height: 2.25em;
    background-color: #cc9;
    line-height: 2.25em;
    font-size: 1em;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #666;
}
#announce p {
    float: left;
}
#announce form {
    float: right;
    background-color: #cc9;
}
#searchsubmit {
    vertical-align: middle;
}
input#searchbar {
    font-size: 1em;
    width: 325px;
    border: 1px solid #666;
    padding: .125em;
    background-color: #fff;
    color: #000;
    vertical-align: middle;
}

/* site footer */
#footer {
    margin: 15px 0 15px 206px;
    clear: both;
    background-color: #cc9;
    text-align: center;
    font-size: .9em;
    color: #333;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 15px;
}
#footer li {
    display: inline;
    list-style-type: none;
    padding: .25em;
}

/* left navigation bar */
#side_column {
    background: url(column.png) repeat-y;
    float: left;
    width: 206px;
    padding-top: 10px;
    margin-bottom: 20px;
}
#side_column ul {
    list-style: none;
}
/* category headers */
#side_column h2 {
    font-size: 1.05em;
    font-weight: normal;
    padding-left: 10px;
}
#side_column li a {
    font-size: .9em;
    margin: 10px 1px 0px 18px;
    display: block;
    width: auto;
    padding-right: 5px;
}
#side_column li a:link, #side_column li a:visited {
    border-bottom: 1px solid #ccc;
    border-right: 5px solid #ccc;
}
#side_column li a:active, #side_column li a:hover {
    border-bottom: 1px solid #666;
    border-right: 10px solid #666;
    text-decoration: none;
}

/* the main page content area */
#mainContent {
    background: #fff;
    margin: 0 0 0 220px;
    padding: 0;
    font-size: .9em;
}
#mainContent p {
    margin: 5px 15px 5px 0;
    padding: 5px 0;
    text-align: justify;
}
#mainContent h2, #mainContent h3 {
    clear: both;
    color: #000;
    font-weight: lighter;
    letter-spacing: .1em;
    border-bottom: 1px solid #666;
}
#mainContent h2 {
    font-size: 1.7em;
    font-style: italic;
}
#mainContent h3 {
    font-size: 1.4em;
}
#mainContent ol {
    margin: 5px 25px;
    font-size: .9em;
}
#mainContent ol li {
    padding: 5px 0;
}
#mainContent dl {
    margin: 1em 0;
}
#mainContent dl dd {
    margin: 5px 10px;
}
#mainContent dl dt {
    font-weight: bold;
}

#mainArticleLeft {
    float: left;
    width: 67%;
    border-right: 1px solid #ccc;
}

#mainArticleRight {
    float: right;
    width: 32%;
}
#mainArticleRight h2, #mainArticleRight h3 {
    font-size: 1.4em;
    margin-left: 10px;
}

#mainArticleLeft ul, #mainArticleRight ul {
    font-size: .9em;
    list-style: outside;
    list-style-type: none;
    list-style-image: url(bulletWhiteBG.png);
    margin-left: 15px;
    margin-bottom: 15px;
}

#mainArticleRight ul {
    margin-top: 10px;
    margin-left: 25px;
}

#mainArticleGames {
    float: left;
    width: 100%;
    font-size: 1em;
}

.container {
    padding: 10px 0 15px 0;
}
.container h2 a:link, .container h2 a:active, .container h2 a:visited, .container h2 a:hover {
    color:#000;
}

div.noteList {
    float: left;
    width: 49%;
    margin-top: 15px;
}

/* table on the officers page */
table.officers {
    margin: 15px 15px 15px 0;
    width: auto;
}
table.officers th {
    text-align: left;
}
table.officers td {
    padding: 5px;
    margin: 0 5px;
}

table.resumes {
    width: 99%;
}
table.resumes td {
    vertical-align: top;
    padding: 15px 5px;
    border-top: 1px solid #000;
}
table.resumes th {
    background: #006;
    color: #fff;
    padding: 5px;
}
table.resumes em {
    font-style: normal;
    text-decoration: underline;
}

/* XXX change to . instead of # */
ul#gameList {
    margin: 15px 15px 15px 0;
    padding: 0;
    list-style: none;
    font-size: 1.1em;
}
ul#gameList li {
    float: left;
    width: 33%;
    margin-bottom: 5px;
    height: 185px;
}
ul#gameList li p {
    padding: 0;
    margin: 5px 20px 10px 5px;
}
ul#gameList li p img {
    margin: 0 5px 0 5px;
    border: 2px solid #cc9;
}

ul.developers {
  padding: 0;
  margin: 0;
  padding-top: 20px;
}
ul.developers li {
    width: 45%;
    list-style: none;
    font-size: .9em;
    float: left;
    margin-bottom: 10px;
}
ul.developers li.name {
    font-weight: bold;
    clear: both;
}


