/* GENERAL */
/* pink link color was #E3077F*/

body {
    background: #8b8c8e url(images/bg-black-grey.jpg) repeat-x top left;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size:	9pt;
}
h2 {
	margin: 0;
	color: #000;
	font-size:	9pt;
}
h3 {
	margin: 0;
	color: #000;
	font-size:	10pt;
	line-height: 12pt;
}
td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	line-height: 11pt;
}
small {
	line-height: 10pt;
}
a {
	color: #BA8748;
	text-decoration: none;
}
a:hover {
	color: #BA8748;
	text-decoration: none;
}

a.portfolio-link {
	color: #000;
	font-weight:bold;
}

.tiny {
	font-size: 7pt;
}

div#tablebg{
  width:    100%;
  background:   transparent url(images/table-shadow.png) repeat-y top center;
}

* html div#tablebg{
  background:   transparent;
}



/* TABLE OF CONTENTS */
div#toc	{
	width:	148px;
}
div#toc ul	{
	list-style-type: none;
	margin: 0;
	padding:  0 0 0 0;
}
div#toc li	{
	color: #BA8748;
}
div#toc a	{
	color: #000;
}
div#toc a:hover	{
	color: #BA8748;
}

div#toc .open a	{
	color: #BA8748;
}
div#toc .open a:hover	{
	color: #000;
}
div#toc .open li	{
	color: #000;
}
div#toc a.on {
	color: #BA8748;
}

.open {
	padding-top: 8px;
	padding-bottom: 20px;
	background: url(images/menu-line.gif) repeat-x top left;
}	
.closed {
	position:absolute;
	visibility:hidden;
}


span#gallery_navigation {
	text-align:left;
	float:left;
	display:block;
}
 
span#gallery_info {
	text-align:right;
	display:block;
	float:right;
}

/* CONTENT CLASSES */


h1#logo{
  height:   76px;
  width:    251px;
  display:  block;
  background:   transparent url(uploads/site-design/logo.gif) no-repeat top left;
}

h1#logo span{
  display:  none;
}


.btn-more {
	text-align: center;
}

#photo-links {
	width: 100%;
}
#photo-links img {
	border: 0;
}
#photo-links .item {
	width: 170px;
	float: left;
	margin-bottom: 1em;
	text-align: center;
}
