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

/* GLOBAL STYLES */

/* remove default browser margin and padding */
* {
	margin:0;
	padding:0;
}
/* set font and padding for standard text */
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0 7px 7px 7px;
	line-height:1.3em;
}
/* set the width of all pages and center the content */
#wrapper, #wrapGal {
	width:965px;
	margin:auto;
	margin-top:1em;
	margin-bottom:1em;
	padding:4em 4em 3em 0;
	background-color:#e4d4b4;
}
/* add additional padding at the bottom of Gallery pages */
#wrapGal {
	padding-bottom:4em;
}
/* set color for current page links */
.selected {
	color:#14243c;
}
/* add more spacing for lower-content sections */
.spacing {
	line-height:2.1em;
}
/* add more spacing on top and bottom of select images, like on home page */
.imgSpace {
	margin-top:10px;
	margin-bottom:12px;
}

/* SIDEBAR STYLES - GENERAL */

/* general sidebar settings */
#sidebar {
	width:185px;
	min-height:450px;
	float:left;
	background-color:#e4d4b4;
	position:relative;
}
/* add space to the left of thumbnails on gallery pages */
#thumbnails {
	margin-left:5px;
}
/* float all thumbnails and add padding */
#thumbnails img {
	float:left;
	padding:4px;
}
/* absolutely position and center the logo, add space at the top */
#logo {
	margin:auto;
	padding-top:5px;
	clear:left;
	margin-left:20px;
	position:absolute;
	top:507px;
	left:15px;
}

/* SIDEBAR NAVIGATION STYLES */

/* remove bullets from ul in the navbar */
#nav ul {
	list-style-type:none;
}
/* style navbar list items for flyout menus */
#nav li {
	position:relative; /* needed for flyout menus */
	z-index:100;
}
/* make the first nav item - Albums - larger than the others */
.first {
	font-size:26px;
}
/* applies to navbar links, visited and unvisited */
#nav a, #nav a:link, #nav a:visited {
	text-decoration:none;
	font-family:Palatino, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#fff;
	display:block;
	height:40px;
	text-align:right;
	margin-right:10px;
	line-height:1.5em;
	outline-style:none;
}
/* navbar hover, active, and current page links */
#nav a:hover, #nav a:active, #nav li.selected a:link, #nav li.selected a:visited {
	color:#14243c;
}
/* darker font color only on main menu items, not related flyout items */
#nav a#highlight {
	color:#14243c;
}

/* FLYOUT MENU STYLES */

/* general flyout menu settings */
#nav li ul {
	position:absolute;
	top:0;
	left:100%;
	z-index:105;
	visibility:hidden;
}
/* make flyout visible on navbar hover */
#nav li:hover ul,
#nav li a:hover ul { /* IE6 hack */
	visibility:visible;
}
/* style flyout menu links */
#nav li:hover ul li a,
#nav li a:hover ul li a { /* IE6 hack */ 
	background:#ccb9a1;
	color:#fff;
	font-size:14px;
	text-align:left;
	display:block;
	width:90px;
	height:28px;
	line-height:28px;
	padding-left:15px;
}
/* hover on drop-down menu links */
#nav li:hover ul li a:hover,
#nav li a:hover ul li a:hover { /* IE6 hack */ 
	color:#14243c;
}
/* IE6 hack applies to its table flyout menus */
#nav table {
  margin:-1px; 
  border-collapse:collapse; 
  position:absolute;
  top:0em;
  left:99%;
  z-index:105;
}

/* CONTENT AREA STYLES */

/* indent right section and set a defined width */
#main {
	margin-left:185px;
	width:775px;
}
/* indent main content area on gallery pages and make width auto */
#mainGal {
	margin-left:185px;
	text-align:center;
}
/* set size and background for blue content area */
#content {
	background-image:url(images/blue_bg.jpg);
	background-repeat:no-repeat;
	min-height:525px;
	padding-top:85px;
}
/* settings for text area within blue content area */
#textArea {
	border:solid 3px white;
	width:550px;
	min-height:385px;
	margin:auto;
	padding:18px 25px;
}
/* settings for headings within text area */
#textArea h1 {
	text-align:center;
	color:#fff;
	font-family:Palatino, Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin-bottom:15px;
}
/* make text within the text area white */
#textArea p {
	color:#fff;
}

/* style links on the Gallery introduction pages */
#textArea ul {
    margin-top:35px;
	margin-left:50px;
	list-style-type:none;
}
/* less spacing above links on other pages besides Gallery intros */
#textArea ul.lessSpc {
	margin-top:15px;
}
/* make list items appear side by side */
#textArea li {
	float:left;
	width:auto;
}
/* add a border to the left of select links */
#textArea li.addBrdr {
	border-left:solid 1px #fff;
}
/* applies to links, visited and unvisited */
#textArea a, #textArea a:link, #textArea a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
/* different settings for links on Gallery intro pages */
.galleryLinks a, .galleryLinks a:link, .galleryLinks a:visited {
	text-decoration:none;
	font-size:16px;
	display:block;
	height:1.2em;
	width:10em;
	border-right:solid 1px #fff;
	text-align:center;
	line-height:1.2em;
	outline-style:none;
}
/* make link areas smaller on select text pages, non Gallery intros */
#textArea a.smaller {
	width:8.3em;
}
/* hover and active links */
#textArea a:hover, #textArea a:active {
	color:#999966;
}

/* FLOATED IMAGE STYLES ON NON-GALLERY PAGES */

/* float selected images to the left of content */
.floatLft img {
	float:left;
	margin-right:15px;
}
/* float selected images to the left of content and add extra space on top */
.floatLft2 img {
	float:left;
	margin-right:20px;
	margin-top:50px;
}
/* add extra spacing above content on success.html page */
.floatLft2 p {
	padding-top:100px;
}
/* add extra spacing on top of select areas */
.topSpace {
	margin-top:30px;
}
/* add a bit less space on top of other areas */
.topSpace2 {
	margin-top:25px;
}
/* add spacing between links on Links page */
.links {
	margin-bottom:6px;
}

/* TABLE STYLES - PURCHASE PAGE */

/* general table settings */
.table {
	margin-bottom:12px;
	margin-left:25px;
	color:#fff;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
/* make header row text bold */
.table .hdrRow {
	font-weight:bold;
}
/* make text in other cells bold as needed */
.bold {
	font-weight:bold;
}
/* underline select cells as needed */
.underline {
	border-bottom:dotted 1px white;
}

/* FORM STYLES - CONTACT PAGE */

/* standard form settings */
#form1 {
	padding-top:5px;
	margin-left:15px;
}

/* add spacing around form input fields */
#form1 input {
	margin-left:5px;
	margin-bottom:5px;
}

/* give a set width and space above text area on form */
#form1 textarea {
	width:470px;
	margin-top:10px;
}

/* make the submit button larger and centered */
#form1 .submit {
	margin-left:200px;
	font-size:18px;
	width:75px;
}

/* GALLERY STYLES */

/* IE hacks below */

/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }

/* settings for variable size box on Gallery pages - DO NOT EDIT! */
#box
	{
	padding:0;
	/* width:auto;	*/	         /* <-- use this to tie width to viewport size */
	text-align:center; 
	margin:auto;
	width:auto;
	}
 	
		
/* ---=== border code follows  - FYI ONLY ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

/* specific settings for sides of blue box on Gallery pages - DO NOT EDIT! */
#tlc, #trc, #blc, #brc {
	background-color: transparent;
	background-repeat: no-repeat;
}
#tlc {
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
}
#trc {
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
}
#blc {
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
}
#brc {
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
}
#tb, #bb {
	background-color: transparent;
	background-repeat: repeat-x; 
}		
#tb {
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
}
#bb {
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
}
#rb {
	background-image:url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}
#lb {
	background-image:url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}
/* settings for large image display area */
#lgImg {
	margin:auto; 
	width:auto; 
	padding:15px; 
	text-align: center;
	vertical-align: middle; 
	background-color:#14243c;
}	

/* FOOTER STYLES */

/* basic styling of footer */
#footer {
	margin-top:5px;
	clear:both;	
}
/* remove bullets from ul in the footer */
#footer ul {
	list-style-type:none;
}
/* make footer items appear side by side */
#footer li {
	float:left;
	width:auto;
}
/* applies to footer links, visited and unvisited */
#footer a, #footer a:link, #footer a:visited {
	text-decoration:none;
	font-family:Palatino, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#fff;
	display:block;
	height:1.5em;
	width:7em;
	text-align:center;
	line-height:1.5em;
	outline-style:none;
}
/* footer hover, active, and current page links */
#footer a:hover, #footer a:active, #footer li.selected a:link, #footer li.selected a:visited {
	color:#14243c;
}
/*styling of the copyright line, center and add top spacing */
#copyright {
	margin:auto;
	margin-top:15px;
}
/* styling of text in copyright line */
#copyright p {
	text-align:center;
	font-size:12px;
	color:#14243c;
}