@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
/*================================================================*/
/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.9666%;
	padding-left: 1.5166%;
	padding-right: 1.5166%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#wrapper {
	float: left;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #600;
	box-shadow: 0em 0em 2em 1em #666;
	position: relative;
}
#pageHeader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFC;
	position: relative;
	height: auto;
}
.logoP {
	float: left;
	margin-left: .5em;
	width: 25%;
	height: auto;
	display: inline;
}
.logoD {
	display: none;
}
#pageHeader h1 {
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2em;
	color: #600;
	text-shadow: 2px 2px 2px #963;
	/*float: left;*/
	text-align: center;
	position: relative;
}

#headerInfoP {
	float: right;
	width: 100%;
	height: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #9A2F14;
	position: relative;
	text-align: center;
	display: block;
}
#headerInfoD {
	display: none;
}
.noStyle {
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	display: block;
}
#pageNav {
	clear: both;
	float: left;
	margin-left: auto;
	width: 100%;
	height: 2em;
	display: block;
	background-color: #FFC;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #957158;
	text-decoration: none;
	margin-right: auto;
	padding-bottom: 0.5em;
	position: relative;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #3A271B;
}
/*Page Navigation Link Styling - START*/
#pageNav a, #pageNavP a {
	color: #957158;
	text-decoration: none;
}
#pageNav a:link, #pageNavP a:link {
	color: #957158;
    text-decoration: none;
}
#pageNav a:visited, #pageNavP a:visited {
	color: #957158;
    text-decoration: none;
}

#pageNav a:hover, #pageNavP a:hover {
	color: #3E261C;
	text-decoration: none;
	font-size: 1.35em;
	-webkit-transition: all .25s ease-in 0s;
	-moz-transition: all .25s ease-in 0s;
	-ms-transition: all .25s ease-in 0s;
	-o-transition: all .25s ease-in 0s;
	transition: all .25s ease-in 0s;
}

#pageNav a:active, #pageNavP a:active {
	color: #3E261C;
	text-decoration: none;
}
/*Page Navigation Link Styling - END*/

#mainContent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	background-color: #960;
	color: #FFFEE1;	/*padding-left: 2%;*/
}
#contentMain {
	clear: both;
	float: left;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;	
}
#contentMain h1 {
	margin-left: 2%;
	font-size: 2em;
	font-weight: bolder;
	text-shadow: 1px 1px 2px #262209
}
#contentMain h2 {
	text-shadow: 1px 1px 2px #262209;
}
#galleryIndexP {
	clear: both;
	position: relative;
	width: 100%;
	height: auto;
}
.galleryThumbP {
	position: relative;
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;	
}
#galleryIndexD {
	display: none;
}
.galleryThumbD {
	display: none;
}
#expandedImage {
	display: none;
}
#pageFooter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFC;
}
#copyright {
	width 50%;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	color: #5C1C14;
	display: block;
	height: auto;
	text-align: center;
}
#author {
	position: relative;
	float: left;
	width: 50%;
	height: auto;
	font-family: "Comic Sans MS", cursive;
	font-size: x-small;
	font-style: italic;
	color: #5C1C14;
}
/*==============================================================================*/
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#pageHeader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.logoP {
	display: none;
}
.logoD {
	float: left;
	margin-left: .5em;
	margin-top: .25em;
	width: 20%;
	height: auto;
	display: inline;
	
}
#pageHeader h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2.4em;
	color: #600;
	text-shadow: 2px 2px 2px #963;
	float: left;
	width: 100%;
	display: block;
	
}
#headerInfoD {
	float: right;
	width: 50%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #9A2F14;
	position: relative;
	text-align: center;
	margin-top: .8em;
	display: block;
}
#headerInfoP {
	display: none;
}
#pageNav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#mainContent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#galleryIndexP {
	display: none;
}
#galleryIndexD {
	position: relative;
	width: 30%;
	height: auto;
	float: left;
	display: block;
	margin-left: 0px;
	padding-top: 1.5em;
}
.galleryThumbP {
	width: 60%;
}
#expandedImage {
	float: right;
	margin-top: 1.5em;
	margin-right: 2em;
	margin-bottom: 2em;
	width: 60%;
	min-height: 15em;
	height: auto;
	display: block;
}
#pageFooter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.clr {
	clear: both;
}
}
/*===================================================================================================*/
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#pageHeader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.logoP {
	display: none;
}
.logoD {
	float: left;
	margin-left: .5em;
	width: 12%;
	height: auto;
	margin-top: .5em;
	display: inline;
}
#pageHeader h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 3em;
	color: #600;
	text-shadow: 2px 2px 2px #963;
	float: left;
	width: 60%;
	margin-top: 1em;
	
}
#headerInfoD {
	float: right;
	width: 23%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #9A2F14;
	position: relative;
	text-align: center;
	margin-right: 1em;
	margin-top: 1em;
	display: inline;
}
#pageNav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#mainContent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#pageFooter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	min-height: 5em;
	height: auto;
}

}
