/* * * * * * * * * * */
/* Generic elements  */
/* * * * * * * * * * */


body {
	margin: 0;
	border: 0;
	padding: 0;
	
	text-align: center;
	background-color: #0B0A0A;
	}

img {
	padding: 0;
	border: 0;
	margin: 0;
	}


p {
	padding: 0 0 18px 0;
	border: 0;
	margin: 0;
	
	line-height: 1.4em;
	font-size: 1em;
	}


h1 {
	font-size: 1.25em;
	color: #AABEE1;
	margin: 0;
	border: 0;
	padding: 0 0 12px 0;
	font-weight: normal;
	text-decoration: none;
	}


h2 {
	font-size: 1em;
	color: #AABEE1;
	margin: 0;
	border: 0;
	padding: 5px 0 5px 0;
	font-weight: bold;
	text-decoration: none;
	}

h3 {
	font-size: 1em;
	color: #AABEE1;
	margin: 16px 0 0 0;
	border: 0;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	}

h4 {
	font-size: 1em;
	color: #AABEE1;
	margin: 0 0 16px 0;
	border: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	text-align: left;
	}

hr {
	margin: -11px 0 6px 0;
	color: #333333;
	}


a:link {
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	color: #D6DEEC;
	}


a:visited {
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	color: #D6DEEC;
	}
	
	
a:hover {
	font-size: 1em;
	text-decoration: underline;
	font-weight: normal;
	color: #3A81F6;
	}
	
	
a:active {
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	color: #3A81F6;
	}



input, textarea, select, .inputbox {
  border: 1px solid #f60;
  color: #000;
  background-color: #fff;
}

input.radio {
  border: none;
  background-color: #fff;
}

input.button {
  font-weight: bold;
  border: 1px outset #fff;
  color: #fff;
  background-color: #f60;
}

a img {
  border: 0;
}


/* * * * * * * * * * */
/* Elements with IDs */
/* * * * * * * * * * */


#centre {
	display: block;
	position: relative;
	
	width: 744px;
	height: auto;
	
	float: both;
	clear: none;
	
	visibility: visible;
	overflow: visible;
	
	margin: 36px auto 36px auto;
	border: 0;
	padding: 0;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	
	color: #FFFFFF;
	background-color: #0B0A0A;
	}


/* header: image and/or title */
#headerOne{
	display: block;
	position: relative;
	float: none;
	clear: both;
	
	width: 100%;
	height: auto;
	
	visibility: visible;
	overflow: hidden;

	
	margin: 0 0 24px 0;
	border: 0;
	padding: 0;
	}

/* crumb line: (You are here: ...) */
#crumb {
	display: block;
	position: relative;
	float: left;
	clear: none;
	
	width: 100%;
	height: auto;
	
	visibility: visible;
	overflow: hidden;
	
	margin: 0 0 16px 0;
	border: 0;
	padding: 0;
	
	text-align: left;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #3399FF;
 }

/*main content*/
#mainContent{
	display: block;
	position: relative;
	float: none;
	clear: both;
	
	width: 100%;
	height: auto;
	
	visibility: visible;
	overflow: hidden;
	
	margin: 0 0 24px 0;
	border: 0;
	padding: 0;
	
	text-align: center;
	}

/*left column*/
#leftColumn{
	display: block;
	position: relative;
	float: left;
	clear: none;
	
	width: 450px;
	height: auto;
	
	visibility: visible;
	overflow: hidden;
	
	margin: 0;
	border: 0;
	padding: 0 12px 0 0;
	
	text-align: left;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #FFFFFF;
	}
	
	
#leftColumn p{
	text-align: justify;
	}

/* right column*/
#rightColumn{
	display: block;
	position: relative;
	float: right;
	clear: none;
	
	width: 270px;
	height: auto;
	
	visibility: visible;
	overflow: hidden;
	
	margin: 0;
	border: 0;
	padding: 0 0 0 12px;
	}
	
#rightColumn li{
	margin: 0;
	border: 0;
	padding: 0 0 24px 0;
	
	list-style: none;
	text-align: left;
	}
	
#rightColumn ul{
	margin: 0;
	border: 0;
	padding: 0;
	}


/* footer: copyright notices */
#footer {
  text-align: center; 
}

.centredFooter{
	display: block;
	position: relative;
	float: none;
	clear: both;
	
	width: 100%;
	height: auto;
	
	visibility: visible;
	overflow: hidden;
	
	margin: 0 0 24px 0;
	border: 0;
	padding: 0;
	
	text-align: center;
	font-size: 0.65em;
	color: #FFFFFF;
	}



/* * * * * * * * * */
/* Custom classes  */
/* * * * * * * * * */


/* image or gallery name header */
.sgTitle {
  margin-bottom: 0;
}

/* image or gallery artist subheader */
.sgSubTitle {
  margin-top: 0;
}

/* image and artist name displayed beneath image */
p.sgNameByArtist { }

/* image and gallery details such as date, location, camera model, hits etc. */
p.sgDetailsList { 
	
	margin: 16px 0 0 0;

}

/* language select box and template select box respectively */
div.sgLanguageFlipper, div.sgTemplateFlipper {
  float: right;
  clear: right;
}

div.sgClear {
  clear: both;
}

/* wraps the drop-shadow table to allow IE to center it */
div.sgShadow {
  text-align: center;
  padding: 0;
  margin: 0 0 24px 0;
}

/* the main content table that does the drop-shadow effect */
table.sgShadow {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

table.sgShadow {
  background-color: #0B0A0A;
  padding: 0;
  text-align: left;
}

table.sgShadow td {
  padding: 0;
  margin: 0;
}

/* div containing each gallery sub-gallery on a gallery page */
div.sgGallery {
  margin: 5px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #0B0A0A;
}

/* the table cell containing the gallery thumbnail */
td.sgGalleryThumb {
  width: 100px;
  text-align: center;
}

/* the gallery thumbnail itself */
img.sgGalleryThumb{
  border: 1px solid #666666;
}

/* the descriptive text (title, summary, contents) */
div.sgGallery p {
  margin-top: 0;
  margin-bottom: 2px;
}


/* full size image on an image page*/
img.sgImage {
  border: none;
}

/* the preview thumbnails and previous, thumbnails, next links */
p.sgTopNavBar, p.sgBottomNavBar {
  text-align: left;
  float: left;
  padding: 0 0 12px 0;
}

/* wraps the thumbnail and rounded-corner code on an album page */
div.sgThumbnail {
  width:  124px;
  height: 181px;
  margin: 10px 10px;
  float: left;
  padding: 0px;
  text-align: center;
}

div.sgThumbnail table {
  width:  114px;
  height: 171px;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
}

.sgThumbnailContent {
  background: #fff;
	margin: 0px;
	padding: 0px;
	border: 1px solid #D6DEEC;
}


/* appropriate background images for drop-shadow effect */
table.sgShadow td.tabl { background-image: url('images/shadow-tabl.gif'); width: 16px; height: 16px; }
table.sgShadow td.tabm { background-color: #fff; }
table.sgShadow td.tabr { background-color: #fff; }

table.sgShadow td.tl {  background-image: url('images/shadow-tl.gif'); width: 32px; height: 16px; }
table.sgShadow td.tm {  background-image: url('images/shadow-tm.gif');}
table.sgShadow td.tr {  background-image: url('images/shadow-tr.gif');}
table.sgShadow td.ml {  background-image: url('images/shadow-ml.gif');}
table.sgShadow td.mm {  padding: 10px;} /* cell containing image */
table.sgShadow td.mr {  background-image: url('images/shadow-mr.gif');}
table.sgShadow td.bl {  background-image: url('images/shadow-bl.gif');}
table.sgShadow td.bm {  background-image: url('images/shadow-bm.gif');}
table.sgShadow td.br {  background-image: url('images/shadow-br.gif'); width: 32px; height: 32px; }

/* the bit with previous, next */
table.sgShadow td.tabm div { 
  font-size: 13px;
  background: #f0f0f0 url('images/shadow-tabm.gif') top right;
  padding-right: 30px;
  float: left; 
}
