/* Body
----------------------------------------------- */

body {
	margin: 0;
	padding: 20px 20px;
	font-family: 'Trebuchet MS', verdana, sans-serif;
	text-align: center;
	color: #ccc;
	font-size: 12px;
	background-color: #27272F;
}

a img {
    border: 0;
}

.right{
	float: right;
}

/*
------------------------------------------------*/
/* Input areas
----------------------------------------------- */

input, textarea, select, .inputbox {
	border: 1px solid #888;
	color: Black;
	background-color: #fff;
	margin-right: 10px;
	margin-top: 5px;
}

input.button {
  font-weight: bold;
  border: 1px solid #888;
  color: Black;
  background-color: #eee;
}

/* -------- Page wrapper
----------------------------------------------- */

#sgWrapper {
	clear: both;
	text-align: center;
	width: 670px;
	margin:0 auto 10px;
	background-color: #27272F;   

}
/* Header
----------------------------------------------- */

#header {
	width: 700px;
	color: #999999;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#headertop {
	margin: 0px 5px 0;
	padding: 0px 20px 10px;
}

#gal-title {
	font-family: "Century Gothic",Verdana, Arial, sans-serif;
	margin: 0px 5px 0;
	padding: 0px 20px 10px;
	font-size: 2.7em;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	line-height: 1.2em;
	font-weight: normal;
	color: #c0c0c0;
	margin: 0 0 0.5em 0;
}

#gal-title a {
	color: #FF99FF;
	text-decoration:none;
  }

#gal-title a:hover {
	color:#FFFFFF;
  }

#crumb a:link, #crumb a:visited {
  color: #09f;
  text-decoration: none;
}

#crumb a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09f;
}

#description {
	max-width: 700px;
	color: #999999;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCFC2;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-color: #CCCFC2;
	border-bottom-color: #CCCFC2;
	border-left-color: #CCCFC2;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(images/arrow_pink.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}

/* PREVIEW THUMBNAILS =============*/
.sgPreview {
	text-align: center;
	margin-top: 28px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
/*.sgPreview a {
	border: 0;
}*/

.sgPreview a img, sgThumbnailPreviewPrev { /* SMALL THUMBNAILS AT TOP OF PAGE*/
	border: 1px solid #666;
	margin: 0 4px 0 4px;
	padding: 0px;
}

img.sgThumbnailPreviewCurrent {
	opacity: .3;
}

.sgPreview a:hover img, .sgPreview a:hover{
	opacity: 1;
}
.sgPreview a:hover img, .sgPreview a:hover{
	border-color: #FF66FF;
}


/* ======================================
 ALL LINKS A HOVERS ARE GROUPED TOGETHER SO THE LOOK IS CONSISTANT
 ========================================
 */
 div.sgNavBar { /*==== TEXT THAT CONTROLS "Previous | Up | Next" text in albums =======*/
	color: #FF99FF;
	text-align: center;
/*	float: left;        */
	padding-left: 28px;
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div.sgNavBar {
  text-align: center;
}
#footer a, div.sgNavBar a, div.sgTab a, #description a {
	color: #FF99FF;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
}
#footer  a:hover, div.sgNavBar a:hover, div.sgTab a:hover, p.sgGalleryTitle a:hover, #description a:hover, #imgfooter a:hover{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF99FF;
}
p.sgGalleryTitle{ /* ===== THIS CONTOLS THE TEXT SIZE ON THE MAIN GALLERY PAGE
REMEMBER THE MAIN GALLERY PAGE IS CALLED "Gallery" AND ALBUMS ARE ARE CONTAINED
IN GALLERIES - DID I CONFUSE YOU? */
	color: #EBEBEB;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	padding-left: 0px;
    padding-top: 10px;
}

 p.sgGalleryTitle a{
	color: #FF99FF;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
 }

div.sgThumbnail a { /*=========== THUMBNAILS IN ALBUM =============*/
	float: left;
	background-color: #252525;
	border: 1px solid #666666;
	margin: 6px;
	padding: 0px;
}
div.sgThumbnail a:hover { /*=== HOVER BORDER EFFECT ===*/
	float: left;
	background-color: #252525;
	border: 1px solid #FF66FF;
	margin: 6px;
	padding: 0px;
}
div.sgGalleryThumbnail a{ /*=========== THUMBNAILS IN GALLERY =============*/
	margin-top: 5px;
border: 1px solid #666666;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: -5px;
	padding: 0px;
	float: left;
}
div.sgGalleryThumbnail a:hover{ /*========================*/
	margin-top: 5px;
border: 1px solid #FF66FF;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: -5px;
	padding: 0px;
	float: left;
}
div.sgGalleryText { /*====== THIS CONTROLS THE AMOUNT OF SPACE BETWEEN THE THUMBNAIL AND THE DESCRIPTION TEXT */
	padding-left: 160px;
	padding-right: 20px;
}

div.sgThumbnail table {
  width:  110px;
  height: 110px;
  text-align: center;
  vertical-align: middle;
}

img.sgImage {
	border: 1px solid #000;
	padding: 2px;
}

div.sgNavThumb, p.sgNavThumb {
  text-align: center;
}

div.sgimgNavThumb, p.sgimgNavThumb {
  text-align: center;
/*  padding-left: 15px;*/
}


div.stretcher {
	clear: both;
	height: 1px;
}

div.sgLanguageFlipper, div.sgTemplateFlipper {
  float: right;
  margin-left: 1em;
}


/* image or gallery name header
----------------------------------------------- */

.sgTitle {
  margin-bottom: 0;
  color: #5588AA;
  text-align: left;
}

.sgFootTitle {
	clear: both;
	position: relative;
	color: #999999;
	text-align: left;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

.sgimgFootTitle {
	clear: both;
	position: relative;
	color: #666;
	text-align: left;
	/*font-size: 8pt;*/
	margin-right: 15px;
/*	margin-left: 15px;*/
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* image or gallery artist subheader
----------------------------------------------- */

.sgSubTitle {
  margin-top: 0;
}

div.sgContainer {
	background-color: transparent;
	clear: both;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	}

#sgimgTitle {
	text-align: left;
	font-size: 11px;
	color: #666;
	padding-left: 10px;
}

#sgimgDescription {
	text-align: left;
	color: #666;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}

div.sgTab {
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 29px;
}

/* Content
----------------------------------------------- */

div.sgContent {
	height: 100%;
	text-align: left;
	padding-left: 10px;
    padding-bottom: 0px;
}

div.sgimgContent { /*============ for large image area*/
	text-align: center;
	background-color: transparent;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}

table.sgContent {
  margin-left: auto;
  margin-right: auto;
}

div.sgGallery { /* ======== CONTAINER HOLDING THUMBNAIL AND DESCRIPTION */
	padding: 0px;
	margin: 0px;
}



/* Footer
----------------------------------------------- */

#footer {
	text-align: center;
	font-size: 11px;
	color: #777777;
	padding-top: 5px;
	margin-top: 30px;
	background-color: transparent;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A7AB98;
	margin-right: 2px;
	margin-left: 2px;
}

#imgfooter {
	text-align: center;
	font-size: 10px;
	color: #999999;
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 10px;

}
#imgfooter a, #imgfooter a:visited, #imgfooter a:hover {
	color: #FF66FF;
	text-decoration: none;
	font-weight: normal;
}

#powered a:link, #powered a:visited {
	color:#999;
	text-decoration: none;
}
#powered a:hover {
	color:#ccc;
}

/*
------------------------------------------------*/
/* Info pages
----------------------------------------------- */
#info {
	color:#EAE8EA;
	background-color: #2F3539;
	Padding: 30px;
}

#info a:link, #info a:visited  {
	color: #FF99FF;
	text-decoration: none;
}
#info a:hover {
	color:#fff;
	text-decoration: underline;
}