/*
|||||||||||||||||||||||||||||||||||||
minimum template set
by kemie guaida
kemie@monolinea.com
http://www.monolinea.com
|||||||||||||||||||||||||||||||||||||||
to change the default color, simply
find and replace #1E90FF for the 
desired color value
to change the content width replace the 
value 640px below with the desired width
|||||||||||||||||||||||||||||||||||||||
*/

div.sgContainer {
  width: 758px;
}

body {
  margin: 1em;
  font-family: Verdana,Geneva, Arial, Helvetica, Sans-Serif;
  font-size: x-small;
  color: #FBFBFB;
  background-color: #5B5B5B;
  text-align: center;
}

p, td, th, li {
  font-family: Verdana,Geneva, Arial, Helvetica, Sans-Serif;
  font-size: x-small;
}

h1, h2, h3, h4 {
  color: #948F69;
}

h1 {
  font-size: small;
  text-align:center;
}

h2 {
  font-family: Verdana,Geneva, Arial, Helvetica, Sans-Serif;
  font-size: medium;
  font-weight: bold;
}

h3{
  font-size:10px;
}

h4{
  font-size: medium;
  font-weight: bold;
  font-style: italic;
  font-color: 948F69;
}

a:link, a:visited {
  color: #ABA789;
  text-decoration: none;
}

a:hover {
  background-color: #222222;
  text-decoration: none;
}

#header {
  background-color: #333333;
  color: white;
  font-family: Verdana,Geneva, Arial, Helvetica, Sans-Serif;
  font-size: medium;
  font-weight: bold;
  padding: 10px;
  background-image: url(images/header.gif);
  background-position: 6px ;
  background-repeat: no-repeat;
  padding-left: 30px;
  text-align: left;
}

#footer {
  text-align: center; 
  border-top: 1px dotted #888888;
  font-family: Verdana,Geneva, Arial, Helvetica, Sans-Serif;
  font-size: xx-small;
  color: #FBFBFB;
  margin-top: 18px;
  width: 758px
}

#footer p{
  margin: 2px;
  text-align:center;
}

a img {
  border: 0px solid #141213;
  margin: 5px;
}

div.sgContainer {
  clear: both;
  text-align: center;
  margin: 12px auto 12px auto;
}

.phototitle {
  background-color: #141213;
  background-image: url(images/pic_title.gif);
  background-repeat: no-repeat;
  color: white;
  background-position: 4px;
  text-align: left;
  padding: 2px;
  padding-left: 18px;
  margin: 0;
  height: 16px;
}

.gallerytitle {
  background-color: #141213;
  background-image: url(images/pic_gallery.gif);
  background-repeat: no-repeat;
  color: white;
  background-position: 4px;
  text-align: left;
  padding: 2px;
  padding-left: 18px;
  margin: 0;
}

.block {
	margin:6px 6px 12px 6px;
	padding: 4px;
	background: #4A4A4A;
	border: 1px dotted #141213;
}

.listtitle{
  background-color: #141213;
  background-image: url(images/pic_list.gif);
  background-repeat: no-repeat;
  color: white;
  background-position: 4px;
  text-align: left;
  padding: 2px;
  padding-left: 20px;
  margin: 0;
}

.small{
	font-size: smaller;
	font-weight: normal;
}

div.sgTab {  
  padding: 2px;
  margin: 0;
	clear: both;
	background-color: #5E5E5E;
	border: 1px solid #141213;
}

div.sgContent {
  background-color: #4A4A4A;
  padding: 12px;
  text-align: center;
  border: 1px solid #141213;
  margin-bottom: 10px;
  img-margin: 5px;
}

img.sgContent {
  margin-left: auto;
  margin-right: auto;
}


div.sgGallery{
  margin: 8px;
  padding: 2px;
  border: 1px solid #141213;
  background-color: #4A4A4A;
  text-align: left;
}

div.sgGalleryThumbnail {
  text-align: center;
  float:left;
  margin-left:10px;
}

.sgGalleryTitle {
  margin:-2px;
  padding:0;
}

div.sgGalleryTitle p {
  margin-top: 0;
  margin-bottom: 2px;
}


div.sgThumbnail {
  float: left;
  margin: 8px;
  padding: 2px;
  border: 1px solid #141213;
  background-color: #666666;
  text-align:left;
}
img.sgThumbnail {
  margin: 8px;
  border: 1px solid #141213;
}


img.sgImage {
  border: 1px solid #000;
}

div.sgNavBar, p.sgNavBar {
  text-align: center;
}

div.sgNavBar {
  border-bottom: 1px dotted #797979;
  margin: 4px;
}

div.sgNavBar2 {
  float:center;
  border: 1px dotted #999999;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 4px;
  width: 748px;
}

div.sgNavBar3 {
  border: 1px dotted #999999;
  background-color: #4A4A4A;
  margin-top: 12px;
  padding: 4px;
}

div.sgNavBar4 {
  border: 1px dotted #999999;
  margin-top: 12px;
  padding: 4px;
}

div.strecher {
  clear: both;
  height: 1px
}

img.sgNavBar{
  margin:5px;
}

.details{
	background-color: #333333;
	border: 1px dotted #797979;
	font-family: Verdana,Geneva, Arial, Helvetica, Sans-Serif;
	font-size: x-small;
	margin: 4px auto 4px auto;
	padding: 4px;
	text-align:left;
	line-height: 16px;
}

#crumb {
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: xx-small;
  color:#FBFBFB;
  padding:6px;
  border-bottom:1px dotted #797979;
  text-align:left;
}