body {
	margin: 0.75em;
	background: #113151;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.bubble {
	background: #fff;
	margin: 1.5em 0.75em;
	padding: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-box-shadow: 0px 0px 10px black;
	-webkit-box-shadow: 0px 0px 10px black;
	box-shadow: 0px 0px 10px black;
}

.tooltip {
	position: relative;
}

.tooltip span {
	display: none;
	z-index: 100;
}

.tooltip:hover span {
	display: block;
	position: absolute;
	top: 1.75em;
	right: .75em;
	padding: 1em;
	background: #eee;
	border: 1px solid #aaa;
	color: #000;
}


/* Header layout */
#header {
	width: 276px;
	height: 118px;
	margin-left: auto;
	margin-right: auto;
}


/* Sidebar layout */
#sidebarleft {
	width: 17em;
	float: left;
}

#sidebarleft h3 {
	text-align: center;
}

#sidebarleft ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebarleft li {
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-bottom: 0.5em;
	padding-left: 22px;
}

#sidebarright {
	width: 17em;
	float: right;
}

#sidebarright h3 {
	text-align: center;
}

#sidebarright .sign {
	vertical-align: text-top;
}

#sidebarright ul {
	padding-left: 2em;
}

#sidebarright li {
	padding-bottom: 0.5em;
}

#contact {
	padding: 0;
	margin: 0;
	text-align: center;
}

#contact img {
	padding: 0;
	margin: 0;
}


/* Contents layout */
#contents {
	margin-left: 17em;
	margin-right: 17em;
}

#contents h3 {
	border-bottom: 1px solid #ddd;
}

#contents p {
	margin-left: 1em;
}

#contents .code {
	margin: 0em 2em 1em 2em;
	padding: 0.5em;
	border: 1px dashed #ccc;
	background: #eee;
	font-family: monospace;
}

#title {
	text-align: center;
}

#title h1 {
	margin-top: 0;
	margin-bottom: 0;
}

#title p {
	margin-top: 0;
}

#title img {
	vertical-align: middle;
	padding-right: 0.25em;
}

#screenshots p {
	text-align: justify;
}

#screenshots img {
	vertical-align: middle;
	margin: 0.5em;
	-moz-box-shadow: 0px 1px 5px black;
	-webkit-box-shadow: 0px 1px 5px black;
	box-shadow: 0px 1px 5px black;
}

#news h3 {
	padding-bottom: 0;
	margin-bottom: 0;
}

#news ul {
	padding-top: 0;
	margin-top: 0;
	padding-left: 1em;
	list-style: none;
}

#news ul li {
	padding-top: 1em;
}

#news ul li ul li {
	padding-top: 0;
}
