@import url(color.css);
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	padding:0;
	margin: 0;
	font-size:100.1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, serif;
}
h2 {
	text-align: center;
}
h3, h4 {
	margin-bottom:0;
	padding-bottom:0;
}
h3 {
	font-size:110%;
}
acronym, abbr {
	cursor:help;
	text-decoration:none;
}
img {
	border: none;
}
blockquote {
	text-align: left;
	margin: 0 0 1em 0;
	font-style:italic;
	font-family:georgia,'times new roman',serif;
}

/* header */
#header {
	height:8.5em;
	background-image: none;
}
#header h1 {
	margin:20px 5px 0 0;
	height:73px;
	padding-top:50px;
	font-size:150%;
}
#header h1 span {
	margin-left:70px;
}
#bar {
	height:30px;
}
#css {
	position:absolute;
	top:0;
	left:0;
	font-size:80%;
}
#css #pda,#css #large-text,#css #low-contrast {
	display:none;
}
#css #default {
	display:inline;
}
.skip {
	position:relative;
	top:0;
	left:3%;
	width:5em;
	font-size:70%;
}
/* menu */
#menu {
	float:none;
	width:70%;
	line-height:1.2em;
	padding:0.2em 1em 0.2em 1em;
	margin:0.5em auto 0;
	border:1px solid #c00;
	background:#ffc;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	display:inline;
}
#menu ul ul {
	padding: 0;
}
#menu ul li a {
	display:inline;
	margin: 0;
	padding:0 0.5em 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}
#menu ul ul li a {
	width:7em;
	font-size:80%;
	font-weight:normal;
}
#menu ul ul,#menu ul li a,#menu abbr,#menu acronym {
	border-bottom:none;
}

/* content */
#content {
	padding: 0 0.5em 0.5em;
	line-height:1.5em;
	margin-right:0;
	border:none;
}
#content ul {
	padding:0;
	margin:0 0 0 1.5em;
}
#content li {
	margin-bottom: 1em;
}
#content a {
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}
#content a.image-link {
	border:none;
}

/* footer */
#footer {
	clear: both;
	font-weight: lighter;
	padding: 1em;
}
#footer a:hover {
	text-decoration:none;
}
#footer hr {
	display:none;
}

/* SPECIAL */
#resources h3 {
	padding-left:1.3em;
	margin-bottom:1em;
}
#resources ul li {
	margin-left: 2em;
}
.code-example {
	width:96%;
	margin:0 auto;
	font-size:80%;
}
#emoticons {
	width: 90%;
	margin-bottom:2em;
}
#emoticons div {
	width:90%;
	float:none;
}
table#character-entities {
	margin-top:1em;
	border:1px solid #999;
	font-size:80%;
}
table#character-entities th,table#character-entities td {
	border:1px solid #999;
}	
table#character-entities th {
	background:#ccc;
	color:#000;
	padding:0 0.2em;
	font-size:80%;
}
table#character-entities td.symbol,table#character-entities td.character-entity {
	text-align:center;
}
table#character-entities td.meaning {
	padding:0 0.2em;
}

.spaced {
	margin-bottom: 1em;
}
.invisible {
	display: none;
}
.top, .backLink {
	clear:both;
	font-size:80%;
}
.top {
	text-align:right;
}
.top a {
	padding-right:20px;
}
.backLink {
	margin:3em 0;
}
.backLink a {
	padding-left:20px;
}
.validation-buttons {
	text-align:right;
	margin: 50px 0px 0px 0px;
}
.code-example {
	padding:0.2em;
}
.small {
	font-size: 60%;
	font-style: italic;
	font-weight: lighter;
}
.bold {
	font-weight: bold;
}

/* other */
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

