/*   
   Reset CSS
*/

			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;
			}



.screen-reader-text {
     position: absolute;
     left: -1000em;
}

p { 
	margin: 0px 0;
}

body {
	
	margin: 0;
	height: 0px;
}



#content {

	margin-top: -2px;
	margin-left: 135px;
	margin-right: 10px;
	padding-right:10px;
	margin-bottom:-300px;
	}


.topleft {
		float: left;
		margin: 0px 0px 0px 0px;
		text-align: left;
		position: fixed;
		top: 2px;
	}


.slideshow-wrapper p {
	margin-bottom:0 !important;
	padding-left:0px;
}

.slideshow-meta {
	
	font-family: Arial, sans-serif;
	font-style: normal;
	letter-spacing:0.06em;
	font-size: 4px;
	line-height: 6px;
	position:fixed;
	left:10px;
	top:10px;
	width:200px;
}
.slideshow-meta p {
	margin:0;
}

.slideshow-wrapper {
	position:relative;
	
}
.slideshow-prev {
	text-indent: -9999px;
	width: 40%;
	height:100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	cursor:w-resize;
}
.slideshow-wrapper > div > .slideshow-next {
	text-indent: -9999px;
	width: 60%;
	height:100px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor:e-resize;
}

.slideshow-wrapper {
	-webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
	-webkit-transition: opacity 1000ms ease 0;
	-moz-transition: opacity 1000ms ease 0;
	-ms-transition: opacity 1000ms ease 0;
	transition: opacity 1000ms ease 0;
	
}
.slideshow-wrapper.fadeIn {
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
}

#page-header {
  position: fixed;
  font-size: 4px;
font-family: Arial, sans-serif;
  left: 10px;
  top: 2px;
  z-index: 999;
  width: 10%; }
  
  .site-name {
  display: inline; }
  
  #page-footer {
  position: fixed;
  font-size: 4px;
font-family: Arial, sans-serif;
  left: 10px;
  bottom: 2px;
  z-index: 999;
  width: 10%; }
  
a {
  color: black;
  text-decoration: none; }

a.href-underlined {
  padding-bottom: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

a:hover { }
  
  a.mainnav:hover {
  padding-bottom: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid; }
  
  a img {
	border: none;
}