
body {
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Lato';
	font-style: thin;
}
header {
	font-family: 'Lato';
	font-style: thin;
}

.newspapernames {
	font-family: 'Lato';
	font-style:bold;
	font-size:24px;
	text-align:left;
	margin-top:30px;
	margin-left:25px;
}


header a,header a:link, nav a, nav a:link, a, a:link {
			text-decoration: none;
			font-weight: lighter;
			color:#000;
			width:151px;
			height:39px;
}

header a,header a:visited, nav a, nav a:visited, a, a:visited {
			text-decoration: none;
			font-weight: lighter;
			color:#000;
			width:151px;
			height:39px;
}

header a,header a:hover, nav a, nav a:hover, a, a:hover {
			text-decoration: none;
			font-weight: lighter;
			color:#909090;
			width:151px;
			height:39px;
}

header a,header a:active, nav a, nav a:active, a, a:active {
			text-decoration: none;
			font-weight: lighter;
			color:#fff;
			width:151px;
			height:39px;
}

p {
	font-family: 'Lato';
	font-size:15.5px;
	font-weight: 300;
	text-align:left;
	padding:0px 8px 8px 25px;
	line-height:23px;
	width:425px;
	float:left;
	margin:15px 0;
}

.pcopy {
	font-family: 'Lato';
	font-size:15.5px;
	font-weight: 300;
	text-align:left;
	padding:0px 0px 8px 25px;
	line-height:23px;
	width:425px;
	float:left;
	margin:15px 0;
}

.p2 {
	font-family: 'Lato';
	font-size:15.5px;
	font-weight: 300;
	text-align:left;
	padding:0px 0px 0px 0px;
	line-height:23px;
	width:425px;
	float:left;
	margin:15px 0;
}

h6 {
	font-family: 'Lato';
	font-size:15.5px;
	font-weight:normal;
	text-align:left;
	padding:5px 8px 8px 25px;
	line-height:23px;
	width:425px;
	float:left;
	margin:10px 0px;
}

.containcontact {
	margin-top:10px;
	margin-left:220px;

}
h5 {
	font-family: 'Lato';
	font-size:15.5px;
	font-weight:normal;
	text-align:left;
	margin:0;
	padding:15px 8px 0px 25px;
	float:left;
	width:425px;
	font-style:italic, bold;
}

.h5copy {
	font-family: 'Lato';
	font-size:15.5px;
	font-weight:normal;
	text-align:left;
	margin-top:20px;
	padding:15px 8px 8px 25px;
	float:left;
	width:425px;
	font-style:italic, bold;
}

h4 {
	font-family: 'Lato';
	list-style-type:none;
	font-size:36px;
	font-color:#000;
	font-weight:lighter;
	display:inline-block;
	text-align:center;
	margin:30px 10px 0px 10px;

	
}
h4 a{
	color: #000;
	margin: 0 30px;
}

header ul {
	text-align: justify;
	line-height: 0;
	margin:0 auto;
	width:1090px;
	list-style-type:none;
	padding:0;

}
header ul:after {
	content: '';
	display: inline-block;
	width: 100%;
}
header ul li {
	line-height:100%;
	display:inline-block;
	padding:32px 15px 15px 15px;
	background-color:#fff;
}
.logo{
	position: relative;
	top: 10px;

}

nav {
	width: 869px;
	margin:0 auto;
	height:77px;
	background-color:#fff;
	/*background-color:#fff;*/
	padding-bottom:0;
}
nav ul{
	width:869px;
	margin:0 auto;
	text-align: center;
	line-height: 0;
	padding:0;
	/*overflow:hidden;*/
}
.main {
	/*width: 1090px;*/
	width:100%;
	margin: 0 auto;
	height:600px;
	background-color:#fff;
	/*background-color:#fff;*/
	position:relative;
}
.downarrow {
	width:869px;
	float:left;
	margin:0 auto;
	padding-top:25px;
	text-align:center;
}
.centerdiv {
	width:869px;
	margin:0 auto;
	height:100%;
}
nav ul:after {
	content: '';
	display: inline-block;
	width: 100%;
}
nav ul li {
	line-height: 100%;
	display:inline-block;
	/*padding: 77px 15px 15px 15px;*/
	padding-top:35px;
	padding-right:10px;
	padding-left:10px;
	text-align:center;
}
.centernavdiv {
	width:869px;
	margin:0 auto;
}
footer {
	width: 1090px;
	margin:0 auto;
	height:49px;
	background-color:#fff;
	/*background-color:#fff;*/
}
footer ul {
	text-align: justify;
	line-height:0;
	margin:0 auto;
	width:1090px;
	list-style-type:none;
	padding:0;
}
footer ul:after {
	content: '';
	display: inline-block;
	width: 100%;
}
footer ul li {
	line-height:100%;
	display:inline-block;
	padding:15px 15px;
	margin:0 auto;
}


h1 {
	font-family: 'Lato';
	font-size:18px;
	font-weight:lighter;
}

h2 {
	font-family: 'Lato';
	font-size:32px;
	font-weight:lighter;
	color:#000;
}
h3 {
	font-family: 'Lato';
	font-size:09px;
	font-weight:lighter;
}



.thumbnailbox{
	display:inline-block;
	position:relative;
	overflow:hidden;
}

.thumbnailbox span.cut{
	width: 40px;
	height: 40px;
	background-image: url("images/cut.png");
	position: absolute;
	top: 0;
	left: -100px;
}

.thumbnailbox:hover span.cut{
	left: 0;
}

.imagelink {
	float:left;
	margin:0 auto;
	padding:8px 8px;
	width:200px;
	height:518px;
	position: relative;
	overflow: hidden;
}
.imagelink span.cut{
	width: 40px;
	height: 40px;
	background-image: url("images/about/cut.png");
	position: absolute;
	top: 0;
	left: -100px;
}
.imagelink:hover span.cut{
	left: 0;
}
.franphoto {
	float:left;
	margin:0 auto;
	padding:15px 8px 8px 8px;
}

#current {
	border:1px;
}

.leftnavdiv {
	margin:0 auto;
	padding-left:-400px;
	color:#000;

}

.rightnavdiv {
	margin:0 auto;
	padding-left:20px;
	color:#000;

}




div.img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #fff;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}

div.img img {
	display: inline;
	margin: 5px;
	border:1px solid #fff;
}

div.img a:hover img {
	border:1px solid #000;
}

/*div.desc {
	text-align: center;
	font-weight: lighter;
	width: 120px;
	margin: 5px;
}*/

#current {
	outline:1px solid gray;
	padding:8px;
}

#currentlower {
	border-bottom-style:solid;
	border-bottom-color:#000;
	border-bottom-width:1px;
	padding-bottom:2px;
	text-align:center;
}

.galleryphotos {
	padding: 15px 8px 8px 8px;
	float:left;
	width:395px;
	height:518px;
}

.bigsig {
	top:100px;
	width: 1000px;
	margin: 0 auto;
}

.fillspace {
	width:100%;
	height:250px;
}

.leftarticle {
	float:left;
	width:393px;
	height:517px;
	padding-right:0px;
	margin-left:0 auto;
}

.rightarticle {
	float:left;
	width:458px;
	height:517px;
/*	padding-left:0px;
	margin-left:170px;*/
	margin:0 auto;
}

.studiopicture {
	margin-top:15px;
	width:599px;
	height:293px;
	position:relative;
	left:138px;
}





/*Eliminates padding, centers the thumbnail */
body, html {
  padding: 0;
  margin: 0;
  text-align: center;
}

/* Styles the thumbnail */
a.lightbox img {
  height: 160px;
  width: 200px;
  border: 7px solid white;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);

  /*margin: 94px 20px 20px 20px;*/
  /*padding: 8px 8px;*/
}


/* Styles the lightbox, removes it from sight and adds the fade-in transition */
.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */
.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  /*border: 7px solid white;*/
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */
a.lightbox-close {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(255,255,255,0);
  color: #000;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 100px;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */
.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}

.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
  top: 0px;
}
