@charset "UTF-8";
/* CSS Document */

/*   !!!  General comments  !!!   */
/*  Colors:
 Light gray background: ececec
 Dark brown: 95682a
 Light brown: e3cfbe
 Dark gray: 959595
*/

/*   !!!  @font-face declarations  !!!   */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 11, 2012 */


@font-face {
    font-family: 'VegurOblique';
    src: url('../fonts/vegur-o_0.602-webfont.eot');
    src: url('../fonts/vegur-o_0.602-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vegur-o_0.602-webfont.woff') format('woff'),
         url('../fonts/vegur-o_0.602-webfont.ttf') format('truetype'),
         url('../fonts/vegur-o_0.602-webfont.svg#VegurOblique') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VegurRegular';
    src: url('../fonts/vegur-r_0.602-webfont.eot');
    src: url('../fonts/vegur-r_0.602-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vegur-r_0.602-webfont.woff') format('woff'),
         url('../fonts/vegur-r_0.602-webfont.ttf') format('truetype'),
         url('../fonts/vegur-r_0.602-webfont.svg#VegurRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*   !!!  Document wide declarations  !!!   */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, ol, ul, li, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, menu, nav, section { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

header, section, nav, aside, footer {
	display: block;
}

html {
	font-size: 10px;
}

ol, ul { 
	list-style: none;
}

html { 
	background-color: #ececec;
	font-family: VegurRegular, Arial, Helvetica, sans-serif;
}

.navMenu, .navMenu2, .navMenu ul, .navMenu li {
	margin: 0px;
	padding: 0px;
}

/*   !!!  desktop style  !!!   */
@media only screen and (min-width: 481px) {

.pageContainer { 
	margin: 50px auto;
	width: 960px;
	height: 640px;
	position: relative;
	background-color: #FFF;
}

header {
	border-top: 47px solid white;
	width: 960px;
	height:62px;
	background-color: #95682a;	
}

header h1 {
	display: block;
	float: left;
	margin: 20px 0 0 70px;
	font-size: 2.3em;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: .22em;
}

header p {
	display: block;
	float: left;
	margin: 12px 0 0 278px;
	width: 330px;
	font-size: 1.1em;
	color: #e3cfbe;
	letter-spacing: .07em;

}

p b {
	font-family: VegurOblique;
	font-weight: normal;
}


/*   !!!  Main Content declarations  !!!   */

section.mainContent {
	margin:32px 0px 0px 70px;
	width: 890px;
	height: 373px;
	position: relative;
}

nav {
	float: left;
	margin-top: 30px;
	width: 220px;
}

/*styles for navigation*/

#mainNav select {
	display: none;
}

/*sets width which makes inline-block elements stack vertically*/
.navMenu {
	width: 150px;
}

/*initially hides submenu from view*/
.navMenu ul {
    display: none;
    position: absolute;
    margin-left: 5px;
}

/*sets display of main menu items; overrides defaults for anchor tags*/
.navMenu a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 1.4em;
	letter-spacing: .22em;
    padding: 4px;
}
.navMenu li {
	display: inline-block;
    list-style-type: none;
    text-transform: uppercase;
    width: 120px;
    line-height: 1.6em;
    margin-bottom: 34px;
    margin-left: -5px;
}

/*sets hover state for anchors*/
.navMenu li a:hover {
    color: #95682a;
}

/*sets display of sub menu items; overrides defaults for anchor tags*/
.navMenu2 li {
	text-align: center;
	display: inline-block;
    list-style-type: none;
	/*line-height: .6em;*/
    margin-bottom: 0px;
    width: 20px;
    border: 1px solid black;
    margin-right: 10px;
}
.navMenu2 a {
	display: inline-block;
	vertical-align: bottom;
	font-family: VegurRegular, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing: -0.08em;
	color: #000;
	line-height: 1.25em;
	width: 12px;
	height: 12px;
	background: #fff; 
}
.navMenu2 a:hover {
    background-color: #cec4b6;
}

/*sets display of GALLERY text; overrides defaults for anchor tags*/
li#gallery  {
	text-align: center;
	display: inline;
    list-style-type: none;
    margin-bottom: 0px;
    width: 0px;
    border: 1px solid white;
    margin-right: 36px;
}
#gallery a {
	font-family: VegurRegular, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	font-size: 1.1em;
	color: #6d4813;
	line-height: 2.2em;
	width: 18px;
	height: 18px;
}
#gallery a:hover {
    background-color: #fff;
    cursor: default;
}

/*sets display of current gallery icon; overrides defaults for anchor tags*/
a#currentGallery {
	color: #fff;
	background-color: #95682a;
    cursor: default;
}
#currentGallery a:hover {
	color: #fff;
	background-color: #95682a;
}

/*changes the display of the submenu from none to inline-block, to make visible*/
.navMenu li:hover > ul {
    display: inline-block;
}

.endmenu {
    clear: left;
}

#contact {
	display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 1.4em;
	letter-spacing: .22em;
	margin-top: 50px;
}

#contactCurrent {
	display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #95682a;
    font-size: 1.4em;
	letter-spacing: .22em;
	margin-top: 50px;
	cursor: default;
}


a#contact:hover {
    color: #95682a;
}


/*end styles for navigation*/

.thumbnails {
	margin-left: 272px;
	width: 680px;
	height: 67px;
}

.thumbnails a {
	display: block;
	text-decoration: none;
	float: left;
	margin-right: 4px;
	width: 56px;
	height: 52px;
	border: 2px solid white;
}

.thumbnails a:hover {
	border: 2px solid #95682a;
}

.thumbnails a.thumbnailSelected {
	border: 2px solid #95682a;
}

.imageViewer {
	display: block;
	float: right;
	width: 620px;
	height: 325px;
	margin-right: 48px;
	text-align: center;
}

.homeImageViewer {
	display: block;
	float: right;
	width: 620px;
	height: 325px;
	margin-right: 48px;
	text-align: center;
}


.imageViewer a {
		display: table-cell;
		text-decoration: none;
		width: 620px;
		height: 325px;
		vertical-align: bottom;
	}

.imageDescription {
	display: block;
	float: right;
	width: 620px;
	height: 40px;
	margin-right: 48px;
	margin-top: 8px;
}

.imageDescription p {
	text-align: center;
	font-size: 1.1em;
	color: #888;
	letter-spacing: .02em;

}

.enlarge a {
	text-decoration: none;
	font-size: 0.9em;
	color: #bbb;
	letter-spacing: .05em;
	text-transform: uppercase;
	line-height: 1.9em;
}

.imagePreloadArea {
	display: none;
}

/*   !!!  Footer declarations  !!!   */

footer p {
	margin-left: 70px;
	font-size: 1em;
	color: #777;
	letter-spacing: .05em;
	line-height: 7em;
}

/*   !!!  Contact declarations  !!!   */

#contactViewer {
	display: block;
	float: left;
	width: 500px;
	margin: 26px 0 0 55px;
	text-align: left;
}

}
/*  !!! end desktop style media declarations !!!  */




/*   !!!  mobile style  !!!   */
@media only screen and (max-width: 480px) {*/

html { 
	background-color: #fff;
}

.pageContainer { 
	margin: 0px auto;
	width: 480px;
	height: 280px;
	position: relative;
	background-color: #FFF;
}

header {
	border-top: 18px solid white;
	width: 480px;
	height:30px;
	background-color: #95682a;	
}

header h1 {
	display: block;
	float: left;
	margin: 9px 0 0 40px;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: .22em;
}

header p {
	display: none;
}

p b {
	font-family: VegurOblique;
	font-weight: normal;
}


/*   !!!  Main Content declarations  !!!   */

section.mainContent {
	margin:10px 0px 0px 40px;
	width: 440px;
	/*height: 205px;*/
	position: relative;
}

nav {
	margin-top: 15px;
	width: 440px;
}

/*styles for navigation*/

#mainNav select {
	float: left;
	display: inline-block;
	width: 165px;
	height: 20px;
}

#contact {
	float: right;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 1.1em;
	letter-spacing: .22em;
	margin-top: 2px;
	margin-right: 40px;
}

/*sets drop down menus to not display*/
.navMenu {
	display: none;
}

.endmenu {
    clear: left;
}


#contactCurrent {
	float: right;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 1.1em;
	letter-spacing: .22em;
	margin-top: 2px;
	margin-right: 40px;
	cursor: default;
}


a#contact:hover {
    color: #95682a;
}


/*end styles for navigation*/

.thumbnails {
	clear: both;
	margin: 60px 0px 0px 40px;
	width: 350px;
}

.thumbnails a {
	display: block;
	text-decoration: none;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 56px;
	height: 52px;
	border: 2px solid white;
}

.thumbnails a:hover {
	border: 2px solid #95682a;
}

.thumbnails a.thumbnailSelected {
	border: 2px solid #95682a;
}

.imageViewer {
	display: none;
}

.homeImageViewer {
	display: block;
	float: left;
	width: 400px;
	height: 160px;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
}

/*.homeImageViewer img {
	height: 170px;
}*/

.imageContent {
	display: hidden;
}

.imageDescription {
	display: none;
}

.enlarge {
	display: none;
}

.imagePreloadArea {
	display: none;
}

/*   !!!  Footer declarations  !!!   */

footer {
	clear: both;
	margin-left: 40px;
}

footer p {
	padding-top: 10px;
	font-size: .8em;
	color: #777;
	letter-spacing: .05em;
}

/*   !!!  Contact declarations  !!!   */

#contactViewer {
	clear: both;
	display: block;
	float: left;
	width: 240px;
	margin: 10px 0 0 0px;
	text-align: left;
}

#contactViewer img {
	display: block;
	float: left;
	width: 260px;
}

#contactViewer a img {
	display: block;
	float: left;
	width: 150px;
}


}
/*  !!! end mobile style media declarations !!!  */



