/**********	Begin Structure *********/

/* Blocks */

body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000;
	color: #fff;
	text-align: center;
	}

/* Links */

a {
	color: #98957D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	}

/* Headings */

h1 {
	font-size: 2.4em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.2em;
	}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #fff;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	color: #d3d3d3;
	text-decoration: none;
	}

/********* End Typography & Colors *********/

/********* Begin SPG Gallery *********/

#espg {
	margin: 0 auto;
	text-align: left;
	width: 100%;
}
#espg #prevnext{
	margin-top:10px;
}
#espg #prev, #espg #next {
	display:block;
	padding:5px;
	border:1px solid #666;
	-moz-border-radius:5px;
	background: #333;
	text-decoration:none;
	margin: 0px 0px 5px 0px;
}
#espg #prev:hover, #espg #next:hover {
	border-color:#666;
	background: #98957D;
	color:#fff;
}
#espg #prev {
	float:left;
}
#espg #next {
	float:right;
}
#espg #image {
	background: #333 url(imagefade/loading.gif) 50% 50% no-repeat;
	margin : 0px auto;
	text-align:center;	
}

/* Wrap Gallery */

#espg .imgwrapper {
	float: left;
	margin-right: 0px;
	padding: 10px;
	height:150px;
}
#espg .imgwrapper span {
	display:block;
	font:9px verdana, sans-serif;
	text-align:center;	
}
#espg .imgwrapper img {
	background-color: #ffffff;
	border-bottom: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	border-top: 1px solid #dfecfb;
	border-left: 1px solid #dfecfb;
	/*-moz-border-radius:5px;*/
	padding: 4px;
}
#espg .imgwrapper a:visited img {
	background-color: #fff;	
}
#espg .imgwrapper a:hover img, #espg .imgwrapper a:focus img {
	background-color: #98957D;
}
#espg .imgwrapper a:hover, #espg .imgwrapper a:focus {
	color: #98957D;
}
#espg #single {
	padding:6px;
	border-bottom: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	border-top: 1px solid #dfecfb;
	border-left: 1px solid #dfecfb;
	/*-moz-border-radius:5px;*/
	background-color: #fff;
}
#espg #desc {
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	clear: both;
	margin: 5px 40px;
	padding: 5px;
}
#espg #credit {
	background: #1A426A;
	border-top: 4px solid #333;
	/*-moz-border-radius: 0 0 20px 20px;*/
	color: #fff;
	font-size: 9px;
	margin: 10px 0 0;
	padding: 3px 0 3px 10px;
	clear: both;
}
#espg #credit a {
	color: #fff;
}
#espg #breadcrumb {
	order: 1px solid #ccc;
	-moz-border-radius: 3px;
	margin: 0;
	padding: 2px 2px 2px 2px;
	margin-top: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.5em;
}

#espg #breadcrumb a {
	font-weight: bold;
/*	color: #9c0; */
}
#espg #breadcrumb a:hover {
	color: #fff;
}
#espg #breadcrumb:hover {
	order: 1px solid #98957D;	
}
#espg #dirdesc {
	padding: 4px;
	padding-left: 1px;
	border-bottom:1px solid #666;	
}
#espg #gallery {
/*	float: left; */
	margin: 20px 0px 5px 0;
	width: 760px;
}
#espg #gallery a {
	color: #fff;
}
#espg #directories ul {
	list-style:none;
	padding-bottom:1px;
	padding-left: 0;
	margin-left: 0;	
	text-indent: 0px;
}
#espg #directories li {
	margin-bottom: 10px;	
	margin-left: 0px;
	padding: 5px 10px 5px 44px;
	background: #333 url(/images/p01.gif) no-repeat 0px 0px;
	border: 1px solid #666;
	-moz-border-radius:5px;	
	}

#espg #directories li:hover {
	border: 1px solid #98957D;
}
#directories h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.6em;
}
#espg #directories h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.2em;
}
#espg div.pagination{
	clear: both;
	text-align: center;
	font-size: 10px;
	padding-bottom: 1.6em; 
}
#espg #description {
	border: 1px solid #666;
	text-align: center;
	clear: both;
	margin: 5px 40px;
	padding: 5px;
	color: #fff;
	background: #333;
}
#espg #thedate {
	text-align: right;
	clear: both;
	margin: 10px;
	color: #666;
	font-style: italic;
}
#editor h2 {
	border-bottom: 1px solid #666;
	font-size: 1.2em;
	text-align: center;
	margin: 0 0 8px;
}
#editor a {
	color: #fff;
}