@import url('layout.css');
@import url('typography.css');

/*

DEFAULT STYLESHEET

Use this stylesheet to control layout of the page. Do not use for anything related to type.

Parent Website:
Author: Graham C Morley
Last Revision Date:


*/

*{

	/* First let's reset all padding and margins to give us an equal work area cross platform */
	margin: 0px;
	padding: 0px;

}

html{

	/* Now reset the font size so we can use EM sizing cross platform */
	font-size: 62.5%; 

}

body{

	/* Now we can specify EM sizing where 1.1em = 11px, 1.4em = 14px etc */
	font: 1.2em/1.3em Georgia, "Times New Roman", serif;
	background: #fff url(../img/tile.gif) repeat-x top;
	color: #4f4f4f;

}

table, th, td, li li, li p, td p, blockquote p {

	/* These specifications should prevent incorrectly font sizes due to inheritance */
	font-size:1em
	
}

a img{

	border: 0;

}

/* Registration form */

#content form {padding: 7px 0 0 0;}
#content form p {margin: 3px 0;}

label {
	float: left;
	width: 68px;
	font-size:80%;
}

label.wider {
	float: left;
	width: 75px;
	font-size:80%;
}

input {
	width: 98px;
	padding: 0 2px;
	background: #fff;
	border:1px solid #d6d6d6;
	font: 1em/150% "trebuchet ms", arial, helvetica, sans-serif;
	color: #9a9a9a;
	-moz-border-radius: 4px; border-radius: 4px;  -webkit-border-radius: 4px;
}

#eng_d, #eng_m, #eng_y, #wed_d, #wed_m, #wed_y {width: 18px!important;}

#submit {
	width: auto;
	font-weight:bold; border:none;
	padding:0; font-size:110%;
	margin: 0 0 0 0px;
	background-color:transparent;
	color: #ed1c24;
	text-decoration: underline!important;}
#submit:hover {color: #ed1c24;}