/* html */
body
{
	background-image: url(http://www.bandcommand.com/images/background.gif);
	font-size: 58%;  /* was 62.5 */
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
}

/* my mods */

.footnote {
  color: gray;
}

ol li {
  padding-bottom: 1em;
}

.redtext {
  color: #f00;
}

.optional {
  color: #999;
}

.smaller {
  font-size: .8em;
}

/* end my mods */


div.message {
  color: #F00;
  font-size: 1.2em;
  padding-bottom: 1em;
}

#sidebar-a img { margin-bottom: 10px; }

#sidebar-a { 
	background-color: #C7C9B2;
}

/* structure */
#container
{
	width: 780px;
	\width: 800px;
	w\idth: 780px;
	margin: 0px;
	margin-left: 55px;
	margin-right: auto;
	padding: 0px;
	line-height: 1.2em;
}

#banner
{
	padding: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.bandcommand.com/images/banner.gif);
	background-repeat: no-repeat;
	height: 200px;
}

#content-container
{
	width: 704px;
	margin-left: 37px;
	background-image: url(http://www.bandcommand.com/images/bg_content.gif);
	background-repeat: repeat-y; 
}

/* cond comment this for xp */
#content { margin: 0px 200px 0px 170px;} 

#sidebar-a
{
	float: left;
	width: 120px;
	\width: 130px;
	w\idth: 120px;
	margin: 0;
	margin-right: 5px;
	margin-left: 30px;
}

#sidebar-b
{
	float: right;
	width: 140px;
	\width: 150px;
	w\idth: 140px;
	margin: 20px 30px 00px 30px;
}



#trad-banner-space
{
	float: left;
	width: 500px;
	margin: 10px 0px 20px 30px;
	clear: both;
}

#footer
{
	clear: both;
	padding: 0px;
	margin-top: 0px;
	background-image: url(http://www.bandcommand.com/images/footer.gif);
	background-repeat: no-repeat;
	height: 6px;
}

#boiler { margin-left: 30px; }

/* nav */
#navcontainer ul
{
	padding-left: 15px;
	margin-left: 0;
}

#navcontainer
{
	float: left;
	width: 468px;
	margin: 20px 0px 20px 30px;
	padding: 0px;
	background-color: #C7C9B2;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding: 10px 12px 10px 0px;
	font-size: 1.2em;
}

#navlist a
{
	text-transform: uppercase;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#navlist a:hover { color: #302C4B; }


#sidebar-b div
{
	padding: 35px 10px 10px 10px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

#sidebar-b label
{font-weight: bold; font-size: .8em;}

#sidebar-b input
{margin-bottom: 7px; width: 120px;}

div#rester
{
  padding: 10px;
	background-color: #C7C9B2;
}

div#search
{
	background-color: #C7C9B2;
	background-image: url(http://www.bandcommand.com/images/bg_search.gif);
}

div#signup
{
	background-color: #9CB25D;
	background-image: url(http://www.bandcommand.com/images/bg_signup.gif);
}

div#signin
{
	background-color: #E9ECD1;
	background-image: url(http://www.bandcommand.com/images/bg_signin.gif);
}

/* links */
a, a:active, a:link
{
	color: #85926B;
	font-weight: bold;
}

a:hover, a:hover:visited { color: #759019; }

/* type */
p
{
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: normal;
	line-height: 18px;
}

h1, .hed
{
	font-family: Helvetica, Arial;
	letter-spacing: -1px;
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: .5em;
	line-height: 1.4em;
	font-weight: bold;
}

h2, .subhed
{
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: .5em;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

h3, .subsubhed
{
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 0em;
	font-weight: bold;
}

/* tables and forms */
table
{
	border-collapse: collapse;
	font-size: 1.2em;
}

table.winners td {
  padding-bottom: 1em;
}

table.inputTable .labelcell { text-align: left; }
table.inputTable td { padding: 2px 4px; }
table.inputTable label { }
/* my mods */
table.inputTable { width: 290px; }
/* end my mods */

table.inputTable .subhed, tr.head
{
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	color: #302C4B;
	margin-top: 10px;
}

table.dataTable { width: 100%; }
/* my mods */
table.dataTable { width: 290px; }
/* end my mods */
table.dataTable td { padding: 7px 3px;}

tr.head a
{
	font-size: smaller;
	color: #759019;
	text-decoration: none;
}

tr.alt { background-color: #e4e4e4; }

td { vertical-align: top; }

/* --- forms --- 
#form_fields {background-color: red;}
#component {background-color: blue;}
#form_fields label, #form_fields input
{
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 10px;
	margin: 0px;
}


#form_fields label, #form_fields select
{
	text-align: right;
	width: 100px;
	padding-right: 20px;
	margin: 0px;
	}

#form_fields textarea
{
	height: 70px;
	width: 200px;
	padding-bottom: 10px;
}

#form_fields br { clear: right; }

#component {margin-top: 20px; margin-bottom: 20px; clear: right;}

#component h2 {clear: right;}

.checkboxes input
{
	display: inline;
	padding-right: 10px;
}

#component label {}

.check_floatie
{float: left; margin: 0px 5px 20px 0px; padding-top: 0px; width: 120px; }
*/

#boilerlist li
{
	display: inline;
	list-style-type: none;
	padding: 10px 20px 10px 0px;
	font-size: 1em;
}

#boilerlist a
{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#boilerlist a:hover { color: #302C4B; }

