/* * { border: 1px #000 solid; } */

/* body
------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
/*
border: #ff9 1px solid;
*/
}

body {
	font-family: geneva, arial, sans-serif;
	font-size: 77%;
	color: #fff;
	background-color: #999;
	text-align: center;
}

img { border: 0; }

a, a:hover, a:visited { color: #e2b9a4; }

#footer a, #footer a:hover, #footer a:visited { color: #333; }

p { font-size: 1.1em; padding: 0 0 15px 0; line-height: 1.3em; }

.clear { clear: both; }

/* main page: static
------------------------------------------------- */
.main-page .main-image {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 15px; 
}

/* structure
------------------------------------------------- */
#header {
	position: relative;
	width: 960px;
	height: 113px;
	background-color: #fff;
}

#page {
	width: 960px;
	background-color: #333;
	margin: 0 auto;
	text-align: left;
}

#content {
	background-color: #666;
	padding: 15px;
}

.gallerypage, .imagepage {
	display: block;
	width: 930px;
	min-height: 420px;
	overflow: hidden;
}

.narrowcolumn {
	float: left;
	width: 650px;
}

#sidebar {
	float: right;
	width: 250px;
	padding: 15px;
	background-color: #333;
}

#footer {
	width: 960px;
	color: #000;
	background-color: #fff;
	border-top: 1px solid #999;
	clear: both;
	margin: 0 auto;
	text-align: center;
}

/* header styles
------------------------------------------------- */
#header #mastlogo {
	position: absolute;
	width: 960px;
	height: 113px;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	background: #fff url(../../_art/mcs_banner.jpg) no-repeat left top;
	text-indent: -9000px;
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.1em;
	padding: 0 0 15px 0;
}

#respond h3 {
	padding: 0 0 2px 0;
}

/* nav
------------------------------------------------- */
#sitenav {
	width: 950px;
	text-align: left;
	padding: 5px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #333;
	text-align: center;
}

#sitenav ul {
	font-size: 1.4em;
	list-style-type: none;
	width: 100%;
}

#sitenav ul li {
	display: inline; 
	white-space: nowrap;
	padding: 0 10px;
}

#sitenav ul li a {
	color: #8d7365;
	text-decoration: none;
}

#sitenav ul li a:hover {
	color: #e2b9a4;
}

#sitenav ul li.current_page_item a, #sitenav ul li.current_page_parent a, #sitenav ul li.current_page_ancestor a {
	color: #e2b9a4;
}

#sitenav ul li ul {
	display: none; 
}

/* content
------------------------------------------------- */
.gallerypage p, .narrowcolumn p {
	width: 650px;
}


/* comments
------------------------------------------------- */
#respond textarea#comment {
	width: 600px;
}

div#commentwrap {
	margin: 25px 0 0 0;
	padding: 10px 0;
	border-top: 1px #000 dotted;
}

ol.commentlist {
	list-style-type: none;
}

#recaptcha_widget_div {
	margin: -20px 0 5px 0;
}

/* footer
------------------------------------------------- */
#footer #footercopy {
	margin: 15px 0 0 0;
}

#footer #footercopy p {
	font-size: 0.9em;
}

#footer #footercopy p.small {
	font-size: 0.8em;
	color: #666;
}

/* image gallery styles
------------------------------------------------- */
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	margin-top: -10px;
	width: 850px;
	}

.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	}

.gallery .gallery-item {
	overflow: hidden;
	list-style: none;
	text-align: left;
	}

.gallery-row {
	text-align: left;
}

.gallery-item {
	float: left;
	margin: 10px;
	width: 150px;
}

.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	height: auto;
	margin-bottom: 2px;
	}

.gallery-caption {
	margin-left: 0;
	}

/* Image sizes depending on the number of columns */
/* .col-0 { width: 100%; }
.col-1 { width: 100%; }
.col-2 { width: 50%; }
.col-3 { width: 33%; }
.col-4 { width: 25%; }
.col-5 { width: 20%; }
.col-6 { width: 16.5%; }
.col-7 { width: 14%; }
.col-8 { width: 12.4%; }
.col-9 { width: 11%; }
.col-10 { width: 10%; }
.col-11 { width: 9%; }
.col-12 { width: 8.33%; }
.col-13 { width: 7.6%; }
.col-14 { width: 7.1%; }
.col-15 { width: 6.66%; }
.col-16 { width: 6.25%; }
.col-17 { width: 5.83%; }
.col-18 { width: 5.55%; }
.col-19 { width: 5.25%; }
.col-20 { width: 4.95%; } */


/* image page styles
------------------------------------------------- */
.imagepage .leftcolumn {
	width: 600px;
	text-align: center;
	padding-right: 10px;
	float: left;
}

.imagepage .rightcolumn {
	width: 310px;
	padding-left: 10px;
	float: right;
}

.imagepage p {
	text-align: left;
}


.imagepage .entry {
	text-align: left;
}

.imagepage .navigation {
	width: 310px;
	display: block;
}

.imagepage .navigation .previous-thumb {
	width: 150px;
	margin-right: 5px;
	float: left;
	margin-bottom: 15px;
}

.imagepage .navigation .next-thumb {
	width: 150px;
	margin-left: 5px;
	float: right;
	text-align: right;
	margin-bottom: 15px;
}

