* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

html {
	/* pattern from: http://www.squidfingers.com/patterns/17/ */
	background-image: url(../images/pattern_062.gif);
	background-color: #b2cdda;
	background-attachment: fixed;
}

/* The spacing around these things is really annoying at H1,2, etc. sizes */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

/* becauase the *{} declaration messes these up */
h1 {
	font-size: 24pt;
}

h2 {
	font-size: 18pt;
}

form + h2 {
	margin-top: 1ex;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 12pt;
}

h5 {
	font-size: 10pt;
}

h6 {
	font-size: 8pt;
}

p {
	text-indent: 2ex;
}

h2 + p {
	margin-top: 1ex !important;
}

label {
	color: #333;
}

a {
	color: black;
	text-decoration: underline;
}

a.softlink {
	font-weight: bold;
	text-decoration: none;
	color: #878787;
}

a.softlink:hover {
	text-decoration: underline;
	color: #333;
}

#page {
	width: 750px;
	margin: 1ex auto;
}

#page:after {
	clear: both;
}

#warning {
	margin-bottom: 1em;
	padding: 1ex;
	text-align: center;
	border: 1px solid #ff0000;
	background-color: #ff6347;
}

#warning h1 {
	font-size: 14px;
}

#sidebar {
	float: left;
	width: 143px;
	margin-right: 1ex;
}

#header,#navigation,#whatsnew,#content {
	padding: 1ex;
	box-shadow: 0px 0px 1ex #888;
	-moz-box-shadow: 0px 0px 1ex #888;
	-webkit-box-shadow: 0px 0px 1ex #888;
	border: 1px solid #b4b4b4;
	background-color: #eef0f5;
}

#navigation h1,#whatsnew h1,#content h1 {
	position: relative;
	margin: -1ex;
	margin-bottom: 2ex;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #959699;
}

#navigation h1 span,#whatsnew h1 span,#content h1 span {
	display: block;
	width: 100%;
	height: 100%;
	padding: .5ex;
	text-align: center;
	background-color: #b4b4b4;
}

#header,#navigation,#whatsnew {
	width: 100%;
	margin-bottom: 1ex;
}

#navigation {
	padding-bottom: 2ex;
}

#header {
	position: relative;
	width: 750px;
	height: 124px;
	padding: 1px;
}

#id {
	position: absolute;
	bottom: 8px;
	left: 8px;
}

#navigation ul {
	margin: 0;
	padding-left: 0;
}

#navigation li {
	list-style: none;
	position: relative;
	height: 28px;
	margin-bottom: 1px;
	text-align: center;
	border: 1px solid #b4b4b4;
	background-color: #e3e3e3;
}

#navigation li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #707070;
	background-image: url(../images/button-normal.png);
}

#navigation li a:hover {
	background-image: url(../images/button-highlight.png);
}

#navigation li a.selected {
	background-image: url(../images/button-selected.png);
}

#navigation li a.selected:hover {
	background-image: url(../images/button-selected.png);
}

#navigation li a span {
	line-height: 26px;
	vertical-align: middle;
}

#content {
	position: relative;
	float: left;
	width: 600px;
}

#content h1 {
	margin-bottom: .25ex;
}

#content h1 span {
	text-align: left;
}

#content ul {
	padding-left: 3ex;
}

#content li {
	list-style-type: none;
	font-weight: bold;
}

#content li a {
	text-decoration: none;
	color: #333;
}

#content li a:hover {
	text-decoration: underline;
}

#search {
	position: absolute;
	top: 1px;
	right: 1px;
	margin: 0;
}

#search form div {
	padding: 0;
}

#search input {
	width: 20ex;
	height: 20px;
	padding-right: 18px;
	border: 1px solid #959699;
}

#search button {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 12px;
	height: 12px;
	border: none;
	background-color: white;
	/* http://openclipart.org/media/files/antsorin/13878 */
	background-image: url(../images/antsorin_magnifying-glass.png);
	background-repeat: no-repeat;
}

#gallery {
	display: block;
	position: relative;
}

#gallery .item > a {
	float: left;
	display: block;
	width: 140px;
	max-height: 140px;
	margin: -1.2em 1ex .5ex 2ex;
	overflow: hidden;
	/*line-height: 140px;*/
	line-height: 0;
	border: 1px solid #b4b4b4;
	background-color: white;
}

#gallery .item > a.dark {
	background-color: black;
}

#gallery .item .icon {
	float: none;
	width: 100%;
	height: auto;
	max-height: none;
	margin: 0;
	/*vertical-align: middle;*/
}

#crumb {
	display: block;
	text-align: right;
	font-weight: bold;
	color: #333;
}

#copyright {
	float: left;
	width: 100%;
	margin-top: 1ex;
	padding-bottom: 1ex;
	font-size: 10px;
	text-align: center;
	color: #444;
}

.pages {
	margin: 0 -1ex 3ex 1ex;
	padding-left: 1ex;
	border-bottom: 1px solid #b4b4b4;
}

.pages span {
	font-weight: bold;
	color: #333;
}

.item {
	overflow: hidden;
	margin-right: -1ex;
	margin-bottom: 1ex;
	padding-right: 1ex;
}

.item:last-child {
	margin-bottom: 0;
}

.item div {
	width: 100%;
	overflow: hidden;
	margin-bottom: .5ex;
}

.item div:first-child,h2 {
	position: relative;
	margin: 0 -1ex 0 1ex;
	padding-left: 1ex;
	font-size: inherit;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #b4b4b4;
}

.item div:first-child span {
	float: right;
	margin-right: 1ex;
	color: #878787;
}

.item div:first-child span:first-child {
	float: left;
	margin-right: 0;
	color: #333;
}

.item div:first-child span:first-child a {
	color: #333;
}

.item div a {
	float: right;
	margin-left: 1ex;
	font-weight: bold;
	text-decoration: none;
	color: #878787;
}

.item div:first-child a {
	float: none;
	margin-left: 0;
}

.item div a:hover {
	text-decoration: underline;
	color: #333;
}

.item .icon {
	float: left;
	width: 75px;
	max-height: 75px;
	margin: -1.2em 1ex .5ex 2ex;
}

.item .icon,.item .icon * {
	border: none;
}

.item p {
	margin: 0;
	margin-bottom: 1ex;
	margin-left: 2ex;
}

.mini.item {
	margin-top: -.25ex;
	margin-bottom: 0;
	padding-right: 0;
}

.mini.item div {
	margin-bottom: 1ex;
	padding-right: 1ex;
}

.mini.item div a {
	margin-left: 0;
}

.mini.item div:first-child {
	position: relative;
	margin-left: 0;
	margin-bottom: 0;
	padding-right: 0;
}

.mini.item div:first-child span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	margin-right: 0;
	background-image: url(../images/slice.png);
}

.mini.item div:first-child a {
	white-space: nowrap;
	color: #333;
}

.mini.item p a {
	text-decoration: none;
}

.mini.item p a:hover {
	text-decoration: underline;
}

.mini.item .icon,.mini.item .icon *,.mini.item .spacer {
	float: left;
	width: 40px;
	max-height: 40px;
	margin-top: .4ex;
	margin-left: 1ex;
	border: none;
}

.mini.item .spacer {
	height: 40px;
}

.mini.item .icon * {
	margin-left: 0;
}

.linkbox {
	margin-top: 1ex;
	margin-bottom: 1ex;
	text-align: center;
}

.linkbox h4,.linkbox h4 a {
	font-size: inherit;
	color: #878787; /* #b4b4b4 */
}

.linkbox h4 a {
	text-decoration: none;
}

.linkbox h4 a:hover {
	color: #333;
}

.linkbox h4 a:hover span {
	text-decoration: underline;
}

.vspacer {
	display: block;
	height: 6px;
}
