	body{
		font-family: sans-serif;
	}
	a {
		color: #000000;
	}
		
	a:hover {
		color: #3c3c3c;
	}
	#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/#ff3030+0,ff9393+86,ffe2e2+100 */
background: #ff3030; /* Old browsers */
background: -moz-linear-gradient(top, #ff3030 0%, #ff9393 86%, #ffe2e2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff3030 0%,#ff9393 86%,#ffe2e2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff3030 0%,#ff9393 86%,#ffe2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3030', endColorstr='#ffe2e2',GradientType=0 ); /* IE6-9 */
}
.colored_square:hover{
	background:rgba(255, 71, 71, 1);
}
#start:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0000+0,ff4242+86,ff7070+100 */
background: #ff0000; /* Old browsers */
background: -moz-linear-gradient(top, #ff0000 0%, #ff4242 86%, #ff7070 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff0000 0%,#ff4242 86%,#ff7070 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff0000 0%,#ff4242 86%,#ff7070 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7070',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 #ff3030;
	border-right:2px solid #ff3030;
}
.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:#ff7171; display:inline-block; text-align: center; vertical-align: middle; border-radius:5px;
}

#timer3{
	display:inline-block;
	background:#ff9696; 
	padding:8px 8px 0 8px;
	border-radius:5px;
}
#startTimer{
	display:inline-block; 
	background:#ff7070; 
	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 #ff3030;
}

#startTimer:hover{
	background:#ff3030;
	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/#e29191+0,ff6b6b+0,ff8989+68,ff6363+100,ff5e5e+100 */
background: #e29191; /* Old browsers */
background: -moz-linear-gradient(top, #e29191 0%, #ff6b6b 0%, #ff8989 68%, #ff6363 100%, #ff5e5e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e29191 0%,#ff6b6b 0%,#ff8989 68%,#ff6363 100%,#ff5e5e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e29191 0%,#ff6b6b 0%,#ff8989 68%,#ff6363 100%,#ff5e5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e29191', endColorstr='#ff5e5e',GradientType=0 ); /* IE6-9 */
}
.green:hover{
	background:rgb(255,43,43);
	
}
.red{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e29191+0,ff2b2b+68,ff2b2b+68,ff2b2b+87,ff2b2b+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e29191+0,ff6b6b+0,ff0000+68,ff6363+100,ff5e5e+100 */
background: #e29191; /* Old browsers */
background: -moz-linear-gradient(top, #e29191 0%, #ff6b6b 0%, #ff0000 68%, #ff6363 100%, #ff5e5e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e29191 0%,#ff6b6b 0%,#ff0000 68%,#ff6363 100%,#ff5e5e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e29191 0%,#ff6b6b 0%,#ff0000 68%,#ff6363 100%,#ff5e5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e29191', endColorstr='#ff5e5e',GradientType=0 ); /* IE6-9 */
}
.red:hover{
	background:rgb(255,43,43);
}