/* 
CSS for ie6bugfix
Written up by Gavin Logan for Tame Whale
@author gavin@tamewhale.com
Feel free to have a look around.
*/

/*************
     RESET
 *************/
 
/*
This reset is stolen and modified from Eric Meyer's reset here:
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
or it might have been one of the other iterations on his site
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	color: #eee;
    background-color: #2a2a2a;
}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}

a img {border: none;}

/********************
     end of reset
 ********************/

@font-face {
	font-family: "TitilliumMaps";
	src: url(../fonts/TitilliumText600wt.otf);
}
 
.clear {clear: both;}

#wrapper {
    margin: 3em auto;
    width: 450px;
}

#header {
    margin-bottom: 2em;
    position: relative;
}

h1 {
    font-family: "TitilliumMaps", Helvetica, sans-serif;
    font-size: 40px;
    padding: 19px 10px 16px 126px;
    text-shadow: #000000 2px 2px 1px;
    color: #ffa;
    background-color: #333;
    position: absolute;
    top: 13px;
    width: 314px;
}

#header img {
    position: relative;
    left: 13px;
}

#content {
    clear: both;
    width: 450px;
}

h2, legend {
    font-family: "TitilliumMaps", Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 0.5em;
    color: #888;
}

p {
    line-height: 1.4em;
    margin-bottom: 1em;
}

a {
    color: #888;
    text-decoration: underline;
}

a:hover, a:focus {
    background-color: #ddd;
    text-decoration: none;
}

a:active {
    background-color: #666;
}

a:visited {
    color: #0a0;
}

label {
	line-height: 1.6em;
}

.wide-input {
	width: 66%;
}

.wide-input, textarea {
    margin-bottom: 10px;
}

textarea {
    width: 100%;
    height: 150px;
}

p.error {
    border: 2px solid red;
    color: white;
    font-weight: bold;
    padding: 1em 2em;
}

form .error {
    border: 2px solid red;    
}

#server-error {
    text-align: center;
}

#server-error h1 {
    padding: 19px 0 16px;
    position: relative;
    width: 100%;
    margin-bottom: 1em;
}

#server-error h2 {
    font-family: Helvetica, Calibri, Arial, sans-serif;
}

#footer {
    text-align: center;
    font-size: 12px;
    margin: 5em 0 1em;
}
