@charset "UTF-8";

/* CSS Document                  */
/* Written by Chris Converse     */
/* for Lynda.com                 */


body {
	background-color: #d5d2c3;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #555;
	font-size: 0.75em;
}

h1 {
	margin: 0px;
	color: #a32d61;
	font-size: 1.75em;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
}
h2 { margin: 0px; color: #a32d61; font-size: 1.25em; letter-spacing: 19px; font-weight: normal; text-transform: uppercase; }

p { margin: 0px 0px 15px 0px;  }
a img { border: none; }
a { color: #fff; }
a:hover { color: #bbb; }

a.contactLink {
	font-size: 1.1em; 0px right;	padding: 0px 30px 0px 0px;
	color: #fff;
	text-decoration: none;
	font-family: "Tahoma", "Geneva", sans-serif;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 2em;
}
a.zoom {
	font-size: 1.1em;
	font-family: "Tahoma", "Geneva", sans-serif;
	color: #fff;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-weight: normal;
	background: url(../images/template/link_zoom.png) no-repeat 0px 0px;
	padding: 0px 0px 5px 20px;
	text-decoration: none }

.clear_both { clear: both; line-height: 1px; }

.gallery_data { padding: 40px; display: none; }
.gallery_preload_area { display: none; }

.gallery_container { width: 960px; margin: 20px auto 0px auto; }

.gallery_credit { margin: 25px 0px 20px 15px; float: left; width: 500px; }
.gallery_type { margin: 25px 0px 20px 0px; float: left; width: 425px; text-align: right; padding: 4px 0px 0px 0px; }

.gallery_top {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background: url(../images/template/page_top.jpg) no-repeat 0px 0px;
}
.gallery_content {
	margin: 0px;
	padding: 15px 0px 1px 0px;
	background: url(../images/template/page_tile.jpg) repeat-y 0px 0px;
}
.gallery_bottom {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background: url(../images/template/page_bottom.jpg) no-repeat 0px 0px;
}
.gallery_thumbnails { width: 500px; margin-left: 40px; float: left; }
.gallery_thumbnails a {
	display: block;
	height: 75px;
	width: 75px;
	float: left;
	border: 1px solid #555;
	margin: 0px 23px 23px 0px;
}
.gallery_thumbnails a:hover { border-color: #fff; }
.gallery_thumbnails a.selected { border-color: #fff; }

.gallery_preview { width: 375px; height: 375px; float: left; }
.gallery_preview a { display: block; width: 375px; height: 375px; border: 1px solid #555; }
.gallery_preview a:hover { border-color: #fff; }

.gallery_contact { width: 477px; height: 60px; margin-left: 40px; padding-right: 23px; float: left; text-align: left; }
.gallery_caption { width: 375px; float: right; text-align: right; margin-right: 40px; }


/* Hide for browsers with no JavaScript support */

.gallery_data { display: block }
.gallery_thumbnails { width: auto; }
.gallery_preview { display: none; }
.gallery_caption {
	display: none;
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.3em;
 }

/*styling for footer*/
#gallerynav {
	margin: 0px 0px 20px 0px;
	float: right;
	text-align: right;
	color: #a32d61;
	font-size: 1.1em;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: "Tahoma", "Geneva", sans-serif;
	font-variant: small-caps;
	line-height: 2em;
	
}
#gallerynav a {
	text-decoration: none;
	color: #a32d61;
}
