/*
 *
  Style Sheet for Gallerys
 *
 */

html,body {
  font-family: courier new;
  font-size: 17px;
  background: #e6d3a2;
  color: #000000;
  text-align: center;
}

p {
  color: #000000;
}

.thumbnail {
  max-width: 40%;
}

.italic { font-style: italic; }
.small { font-size: 0.8em; }

/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: #7f7f7f;
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

/* page title - span.baron_header */
span.baron_header
{
	font-size: 27px;
	color: black;
	font-weight: bold;  
}

/* page container 1 */
table.body_container_1
{	
 	border-style: none;
	text-align: center;
	font-family: courier new;
	font-size: 17px;
 	padding: 0px;
 	padding-left: 2px;
 	padding-right: 2px;
 	width: 900px;
 	height:400px;
 	white-space: normal;
	cursor:crosshair;
}

/* page container 2 */
table.body_container_2
{
	border-style: none;
	padding: 0px;
	text-align: center;
	width: 900px;
}

/* page container 3 */
table.body_container_3
{
	max-width: 100%; 
	margin: 0 auto; 
	float: none;	
}

/* general page settings */
body
{
	background-color: #e6d3a2;
	color: black;
	text-align: center;
	font-family: luxi serif;
}

/* horizontal rule */
hr
{  
	border-style: none;
	border-top-style: solid;
	border-width: 1px;
	width: 100%;
	border-color: #666666;
}

/* link */
a
{
	text-decoration: none;
/*	color: #ccaf67; */
	color: #806e40;
	font-weight: bold;
}
