/*****************************************************************/
/*          CSS FOR WILLIAMSOCTET.COM by DAVID SENFT             */


/*************************** GENERAL *****************************/

body {
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  margin: 0;
  padding: 0; 
}

div {
  color: #000000;
  font-weight: normal;
  font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Sans-serif;
}

td {
  color: #000000;
  font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Sans-serif;
  font-size: 12px;
  text-decoration: none;
}

img {border: 0px;}

pre	{color:#333333; font-weight: normal; text-decoration: none; }

h2 {
  color: #000000; 
  font-size: 14px; 
  font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Sans-serif;
  font-weight: normal;
  text-decoration: none;
}

h1, h3 {
  font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

h3 {
  color: #FFFFFF;
}

h1 {
  color: #000;
}

input, textarea, select {
  font-size: 12px;
  font-family: georgia, times;
  color: #992222;
  border: 0;
}


/*************************** CONTEXTUALS *****************************/

#bga a, #bg8 a, #bgb a, #bgx a, #bgc a, #bgs a, #bgd a, #imgbox a, #photonavbar a {
  color: #992222;
  text-decoration: none;
}

#bga a:hover, #bg8 a:hover, #bgb a:hover, #bgx a:hover, #bgc a:hover, #bgs a:hover, #bgd a:hover, #imgbox a:hover, #photonavbar a:hover {
  color: #992222;
  text-decoration: underline;
}

#bgarch a, #goBack a, #gallery a {
  color: #992222;
  text-decoration: none;
}

#bgarch a:hover, #gallery a:hover {
  color: #992222;
  text-decoration: underline;
}

#goBack a {
  color: #fff;
}

#goBack a:hover {
  text-decoration:underline;
}

/** SIDEBAR **/

#sidebar {
  background: #f6f6f6;
  color: #000000;
  font-size: 12px;
  text-align: center;
  position: absolute;
  width: 188px;
  border: 1px solid white;
  left: 50%;
  margin-left: -395px;
  margin-top: 0px;
  top: 104px;
} 

#sidebar a {
  color: #777777; 
  text-decoration: none;
}

#sidebar a:hover {
  color: #777777;
  text-decoration: underline;
}

#sidebar a.memberlist {
  color: #000000;
}

#sidebar a.memberlist:hover {
  text-decoration: none;
}
  

/***************************** CLASSES *********************************/

li.alumBox {
	float: left;
	margin: 10px;
	width: 150px;
    list-style-type: none;
    cursor: pointer;
}

.membersBox, .membersBoxDark {
	text-align: left;
    position: absolute;
    left: 50%;
    margin-left: -395px;
    margin-top: 0px;
    top: 104px;
    width: 186px;
    background-color: #fff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;

}

.membersBox {
    color: #000;
    background-color: #fff;    	
}

.membersBoxDark {
	color: #fff;
    background-color: #555;
    font-size: 12px;
}

.membersList {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

.membersList a {
	text-decoration: none;
	color: #000000;
}

.membersList li {
    margin: 0px 2px 3px 2px;
    padding: 3px;
    cursor: pointer;
    height: 100%;
}

.membersList li:hover {
    background-color: #659CD8;
}

.suggestionsBox {
    position: relative;
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #fff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #000;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #659CD8;
}

.name, .position, .white-bold, .white-small, .white-tiny, .baller {
  color: #666666;
  text-decoration: none;
}

.super {
  color: #333333; 
  font-size: 12px;  
  text-decoration: none;
}

.baller {
  font-size: 18px; 
}

.bigdate {
  color: #992222; 
  font-size: 18px; 
  text-decoration: none;
  padding-right: 4px;
  border-right: 1px white solid;
}

img.photo {
  border: 1px white solid;
}

img.photo:hover {
  border: 1px #992222 solid;
}

.name {
  font-size: 18px;
}

.position {
  font-size: 14px;
  font-style: italic;
}

.white-bold {
  font-size: 14px; 
  font-weight: bold;  
}

.white-small {
  font-size: 11px; 
}

.white-tiny {  
  font-size: 10px; 
}

.dark-baller {
  color: #333333;
  text-decoration: none;
  font-size: 18px; 
}

.dark-small {
  color: #000000;
  text-decoration: none;
  font-size: 11px; 
}

.dark-tiny {
  color: #333333;
  text-decoration: none;
  font-size: 10px; 
}

a.toplink {
  color: #FFFEDA; 
  font-size: 10px; 
  text-decoration:none;
}

.hidden {display: none;}

/* THESE SHOULD BECOME CLASSES */

#even, #odd, #on {
  width: 100%;
  border-bottom: 1px #DDDDDD solid;
  text-align: right;
}

#even {
  background-color: #FEFEFE;
}

#odd {
  background-color: #DDDDFF;
}

#even:hover, #odd:hover {
  background-color: #FFDDDD;
}

#on {
  border-bottom: 1px #992222 solid;
  color: #992222;
}

/****************************** ID's ************************************/

#container, #pageheader, #toplinks, #footer, #slide, #photonavbar, #gallery, #captioncolumn {
  background: transparent;  
  position: absolute;
  left: 50%;
}

#bga, #bg8, #bgx, #bgb, #bgc, #bgs, #bgarch, #bgd {
  background: transparent;  
  position: absolute;
  left: 50%;
}
  
#container {
  width: 800px;
  height: 500px;
  margin-top: 100px;
  margin-left: -400px;
}

#pageheader {
  width: 495px;
  height: 45px;
  top: 38px;
  margin-top: 0px;
  margin-left: -95px;
}

#toplinks {
  width: 495px;
  height: 10px;
  top: 65px;
  margin-top: 0px;
  margin-left: -95px;
}

#message {
  background: #FFFFFF;
  border: 1px solid #992222;
  padding: 15px;
}

#loginfo {
  border-bottom: 1px solid #000000;
  text-align: right;
  width: 100%;
}

#bga, #bgx, #bg8, #bgb, #bgc, #bgs, #bgd, #photonavbar {
  color: #000000;
  font-size: 12px;
  text-decoration: none;
  height: 470px;
  padding: 10px;
  margin-top: 0px;
  top: 105px;
  overflow: auto;	
}

#captioncolumn {
  color: #000000;
  font-size: 12px;
  text-decoration: none;
  height: 470px;
  padding: 10px;
  margin-top: 0px;
  top: 155px;
  overflow: auto;
  width: 180px;
  margin-left: -390px;
  text-align: left;
}

#gallery {
  color: #000000;
  font-size: 12px;
  text-decoration: none;
  height: 415px;
  padding: 10px;
  margin-top: 45px;
  top: 105px;
  overflow: auto;
}

#bgarch {
  color: #000000;
  font-size: 12px;
  text-decoration: none;
  height: 440px;
  padding: 10px;
  margin-top: 30px;
  top: 105px;
  overflow: auto;	
}


#slide, #bgslideshow {
  height: 470px;
  width: 700px;
  margin-top: 15px;
  top: 105px;
  overflow: auto;
  text-align: center;
  margin-left: -350px;
}

#bg8, #bgb, #bgc, #bgs {
  width: 430px;
  margin-left: -63px;
}

#bgx, #bgarch, #bga, #bgd {
  width: 545px;
  margin-left: -185px;
}

#gallery {
  width: 700px;
  margin-left: -350px;
}

#photonavbar {
  width: 750px;
  margin-left: -390px;
  text-align: left;
}

#footer {
  width: 600px;
  margin-left: -300px;
  margin-top: 620px;
  text-align: center;
}

#stamp, #stamp2, #stamp3 {
  background: #f6f6f6;
  position: absolute;
  width: 144px;
  padding: 10px;
  border: 1px solid white;
  margin-top: 0;
}
  
#stamp {
  left: 50%;
  margin-left: -305px;
  top: 350px;
  z-index: 3;
}

#stamp2 {
  left: 50%;
  margin-left: -255px;
  top: 200px;
}

#stamp3 {
  left: 50%;
  margin-left: -391px;
  top: 110px;
  z-index: 3;
}