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

#wrapper {
	width: 980px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 980px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content_home {
	background-image: url(images/home_bishops.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #C11A01;
}
#subpage_content {
	background-color: #a6beac;
	background-image: url(images/subpage_content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 40px;
	padding-top: 20px;
}
#subpage_content_ps {
	background-color: #a6beac;
	background-image: url(images/subpage_content_ps.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 40px;
	padding-top: 50px;
}
#subpage_content_mf {
	background-color: #a6beac;
	background-image: url(images/subpage_backgrounds_mf.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 40px;
	padding-top: 50px;
}
a {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #300;
}
.quote {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 22px;
}
.floatleft {
	float: left;
	padding-right: 20px;
}
.floatleftborder {
	padding: 4px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #699381;
}
#photobox {
	float: left;
	width: 280px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;	
}
.caption {
	font-size: 11px;
	line-height: 14px;
	color: #6A5C39;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	padding: 0px;
	clear: none;
	line-height: 28px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	clear: none;
	line-height: 22px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.by {
	text-transform: uppercase;
	color: #9f0504;
	letter-spacing: 0.1em;
	font-size: 12px;
}
.date{
	text-transform: uppercase;
	color: #C63;
	letter-spacing: .1em;
}
/* =Menu
-------------------------------------------------------------- */

#nav {
	background-image: url(images/menu_background.png);
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 33px;
	text-align: center;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav ul li {
	padding-right: 20px;
	padding-left: 20px;
	display: inline;
	padding-top: 0px;
		margin-top: 0px;

}
#nav ul li a{
	font-family: "pt-sans-narrow", sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #f0ddc8;
	letter-spacing: 0.2em;
	text-decoration: none;
	line-height: 15px;
}
#nav ul li a:hover {
	color: #FFF;
	text-decoration: none;
}

/* Fallback styles */
.book {
  display: inline-block;
  box-shadow: 5px 5px 20px #333;
  margin: 10px;
}

.book img { vertical-align: middle; }

/*
 *  In order for this to work, you must use Modernizer
 *  to detect 3D transform browser support. This will add
 *  a "csstransforms3d" class to the HTML element.
 *
 *  Visit http://modernizr.com/ for installation instructions
 */

.csstransforms3d  .books {
  -moz-perspective: 100px;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.csstransforms3d  .book {
  position: relative;
  -moz-perspective: 100px;
  -moz-transform: rotateY(-3deg);
  -webkit-transform: perspective(100) rotateY(-3deg);
  outline: 1px solid transparent; /* Helps smooth jagged edges in Firefox */
  box-shadow: none;
  margin: 0;
}

.csstransforms3d  .book img {
	position: relative;
	max-width: 95%;
}
.shadow {
  -webkit-box-shadow: 0px 0px 15px 6px #80928e;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 15px 6px #80928e;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 0px 15px 6px #80928e;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.csstransforms3d  .book:before,
.csstransforms3d  .book:after {
  position: absolute;
  top: 2%;
  height: 95%;
  content: ' ';
  z-index: -1;
}

.csstransforms3d  .book:before {
  width: 95%;
  left: 8.5%;
  background-color: #171c22;
  box-shadow: 5px 5px 15px #333;
}

.csstransforms3d  .book:after {
  width: 5%;
  left: 95%;
  background-color: #EFEFEF;
  box-shadow: inset 0px 0px 5px #aaa;
  -moz-transform: rotateY(20deg);
  -webkit-transform: perspective(100) rotateY(20deg);
}

#left {
float:left;
width:300px;
}
#center {
float:right;
width:300px;
}
#centerbook {
float:right;
width:500px;
}

#buy {
	width: 205px;
	text-align: center;
	line-height: 21px;
	background-image: url(images/trans_buy.png);
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 14px;
	padding-left: 9px;
}

#buy a {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
	color: #C21D11;
	text-decoration: none;
}

#buy a:hover {
color:#f3dfb5;
}
#footer {
	width: 980px;
	text-align: center;
	font-size: 12px;
	color: #81745D;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
}
p {
	font-size: 14px;
	line-height: 21px;
	color: #1B0424;
	margin-bottom: 10px;
	letter-spacing: .1em;
}
