/*  
Theme Name: BenCab Museum
Theme URI: http://www.stabilimentum.com/
Description: The Telecommuter Theme.
Version: 1.0
Author: Haydn Bagtas
Author URI: http://www.stabilimentum.com/
*/

body {
	background: #171717 url(images/bg_main.jpg) no-repeat top center;
	font-family: Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	color: #000;
}

a:link, a:active, a:visited {color: #666;}
a:hover {color: #999;}

h1, h2, h3, h4, h5, h6 {
	font-family: Lucida Grande, Georgia, Sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #eb1d27;
	display: block;
	border-bottom: 1px solid #cecece;
}

h2:first-word {
	font-weight: bold;
	color:#000;
}

div {padding: 0}
img {border: none;}

#spacer {
  float: none;
  clear: both;
}

#wrapper {
	width: 990px;
	margin: 0px auto;
}

/* Splash Page */

#whiteout {
	width: 884px;
	margin: 50px auto;
}

#splash {
	width: 884px;
	float: left;
	background-color: #fff;
}

#splash img {
	margin: 1px;
	float: left;
}

#splash embed {
	margin: 1px;
	float: left;
}

#left {
	width: 219px;
  float: left;
	margin-right: 2px;
}

#center {
	width: 442px;
	float: left;
}

#right {
	width: 219px;
  float: left;
	margin-right: 2px;
}

/* Navigation Bars */

.navbar {
	height: 26px;
	font-size: 12px;
	background: url(images/navbar_bg.jpg) repeat-x;
}

.navbar ul {
	width: 990px;
	float: left;
	padding: 0;
	margin: 0;
}

.navbar li {
	width: 198px;
	text-align: center;
	float: left;
	list-style: none;
	text-transform: uppercase;
	margin: 6px 0 0 0;
}

.navbar a:link, .navbar a:active, .navbar a:visited {
	color: #fff !important;
	text-decoration: none;
}

.navbar a:hover {
	color: #eb1d27 !important;
}

.navbar li.current_page_item {
	color: #eb1d27 !important;
	text-decoration: underline;
}

/* Main Content */

#content {
	float: left;
	background-color: #fff;
	color: #333;
}

#content_body {
	width: 970px;
	margin: 10px;
}

#content_body p {
	font-size: 16px;
	line-height: 20px;
}

#content_body img {
	padding: 2px;
	border: 1px solid #171717;	
}

#content_body li {
	margin-bottom: 18px;
}

#main_image {
  float: left !important;
  margin: 0 20px 20px 0;
}

.details {
  width: 25%;
  height: 75px;
  font-size: 20px;
  text-align: center;
  float: left;
  margin: 15px 0;
}

/* Footer */

#footer {
	height: 44px;
	float: left;
	background-image: url(images/footer_sig.jpg) no-repeat;
	margin-top: 10px;
	font-size: 10px;
	line-height: 16px;
	color: #fff;
}

#footer img {
	float: left;
	margin: 0 10px 0 0;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #c0c0c0;
	text-decoration: none;
}

#footer a:hover {
	color: #eb1d27 !important;
}

/* WP Gallery */

.gallery_box {
	float: none;
	clear: both;
	padding-top: 20px;
}

.gallery {
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 20px 0 20px 0 !Important;
	margin: auto;
	background-color: #eee;
	border: 1px solid #ccc;
        clear: both;
}

.gallery-item {
	float: left;
	margin: 10px 0 0 0;
	text-align: center;
}

.gallery-caption {
	margin-left: 0;
}