/* Body
----------------------------------------------- */

body {
	background: #a9ac99;
	margin: 0;
	padding: 20px 20px;
	font-family: Verdana,Arial,Sans-serif;
	text-align: center;
	color: Black;
	font-size: 9pt;
}

/* Header
----------------------------------------------- */

#header {
	width: 660px;
	margin: 0 auto 10px;
   background: transparent url('images/bottom.gif') no-repeat bottom center;
	padding-top: 20px;
	color: Black;
}

#headertop {
	margin: 0px 5px 0;
	padding: 0px 20px 10px;
	background: #a9ac99 url('images/top.gif') no-repeat top center;
}

#blog-title {
	margin: 0px 5px 0;
	padding: 0px 20px 10px;
	font-size: 150%;
	line-height: 1.2em;
	font-weight: normal;
	color: Black;
	text-transform: uppercase;
	letter-spacing: .2em;
	background: transparent url('images/middle.gif') repeat-y center;
}

#blog-title a {
  color: Black;
  text-decoration:none;
  }

#blog-title a:hover {
  color:#c60;
  }

#description {
	margin: 0px 5px 0px;
	padding: 0 20px 10px;
	max-width: 660px;
	font: 8pt Verdana,Arial,Sans-serif;
/*	text-transform: uppercase; */
	color: Black;
	background: transparent url('images/middle.gif') repeat-y center;
	text-align: left;
}

/* Links
----------------------------------------------- */

a:link,visited {
  color:#58a;
  text-decoration:none;
  }
a:hover {
  color:#c60;
  text-decoration:underline;
  }

/* Input areas
----------------------------------------------- */

input, textarea, select, .inputbox {
  border: 1px solid #888;
  color: Black;
  background-color: #fff;
}

input.button {
  font-weight: bold;
  border: 1px solid #888;
  color: Black;
  background-color: #eee;
}

/* Page wrapper
----------------------------------------------- */

div.sgWrapper {
  clear: both;
  text-align: center;
  width: 660px;
  margin:0 auto 10px;
}

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;
	margin-bottom: 0px;
	color: Black;
	text-align: left;
	padding: 0px 20px 0px 10px;
	font-size: 8pt;
	background: transparent url('images/middle.gif') repeat-y center;
}

.sgimgFootTitle {
	clear: both;
	position: relative;
	color: Black;
	text-align: left;
	padding: 0px 20px 0px 10px;
	font-size: 8pt;
	background-color: #eeeeee;
	border: 1px dashed Gray;
	margin: auto auto auto 10px;
}
/* image or gallery artist subheader
----------------------------------------------- */

.sgSubTitle {
  margin-top: 0;
}

div.sgContainer {
	clear: both;
	text-align: center;
	width: 660px; /*margin: 12px auto;*/
	background: url('images/top.gif') no-repeat top center;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.sgimgContainer {
	clear: both;
	text-align: center;
	width: 660px; /*margin: 12px auto;*/
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#sgimgTitle {
	text-align: left;
	font-size: 20pt;
	color: #c60;
	padding-left: 10px;
}

#sgimgDescription {
	text-align: left;
	color: Black;
	padding: 10px 0 10px 10px;
}

div.sgTab {
	padding: 0px 20px 0;
	text-align: left;
	font-size: 8pt;
	background: transparent url('images/middle.gif') repeat-y center;
	margin-top: 0px;
}

/* Content
----------------------------------------------- */

div.sgContent {
	padding: 1em;
	text-align: left;
	background: transparent url('images/middle.gif') repeat-y center;
	height: 100%;
}

div.sgimgContent {
	padding: 1em;
	text-align: left;
}

table.sgContent {
  margin-left: auto;
  margin-right: auto;
}

div.sgGallery {
	margin: 0.5em;
	padding: 1em;
	border: 1px solid #dddddd;
	background-color: White;
}

div.sgThumbnail {
	margin: 0.5em;
	padding: 1em;
	border: 1px solid #dddddd;
	background-color: White;
	width: 100px;
	height: 100px;
	float: left;
	vertical-align: middle;
	text-align: center;
}

div.sgGalleryThumbnail {
  width: 100px;
  text-align: center;
  float: left;
}

div.sgGalleryText {
  margin-left: 100px;
}

p.sgGalleryTitle a {
  font-weight: bold;
}

div.sgThumbnail table {
  width:  110px;
  height: 110px;
  text-align: center;
  vertical-align: middle;
}

img.sgImage {
  border: 1px solid #000;
}

div.sgNavThumb, p.sgNavThumb {
  text-align: center;
}

div.sgimgNavThumb, p.sgimgNavThumb {
  text-align: left;
  padding-left: 15px;
}

div.sgNavBar, p.sgNavBar {
  text-align: center;
  float: right;
}

div.sgimgNavBar, p.sgimgNavBar {
  text-align: left;
  padding-left: 10px;
}

/* Footer
----------------------------------------------- */

#footer {
	text-align: center;
	font-size: 8pt;
	color: #777777;
	background: transparent url('images/bottom.gif') no-repeat top center;
	padding-top: 30px;
	margin-top: 0px;
}
#footer a,#footer a:visited{
	color: #777777;
	text-decoration: none;
	font-weight: bold;
}
#imgfooter {
	text-align: center;
	font-size: 8pt;
	color: #777777;
	padding-top: 30px;
	margin-top: 0px;
}
#imgfooter a,#imgfooter a:visited{
	color: #777777;
	text-decoration: none;
	font-weight: bold;
}

a img {
  border: 0;
}
