/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
body {
	line-height: 1;
}
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 OF RESET */




body {
	width:100%;
	background: url('img/subtle_stripes.png');
}

hr.horizontal {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
	
#content-center {
	max-width:1200px;
	min-width: 1200px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	margin-top: 30px;
	padding: 35px 25px 35px 25px;
	-moz-box-shadow:    3px 3px 3px 4px #ccc;
  	-webkit-box-shadow: 3px 3px 3px 4px #ccc;
  	box-shadow: 3px 3px 3px 4px #ccc;
  	min-height: 1600px;
}
#pre-header{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	height:35px;
	border-bottom:1px solid #4377B8;

	}
	
#pre-header h2 {
font-family: 'Raleway', sans-serif;
text-transform:uppercase;
font-size: 16px;
font-weight: 600;
color: #000;
text-align: center;
position: static;
padding:10px;

}
	
	
#nav ul {
	width:335px;
	margin:0 auto;
	}
	
#nav li {
	float:left;
	/*border-left:solid #000 2px;*/
	height:20px;
	font-family: 'Raleway', sans-serif;
	}
	
#nav li a {
	color: black;
	border-left:solid #000 2px;
	padding: 10px 35px;
	-webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
       -o-transition: all .5s ease;
      -ms-transition: all .5s ease; 
          transition: all .5s ease;
	}	
#nav li:first-child a {
	border-left:none;
	}
#nav li a:hover {
	color: #fff;
	background: #000;
	}	
	
	
a {
	text-decoration:none;
	color:#000;
	}

h1 {
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size: 60px;
	margin-bottom: 15px;
	text-transform: uppercase;

}
h1 span {
font-family: 'Playfair Display', serif;
font-style: italic;
font-weight: 700;
color: #4377B8;
}

h2 {
font-family: 'Playfair Display', serif;	
font-size: 30px;
font-weight: 600;
color: #fff;
position: absolute;
top: 8px;
left: 155px;
}

h4 {
	font-family: 'Playfair Display', serif;	
	font-size: 20px;
	font-weight: 600;
	}
.banner{
	background:url('img/banner.png') no-repeat; 
	height: 52px;
	position: relative;
	margin-left: 325px;
}
p {
	font-family: 'Raleway', sans-serif;
	line-height:130%;
}
.copy {
	text-align: left;
	float:left;
	width:369px;
	margin-top: 15px;
	margin-left:15px;
	}
	
.copy p {
	margin-bottom:20px;
	}	
.copy p strong {
	font-weight:700;
	}
.photo {
	height: 257px;
	width: 369px;
	overflow: hidden;
	float:left;
	margin: 15px;
	 -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
       -o-transition: all .5s ease;
      -ms-transition: all .5s ease;
          transition: all .5s ease;
}

.photo-main {
	float: left;
	margin: 15px;
	width: 770px;
	height: 1117px;
	overflow: hidden;
	 -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
       -o-transition: all .5s ease;
      -ms-transition: all .5s ease;
          transition: all .5s ease;
	}
.photo-main:hover {
  -webkit-filter: grayscale(60%);
  cursor: pointer;
}
.photo:hover {
  -webkit-filter: grayscale(60%);
  cursor: pointer;
}
.footer p{
	font-size:12px;
	}
#pagination{
	width: 430px;
	margin:0 auto;
	}
.pagination {
	float:left;
	padding-top: 21px;
	}
.next {
	background:url(images/next.png) no-repeat;
	text-indent:-999999999px;
	width: 150px;
	height: 50px;
	float:left;
	margin-left:20px;
	-webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
       -o-transition: all .5s ease;
      -ms-transition: all .5s ease;
          transition: all .5s ease;
	}
.prev {
	background:url(images/prev.png) no-repeat;
	text-indent:-999999999px;
	width: 150px;
	height: 50px;
	float:left;
	margin-right:20px;
	-webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
       -o-transition: all .5s ease;
      -ms-transition: all .5s ease;
          transition: all .5s ease;
	}
.prev:hover , .next:hover { opacity:.4;}