/* -------- Page wrapper
----------------------------------------------- */

div.sgWrapper {
	float:left;
	text-align: left;
	width: 708px;
	margin: 20px 1px 0 0;
	background-color: #fff;   
	border-left: 1px solid #ccc;
	padding-left: 25px;
			
}



#blog-title {
	margin: 0px 5px 0;
	padding: 0px 20px 10px;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#blog-title a {
	color: #5818a2;
	text-decoration:none;
  }

#blog-title a:hover {
	color:#333;
  }
.right{
	float: right;
}
#description {
	margin: -26px 0 0 0;
	max-width: 680px;
	color: #333;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
		letter-spacing: normal;

}

/* 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*/
	margin: 0 4px 0 4px;
	padding: 0;
}

.sgPreview a img {
	border: 1px solid #cecece;
}
.sgPreview a:hover img{
	border: 1px solid #5818a2;
}

img.sgThumbnailPreviewCurrent {
	opacity: .3;
}


.sgPreview a:hover img, .sgPreview a:hover{
	opacity: 1;
}



/* ======================================
 ALL LINKS A HOVERS ARE GROUPED TOGETHER SO THE LOOK IS CONSISTENT
 ========================================
 */
 div.sgNavBar, p.sgNavBar { /*==== TEXT THAT CONTROLS "Previous | Up | Next" text in albums =======*/
	text-align: center;
/*	float: left;        */
	padding-left: 28px;
	font-size: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


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: #333;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	padding-left: 0px;
    padding-top: 10px;
}

 p.sgGalleryTitle a{
	color: #5818a2;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
 }

div.sgThumbnail a { /*=========== THUMBNAILS IN ALBUM =============*/
	float: left;
	background-color: #fff;
	margin: 6px;
	padding: 0px;
	border: 1px solid #cecece;
}

div.sgThumbnail a:hover { /*=========== THUMBNAILS IN ALBUM =============*/
	border: 1px solid #5818a2;
}

div.sgGalleryThumbnail a{ /*=========== THUMBNAILS IN GALLERY =============*/
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: -5px;
	padding: 0px;
	float: left;
	border: 1px solid #cecece;
}

div.sgGalleryThumbnail a:hover{ /*=========== THUMBNAILS IN GALLERY =============*/
	border: 1px solid #5818a2;
}

div.sgGalleryText { /*====== THIS CONTROLS THE AMOUNT OF SPACE BETWEEN THE THUMBNAIL AND THE DESCRIPTION TEXT */
	padding-left: 160px;
	padding-right: 20px;
		letter-spacing: normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}



div.sgThumbnail table {
  width:  110px;
  height: 110px;
  text-align: center;
  vertical-align: middle;
}

img.sgImage {
	border:#ccc 1px solid;
	background:#fff;
	margin:0, auto;
	padding:4px;
	}

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: 15px;*/
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* image or gallery artist subheader
----------------------------------------------- */

.sgSubTitle {
  margin-top: 0;
}

div.sgContainer {
	clear: both;
	text-align: center;
	width: 708px; 
	background-color: transparent;
}

/* Content
----------------------------------------------- */

div.sgContent {
	height: 100%;
	text-align: left;
	margin: 0 0 0 5px;
}

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: 0 auto;
}

div.sgGallery { /* ======== CONTAINER HOLDING THUMBNAIL AND DESCRIPTION */
	padding: 0px;
	margin: 0px;
}


