/*
***************************************************************
* Contents Copyright © 1999 isaka studio. All Rights Reserved *
* No portion of this page, its underlying code, or the images *
* referenced herein may be reproduced in any form without     *
* prior written approval.                                     *
*                                                             *
* Hey, if you wanna copy anything, just ask us - we're not    *
* tools and will probably even help if we can.                *
***************************************************************
*/


/* notes to self */
.mynotes {
	color: #FF0000;
	background-color:yellow;
	font-weight: bold;
	letter-spacing: 0em;
	margin:5px;
	padding: 5px;
	border: 1px solid black;
	display: none;
}

/* default definitions */

body,textarea, input {
	color: black;
	background-color: white;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Geneva;
	line-height:135%;
	letter-spacing: .0em;
	word-spacing: .0em;
	margin:0px;
	padding: 0px;
}

textarea, input {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Geneva;
}

p {
	margin-top: 0px;
	margin-bottom:10px;
	padding: 0px;
}

a   {
	color: #669900;
	text-decoration: none;
	cursor:hand;
}

a:hover   {
	text-decoration: underline;
	cursor:hand;
}

a:visited   {
	color: #669900;
	text-decoration: none;
	cursor:hand;
}

li {
	margin-top:10px;
}
h4 small {
	font-weight: normal;
	font-size: 0.9em;
}
/* specific class defs */

/* for left-hand navbar */
.mainmenu {
	color: #669900;
	font-weight: bold;
	padding-left:10px;
	padding-bottom:11px;
}
.mainmenu a:hover {
	text-decoration: none;
}

/* text & heads for right-hand bar */
.smalltext {
	font-size: 9px;
}
.greentext {
	color: #669900;
}
.greentext b {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.greenhead {
	color: #669900;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

/* for left-hand navbar */
.bluetext {
	color: #0000FF;
}
.bluetext b {
	font-weight: bold;
}

/* for dates in left-hand navbar */
.eventdates {
	color: #CC0000;
	font-weight: bold;
}
.eventdates b {
	font-weight: bold;
}

/* grey address text */
.address {
	color: #999999;
	font-weight: bold;
	padding-left:10px;
}
.address a {
	color: #999999;
	font-weight: bold;
}

/* first heads on page ie: page titles */
.mainhead {
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom:10px;
	color: #0000FF;
}
.mainhead a {
	text-decoration:none;
	color:#000000;
	font-weight: bold;
	letter-spacing: .2em;
}


/* level 1 heads */
.subhead1 {
	color: #0000FF;
	font-weight: bold;
	letter-spacing: 0em;
	margin-top:15px;
	margin-bottom:5px;
}
.contacthead {
	margin-top:15px;
	margin-bottom:1px;
}

/* level 2 heads */

.subhead2 {
	color: #000000;
	font-weight: normal;
	letter-spacing: 0em;
	margin-top:10px;
	margin-bottom:1px;
	text-decoration: underline;
}

/* faq Qs, As, and spacers */
.faqhead {
	color: #0000FF;
	font-weight: bold;
	letter-spacing: 0em;
	margin-top:25px;
	margin-bottom:-15px;
}
.question {
	color: #000000;
	font-weight: bold;
	letter-spacing: 0em;
	margin-left:0px;
	margin-top:25px;
	margin-bottom:0px;
}
.answer {
	font-weight: normal;
	margin-left:20px;
	margin-top: 5px;
}
.faqspacer {
	width:15px;
	height:1px;
}
.faqhr {
	color: #FFFFFF;
	display: none;
}


/* Get Involved page */
.teamtitle {
	color: #0000FF;
	font-weight: bold;
	letter-spacing: 0em;
	margin-left:0px;
	margin-top:15px;
	margin-bottom:5px;
}
.teamdesc {
	font-weight: normal;
	margin-left:20px;
	margin-bottom:0px;
}
.leadershead {
	font-weight: bold;
	margin-left:20px;
	margin-top:5px;
}
.teamleader {
	font-weight: normal;
	margin-left:20px;
	margin-top:5px;
}

/* articles list, body & form */
.articles {
	margin-bottom:25px;
}

.articles a   {
	color: #669900;
	text-decoration: none;
	cursor:hand;
}

.articles a:hover   {
	text-decoration: underline;
	cursor:hand;
}

.articles a:visited   {
	color: #669900;
	text-decoration: none;
	cursor:hand;
}
strong.readmore {
	display: block;
	margin-bottom: 18px;
}

/* specs for text & bullet boxes */
.textbox {
	margin-left:15px;
}

.bulletbox {
	width:10px;
	height:10px;
	float:left;
	margin-left:-15px;
	margin-top:2px;
}

.downarrow {
	width:15px;
	height:6px;
	margin-left:10px;
	border: solid 0px black;
}

/* submenu */
.submenudiv {
	position:absolute;
	top:12px;
	left:15px;
	width:125px;
	padding:5px;
	background-image: url(../images/submenu_bg.png);
	background-color: #FFFFFF;
	border:1px dotted gray;
	visibility:hidden;
}

.submenuitem {
	margin-top:5px;
	margin-bottom:5px;
	color:#0000FF;
}

.submenuitem a {
	text-decoration:none;
	margin-top:5px;
	margin-bottom:5px;
	color:#0000FF;
}

.submenuitem a:hover {
	text-decoration:underline;
	margin-top:5px;
	margin-bottom:5px;
	color:#0000FF;
}

/* candidate page selectors */
.bluebottom {
	border-bottom: 1px solid blue;
}
.redbullet {
	font-weight: normal;
	font-size: 10px;
	color: #FF0000;
}
.redarrow {
	font-weight: bold;
	font-size: 10px;
	color: #FF0000;
}

/* CSS-based form defs (contact form) */
.row {
	width:300px;
	vertical-align:middle;
	margin-bottom:10px;
	margin-right:10px;border:0px solid green;
}
.divider {
	vertical-align:middle;
	color: #CC0000;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 10px;
	font-weight:bold;
	line-height:125%;
	word-spacing: .05em;
	margin:0px;
	padding: 0px;
	border-bottom:1px dotted #CC0000;
	padding-top:10px;
}
.label {
	vertical-align:middle;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 10px;
	font-weight:normal;
	line-height:125%;
	word-spacing: .05em;
	margin:0px;
	padding: 0px;
}
.description {
	vertical-align:middle;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 10px;
	font-weight:normal;
	line-height:125%;
	word-spacing: .05em;
	margin:0px;
	padding: 0px;
}
.field {
	vertical-align:middle;
}
.contactfield {
	color: #000000;
	background-color: #BCD1A1;
	border:1px solid #669900;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 10px;
	padding: 3px;
	margin-left:5px;
 	width:95%
}
.contactcircle {
	width:15px;
	height:15px;
	vertical-align:middle;
	cursor:hand;
}
.minitext {
	vertical-align:middle;
	text-align:center;
	color: #999999;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 10px;
	font-weight:normal;
	line-height:125%;
	word-spacing: .05em;
	margin:0px;
	padding: 0px;
	padding-top:5px;
}
/* BBS Styles */
.bbserror {
	background-color: #BCD1A1;
	border:1px solid #669900;
	margin-top: 10px;
	padding: 10px;
	font-size: 10px;
	font-weight:bold;
	color: #FF0000;
}
.bbstr {
	background-color: #BCD1A1;
	border:1px solid #669900;
	margin-top: 10px;
	padding: 5px;
	font-size: 10px;
	font-weight:bold;
}
.bbsbodytext {
	margin-top: 10px;
	padding: 5px;
}

.newsbox {
	color: black;
	background-color: white;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Geneva;
	line-height:135%;
	letter-spacing: .0em;
	word-spacing: .0em;
	margin:0px;
	padding: 0px;
   height:16px;
}

.gobutton {
   border-right: #333333 1px solid;
   border-top: #cccccc 1px solid;
   border-left: #cccccc 1px solid;
   border-bottom: #333333 1px solid;
	color: white;
	background-color: #669900;
   padding-top: 0px;
   width:48px;
   height:48px;
   top:-2px;
	font-size: 11px;
	cursor:hand;
	padding: 2px;
	font-family: Verdana, Helvetica, Arial, Geneva;
}
/* Non-indented List Items */
.nonindent {
	position: relative;
   left: -20px;
}
/* ------------------------FEATURE---------------------------*/
#feature {
	margin-top: 16px;
}
#feature img,
.floatleft {
	position: relative;
	float: left;
	margin: 0 16px 16px 0;
	border: none;
}
.floatright {
	float: right;
	margin: 0 0 16px 16px;
}
#feature p {
}
#holdem-thumb {
	border: 1px solid #7E2918;
}
/* ------------------------ FORM --------------------------- */

form {
/*	padding: 20px 0 0 0; */
}
form div {
	margin-top: 8px;
	padding-left: 30px;
	padding-right: 30px;
}
form div#phone input{
	margin-top: 0;
}
#contactinfo label, #donation label {
	font-weight: bold;
	float: left;
	width: 100px;
	clear: left;
}
fieldset {
	border: none;
	padding: 10px 0 10px;
	width: 420px;
}
input[type="text"] {
	width: 250px;
}
input[type="radio"] {
	width: auto;
	float: left;
}
input[type="submit"] {
	margin-left: 30px;
	width: auto;
}
input#quantity, input#state, input#night_phone_a, input#night_phone_b {
	width: 30px;
}
input#night_phone_c {
	width: 40px;\
}
input#zip {
	width: 50px;
}
#donation input#amount {
	width: 60px;
}
input#subject {
	width: 380px;
}
input#address2 {
	position: relative;
	margin-left: 100px;
}
input + input {
	margin-top: 8px;
}
textarea {
	width:380px;
	height: 60px;
}
textarea#message {
	height: 90px;
}
/* label {
	margin-top: 8px;
} */
label#customlabel {
	float: none;
	margin-bottom: 8px;
}
.pseudolabel {
	position: relative;
	top: 10px;
	left: -13px;
	font-weight: bold;