@CHARSET "UTF-8";

body {
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	background: #eeeeec;
	color: #2e3436;
}

#content {
	float: left;
	margin: 0px;
	padding: 0px;
}

#main {
	margin: 0px;
	padding: 20px;
	float: left;
	background: white;
	width: 560px;
}

#main p,#main ul {
	text-align: justify;
	font-size: smaller;
}

h1 {
	margin: 0px;
	padding: 0px;
	background: no-repeat url('../images/fingerspell.gif');
	padding-left: 140px;
	height: 128px;
	vertical-align: middle;
	line-height: 128px;
	text-shadow: #abca38 1px 1px 10px;
}

h2 {
	text-shadow: #a4c639 1px 1px 10px;
}

h3 {
	
}

#side {
	float: left;
	width: 120px;
	padding: 20px 20px 20px 0px;
	font-size: smaller;
	border: 0px;
	margin: 0px;
	background-color: white;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px; 
}

#screenshots {
	margin: 0px;
	padding: 0px;
}

#screenshots ul {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
}

#screenshots li {
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	text-align: center;
}

#screenshots a {
	font-weight: normal;
}

a,a:visited,a:hover {
	color: #a4c639;
	text-decoration: none;
	font-weight: bold;
}

.email {
	color: #ef2929;
	font-weight: bold;
}

#screenshots,#downloads,#donate {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}

#screenshots ul,#downloads ul,#donate ul {
	text-decoration: none;
	list-style-type: none;
}

#screenshots li,#downloads li,#donate li {
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

#screenshots a,#downloads a {
	font-weight: normal;
}

#branding {
	background: no-repeat bottom right url('../images/logo.gif');
	height: 50px;
	padding: 0px;
	margin: 0px;
}

.done {
	text-decoration: line-through;
	color: #4e9a06;
}

.hidden {
	display: none;
}

.justify {
	text-align: justify;
}

#footer {
	margin-top: 10px;
	padding: 10px 10px 10px 0px;
	background: white;
	font-size: small;
	/* -moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px; */
}

.comment a, .comment a:visited, .comment a:hover {
	color: #b359d9;
}