/* Bring in the framework CSS */
@import 'screen.css';

/* Site-specific CSS, copyright 2008 Chopsticks */
body {
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
}
html, body, #container {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
html>body, html>body #container {
    height: auto;
}

h1.home,
p#logo a {
    background-image:url(../images/logo-620.png);
	color:#333;
    display:block;
	font-size:2.5em;
	font-weight:bold;
    height:181px;
	line-height:1.2;
	margin: 1.2em auto;
    text-indent:-999em;
	text-transform:uppercase;
    width:620px;
}
h1,
h2 {
    color:#ea1167;
    font-size:4.5em;
    line-height:1.5em;
}
.normal-content h2 {
    font-size:2.5em;
    line-height:1.2em;
    margin:0;
}
h3 {
	color:#0063a0;
	font-size:2em;
	line-height:1;
	margin:6px 0;
}


.container {
	overflow:hidden;
}
.normal-content {
    text-align:left;
}
p.main-text {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}

/* Forms */
a.button:hover,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active,
input.button {
    background-color:#ea1167;
    border:1px solid #ea1167;
    -moz-box-shadow:-3px 3px 0 #7d0c37;
    -webkit-box-shadow:-3px 3px 0 #7d0c37;
    box-shadow:-3px 3px 0 #7d0c37;
    color:#fff;
    display: inline-block;
    font-weight:bold;
    padding:0.625em;
    text-align: center;
}
a.button:hover,
a.button:focus,
a.button:active,
input.button:hover,
input.button:active,
input.button:focus {
    background-color:#fff;
    border:1px solid #ea1167;
    -moz-box-shadow:-3px 3px 0 #ea1167;
    -webkit-box-shadow:-3px 3px 0 #ea1167;
    box-shadow:-3px 3px 0 #ea1167;
    color:#222;
    cursor:pointer;
}
span.button {
    background-color:#7d0c37;
    display:inline-block;
    margin-top:3px;
    overflow:visible;
    position:relative;
    text-align:center;
}
span.button input.submit {
    background-color:#ea1167;
    border:0;
    color:#fff;
    cursor:pointer;
    font-size:1.2em;
    font-weight:bold;
    left:3px;
    padding:0.625em;
    position:relative;
    top:-3px;
}
span.button.secondary {
    background-color:#999;
}
span.button.secondary input.submit {
    background-color:#ddd;
    color:#222;
}
span.button:hover {
    background-color:#ea1167;
}
span.button:hover input.submit {
    background-color:#fff;
    color:#222;
}
label {
    font-size:1.25em;
    line-height:1.5em;
    margin-bottom:0.5em;
}
input.text {
    text-align:center;
}
/* End Forms */

/* Errors */
.errors-list {
    background-color:#ea1167;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    color:#fff;
    margin-bottom:1.5em;
    padding: 9px 20px;
    text-align:left;
}
.errors-list h1 {
    color:#fff;
    font-size:2em;
    line-height:1.5em;
}
.errors-list li {
    font-size:1.2em;
    line-height:1.875em;
}
.has-errors input.text,
.has-errors textarea {
    background-color:#ea1167;
    color:#fff;
}
.has-errors input.text:focus,
.has-errors textarea:focus {
    background-color:#fff;
    color:#333;
}
/* END Errors */

#container {
    left:0;
    position:absolute;
    top:0;
}

#main {
    padding-bottom:162px;
    text-align:center;
}

/* Footer */
div#footer {
	background-color:#000;
	border-top:3px solid #ea1167;
    bottom: 0;
	color:#ccc;
	padding:15px 0 1.5em 0;
    position: absolute;
    width:100%;
}
div#footer p#copyright {
    font-size:0.9em;
    line-height:1.64em;
    text-align:right;
}
div#footer p#made-with-chopsticks a {
    background-image:url(../images/made-with-dark-bg.png);
    background-repeat:no-repeat;
    border:0 none;
    display:block;
    font-size:1em;
    height:36px;
    margin-left:20px;
    text-indent:-999em;
    width:280px;
}
div#footer p#made-with-chopsticks a:hover {
    background-position:0 -36px;
}
/* END Footer */

