html {
	overflow-y: scroll;
	}

body {
	background: #333;
	font-family: verdana, sans-serif;
	color: #ccc;
	}

div#content {
	width: 850px;
	margin: 0 auto;
	position: relative;
	top: 20px;
	}

div#uppercontainer {
	height: 80px;
	width: 850px;
	}

a#logo {
	width: 300px;
	height: 80px;
	float: right;
	text-decoration: none;
	font-family: verdana, sans-serif;
	}

div#copyright {
	position: fixed;
	bottom: 5px;
	left: 5px;
	font-size: 10pt;
	text-align: center;
	color: #666;
	-moz-transform: rotate(-90deg);
	-moz-transform-origin: 0% 0%;
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin: 0% 0%;"
	}

span#homeimgcaption {
	width: 130px;
	left: 365px;
	height: 20px;
	top: 670px;
	font-size: 11pt;
	position: absolute;
	text-align: center;
	}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 3px;
	border: none;
	width: 675px;
	}

/*Text*/
h1 {
	font-size: 25px;
	}

h2 {	font-size: 20px;
	padding-left: 30px;
	}

a {
	color: #D2691E;
	}

a:link, a:visited, a:active {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

div.meta {
	font-style: italic;
	font-size: 9pt;
	color: #999;
	padding-top: 10px;
	margin-top: 20px;
	}

a.more-link {
	float: right;
	}


/*Navigation*/
ul#navlist {
	float: left;
	height: 30px;
	width: 550px;
	text-align: left;

	margin: 50px 0 0 0;
	padding: 0;

	list-style-type: square;

	font-size: 20px;
	}

li.navbutton {
	display: inline;
	padding-left: 30px;
	}


a.navlink {
	outline: none;
	color: #D2691E;
	}

ul#footerlist {
	position: absolute;
	bottom: 5px;
	left: 375px;
	padding: 0;
	margin: 0;
	height: 38px;
	width: 164px;
	background-image: url('http://localhost/img/icons/footerbg.jpg');
	visibility: hidden; /* Fix the content crashing into this, then re-enable visibility. Low priority, Web 2.0 is overrated. */
	}

li.footerlink {
	display: inline;
	float: left;
	margin: 4px;
	padding: 0;
	}


a.navlink:link,
a.navlink:visited,
a.navlink:active {
	text-decoration: none;
	}

a.navlink:hover {
	text-decoration: underline;
	}


/*Gallery stuff*/
img.gallery {
	border: 15px solid #666;
	}

img.gallery:hover {
	border: 15px solid #ccc;
	}

img.thumb {
	border: 10px solid #666;
	}

img.thumb:hover {
	border: 10px solid #ccc;
	}

a.backbutton, a.backbutton:link, a.backbutton:visited, a.backbutton:active {
	position: relative;
	bottom: -50px;
	float: left;
	text-decoration: none;
	}

a.backbutton:hover {
	color: #ccc;
	}

span.thumbcaption {
	position: absolute;
	font-size: 8pt;
	width: 210px;
	text-align: center;
	}

a.thumblink, a.thumblink:link, a.thumblink:visited, a.thumblink:active {
	outline: none;
	color: #666;
	}

a.thumblink:hover {
	color: #000;
	}

/* This is for the Web 2.0 links in the footer */
a#flickrlink,
a#twitterlink,
a#facebooklink,
a#lastfmlink {
	outline: none;
	height: 30px;
	width: 30px;
	display: table-cell;
	text-decoration: none;
	}

a#flickrlink {
	background-image: url('../img/icons/bw/flickr.png');
	}

a#twitterlink {
	background-image: url('../img/icons/bw/twitter.png');
	}

a#facebooklink {
	background-image: url('../img/icons/bw/facebook.png');
	}

a#lastfmlink {
	background-image: url('../img/icons/bw/lastfm.png');
	}

a#flickrlink:hover {
	background-image: url('../img/icons/colour/flickr.png');
	}

a#twitterlink:hover {
	background-image: url('../img/icons/colour/twitter.png');
	}

a#facebooklink:hover {
	background-image: url('../img/icons/colour/facebook.png');
	}

a#lastfmlink:hover {
	background-image: url('../img/icons/colour/lastfm.png');
	}



/*All this stuff is for the rounded corners. WHY CAN'T THEY ALL JUST START USING WEBKIT?!*/
.backbox {
	display:block
	}

.backbox * {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size:. 01em;
	background: #4f4f4f;
	}

.backbox1 {
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #3f3f3f;
	border-right: 1px solid #3f3f3f;
	background: #484848;
	}

.backbox2{
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #353535;
	border-right: 1px solid #353535;
	background: #494949;
	}

.backbox3{
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #494949;
	border-right: 1px solid #494949;
	}

.backbox4{
	border-left: 1px solid #3f3f3f;
	border-right: 1px solid #3f3f3f;
	}

.backbox5{
	border-left: 1px solid #484848;
	border-right: 1px solid #484848;
	}

.backboxfg{
	background: #4f4f4f;
	}

