/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #cab792; color: #fff; text-shadow: none; }
::selection { background: #cab792; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #FFE6B1; }
a:visited { color: #FFE6B1; }
a:hover { color: #FFE6B1; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
html, body {
	background: #2f2e2c;
}
div#wrap_splash {
	background: #43423f url('img/html_splash_bg.png') top center no-repeat;
}
.main {
	width: 960px;
	margin: 0 auto;
}
div#top {
	padding: 50px 0 10px;
	margin: 0 0 20px;
	border-bottom: 1px solid #646361;
}
nav ul {
	margin: 0;
	padding: 30px 0 0;
	text-align: center;
}
nav ul li {
	display: inline-block;
}
nav ul li a, nav ul li a:active, nav ul li a:visited {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 20px;
	color: #aba89c;
	text-decoration: none;
}
nav ul li a:hover {
	color: #fff;
}
a.logo {
	width: 117px;
	height: 30px;
	background-image: url('img/pl_logo.png');
	margin: 0 auto;
}
div#carousel {
	overflow: hidden;
}
div#banner {
	width: 700px;
	border: 5px solid #5f5d58;
	margin: 0 auto;
	min-height: 470px;
	background: #2c2b29;
	overflow: hidden;
}
div#splash_quote {
	padding: 20px 0 50px;
	margin: 0 auto;
	width: 710px;
	text-align: center;
	font-size: 30px;
	font-style: italic;
	font-family: "Garamond", "Adobe Garamond Pro", Garamond, Georgia, serif;
	color: #c5b89e;
}
div#content {
	width: 720px;
	margin: 0 auto;
	font-size: 12px;
	color: #cccccc;
}
	div#content h1 {
		text-align: center;
		color: #f5f5f5;
		font-size: 30px;
		margin: 60px 0;
		text-transform: uppercase;
	}
footer {
	margin: 0 5px;
	padding: 20px 0;
	color: #ccc;
	font-size: 12px;
}
footer h2 {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
footer div#address_column {
	width: 150px;
	float: left;
	margin: 0 10px 0 0;
}
footer div#contact_column {
	width: 190px;
	float: left;
}
	footer div#contact_column span {
		color: #ffe6b1;
		display: inline-block;
		width: 15px;
	}
footer div#signup_column {
	float: right;
	width: 273px;
	text-align: right;
}
footer div#signup_column a {
	color: #ffe6b1;
	text-decoration: none;
}
footer div#signup_column a.footer_logo {
	width: 117px;
	height: 30px;
	background-image: url('img/pl_logo.png');
	margin: 0 0 10px 155px;
}
footer div#signup_column .signup_inputtext {
	background: #514f4b;
	color: #979593;
	border: none;
	height: 16px;
	width: 220px;
	padding: 8px;
	font-size: 12px;
	float: left;
}
footer div#signup_column .signup_submit {
	height: 32px;
	border: none;
	background: #cab792;
	color: #44403a;
	font-size: 10px;
	padding: 4px 15px;
	float: left;
}
footer div#copyright {
	background: transparent url('img/copyright_bg.png') repeat-x;
	margin: 15px 0 0;
	padding: 15px 0 0;
	text-align: center;
	color: #767574;
	font-size: 11px;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*=====Artist Page======*/
div#artist_description {
	margin: 0 5px;
}
div#exhibition_list {
	margin: 20px 0;
}
div#exhibition_list .exhibition {
	width: 350px;
	margin: 0 5px;
	float: left;
}
	div#exhibition_list div.exhibition h1 {
		font-size: 13px;
		border-bottom: 2px solid #d2b57c;
		margin: 0;
		padding: 0 0 5px;
	}
	div#exhibition_list div.exhibition ul {
		list-style: none;
		margin: 10px 0;
		padding: 0;
	}
	div#exhibition_list div.exhibition ul li {
		margin: 0 0 10px;
		overflow: auto;
	}
	div#exhibition_list div.exhibition ul li span.year {
		float: left;
		width: 40px;
		min-height: 10px;
	}
	div#exhibition_list div.exhibition ul li span.exhibit {
		float: left;
		width: 310px;
	}
div#artist_photolist {
	padding: 30px 0 20px;
}
	div#artist_photolist .photo {
		width: 110px;
		height: 110px;
		margin: 0 5px 10px;
		float: left;
		background: transparent;
		overflow: hidden;
		text-align: center;
	}
	div#artist_photolist .photo img {
		max-width: 200px;
		max-height: 200px;
	}

/*=====Artist List=====*/

div#artist_list {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 30px;
	font-size: 12px;
	color: #ccc;
}
	div#artist_list h1 {
		text-align: center;
		color: #f5f5f5;
		font-size: 30px;
		margin: 30px 0 0;
		text-transform: uppercase;
	}
	div#artist_list h2 {
		text-align: center;
		font-size: 24px;
		font-style: italic;
		font-family: "Garamond", "Adobe Garamond Pro", Garamond, Georgia, serif;
		color: #c5b89e;
		margin: 0 0 50px 0;
		font-weight: normal;
	}
	div#artist_list ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	div#artist_list ul li {
		padding: 0;
		margin: 0 5px 10px;
		width: 190px;
		height: 140px;
		float: left;
		background: #cfc5b3;
	}
	
	
/*=====Past Exhibitions=====*/
div#past_exhibition_list {
	margin: 20px 0;
}
div#past_exhibition_list .exhibition {
	margin: 0 5px;
}
	div#past_exhibition_list div.exhibition h1 {
		font-size: 15px;
		border-bottom: 2px solid #d2b57c;
		margin: 0;
		padding: 0 0 5px;
	}
	div#past_exhibition_list div.exhibition ul {
		list-style: none;
		margin: 10px 0;
		padding: 0;
	}
	div#past_exhibition_list div.exhibition ul li {
		margin: 0;
		overflow: auto;
		text-align: left;
	}
	div#past_exhibition_list div.exhibition ul li span.year {
		display: inline-block;
		font-weight: bold;
		color: #eee;
	}
	div#past_exhibition_list div.exhibition ul li span.clickmore {
		float:right;
		color: #ABA89C;
	}
	div#past_exhibition_list div.exhibition ul li span.exhibit {
		font-style: italic;
	}
	div#past_exhibition_list .show_hide {
		padding: 5px 0;
		border-bottom: 1px solid #54524D;
	}
	div#past_exhibition_list .exhibit_content {
		margin: 0 0 20px;
		padding: 20px;
		text-align: left;
		background: #54524D;
	}


/*=====Default=====*/
div#default {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 30px;
	font-size: 12px;
	color: #ccc;
}
	div#default h1 {
		text-align: center;
		color: #f5f5f5;
		font-size: 30px;
		margin: 60px 0;
		text-transform: uppercase;
	}
	div#default h1.withquote {
		margin: 30px 0 0;
	}
	div#default h1 a {
		color: #f5f5f5;
		text-decoration: none;
	}
	div#default h2 {
		font-size: 12px;
		color: #fff;
		margin: 20px 0 10px;
		padding: 0;
		text-align: center;
		font-weight: bold;
	}
	div#default h2.quote {
		text-align: center;
		font-size: 24px;
		font-style: italic;
		font-family: "Garamond", "Adobe Garamond Pro", Garamond, Georgia, serif;
		color: #c5b89e;
		margin: 0 0 50px 0;
		font-weight: normal;
	}

/*=======Page Backgrounds======*/
.photographic_medium {
	background: transparent url('img/photo_medium_bg.png') bottom left no-repeat;
}
.about_us {
	background: transparent url('img/about_bg.png') bottom left no-repeat;
}

/*=======Newsletter Sign Up======*/
div#newsletter_signup {
	text-align: center;
	padding: 0 0 30px;
}
div#newsletter_signup h1 {
	text-align: center;
	font-size: 30px;
	font-style: italic;
	font-family: "Garamond", "Adobe Garamond Pro", Garamond, Georgia, serif;
	color: #c5b89e;
	margin: 0 0 30px;
	font-weight: normal;
}
div#newsletter_signup label {
	display: block;
	width: 100px;
	text-align: center;
	font-size: 12px;
	color: #c5b89e;
	width: 100%;
}
div#newsletter_signup input {
	background: #86827b;
	border: 1px solid #979383;
	padding: 4px;
	color: #fff;
	font-size: 12px;
	width: 200px;
}
div#newsletter_signup input.submit {
	background: #34322e;
	color: #c5b89e;
	padding: 10px;
	border: 1px solid #2d2b26;
	width: auto;
}
div#newsletter_signup span.captcha {
	background: #efebe3;
	padding: 4px;
}

/*=====Exhibitions=====*/
div#exhibition {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 30px;
	font-size: 12px;
	color: #ccc;
}
	div#exhibition h1 {
		text-align: center;
		color: #f5f5f5;
		font-size: 30px;
		margin: 60px 0;
		text-transform: uppercase;
	}
	div#exhibition h1.withquote {
		margin: 30px 0 0;
	}
	div#exhibition h1 a {
		color: #f5f5f5;
		text-decoration: none;
	}
	div#exhibition h2 {
		font-size: 12px;
		color: #fff;
		margin: 20px 0 10px;
		padding: 0 0 10px;
		text-align: center;
		font-weight: bold;
		border-bottom: 2px solid #D2B57C;
	}
	div#exhibition h2.quote {
		text-align: center;
		font-size: 24px;
		font-style: italic;
		font-family: "Garamond", "Adobe Garamond Pro", Garamond, Georgia, serif;
		color: #c5b89e;
		margin: 0 0 50px 0;
		font-weight: normal;
	}
	.current_exhibition_content {
		background: #54524d;
		padding: 15px;
		clear: both;
	}
	.current_exhibition_content strong {
		color: #fff;
	}
	.current_exhibition_title {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		font-style: italic;
		margin: 0 0 15px;
	}
	
/*=====Contact Us=====*/
div#contact {
	width: 710px;
	margin: 0 auto;
	padding: 0 0 30px;
	font-size: 12px;
	color: #ccc;
}
	div#contact h1 {
		text-align: center;
		color: #f5f5f5;
		font-size: 30px;
		margin: 60px 0;
		text-transform: uppercase;
	}
	div#contact .contact_details {
		float: left;
		width: 230px;
		margin: 0 10px 0 0;
	}
	div#contact .contact_details h2 {
		font-size: 12px;
		color: #fff;
		margin: 0 0 10px;
		padding: 0 0 10px;
		text-align: left;
		font-weight: bold;
		border-bottom: 2px solid #D2B57C;
	}
	div#contact .contact_map {
		float: left;
		width: 470px;
		min-height: 300px;
		background: #e4d9c3;
	}
	div#contact div.contact_newsletter_signup {
		text-align: center;
	}
	div#contact div.contact_newsletter_signup h1{
		text-align: center;
		font-size: 32px;
		font-style: italic;
		font-family: "Garamond", "Adobe Garamond Pro", Garamond, Georgia, serif;
		color: #c5b89e;
		margin: 30px 0 20px 0;
		font-weight: normal;
		text-transform: none;
	}
	div#contact div.contact_newsletter_signup label {
		display: block;
		width: 100px;
		text-align: center;
		font-size: 12px;
		color: #c5b89e;
		width: 100%;
	}
	div#contact div.contact_newsletter_signup input {
		background: #86827b;
		border: 1px solid #979383;
		padding: 4px;
		color: #fff;
		font-size: 12px;
		width: 200px;
	}
	div#contact div.contact_newsletter_signup input.submit {
		background: #34322e;
		color: #c5b89e;
		padding: 10px;
		border: 1px solid #2d2b26;
		width: auto;
	}
	div#contact div.contact_newsletter_signup span.captcha {
		background: #efebe3;
		padding: 4px;
	}
	
.alignleft {
	float:left;
	margin: 0 15px 0 0;
}
.alignright {
	float:right;
}
.aligncenter {
	float:none;
	text-align: center;
}
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
