/* colours in dark
global color: #b3b3b3 (also used explicitly in typography)
h1 color: #efefef;
h2 color: #dfdfdf;
h3 color: #cfcfcf;
h4 color: #c3c3c3;

Amandas choices
background="#201d32"
cell="#3e4454"
surround ="#605a68"

Amandas new choices
background="ffffeb"
cell="ffffff"
surround="eeeeee"

headers 505152
global colour 101010

*/


/* GLOBAL */
* {
 	background-color: inherit;
	margin:0;
	padding:0;
}

#wrapper {
background-color: #ffffeb;
}


body {
 	background-color: #ffffeb !important; 
 	color:#101010;
	text-align:center;
	margin:0px;
padding 0px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;

}
img {
	border: 0;
}
/* TYPOGRAPHY */
body, h1, h2, h3, h4, h5, h6, p, a {
	background-color:inherit;
	font-size: 13px;
	font-family: helvetica, arial, tahoma, verdana, sans-serif;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #505152;
  font-size: 22px;
}
h2 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #505152;
  font-size: 18px;
}
h3 {
  color: #505152;
  font-size: 16px;
}
h4 {
  color: #505152;
}
p {
  margin-bottom: 7px;
}
.eto {display: none;}

/* INDEX - GRID */
.thumbnail {
	float: left;
	position: relative;
	color:inherit;
	background-color: #ffffff;
	width: 160px;
	height: 160px;
	overflow: hidden;
  border-top: 2px solid #ffffff !important;
  border-left: 2px solid #ffffff !important;
  border-right: 2px solid #eeeedb !important;
  border-bottom: 2px solid #eeeedb !important;
}



.selectedThumbnail, .thumbnail:hover {
	color:inherit;
	background-color: #ffffeb;
}

/* LINKS */
a, a:link, a:hover {
	text-decoration:underline;
	cursor:pointer;
	color: #737373;
}
a:link a:visited a:hover, a:active {
	text-decoration:none;
	color: #737373;
}
/* MISC */
.clear {
	clear: both;
}

/* SITE WRAPPER */
#wrapper2, #wrapper {
	text-align:left;
	width: 807px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
/* SITE TITLE */
#sitetitle {
	margin-bottom: 10px;
	border-bottom: 1px dotted;
}


/* STAGE */
#stage, #stage2, #index {
	float: left;
	position: relative;
	margin: 0;
}

#stage, #stage2 {
	padding-bottom: 10px;
	border-bottom: 1px dotted;
}

/* PAGINATION 
need to check this for use .. small anyway
*/
.previewFullNav ul {
	margin: 0;
	padding: 5px;
}
.previewFullNav li {
	display: inline;
	padding: 10px;
}



/* INDEX */
.selected {
	color:inherit;
	background-color: #6f6f6f;
}
.selected:hover {
	color:inherit;
	background-color: #6f6f6f;
}
.selected .alignmentInner img {
	border: solid 3px black;
	padding: 0;
	margin: 0;
}
.fullSize {
	position: absolute;
	left: 0;
	bottom: 0;
}
/* INDEX - LIST */
/* don't think this is used - red as flag */
.row {
	position: relative;
	color:inherit;
	background-color: red;
width: 804px /*5 x CellWidth + 4px Gap*/
;
	height: 160px;
	overflow: hidden;
}


#detailTitle {
	margin: 10px 0 0 0;
	float:left;
	clear:both;
	text-align: center;
	width: 100%;
}

.detailNav {
	width: 100%;
	float:left;
	clear: both;
	text-align: center;

}

.detailNav ul {
	margin: 10px auto;
	text-align: center;
}

.detailNav ul li {
	display:inline;
	text-align: center;
	list-style: none;
	padding: 5px;
}



#detailImage {
	text-align: center;
	width: 100%;
}

#detailCaption {
	margin: 10px;
	text-align: center;
}

.thumb {
	border: 1px solid black;
	position: relative;
}


#previewFull {
  background-color: #ffffff !important;
  width: 680px !important;
  color: inherit;
}

#stage {
  width: 670px !important;
}
#stage2 {
  width: 670px !important;
}

.preview {
  border: 1px solid #000000 !important;
}

#stage, #stage2 {
  border-bottom: 1px dotted #7F7F7F !important;
}

#sitetitle {
  border-bottom: 1px dotted #7F7F7F !important;
}

.previewFullImage {
  height: 460px !important;
  width: 482px !important;
}


#wrapper {
  width: 680px !important;
}

#wrapper2 {
  width: 700px !important;
}

.thumb {
  border: 1px solid #000000 !important;
}

.detailNav, .detailLinks, #detailCaption, #detailTitle {
  color: #5C5c5c !important;
  background-color: inherit;
}

.imageview {
  border-style: ridge;
  border-color: white;
  border-width: medium;
}

.inner {
  background-color: inherit;
}

#inner {
  background-color: inherit;
}


