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

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

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

div.sgWrapper {
	clear: both;
	text-align: center;
	width: 800px;
	margin:0 auto 5px;
background-color: #000;   

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

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

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

#blog-title {
	margin: 0px 5px 0;
	padding: 0px 5px 5px;
	font-size: 150%;
	line-height: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

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

#blog-title a:hover {
	color:#FFFFFF;
  }
.right{
	float: right;
}
#description {
	max-width: 700px;
	color: #999999;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	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: 5px;
	background-image: url(images/arrow_pink.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}

/* PREVIEW THUMBNAILS =============*/
.sgPreview {
	text-align: center;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	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, p.sgNavBar { /*==== TEXT THAT CONTROLS "Previous | Up | Next" text in albums =======*/
	text-align: center;
/*	float: left;        */
	padding-left: 5px;
	font-size: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div.sgimgNavBar, p.sgimgNavBar {
  text-align: center;

}
#footer a, div.sgNavBar a, p.sgNavBar a, #description a, div.sgimgNavBar a, div.sgTab a{
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
}
#footer a:hover, div.sgNavBar a:hover, p.sgNavBar a:hover, p.sgGalleryTitle a:hover, #description a:hover, div.sgimgNavBar a:hover, div.sgTab a:hover, #imgfooter a:hover{
	color: #FF6600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF99FF;
}
p.sgGalleryTitle, div.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? 02-10-2010 added div.sgGalleryTitle */
	float: left;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	padding-left: 0px;
        padding-top: 10px;
}

p.sgGalleryTitle, div.sgGalleryTitle a{
	float: left;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 1px;
 }

p.sgGalleryTitle, div.sgGalleryTitle a:hover { /*=== HOVER BORDER EFFECT ===*/
 	float: left;
 	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF99FF;

}

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: 5px;
	margin-bottom: 0px;
	margin-left: -5px;
	padding: 0px;
	float: left;
}
div.sgGalleryThumbnail a:hover{ /*========================*/
	margin-top: 5px;
	border: 1px solid #FF66FF;
	margin-right: 5px;
	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: 10px;
	padding-right: 10px;
}



div.sgThumbnail table {
  width:  200px;
  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;*/
}
/*
------------------------------------------------*/
/* 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;
}



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: 5px;*/
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/* image or gallery artist subheader
----------------------------------------------- */

.sgSubTitle {
  margin-top: 0;
}

div.sg {
	clear: both;
	text-align: center;
	width: 680px; /*margin: 12px auto;*/
	/*	background: url('images/top.gif') no-repeat top center;*/
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 0px;
	background-color: transparent;
}

/*div.sgimg {  ========DON'T THINK IT IS NEEDED ============== 
	clear: both;
	text-align: center;
	width: 800px;
    
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #ebebeb;
}
*/


#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: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/* 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 { /* ========  HOLDING THUMBNAIL AND DESCRIPTION */
	padding: 0px;
	margin: 0px;
}



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

#footer {
	text-align: center;
	font-size: 11px;
	color: #777777;
	padding-top: 5px;
	margin-top: 5px;
	background-color: transparent;
	padding-bottom: 5px;
	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: 5px;
	margin-top: 0px;
	padding-bottom: 5px;

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


a img {
	border: 0;
}
