
/* -------- GLOBAL -------- */

* {
	margin:0;
	padding:0;
}

body {
  background-color: #000000 !important; /* #080808 #38322f;*/
  color: inherit;
	text-align:center;
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 20px;
}

/* TYPOGRAPHY */

body, h1, h2, h3, h4, h5, h6, p, a {
	background-color:inherit;
	color: #b3b3b3;
	font-size: 12px;
	font-family: helvetica, arial, tahoma, verdana, sans-serif;
}

img {
	border: 0;
}
.textcolour1 {
  color: #727272 !important;
  background-color: inherit;
}

.textcolour2 {
	color: #A0A0A0 !important;
	background-color: inherit;
}

.textcolour3 {
	color: #FFFFEA !important;
	background-color: inherit;
}  /* hover link text colour */

.IntroHeadline {
	align: centre;
	color: #727272; /*#605550;*/
	font-size: 15pt;
	}

.tandc_text {
	color: #808080 !important;
	text-align: left;
	border: 1px solid #505050;
	padding: 10px;
}

.tandc_text p {
	font-size: 8pt !important;
	text-align: justify;
}

.tandc_text h1 {
	font-size: 12pt !important;
}

.tandc_text h2 {
	font-size: 10pt !important;
}

.contact_info_text{
	text-align: center;
	border: 1px solid #505050;
	padding: 10%;
	margin: 10%;
}

.contact_info_text2 {
	font-size: 20pt !important;
}
	
.contact_info_text p, .contact_info_text a{
	color: #808080;
	font-size: 12pt;
	font-weight: bold;
}



.sitewrapper {
	position: relative;
	float:left;
	width: 880px;
	margin-left: -450px;
	left: 50%;
	overflow: hidden;
	padding: 0;
}


/* LINKS */

a, a:link, a:visited {
	text-decoration: underline;
	color: #828282;
	cursor:pointer;
}

a:hover {
	color: #FFFFEA;
	text-decoration: underline;
}

a:active {
	color: #FFFFC0;
}

.inactivelink {
	color: #606060;
	text-decoration: none;
}

a:focus {
	outline:none
}


#header {	
	position: relative;
	margin-top: 20px;
	margin-bottom: 5px;
	border-top: 1px solid #404040;
	border-bottom: 1px solid  #404040;
	background-color: inherit ; /* was #454545; */
}


#footer {
	position: relative;
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #404040 !important;
	border-bottom: 1px solid  #202020 !important;
	background-color: inherit; /* was #454545; */
	min-height: 40px;
	/* background-image: url(../graphics/headercentrefoot.png);
	background-repeat: repeat-x; */
}

.footertext {
	position: relative;
	float: left;
	font-style: italic;
}

.headerlogo {
	text-align: centre;
	margin-left: -40%;
	margin-top: 10px;
}

.h_navbar {
	height: 25px;
	width: 100%;
	float: left;
	margin-bottom: 5px;
	margin-left: 10%;
}

.h_navbar ul {
	float: right;
	padding-right: 15%;
}

.h_navbar li {
	display: inline;
	float: left;
}

.nav_button {
	height: 25px;
	width: 80px;
	float: left;
	background-color: inherit !important;
}

.blank_nav_button {
	color: #404040 !important;
	height: 25px;
	width: 80px;
	float: left;
	background-color: inherit !important;
} /* this has no hover action */

.h_navbar a {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #B0B0B0;
}

.h_navbar a:hover {
	color: #FFFFEA;
	text-decoration: underline;
}

.h_navbar a:active {
	color: #000000;
}


#titlerail {
	position: relative;
	background-color: #727272;
	color: #727272;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-family: Verdana;
	font-size: 14pt;
	font-weight: 400;
	clear: both;
}

#leftrail {
	float:left;
	position: relative;
	width: 150px;
	min-height: 574px; /* allows for thumb borders */
	margin-right: 10px;
	background-image: url(../graphics/sidebar_fill.jpg);
	background-repeat: repeat-x;
	background-color: #151515;
}

.leftrail_insert {
	margin-top: 20%;
}



/* GALLERY  GRID */

  
#gridwrapper {
	width: 708px;
	min-height: 576px;
	float: left;
	position: relative;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.thumbmount {
	float: left;
	position: relative;
	color:inherit;
	background-color: #151515;
	width: 140px;
	height: 190px;
	overflow: hidden;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.thumbmount:hover, .thumbmount:active {
 	background-color: #181818;
  color: inherit;
  width: 139px;
	height: 189px;
	border: 1px solid #303030;
}

.emptythumbmount {
	float: left;
	position: relative;
	color:inherit;
	background-color: #151515;
	width: 140px;
	height: 190px;
	overflow: hidden;
}

.imgcontainer {
	position: relative;
	width: 100px;
	height: 150px;
	border: 1px solid #808080;
	margin-top: 20px;
}

.imgcontainerlarge {
	border: solid 3px #808080 !important;
	/* re-centre image to compensate
	for drop shadow... */
	margin-top: -1px;
	margin-left: -2px;
	
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	padding: 0;
}


.footlinks {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	border-top: 2px solid #727272;
}


/* GRID BORDERS */

.borderTopLeft {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}

.borderBottomRight {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


.borderRight {
  border-right: 1px solid #000000;
}

.borderBottom {
  border-bottom: 1px solid #000000;
} /* orig borders #171717 */




/* GALLERY PAGINATION */
.pagination {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 100px;
	padding: 0;
}

.pagnumeric {
	font-size: 12pt;
	font-weight: bold;
}

.pagination ul {
	margin: 0;
	padding: 0;
}
.pagination li {
	float: left;
	list-style: none;
	padding: 5px;
	display: inline;
}
.pagination .previous {
	font-weight: bold;
	margin-left: 25px;
	color: inherit;
}
.pagination .next {
	font-weight: bold;
	margin-left: 10px;
	color: inherit;
}

.pagination .current {
	border: solid 1px #7f7f7f;
	text-decoration: none;
}



/* MISC */

.clear {
	clear: both;
}

.hidden {
	display: none;
}


#previewImage {
  maxSize: 500 !important;
}


/* DEV TEMP */

.devborder {
	border: 1px solid yellow;
}
	
	