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

/* ©2011 Miles DeCoster - milesdecoster.com */
/* update 11-2011 */

 @font-face {font-family: 'QuebecSerial-MediumItalic';src: url('webfonts/13EC84_7.eot');src: url('webfonts/13EC84_7.eot?#iefix') format('embedded-opentype'),url('webfonts/13EC84_7.woff') format('woff'),url('webfonts/13EC84_7.ttf') format('truetype'),url('webfonts/13EC84_7.svg#wf') format('svg');}

 @font-face {font-family: 'QuebecSerial-Medium';src: url('webfonts/13EC84_9.eot');src: url('webfonts/13EC84_9.eot?#iefix') format('embedded-opentype'),url('webfonts/13EC84_9.woff') format('woff'),url('webfonts/13EC84_9.ttf') format('truetype'),url('webfonts/13EC84_9.svg#wf') format('svg');}



@font-face {
    font-family: 'Underwood';
    src: url('webfonts/underwood_champion-webfont.eot');
    src: url('webfonts/underwood_champion-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/underwood_champion-webfont.woff') format('woff'),
         url('webfonts/underwood_champion-webfont.ttf') format('truetype'),
         url('webfonts/underwood_champion-webfont.svg#UnderwoodChampionRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {margin:0; padding:0;}

body {
	font-family:"QuebecSerial-Medium", Verdana, Arial, sans-serif;
	font-size:100%;
	background-image:url(images/bg-paint.jpg);
	background-repeat:no-repeat;
	background-position:-150px 150px;
	background-attachment:fixed;
}
header, section, aricle, footer, aside, sidebar {
	display:block;
}
#wrapper {
	width:1000px;
	min-height:600px;
	border:solid 1px #555;
	margin-left:5%;
	background-color:#FFF;
}
header {
	position:relative;
	width:100%;
	border-bottom:solid 4px #333;
}
nav {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:30px;
	
}
nav ul {
	list-style-type:none;
	margin:0 auto;
	width:500px;
}
nav li {
	float:left;
	height:23px;
	width:120px;
	padding-top:7px;
	background-color:#900;
	color:#CCC;
	letter-spacing:1px;
	text-align:center;
	font-size:12px;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	margin-right:4px;
	box-shadow:2px 0px 4px #000;
}
nav a{
	text-decoration:none;
	color:#CCC;
}
.current {
	background-color:#700;
}

#latestnews {
	width:400px;
	padding:0 24px 0 0;
	min-height:400px;
	margin-bottom:-10px;
}
#latestnews img {
	border:solid 1px #000;
}
#facebookLink {
	width:150px;
	float:left;
}
	
#sidebar {
	width:400px;
	padding:0 24px;
	margin-left:550px;
	margin-top:24px;
}
#sidebar > img {
	width:398px;
	height:inherit;
	border:solid 1px #ccc;
}
#thumbPanel, #biography, #exhibitions {
	width:500px;
	min-height:500px;
	padding:0 25px 25px 25px;
	float:left;
}
.thumb {
	height:50px;
	width:80px;
	border:solid 1px #666;
	float:left;
	margin-top:10px;
	cursor:pointer;
}
footer {
	height:40px;
	background-color:#CCC;
}
.clearfloat {
	height:0;
	clear:both;
}
/* typography -------------------------------------------------- */

i {
	font-family:QuebecSerial-MediumItalic, Verdana, Arial, sans-serif;
}
header h1 {
	font-size:2em;
	position:absolute;
	top:70%;
	left:70%;
	color:#FFF;
	
}
header.biography h1 {
	color:#F00;
	text-shadow:2px 2px 2px #000;
}
header.contact h1 {
	color:#fff;
}
#biography {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:.9em;
	line-height:1.2em;
	text-indent:1.5em;
}
#exhibitions {
	font-family:"Quebec Serial Medium","QuebecSerial-Medium", Verdana, Arial, sans-serif;
	font-size:.9em;
	line-height:1.2em;
	text-indent:0;
}
#biography h1, #exhibitions h1 {
	font-size:1em;
	font-weight:normal;
	margin:10px 0 20px 0;
	text-align:center;
	background-color:#CCC;
	letter-spacing:8px;
}
#biography h1 + p {
	text-indent:0;
}
#latestnews h2 {
	font-size:1em;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:12px;
}
#latestnews p {
	font-size:.65em;
	line-height:1.1em;
}
#sidebar.caption {
	font-size:.8em;
	line-stacking:1.1em;
}
#sidebar ul {
	list-style-type:none;
	font-size:.9em;
	color:#930;
}
#sidebar a:link, #sidebar a:visited  {
	color:#930;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:active  {
	color:#930;
	text-decoration:underline;
}
#thumbPanel h3 {
	font-family:Underwood, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left:90px;
	font-weight:normal;
}
#thumbPanel li {
	padding-top:8px;
	border-top:solid 1px #ccc;
}
#thumbPanel ul {
	list-style-type:none;
}
#thumbPanel p {
	font-size:.75em;
	line-height:1.2em;
	margin-left:90px;
	margin-bottom:10px;
}
#thumbPanel a, #thumbPanel a:visited {
	color:#666;
}
footer p {
	font-size:.7em;
	padding-top:20px;
	color:#333;
	text-align:center;
}
footer a, #footer a:visited {
	text-decoration:none;
	color:#666;
}
#mailForm {
	padding:20px;
	height:500px;
}
#myform label {
	display:inline-block;
	width:100px;
}
#myform p {
	padding:5px 0;
}
.warning {
	color:#F00;
}
.continued {
	font-family:"Quebec Serial Medium", Verdana, Arial, sans-serif;
	text-indent:0;
	font-size:.75em;
	line-height:1.4em;
	color:#633;
	margin-top:4px;
}
/* ------------ lightbox styles -------------------------- */

#landscapes {
	display:none;
}
#windowOverlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:rgba(0, 0, 0, .7);
	display:none;	
}

#bigBox {
	position:relative;
	width:800px;
	height:580px;
	border:solid 1px #ccc;
	clear:both;
	margin:50px auto 0 auto;
	background-color:#000;
	-moz-box-shadow: 0px 5px 5px #000;
	-webkit-box-shadow: 0px 5px 5px #000;
	box-shadow: 0px 5px 5px #000;
	z-index:10;
	text-align:center;
	/*background: black url(images/spinner.gif) no-repeat scroll center center;*/
}
#overlayControls {
	position:relative;
	background-color:#666;
	border-left:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	border-right:solid 1px #ddd;
	border-top:none;
	width:500px;
	margin:-1px auto;
	display:none;
}
	
#prevNext {
	text-align:center;
	color:#ddd;
	padding:8px;
	margin:2px 0 0 0;
	cursor:pointer;
}

#closeMe {
	position:absolute;
	left:20px;
	top:10px;
	color:#999;
	cursor:pointer;
	font-weight:bold;
}
#stopSlides {
	color:#FFCCCC;
	display:none;
}
#stopSlides:active {
	color:#FF0000;
}
#playSlides {
	color:#99FFFF;
}
#playSlides:active {
	color:#339933;
}
#closeControls {
	margin-left:80px;
	color:#999;
}
#closeX {
	margin-right:50px;
}
.prevPic {
	padding-left:80px;
}
.rounded-corners {
    -moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-right-radius: 10px;
	 -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-radius: 10px;
    border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#stop {
	display:inline-block;
	width:40px;
}
#showControls {
	position:absolute;
	left:20px;
	bottom:10px;
	font-size:12px;
	color:#444;
	font-weight:bold;
	z-index:30;
}
/* ------------------------------- slideshow ---------------------------------*/

#slideWindow {
	position:relative;
	margin-top:10px;
	height:560px;
	width:800px;
	overflow:hidden;
	text-align:center;
}
#slideWindow li {
	position:absolute;
	top:0;
	left:0;
	width:800px;
	height:600px;
	list-style-type:none;
	text-align:center;
	z-index:8;
	background-color:#000;
}
#slideWindow li.active {
	z-index:10;
}
#slideWindow li.last-active {
	z-index:9;
}
#slideWindow p {
	text-align:center;
}
.caption {
	font-size:.82em;
	text-align:center;
	color:#006633;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	margin:0;
}
.description {
	font-size:0.7em;
	color:#BBB;
	letter-spacing:.1em;
}

.touchLinks {
	padding:4px 0 0 10px;
	background-color:#FC9;
	height:24px;
	margin-bottom:10px;
	font-size:1.2em;
}

@media all and (max-width: 900px) {
    /* styles for narrower desktop browsers and iPad portrait */
	#wrapper {
	width:800px;
	min-height:600px;
	border:solid 1px #555;
	margin-left:5%;
	background-color:#FFF;
	}
	header img {
		width:100%;
	}
	nav {
	display:block;
	}
	#thumbPanel, #biography, #exhibitions {
		width:90%;
		border-bottom:solid 1px #ccc;
		margin-bottom:15px;
	}
	#thumbPanel p {
		min-height:60px;
	}
	#thumbPanel li:last-child {
		
	}
	#sidebar {
		margin:10px 0 10px 20px;
		width:100%;
		border-top:solid 1px #ccc;
	}
	#sidebar > img {
		display:block;
		margin:0 auto;
	}
	#latestnews {
		margin:0;
		padding:0;
		width:400px;
		float:left;
	}
	#linklist {
		float:right;
		padding:0;
		margin:0;
		width:300px;
	}
	#linklist ul {
		padding:0;
		margin:0;
		width:200px;
	}
	#facebookLink {
		float:left;
		margin-top:10px;
	}

}