/**
 * layout
 */

@import url("/lca2007.css");

body {
  font-family: sans-serif;
  color: #333;
  background: url("/greydient-top.png") top left repeat-x white;
  line-height: 1.5em;
  max-width: 63em;
  margin: 0 auto;
  position: relative;
  padding: 0;
  font-size: 10pt;
}

#header h1 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

#menus {
  position: absolute;
  top: 20px;
  right: 20px;
}

#body {
  margin: 20px;
  margin-top: 0;
  clear: both;
}

#footer {
  background: #fff;
  border-top: 1px dotted #ccc;
  line-height: 3em;
  color: #666;
  padding: 1ex;
  text-align: center;
  clear: both;
}

h1, h2, h3, h4 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#footer p {
  margin: 0;
  padding: 0;
}

#countdown {
  color: red;
  font-weight: bold;
  font-size: larger;
}
/**
 * columns
 */

#column-a {
  float: left;
  width: 49%;
}

#column-a div.inner {
  padding-right: 20px;
}

#column-b {
  border-left: 1px dashed #cccccc;
  margin-left: 49%;
}

#column-b div.inner {
  padding-left: 20px;
}

blockquote{
  margin: 0em;
  padding: 2em;
  background-color: #444;
  color: #fff;
}

blockquote i {
  font-style: normal;
}

/**
 * generic
 */

h1, h2, h3, h4, h5 {
  color: #ce5c00;
  padding: 0;
  margin: 0;
  margin-bottom: 1ex;
}

hr {
  clear: both;
  display: none;
  border: none;
  height: 0;
  padding: 0;
  margin: 0;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

a:link {
  color: #ce5c00;
}

a:active {
  color: #f57900;
}

a:visited {
  color: #a04700;
}

a:hover {
  color: #f57900;
}

a img {
  border: 0;
}

/**
 * menus
 */

.menu {
  font-size: larger;
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
  float: right;
}

.menu li {
  float: left;
  padding: 0.1em .5em;
}

.menu a {
  text-decoration: none;
}

#mainmenu {
  font-size: x-large;
}

#secondarymenu {
  font-size: large;
}


/**
 * forms
 */

LABEL {
  font-weight: bold;
}

input, textarea {
  border: 1px solid #cccccc;
}

.fieldRequired {
  color: #cccccc;
}

SPAN.fielddesc {
  font-size: small;
  font-style: italic;
}

/* A box containing a group of related info */
div.boxed {
  border: 1px solid grey;
}

/**
 * tables
 */

TABLE TH {
  background-color: #f57900;
}

TABLE TR.even {
  background-color: #ddd;
}

TABLE TR.odd {
  background-color: #eee;
}

/**
 * custom stuff
 */

#cfpbutton {
  width: 222px;
  padding: 2em;
  text-align: center;
}

#cfpbutton a {
  text-decoration: none;
  font-weight: bold;
}

#cfpbutton a:visited, #cfpbutton a:link {
  color: #fcaf3e;
}

.error-message {
  color: #ff0000;
  padding: 0;
  margin: 0;
  margin-bottom: 1ex;
}

ul {
  margin: 0em;
  padding-left: 1.5em;
}

ul li{
  list-style: none;
}

ul li:before {
  content:"\00BB \0020 
";
  color: #aaa;
  padding-right: 0.5em;
}

h2 {
  color: #999;
}

/**
 * CRUD actions
 */

/*
#proposals LI:before {
  content: "";
}
*/

SPAN.actions {
  font-size: 70%;
}

/**
 * Proposal pages
 */

#proposal P.submitted {
  font-style: italic;
  font-size: 90%;
}

#proposal P.actions {
  font-size: 80%;
  text-align: center;
}

/* more andy bits */
FORM DIV {
  width: 100% ! important;
}

.mandatory {
  color: #f57900;
}

input, textarea {
  padding: 3px;
  font-family: sans-serif;
  line-height: 1.5em;
  font-size: 8pt;
  border: 1px solid #ccc;
}

form {
  width: 100%;
  margin: 0em;
  padding:0em;
}

input:focus, textarea:focus {
  border-color:#f57900;
}

textarea {
  width:100%;
  margin: 0 auto;
}

.fielddesc {
  font-size: smaller;
}

FIELDSET {
  margin-bottom: 1.5em;
  border-style: none;
  background-color: #eee;
  width: 100%;
  padding:1em;
}

FIELDSET LEGEND {
  font-weight: bold;
  border: 1px solid black;
  background-color: #eee;
}

/***
 * Wiki
 */

.wiki .editbar LI {
  display: inline;
  float: left;
  padding-right: 1em;
}

.wiki .editbar {
  clear: both;
}

.wiki #message {
  /* nice boxing border */
  border: 1px solid black;
  /* move away from the header just before us */
  margin-top: 1em;
  /* pad out the left and bottom nicely */
  padding-left: 1em;
  padding-bottom: 1em;
  /* big and red */
  color: red;
  font-weight: bold;
}

/* reverse the effect of the bold above for the "clear message" link */
.wiki #message a {
  font-weight: normal;
}
 
.wiki #pageinfo {
  font-style: italic;
}

.wiki #pagelocation {
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  font-size: x-large;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0;
}

.wiki #pagelocation a {
  text-decoration: none;
  color: #999;
}


/* Registration levels table */

table.rego {
  width: 100%;
}

table.rego td.pro {
  color: white;
  background-color: #1E90FF;
  text-align: center;
}

table.rego td.hob {
  color: white;
  background-color: #A2CD5A;
  text-align: center;
}

table.rego td.con {
  color: white;
  background-color: #F08080;
  text-align: center;
}

table.rego td.non {
  text-align: center;
}


