@import url('reset.css');

/*GRID*/

.container {
	width: 470px;
	margin: 0 auto;
	
}

div.span-12 {
	float:left;
	width: 470px;
	margin: 0;
}

.span-6 {
	width: 230px;
	float:left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-right: 0;
	text-align: right;
}


/*GRID*/


/*FORMS*/

form { margin: 0 0 2.25em 0; }
label { font-weight: bold; }

input[type=text], input[type=password],
input.text, input.title,
textarea {
	background-color:#fff;
	border: none;
	border-bottom: 2px dashed #bbb;
	padding: 2px 5px;
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus {
	border-color:#666;
}
select {
	background-color:#fff;
	border-width:1px;
	border-style:solid;
}

form.inline { line-height:2.25; }
form.inline p { margin-bottom:0; }


/*FORMS*/

body {
	font-size: 100%;
	margin: 0;
	background: #fff url('../images/line.gif') repeat-x scroll left 216px;
	font-family: 'Nobile', Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
}

h1 { font-weight: normal; color: #111; font-size: 4em; line-height: 0.8; margin-bottom: 0.5em; font-weight: 900;}

p {
	line-height: 2.25;
	margin: 0 0 2.1875em 0;
}
#header {
	width: 470px;
	margin: 0 auto;
	height: 216px;
	font-family: 'PT Sans Narrow', serif;
	text-transform: uppercase;
	background: #fff url('../images/shovel.jpg') no-repeat scroll top right;
}

h1 {
	margin: 40px 0 0 0;
}

#footer {
	margin: 0 0 0 0;
	color: #aeaeae;
	font-size: 75%;
}

#footer p {
	line-height: 3;
	margin: 0 0 3em 0;
}

#footer strong {
	color: #aeaeae;	
}

a:link,
a:visited,
a:active {
	color: #62a7e8;
}

a:hover {
	color: #e9aaa5;
	text-decoration: none;
}

input {
	font-size: 100%;
}

input#id_email {
/*	font-size: 110%;*/
	margin-left: 10px;
	width: 210px;
	text-align: right;
}

input[type="checkbox"] {
	margin: 0 5px 0 0;
}

p#sub {
	text-align: center;
	padding-
}

p.star {
	background: transparent url('../images/star.gif') no-repeat scroll center right;
}

p.darkstar {
	background: transparent url('../images/darkstar.gif') no-repeat scroll center right;
}

p.thanks {
	background: transparent url('../images/tick.gif') no-repeat scroll center right;
	color: #81bc47;
	font-weight: bold;
}

p.errorlist {
	background: transparent url('../images/error.gif') no-repeat scroll center right;
	color: #fa000d;
	font-weight: bold;
}