/* ----------------------------------------
EDITABLE SECTION
------------------------------------------*/

/* Create new links for section homepages here */

#link-web {
	left: 229px;
	top: 74px;
	width: 39px;
}

#link-photos {
	left: 269px;
	top: 74px;
	width: 90px;
}

#link-rdm {
	left: 361px;
	top: 74px;
	width: 37px;
}

.test-link {border: 1px solid #fff;}

/* Create new links for section homepages here */

#profile.section-home .canvas {
	background-image: url(../../profile/images/back-home-profile.jpg);
}

#web.section-home .canvas {
	background-image: url('../../web/images/back-home-web.jpg');
}

#photos.section-home .canvas {
	background-image: url('../../photos/images/back-home-photos.jpg');
}

#rdm.section-home .canvas {
	background-image: url('../../rdm/images/back-home-rdm.jpg');
}

/* BEGIN GENERIC STYLES - YOU SHOULDN'T NEED TO TOUCH ANYTHING BELOW THIS LINE */

html, body {
	background: #666;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
}

.container {
	height: 635px;
	margin: 10px auto;
	width: 900px;
}

.canvas {
	background: #fff;
	clear: both;
	font-size: 1.9em;
	height: 612px;
	line-height: 16px;
	position: relative;
}

:-moz-any-link:focus,
:-moz-any-link:active {
	outline: none;
}

.section-home .canvas {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: left top;
}

.section-home .main-content p {
	width: 740px;
}

.section-home .main-content a {
	display: block;
	height: 15px;
	margin-left: -146px;
	position: absolute;
	text-indent: -5000em;
	z-index: 500;
}

/* general styles / colour */

li {
	list-style-type: none;
}

a {
	color: #666;
	text-decoration: none;
}

.content .main-content .pagination .current {
	color: #933;
}

/* header styles */

.header {
	border-bottom: 1px solid #949293;
	float: left;
	width: 100%;
}

h1 {
    margin: 0px;
}

h1 a {
    background: transparent url('../images-global/h1-tokenasian.jpg')
no-repeat top left;
    display: block;
    float: left;
    font-size: 0.5em;
    height: 20px;
    width: 145px;
}

h1, h1 a, .navigation li a {
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-indent: -5000em;
}

/* navigation layout styles */

.navigation {
	display: block;
	float: left;
	font-size: 2.5em;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 1px;
}

.navigation li {
	float: left;
	margin-right: 5px;
}

.navigation li a {
	background: transparent url('../images-global/nav.jpg') no-repeat top left;
	display: block;
	height: 20px;
}

.navigation li.profile a {
	background-position: 0px 0px;
	width: 57px;
}

.navigation li.profile a.current,
.navigation li.profile a:hover {
	background-position: 0px -30px;
}

.navigation li.web a {
	background-position: -60px 0px;
	width: 41px;
}

.navigation li.web a.current,
.navigation li.web a:hover {
	background-position: -60px -30px;
}

.navigation li.photos a {
	background-position: -120px 0px;
	width: 59px;
}

.navigation li.photos a.current,
.navigation li.photos a:hover {
	background-position: -120px -30px;
}

.navigation li.rdm a {
	background-position: -180px 0px;
	width: 40px;
}

.navigation li.rdm a.current,
.navigation li.rdm a:hover {
	background-position: -180px -30px;
}

/* subnavigation styles */

.sub-navigation {
	height: 582px;
	left: 0px;
	margin: 0px 8px 15px 0px;
	padding: 15px 8px 15px 8px;
	position: absolute;
	width: 130px;
	top: 0px;
	z-index: 2;
}

.sub-navigation a {
	color: #fff;
	padding-right: 8px;
}

.content .sub-navigation a {
	color: #666;
}

.content .sub-navigation a:hover, .content .sub-navigation a.current {
	color: #933;
}

.content .main-content a {
	color: #69c;
}

.sub-navigation a:hover,
.sub-navigation a.current {
	background: transparent url('../images-global/nav-underscore-white.gif') no-repeat right 12px;
}

.content .sub-navigation a:hover, 
.content .sub-navigation a.current {
	background: transparent url('../images-global/nav-underscore-red.gif') no-repeat right 12px;
}

/* main content area styles */

.main-content {
	float: left;
	height: 612px;
	left: 148px;
	padding: 15px 15px 0px 0px;
	position: absolute;
	top: -1px;
	z-index: 3;
}

.section-home .main-content {
	text-indent: -5000em;
}

.content {
	color: #666;
}

/* each section page has its own links on - set below */

.image-holder {
	float: left;
	height: 430px;
	margin-bottom: 15px;
	overflow: hidden;
	width: 738px;
}

#photos .image-holder {
	height: auto;
	margin-bottom: 15px;
}

.information {
	margin:0px 0px 5px 0px;
	clear: left;
	width: 730px;
}

/* series navigation */

.transport-controls {
    clear: both;
    height: 15px;
    line-height: 15px;
}

.transport-controls a, .transport-controls span.pagination {
    display: block;
    float: left;
    margin-right: 5px;
}

.transport-controls a {
    text-indent: -5000em;
    width: 4px;
}

.transport-controls a.next {
    background: transparent
url('../images-global/transport-arrow-next.gif') no-repeat left 4px;
}

.transport-controls a.previous {
    background: transparent
url('../images-global/transport-arrow-previous.gif') no-repeat left
4px;
}
