/* ****************************************************************************
** Default CSS styling
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    text-align: center;
    background-color: #4e1b54;
    color: #b5a4bc;
    font: 1em/1.2em Helvetica, Arial, Verdana, sans-serif;
    margin-top: 15px;
    background-repeat: repeat-y;
    background-position: center;
}

#container {
    width: 790px;
    position: relative;
    text-align: justify;
    margin: 0 auto;
}

#globalcontent {
    width: 780px;
    margin-left: 5px;
}

hr {
    display: none;
}

#content {
    text-align: center;
}

#header {
    text-align: center;
    padding-top: 3em;
    margin-bottom: 1em;
}

#banner {
    margin: auto;
    text-align: justify;
    width: 500px;
    background: #4e1b54 url('/images/logo.gif') no-repeat center center;
}

#header h1 {
    text-align: center;
    color: #b5a4bc;
    letter-spacing: 1.5em;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: bold;
    line-height: 3em;
    margin-bottom: 1em;
    padding-top: 2em;
}

#header h2 {
    position: relative;
    top: -7em;
    margin-bottom: -4em;
    text-align: center;
    color: #b5a4bc;
    letter-spacing: 0.8em;
    font-size: 1em;
    text-decoration: none;
    font-weight: bold;
    line-height: 3em;
}

#header h3 {
    text-align: center;
    color: #b5a4bc;
    letter-spacing: 0.8em;
    font-size: 0.9em;
    text-decoration: none;
    font-weight: bold;
    line-height: 3em;
}

#menu {
    background-color: #68416d;
    margin: auto;
    margin-bottom: 1em;
    padding: 5px 20px;
    width: 500px; /* Wrong value for IE 4-5.x for Windows */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 460px; /* Real value, for standard browser */
}

html>body #menu {
    width: 460px; /* Be nice with Opera */
}

#menu ul {
    list-style-type: none;
    text-align: center;
	line-height: 1.5em;
}

#menu li a {
    background-color: #68416d;
    color: #f79650;
    text-decoration: none;
}

#menu li a:hover {
    background-color: #68416d;
    color: #f79650;
    text-decoration: underline;
}

#content a {
    color: #f79650;
    text-decoration: none;
}

#content a:hover {
    color: #f79650;
    text-decoration: underline;
}

#content h2 {
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.5em;
    margin-bottom: 3em;
    color: #f79650;
}

#content p#description {
	letter-spacing: 1em;
	line-height: 3em;
	font-size: 0.7em;
	margin-bottom: 4em;
	color: #76537c;
}

#signup {
    background-color: #68416d;
    margin: auto;
    margin-bottom: 3em;
    padding: 20px;
    width: 500px; /* Wrong value for IE 4-5.x for Windows */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 460px; /* Real value, for standard browser */
}

html>body #signup {
    width: 460px; /* Be nice with Opera */
}

#signup form table {
    width: 100%;
}

#signup form th.input{
    width: 100%;
    text-align: right;
    padding: 0.5em 0;
    font-size: large;
}

#signup form td.input{
    text-align: right;
    padding: 0.5em 0;
    font-size: large;
}

#signup form td.input label {
    font-size: large;
}

#signup td.input input {
    background-color: #754e7a;
    border: 1px solid white;
    font-size: 1em;
    padding: 5px;
    margin-left: 1em;
    font-weight: bold;
    color: #310037;
}

#signup td.input div.fieldWithErrors input {
    background-color: #754e7a;
    border: 1px solid #f79650;
    font-size: 1em;
    padding: 5px;
    margin-left: 1em;
    font-weight: bold;
}

#signup p.submit {
    text-align: right;
}

#signup div.errorExplanation {
    text-align: left;
    border: 1px solid #f79650;
    margin-bottom: 1em;
    padding: 5px;
}

#signup div.errorExplanation h2 {
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 1em;
}

#signup div.errorExplanation p {
    margin-bottom: 0.5em;
}

#signup div.errorExplanation ul {
    margin-left: 25px;
    list-style: decimal;
}

#signedup {
    border: 1px solid #f79650;
    margin: auto;
    padding: 20px;
    width: 500px; /* Wrong value for IE 4-5.x for Windows */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 460px; /* Real value, for standard browser */
}

html>body #signedup {
    width: 460px; /* Be nice with Opera */
}

#signedup h3 {
    margin-bottom: 1em;
}

p.places {
    margin-top: 1em;
    font-size: 5em;
    font-family: caslon;
    color: #68416d;
    font-style: italic;
}

#footer {
    text-align: center;
    margin-top: 6em;
    font-size: smaller;
    margin-bottom: 0.5em;
}

#footer br {
    display: none;
}

#footer p.usual {
    font-size: smaller;
}

#footer p.usual a {
    color: #b5a4bc;
}

#footer p.usual a:hover {
    color: #68416d;
}

#footer span.valid {
    margin-left: 1em;
}

#footer p.title {
    letter-spacing: 1em;
}

#footer p.subtitle {
    letter-spacing: 0.1em;
}

#footer p.formulate {
    color: #704c76;
    font-style: italic;
}

#footer p.email {
    margin-bottom: 1em;
}

#footer p.email a {
    color: #704c76;
}
