/******* CSS styling by Sarah *******/
body {
	background-color: #A00;
}

@font-face {
	font-family: aleFontBold;
	src: url(fonts/AlegreyaSansSC-Medium.ttf);
}

@font-face {
	font-family: aleFontReg;
	src: url(fonts/AlegreyaSansSC-Regular.ttf);
}

@font-face {
	font-family: aleFontLight;
	src: url(fonts/AlegreyaSansSC-Light.ttf);
}

div#wrapper {
	width: 580px;
	margin: auto;
}

/*********************************************************************  Unused Login Functionality(Could be implemented later)  *********************************************************************/
div.login {
	display: none;
	position: fixed;
	top: 8px;
	right: 8px;
	border: 10px double black;
	width: 250px;
	background-color: #700;
}

form.login {
	background: -webkit-radial-gradient(red, red, #a00);
	/* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(red, red, #a00);
	/* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(red, red, #a00);
	/* For Firefox 3.6 to 15 */
	background: radial-gradient(red, red, #a00);
	/* Standard syntax */
	padding-bottom: 8px;
}

form.login fieldset.login {
	border: none;
}

fieldset.login label.required {
	font-family: aleFontBold;
}

fieldset.login input[type=text] {
	width: 90%;
	background-color: #DDD;
	border-color: black;
	margin: 0px 10px;
}

fieldset#subField.login {
	padding: 0px;
	margin: 0px;
}

fieldset#subField.login input[type=button] {
	width: 100%;
	padding: 5px;
	color: white;
	border: none;
	margin-bottom: 5px;
	font-family: aleFontReg;
	font-size: 15pt;
	background: -webkit-linear-gradient(left top, #444, black);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #444, black);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #444, black);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #444, black);
	/* Standard syntax */
}

fieldset#subField.login label[for=remember] {
	font-size: 9pt;
	font-weight: bold;
	vertical-align: text-top;
}

fieldset#subField.login input[type=checkbox] {
	margin-left: 20px;
}

fieldset#subField.login a#getPass {
	margin-left: 10px;
}

fieldset#subField.login a {
	padding: 15px 10px;
	font-size: 10pt;
	color: black;
	text-decoration: none;
	font-style: italic;
}


/******************************************************************************************  Main Display  ******************************************************************************************/

div.main input#statBtn.menu {
	float: right;
}

div.main input.menu,
div#menuDisplay input.menu {
	padding: 5px;
	background-color: black;
	color: white;
	font-family: aleFontLight;
	font-size: 25pt;
	border: none;
	width: 272.5px;
}

div#menuDisplay {
	width: 550px;
	margin: auto;
}

div#tempStartUp input[type=button] {
	padding: 5px;
	background-color: black;
	color: white;
	font-family: aleFontLight;
	font-size: 17pt;
	height: 45px;
	width: 100px;
	margin: 50px 175px 15px;
}

img {
	width: 550px;
	height: 550px;
}

div#tempStartUp {
	width: 450px;
	height: 450px;
	padding: 50px;
	margin-bottom: 5px;
	display: none;
	background: -webkit-radial-gradient(#F00, #A00);
	/* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(#F00, #A00);
	/* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(#F00, #A00);
	/* For Firefox 3.6 to 15 */
	background: radial-gradient(#F00, #A00);
	/* Standard syntax */

}

div#boardDisplay {
	display: block;
	margin-bottom: 5px;
	position: relative;
}

img#imgMap {
	display: none;
	position: absolute;
	z-index: 11;
}

map#pathMap {
	width: 550px;
	height: 550px;
	z-index: 11;
}

fieldset.temp input[type=text] {
	margin: 0px 60px;
	width: 250px;
}

fieldset.temp label.diff {
	font-size: 18pt;
}

fieldset.temp input#nice[type=radio] {
	margin-left: 57px;
}

fieldset.temp input#mean[type=radio] {
	margin-left: 100px;
}

fieldset.temp#userField {
	/*margin:65px 50px 70px;*/
	padding: 40px 30px;
	border-color: black;
}

fieldset.temp#diffField {
	/*margin:30px 50px;*/
	padding: 30px 30px 40px;
	margin-top: 50px;
	border-color: black;
}

fieldset.temp legend {
	font-family: aleFontBold;
	font-size: 22pt;
}

fieldset.temp {
	height: 60px;
}

div#mainDisplay {
	width: 550px;
	padding-top: 10px;
	/*margin:auto;*/
	padding: 5px;
	border: 10px solid red;
	float: right;
}

div#cardDisplay {
	float: left;
	width: 250px;
	height: 640px;
	background-color: black;
	display: none;
}

div.deckRepresentation {
	border: thin solid black;
	border-radius: 35px;
	background-color: red;
	height: 297.5px;
	width: 212.5px;
	margin: auto;
	margin-top: 13px;
}

div#card {
	padding: 10px 15px;
	width: 182.5px;
	height: 277.5px;
	font-size: 13pt;
}

img#deckImage {
	height: 297.5px;
	width: 212.5px;
}

img.pawns {
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 0;
	display: none;
}

map area {
	z-index: 11;
}

p {
	margin: 0px;
}

p#op1 {
	padding-bottom: 10px;
}

p#cardNumber {
	font-size: 25pt;
	text-align: center;
}


/****************************************************************************************  Statistics Page  *****************************************************************************************/
div.statsPage {
	width: 600px;
	margin: auto;
}

table {
	width: 600px;
	margin: auto;
	border: 3px solid black;
	padding-bottom: 10px;
}

th {
	padding: 5px 13px;
	font-size: 15pt;
}

th[scope=row] {
	text-align: left;
}

td {
	text-align: center;
}

div#menuDisplay {
	width: 550px;
	margin-top: 20px;
}

div#menuDisplay input.menu {
	width: 272px;
}