
@media screen {

/************* C S S   R E S E T ************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*********** END CSS RESET *************/


/****** B A S I C   S T Y L E S ******/

* {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

img {
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
}

body{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arvo, serif;
	font-size:1em;
	line-height: 1.3em;
	color: #333333;
	background: url("pix/bgs/parchment4px.png") repeat scroll center top ;
	/* yparch.gif parchment4px.png parchment5px.png */
}

a {
    color: #286EA0;
    text-decoration: none;
}

i, em, cite {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}
p {
	padding: 0 0 1.1em 0;
}


h1{
	
	font-size: 1.5em;
	color: rgb(102, 102, 102); 
	font-style: normal;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
/*	font-family: Verdana,Arial,Helvetica,sans-serif; */
	margin: 0 0 .75em 0;
    
    text-shadow: 4px 4px 7px #888;
}

h2{
	font-size:1.1em;
	color: rgb(102, 102, 102); 
/*	color:#000033; */
	font-style: normal;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
/*	font-family: Verdana,Arial,Helvetica,sans-serif; */
	margin: 0 0 .5em 0;
    
    text-shadow: 3px 3px 5px #888;
}
/****** END BASIC STYLES ******/


/****** N A M E D   D I V S ******/

#rendertests {
width: 960px;
margin-left: auto;
margin-right: auto;
}


.wrapper {
}

header {
height: 170px;
background-image: url("pix/bgs/swdbanner.png");
margin-bottom: 2em;
}


.leftcol  {
float: left;
clear: left; /* need to clear when several leftcols in a row*/ 
width: 260px;
padding: 0;
font-size: 1em;
text-align: left;
}

.leftcol .index {
	line-height: 1.3em;
}

.maincol {
margin-left: 280px;
padding: 0;
}

.abovefooter {
	clear:both;
}

.navyborder {
border: 1px solid #000033;
}

.pixleft {
	float: left;
	margin: 0 1em 1em 0;
	}
.pixright {
	float: right;
	margin: 0 0 1em 1em;
	}

footer {
clear: both;
border-top: solid 2px rgb(102, 102, 102);
/* width: 850px; */
margin-top: 3em;
margin-left: auto ;
margin-right: auto ;
font-family: 'Sanchez', serif;
font-size: .8em;
color: rgb(102, 102, 102);
}
/****** END NAMED DIVS ******/



/****** G E N E R A L   C L A S S E S ******/
.goldborder, .gal img.goldborder, table.gal,
.leftcol .maingal img
{
	border: solid 2px #cba77a;
	}

.gold {
	color: #cba77a;
	}
	
	
.dropshadow,
.leftcol .maingal img
{
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
	}	

.textshadow {
	text-shadow: 3px 3px 5px #888;
	filter: dropshadow(color=#888, offx=3, offy=3);
}
	
.indexpullquote {
	width: 200px;
	margin-left: 90px;
	color: rgb(102, 102, 102);
	font-family: 'Arvo', sans-serif;
	font-style:italic;
	font-size: 1em;
	line-height: 1.2em;
	}

.inlinepullquote {
	width: 400px;
	color: rgb(102, 102, 102);
    margin: auto;
	font-family: 'Arvo', sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}

.bulletlist li { /* Basic bullets */
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em; 
	padding-left: 1.25em;
	line-height: 1.2em;
	margin-bottom: .3em;
	}

.searchbox {
	background: #FEE07D;
	font-size: 0.9em;
	font-style: italic;
	border-radius: 3px;
	box-shadow: inset 0 0 10px rgba(255,255,255,.75);
}

	
	
.cinter {
margin: auto;
text-align: center;
}

.left {
	float: left;
}
.right {
	float: right;
}

.cleft { clear: left; }
.cright { clear: right; }

.tright {
	text-align: right;
}

.grey {	/* e.g. phone number */ 
	color: rgb(102, 102, 102);
	font-family: Lato,Arial,Helvetica,sans-serif;
}



/****** END GENERAL CLASSES ******/




/********** G A L L E R I E S **********/

.viewmodes a:hover, .viewmodes .currentmode { color:#800; }

.iblock {display: inline-block;}
a.taghover:hover {
	color: rgb(50, 50, 50); 
/*	blue: color: #286EA0;
	red: color:#800;
*/
}

.viewmodes {
	position: relative;
	border-bottom: solid 2px #cba77a;
}

.searchright {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
}

.tag {
    display: inline-block;
	color: rgb(62, 109, 142);
    background-color: rgb(224, 234, 241);
    border-bottom: 1px solid rgb(179, 206, 225);
    border-right: 1px solid rgb(179, 206, 225);
    padding: 3px 4px;
    margin: 2px 2px 2px 0px;
    text-decoration: none;
    font-size: 90%;
    line-height: 1.2;
    font-family: 'Lato', sans-serif;
/*	font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif; */
}

a.tag:hover {
	background-color: rgb(196, 218, 233);
	border-bottom: 1px solid rgb(196, 218, 233);
	border-right: 1px solid rgb(196, 218, 233);
}



.gal {
	margin-top: 10px;
	}

.gal img, .gallerylines img {
	border-radius: 3px;
	display:block;  
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
}

.gal img { border: 2px solid black; }
.gallerylines img.before { border: 2px solid #800; }
.gallerylines img.after { border: 2px solid #060; }


.maingal img:hover {
	border:2px solid #cba77a;
} 

figure.maingal { vertical-align: top; }

.maingal {
	position: relative;
	float: left;
	margin:10px;
		}

.leftcol .maingal {
	margin: 0 0 10px 0;
		}


.gallerylines {
	margin: auto;
	}

/*
.gallerylines figure {
	display: inline-block;
}
*/
		
figure.maingal.hero {
	display: block;
	float:none; 
	/* the top margin collapses, so setting it through positioning instead */
	top: 10px;
	margin: 20px auto; 
	}		



.maingal figcaption {
	display: none;
	position: absolute;
	bottom: 2px;
	left: 2px; 
	height: 2.5em;
	background-color: black;
	background-color: rgba(0,0,0,.5);
	color: white;
	border-top: 1px solid #cba77a;
	overflow: hidden;
}

.maingal:hover figcaption {
	display: table;
	}

.maingal figcaption>span { /* the caption text */
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size:90%;
	line-height: 1em;
	}

table.gal {
	table-layout:fixed;
	width: 100%; 
	display:block !important;
	border-collapse: separate;
	border-spacing: 28px 3px;
	padding: 10px 0;
}

table.gal img {	}


/********** END GALLERIES **********/




/********************** N A V I G A T I O N ************************/

nav {
margin: 0 0 1em 0;
}

nav > ul { text-indent:0px; list-style:none; float:right; 
font-family: 'Sanchez', serif; font-size:1.3em; font-weight:400;

}
nav > ul > li { display:inline; float:left; position:relative; border-left: solid 2px #cba77a; margin: 0; }
nav > ul > li > a { 
	display:block; 
	float:left; 
	height: 40px; 
	padding: 10px 15px 0px 20px; 
	text-decoration:none; 
	color:#373737;
		}
nav > ul > li:hover > a, nav > ul > li > a:hover { text-decoration:none; background-color: rgba(255,255,255,.4); }

.subnav {
	position:absolute;
	z-index: 100;
	display:none;
	margin: 40px 0px 0px 0px;
	background: #cba77a;
	width: 232px;
	float:left;
	padding: 0px 0px 5px 3px;
	}

/* Unhide the SubNav */
.mainnav > li:hover > ul {
	display:block;
}

.subnav > li {
	position: relative; /* anchor for the a tag */
	margin:0 10px;
/*	line-height:40px;*/
	display: inline;
	float:left;
	height: 45px;
	margin: 5px 2px 0px 2px;
	width: 225px !important;
	background-color: #f8f6e6;
	}

.subnav > li > img {
	margin: 2px 5px 0px 2px;
	float:left;
	}
.subnav > li > a {
	display: inline-block; 
	position: absolute;
	bottom: 7px; 
	width: 170px;
	text-indent: 10px;
	float:left;
	font-style:italic;
	font-weight: 400;
	color:#373737;
	}

.subnav > li > a:hover {
	/* color:#405431; */
	text-decoration: underline;
}

/********** END NAVIGATION **********/

/********** ANIMATION **************/
@-webkit-keyframes fadein {	0% {opacity: 0;} 100% {opacity: 1;} }
@-moz-keyframes fadein { 0% {opacity: 0;} 100% {opacity: 1;} }
@-o-keyframes fadein {	0% {opacity: 0;} 100% {opacity: 1;} }
@keyframes fadein {	0% {opacity: 0;} 100% {opacity: 1;} }

.fadein {
	-webkit-animation:  fadein 7s ease-in 1 normal 0s forwards;
	-moz-animation:  fadein 7s ease-in 1 normal 0s forwards;
	-o-animation: fadein 7s ease-in 1 normal 0s forwards;
	animation:  fadein 7s ease-in 1 normal 0s forwards;
}

/********** END ANIMATION **************/

} /* END @media screen */ 


@media print {

* {
	background: white !important;
	color: black !important;
	}

body {
margin: 0 auto;
padding: 0;
font-family: "Times New Roman",Serif;
}

header
{
display: none;
}

nav, .leftcol, .maincol, footer {
float: none !important;
width: auto;
margin: 0;
padding: 0;
font-size: 11pt !important;
}


h1 {
font-size: 20pt !important;
}

h2 {
margin: 0 0 .5em 0;
font-size: 16pt !important;
}

a {
text-decoration: underline;
color: #0000FF;
}

} /* END @media print */ 

