/**
  * Cascading Style Sheet []
  * Created By: Joshua Hetland
  */


/* common rules */
body {
	padding: 0;
	margin: 0;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 12px;
  height: 100%;
} 

h2 {
	margin: 0 0 5px 0px;
	font-size: 20px;
}

h3 {
	margin-bottom: 1px;
	color: #666666; 
  font-weight: 600; 
  font-size: 1.1em;
}

img {
  border: none;
}

ol ul {
	list-style: none;
}

ol ol {
	list-style: lower-alpha;
}

hr {
  width: 150px;
  color: #000000;
}

#content {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 5px;
}

#javascript_warning {
  padding: .31em 1em;
  background-color: #fffee3;
  border-bottom: 1px solid #000000;
}

#header {
	width: 100%;
  position: relative;
	/* height: 65px; */
}


#header-base {
	height: 2px;
  line-height: 0;
  padding: 0;
}

#navigation {
	width: 165px;
	min-height: 650px;
	padding: 5px 5px 5px 5px;
	float: left;
	position: relative;
}

#navigation #sponsors {
  display: none;
  margin-top: 30px;
  margin-bottom: 15px;
	padding: 0;
}

#navigation #sponsors * {
  text-align: center;
}

#navigation #sponsors a.sponsor_link {
  display: none;
  height: 40px;
  padding: 10px 0;
}

#navigation #sponsors a.sponsor_tall {
  height: 100px;
}

#navigation #sponsors a img.sponsor_logo {
  display: none; 
  border: none;
  width: auto;
  max-width: 150px;
}

#sharing {
	text-align: right;
}

.share {
	cursor: pointer;
	position: relative;
	border: none;
	margin-top: 2px;
	
}

.share:hover {
	top: -2px;
}

#navigation-divider {
	position: absolute; 
	right: 0px;
	top: 25px;
  bottom: 0px;
	width: 1px;
	min-height: 650px;
	height: 96%;
}

#main {
  width: 805px;
	min-height: 650px;
	padding: 25px 0px 5px 20px;
	float: left;
}

.button {
	display: inline-block;
	text-align: center;
	margin-left: 15px;
	padding: 2px 8px;
	background-color: #d2d2d2;
	color:#000000;
	font-weight: 600;
	font-size: .9em;
	border-bottom: 2px solid #585858;
	border-right: 2px solid #585858;
	border-left: 2px solid #e0e0e0;
  border-top: 2px solid #e0e0e0;
	border-style: outset;
	cursor: pointer;
	border-radius: 4px; /* opera */
	-moz-border-radius: 4px; /* gecko */
	-webkit-border-radius: 4px; /* webkit */
}

/* override the default text selection color to match the background color so it looks more like a true button */
.button::selection { /* webkit */
  background: #d2d2d2;
}
.button::-moz-selection { /* gecko */
	background: #d2d2d2;
}

.button:active { 
	border-style: inset;
}

.button_focus {
  width: 0px;
  height: 0px;
  position: absolute;
  left: -1000px;
  z-index: -1;
}

.button_focus:focus + span.button {
  color: #ffffff;
  background-color: #767676;
}

.divider {
	display: block;
	background-color: #7a7a7a;
	height: 1px;
	width: 100%;
}

.menu {
	list-style: none;
	cursor: pointer; 
	padding: 0px;
	margin: 15px 0 15px 0;
}

.menu-item {
	display: block;
	text-align: center;
	padding: 4px 15px 4px 15px;
	font-size: 14px;
	font-weight: 600;
}

.menu-item a {
	text-decoration: none;
	color: #000000;
}

.menu-item a:hover {
	color: #7a7a7a;
}

/* index.php specific */
.news {
	float: left;
	width: 240px;
  height: 400px;
	margin: 0 10px 10px 0;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px outset;
	padding: 5px;
}

.news h5 {
	margin-top: 5px;
	margin-bottom: 6px;
	font-size: 1.1em;
	color: #666666;
}
.news img {
	width: 235px;
	border: none;
}

.news h6 {
	margin: 5px 0 2px 2px;
	font-size: .9em;
}

.news ul {
	margin: 2px 5px 5px 0px;
}

#waiting_overlay { /* invisible div that takes up 100% of the parent element and changes the cursor to the wait symbol (parent must be positioned) */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 510;
  cursor: wait;
}

/*
 ************************************
 * Mailing List Overlay Properties
 ************************************
 */

#mailinglist_button {
  cursor: pointer;
}

#mailinglist_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#mailinglist_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  z-index: -1;
  border: 1px solid #000000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: .3em .3em 1em #000000;
  -webkit-box-shadow: .3em .3em 1em #000000;
  box-shadow: .3em .3em 1em #000000;
  padding: 5px 10px;
  font-size: 12px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.14, rgb(189,189,189)),
    color-stop(0.5, rgb(240,240,240)),
    color-stop(0.94, rgb(245,245,245))
);
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(189,189,189) 14%,
    rgb(240,240,240) 50%,
    rgb(245,245,245) 94%
);
}

#mailinglist_box h3 {
  padding: 0 5px 2px 40px;
  height: 35px;
  line-height: 42px;
  border-bottom: 1px solid #000000;
  font-size: 1.3em;
  color: #000000;
  background: transparent url("../img/mail_icon35.png") bottom left no-repeat;
}

#mailinglist_box p {
  margin-bottom: 15px;
}

#mailinglist_box #email_input {
  width: 210px;
}

#mailinglist_box #email_submit {
  margin-left: 5px;
  padding: 1px 12px;
}

#mailinglist_box #submit_message {
  color: #ff0000;
  margin: 10px;
  height: 1.2em;
}