
#header_name, #header_menu, #sidebar,
#footer, #share_post, #comment, #commentForm,
#pageOption {
	display: none;
}

body {
	background-color: #ffffff;
	font: 13px Verdana, Georgia, Sans-serif;
	line-height: 1.5em;
}

h1, h2, h3 {
	line-height: 1.3em;
}

#header_logo {
	float: none !important;
	text-align: center;
}

#content {
	border: 0;
	color: #000000;
	float: none !important;
	margin: 0 5% 0 10%;
	padding: 0;
	width: auto;
}

a:link, a:visited {
	color: #552200;
	font-weight: bold;
	text-decoration: underline;
}


/* --------------------- */

.chessboard {
	padding: 10px;
}

.chessboard table, table.gsTable {
	border: 1px solid #000000;
	border-collapse: collapse;
}

.chessboard table thead td, .chessboard table tfoot td,
.chessboard td.coordBoard, div.gsCoord {
	font-weight: bold;
	font-size: 12px;
	padding: 2px 5px;
	text-align: center;
}

td.c1 {background-color: #CFCFCF; width: 30px; height: 30px;}
td.c2 {background-color: #BA8444; width: 30px; height: 30px;}
