/* --------- Basics --------- */
/* ---------------------------------------------------- */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 1em 0;
}

#pageTitle h1 {
	font-size: 36px;
	font-weight: normal;
	margin: 0;
	height: 50px;
}

h2 {
	margin-top: 0;
	font-size: large;
	font-weight: bold;
}

h3 {
	font-size: medium;
	font-weight: bold;
}

h4 {
	font-size: small;
	font-weight: normal;
}

h5 {
	font-size: x-small;
}


/* --------- Layout --------- */
/* ---------------------------------------------------- */
html {
	height: 100%;
}

body {
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%;
}

#everything {
	position: relative;
	width: 750px;
	min-height: 100%;
	margin: 0 auto;
}

#menu {
	margin: 0;
	padding: 0;
}

#topImg {
	float: left;
}

#page {
	padding-bottom: 61px;
}

#main {
	width: 590px;
	float: right;
	text-align: right;
	margin: 0;
	border: 0;
	padding: 0 10px 0 0;
}

#side {
	width: 130px;
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
	border: 0;
}

.clear {
	clear: both;
}

#footer {
	position: absolute;
	bottom: 0;
	
	left: 0;
	width: 100%;
	display: block;
	height: 61px;
	padding: 0;
	margin: 0;
	clear: both;
}

#footer img {
	border: 0;
}


/* ------ Menu styles ------- */
/* ---------------------------------------------------- */
#topImg {
	margin-bottom: -6px;
}

#menu {
	font-size: 14px;
	list-style: none;
}

#menu li {
	height: 24px;
	text-align: center;
	float: left;
	padding: 0;
	margin: 0;
	background-attachment: scroll;
	background-position: top;
	background-repeat: no-repeat;
}

#menu a {
	display: block;
	color: #000;
	background-color: #fff;
 	height: 24px;
}

#menu a:hover {
	background-position: 0 -24px;
}

#menu li a span {
	display: none;
}

#menu #home a {
	margin-left: 71px;
	background-image: url('../menuItems/home.png');
	width: 57px;
}

#menu #adventures a {
	margin-left: 40px;
	background-image: url('../menuItems/adventures.png');
	width: 108px;
}

#menu #images a {
	margin-left: 33px;
	background-image: url('../menuItems/images.png');
	width: 70px;
}

#menu #newPage a {
	margin-left: 38px;
	background-image: url('../menuItems/newPage.png');
	width: 100px;
}

#menu #credits a {
	margin-left: 21px;
	background-image: url('../menuItems/credits.png');
	width: 69px;
}

#menu #contact a {
	margin-left: 27px;
	background-image: url('../menuItems/contact.png');
	width: 75px;
}


/* ------ Side styles ------- */
/* ---------------------------------------------------- */
#side {
	font-size: small;
	text-align: center;
}

#side h2 {
	margin-bottom: 0;
}

.sideList {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sideList li {
	margin: 0;
	padding: 0;	
}


/* ------- Post styles ------ */
/* ---------------------------------------------------- */
.post .date {
	margin-top: 1em;
	clear: both;
	font-size: small;
}

.post img {
	float: right;
	margin: 0 0 5px 5px;
}

/* ------- Viewer styles ------ */
/* ---------------------------------------------------- */
.viewer {
	text-align: center;
}

.viewer.video .tell {
	text-align: right;
}

.viewer.video .help {
	float: left;
}

.viewer.image > .image {
	display: inline-block;
}

.viewer.image h2 {
	margin-top: 0;
}

.viewer.image .date {
	text-align: right;
	font-size: small;
}

/* ------- Form styles ------ */
/* ---------------------------------------------------- */
input, textarea, select {
	border: 2px solid black;
	color: #000;
	background-color: #fff;
}

form div {
	margin-bottom: 5px;
}

.form.comment label {
	float: right;
	width: 68px;
	text-align: left;
	margin-left: 5px;
}

.form.comment .submit {
	margin-right: 73px;
}

.form.comment h2 {
	margin-bottom: 1em;
	margin-top: 0;
}


.form.admin {
	text-align: left;
}

.form.admin h2 {
	font-size: x-large;
	margin-bottom: 1em;
	text-align: center;
}

.form.admin label {
	float: left;
	width: 135px;
	text-align: right;
	margin-right: 5px;
}

.form.admin .updateLabel {
	display: inline;
	float: none;
}

.form.admin .buttons {
	margin-left: 140px;
}

.form.admin img {
	margin-left: 140px;
}


/* ---- Horizontal lines ---- */
/* ---------------------------------------------------- */
.hr {
	background-repeat: no-repeat;
	height: 20px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-position: center;
	clear: both;
}

.line1 {
	background-image: url('../style/images/line1.png');
}

.line2 {
	background-image: url('../style/images/line2.png');
}

.line3 {
	background-image: url('../style/images/line3.png');
}

.shortLine1 {
	background-image: url('../style/images/shortLine1.png');
}

.shortLine2 {
	background-image: url('../style/images/shortLine2.png');
}

.shortLine3 {
	background-image: url('../style/images/shortLine3.png');
}


/* ------- Link styles ------ */
/* ---------------------------------------------------- */
a {
	font-weight: bold;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	border-color: black;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 2px solid #000;
}

a.admin {
	padding: 1px 4px;
	color: #fff;
	background-color: #c00;
	clear: both;
}


/* --- Image album styles --- */
/* ---------------------------------------------------- */
.thumbnails {
	width: 585px;
	overflow: auto;
	clear: both;
}

.thumbnails.home {
	margin-bottom: 1em;
}

.thumbnails table {
	text-align: right;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.thumbnails.home table {
	float: right;
}

.thumbnails .thumbnail {
	width: 104px;
	margin: 0;
	padding: 2px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.thumbnail img {
	margin: 0;
	float: none;
}

/* ------- Other tweeks ----- */
/* ---------------------------------------------------- */
.backLink {
	float: left;
}
