/*
--------------------------------------------------------
theenglishspace.com
Author: Graham Miln
Version: January 2008
-------------------------------------------------------- */

body
{
	background: #fff;
	color: #222;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	font-size: small;
	font-family: "Lucida Grande", Arial, "Sans Serif";
	text-decoration: none
}

#content
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0 1em;
	max-width: 40em;
}

#sidebar
{
	float: right;
	margin: 2em 0em 1em 3em;
	padding: 0em 1em;
	border-width: 0em 0em 1em 1em;
	border-color: white;
	border-style: solid;
	background-color: white;
}

#new
{
	max-width: 15em;
	background-color: #ffc;
	padding: 0.5em;
}

h1
{
	color: #000;
}

h2, h3, h4, h5, h6
{
	color: #222;
}

h1, h2
{
	padding-bottom: 3px;
	border-bottom: 1px solid #bbb;
}

em
{
	font-weight: bold;
	color: #008D00;
	font-style: normal;
}

strong.pronunciation
{
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

/* Header and footer */
#header
{
	background: #efefef;
	border: 0px;
	border-bottom: 1px solid #bbb;
	padding: 0.3em 1em;
	text-align: left;
	font-size: smaller;
}

#footer
{
	padding: 0.3em 1em;
	background: #efefef;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	clear: both;
	font-size: smaller;
}

/* Context blocks */
.block
{
	margin-bottom: 1em;
}

.note, .example
{
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0.4em 1em;
	border: solid 1px #bfbfbf;
	max-width: 40em;
}

.note
{
	background-color: #ffc;
}

.example
{
	background-color: #e6edff;
}

.example .sentence
{
	font-weight: bold;
}

.example.choice
{
	background-color: #fff;
}

/* Tables */

table
{
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #eee;
	width: 80%;
	margin: 1em auto;
}

table caption
{
	font-size: smaller;
}

td
{
	padding-left: 0.6em;
	text-align: left;
	border-bottom: 1px solid;
	background-color: #fafafa;
	border-color: #fff;	
}

th
{
	padding-left: 0.3em;
	text-align: left;
	font-weight: bolder;
	background-color: #97B9CC;
	color: #fff;
}


