	body{
		font-family: sans-serif;
	}
	a {
		color: #0094d2;
	}
		
	a:hover {
		color: #0070a0;
	}
	#chessboard h1{
		text-align:center;
		vertical-align: middle;
		font-weight:500;
	}
	#chessboard, .black_square, .white_square, blank_square{
	display:block;
	padding:0px;
	margin:0px;
}
#titleArea{
	height:100px;
	width:100%;
	text-align: left;
}
#titleArea h1{
	text-align: left;
	font-weight:900;
}

#chessboard {
	width:750px;
	height:500px;
/* 	border:4px solid gray; */
}

.colored_square, .white_square, .blank_square{
	width:121px;
	height:121px;
	float:left;
	border:2px solid black;
	text-align:center;
}
.blank_square {
	background-color:#FFFFFF;
	border:2px solid white;
}

.colored_square{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6dc9ff+0,a8ddff+86,e2f3ff+100 */
background: rgb(109,201,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(109,201,255,1) 0%, rgba(168,221,255,1) 86%, rgba(226,243,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(109,201,255,1) 0%,rgba(168,221,255,1) 86%,rgba(226,243,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(109,201,255,1) 0%,rgba(168,221,255,1) 86%,rgba(226,243,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dc9ff', endColorstr='#e2f3ff',GradientType=0 ); /* IE6-9 */
	color:white;
	text-shadow: 0px 0px 4px rgba(150, 150, 150, 1);
}
.colored_square:hover{
	background:rgba(71, 188, 255, 1);
}
#start:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6dc9ff+0,a8ddff+86,e2f3ff+100 */
background: rgb(109,201,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(109,201,255,1) 0%, rgba(168,221,255,1) 86%, rgba(226,243,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(109,201,255,1) 0%,rgba(168,221,255,1) 86%,rgba(226,243,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(109,201,255,1) 0%,rgba(168,221,255,1) 86%,rgba(226,243,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dc9ff', endColorstr='#e2f3ff',GradientType=0 ); /* IE6-9 */
	
}
.white_square {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	color:black;
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
}
.white_square:hover{
	background:#d2d2d2;
}

.row2 {
	border-top:0px;
	border-bottom:0px;
}
.row3Middle{
	border-right:0px;
	border-left:0px;
}
.row4Corner{
/* 	border-top:2px solid #e4e4e4; */
}
.row4Middle1{
	border-left:2px solid #79c8ff;
	border-right:2px solid #79c8ff;
}
.row4Middle2{
	border-top:0px;
}
.line1{
	display:inline-block;
	padding-top:20px;
	font-size:.9em;
}
.line14{
	display:inline-block;
	padding-top:12px;
	font-size:.9em;
}
.line2{
	font-size:1.1em;
	font-weight:700;
}
.line3{
	font-size:1em;
	font-weight:500;
}
.line4{
	font-size:.9em;
}
.lineSmall{
	font-size:.8em;
}
.timerNumber{
	width:50px; height:41px; background:#49c0ff; display:inline-block; text-align: center; vertical-align: middle; border-radius:5px;
}
#startTimer{
	display:inline-block; background:#55c4ff; font-size:.5em; text-align:center;width:100%; padding:3px 4px 3px 8px; margin-left:-8px; margin-top:10px;border-radius:5px; border:2px solid #00a7ff;
}
#startTimer:hover{
	background:#00a7ff;
	cursor:pointer;
}
.sidebarNavContainer{
	width:240px; padding:10px; background:white; margin:10px 0;
}
.sidebarNavContainer a:link, .sidebarNavContainer a:visited{
	text-decoration: none;
	color:#444;
}
.sidebarNav{
	width:230px; height:35px; line-height:35px; border-bottom:1px solid gray; padding: 0 0 0 10px;
}
.sidebarNav:hover{
	text-decoration: none;
}
.green{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4e391+0,61c419+100,b4e391+100 */
background: rgb(180,227,145); /* Old browsers */
background: -moz-linear-gradient(top, rgba(180,227,145,1) 0%, rgba(97,196,25,1) 100%, rgba(180,227,145,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(180,227,145,1) 0%,rgba(97,196,25,1) 100%,rgba(180,227,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(180,227,145,1) 0%,rgba(97,196,25,1) 100%,rgba(180,227,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */
}
.green:hover{
	background:rgba(97,196,25,1); 
	
}
.red{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e29191+0,ff2b2b+68,ff2b2b+68,ff2b2b+87,ff2b2b+100 */
background: rgb(226,145,145); /* Old browsers */
background: -moz-linear-gradient(top, rgba(226,145,145,1) 0%, rgba(255,43,43,1) 68%, rgba(255,43,43,1) 68%, rgba(255,43,43,1) 87%, rgba(255,43,43,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(226,145,145,1) 0%,rgba(255,43,43,1) 68%,rgba(255,43,43,1) 68%,rgba(255,43,43,1) 87%,rgba(255,43,43,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(226,145,145,1) 0%,rgba(255,43,43,1) 68%,rgba(255,43,43,1) 68%,rgba(255,43,43,1) 87%,rgba(255,43,43,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e29191', endColorstr='#ff2b2b',GradientType=0 ); /* IE6-9 */}
.red:hover{
	background:rgb(255,43,43);
}