
body {
	margin:0 !important;
	color:#5D6763;
	background-color:#fff;
	font-family: 'Spectral', sans-serif;
	line-height:1.6;
	font-size:1.4rem;
}

html 	{ font-size: 74%;	}
p 		{ margin-top:0;		}
p > p 	{ margin-top:.5em;	}
img 	{ border:none;		}
div,
ul,
li 		{ box-sizing: border-box;}


blockquote {
	background: #fafffa;
    margin: 1rem 0;
    padding: 1.5rem 2rem .5rem 2.5rem;
    font-style: italic;
    border-top: solid 2px #ddf3dd;
    border-bottom: solid 2px #ddf3dd;
    border-radius: 6px;
}

blockquote i,
blockquote em {
	font-style: normal;
}

/* __________________________________________ links */

:focus {outline:none;}

a {
	color: #292;
	text-decoration:none;
}

a:visited {
	color: #292;
}

a:active,
a:hover {
	color: #171;
	border-bottom: dashed 1px #cdc;
}


a img {
	border:none;
}

a.yellow,
a.yellow:active,
a.yellow:hover {
	color:#ffff00;
}

.item-page p a  {
	color: #080;
}


/* __________________________________________ headers */

h1,h2,h3,h4,h5,h6 {
	font-weight: 800;
	margin:.5rem 0;
	line-height:1.4;
}

h1 + h3,
h2 + h3 {
	margin-top:1rem;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.2rem;
}


h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.8rem;
}

h5 {
	font-size: 1.6rem;
}

h6 {
	font-size: 1.4rem;
}

.blog .page-header:first-child h1,
.item-page .page-header h2 {
	font-size: 3rem;
	margin: 0 0 1rem 0;
	padding: 0 0 10px 10px;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
}

.blog .items-row,
.blog .items-leading {
	margin: 0 0 5rem 0;
}


/*__________________________________________ main content layouts */

#content {
	overflow: hidden;
	min-height: 800px;
	padding: 0 0 4rem 0;
	position: relative;
}

/* default: pseudo three column */
div[itemprop="articleBody"],
#content .blogPosts {
	width:676px;
	box-sizing: border-box;
	margin: 0 auto;
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
	padding: 0 12px;
}

.fullWidth div[itemprop="articleBody"] {
	width:100%;
	border-right: none;
	border-left: none;
	padding: 0;
}

.addRightMargin div[itemprop="articleBody"] {
	margin:0;
	width:890px;
}

.addRightMargin2 div[itemprop="articleBody"] {
	margin:0;
	width:890px;
	border-left: none;
	padding:0;
}





/*__________________________________________ framework */

.siteWidth,
ul.breadcrumb {
	margin:0 auto;
	width:1100px;
}

#top {
	padding:0;
	z-index:1000;
}

	#top > .row > .cell1 {
		width: 889px;
	}
	
	#top > .row > .cell2 {
		width: auto;
		white-space: nowrap;
	}
	
	#top .socialMedia {
		border-left: solid 1px #292;
		padding: 10px 10px 2.6rem 10px;
		margin: .5rem 0;
	}
	
	.socialMedia img {
		max-height: 20px;
		margin: 0 .5rem 0 0;
	}
	
	
	#logo {
		padding: 0 10px 20px 10px;
		border-left: solid 1px #292;
	}

#breadcrumbs {
	padding:5px 0;
	list-style: none;
	background: #eee;
	margin: 0 0 2rem 0;
	font-size:1.2rem;
	font-weight:600;
}
	
	#breadcrumbs ul {
		padding:0;
		border-left: solid 1px #aaa;
	}
	
	#breadcrumbs li {
		display: inline-block;
		margin-left:5px;
	}
	
	#breadcrumbs li a {
		font-style: italic;
	}

#newsletterbar {
	background-color: #9bd49d;
	padding: 1rem 0 2rem 0;
}

	#newsletterbar h4 {
		color:white;
		font-style: italic;
		margin: 0;
	}
	
	#newsletterbar h5 {
		color:#393;
		margin-top: 0;
	}
	
	
	#scrollToTop {
		border-left: solid 1px #fff;
		padding: 0 0 0 10px;
		cursor: pointer;
		width:25%;
	}
	
	#scrollToTop img {
		max-height: 3rem;
	}

#footer {
	background-color: #181818;
	padding: 0 0 2rem 0;
}

.horizontalRule {
	height:1px;
	background:#ddd;
	margin-top: 4rem;
}

.tripleRule {
	height:1px;
	width:1100px;
	background:#ddd;
	position:relative;
	left:-225px;
	z-index:-1;
	margin-top: 4rem;
}

	.tripleRule div {
		height:1px;
		width:696px;
		background:white;
		margin:0 auto;
	}
	
	.tripleRule b {
		display:block;
		height:1px;
		width:654px;
		background:#ddd;
		margin:0 auto;
	}
	
	.tripleRule + iframe {
		margin-top:1rem;
	}


.alert {
	color:#880000;
	font-weight:bold;
}

.notice {
	color:#009900;
	font-weight:bold;
}

.containFloat {
	overflow: hidden;
	margin: 0 0 1em 0;
}

.table {
	display:table;
	-dt-display:table;
	/* width:100%; */
	behavior: url(/templates/penraeth/js/display-table.min.htc);
}

.row {
	display:table-row;
	-dt-display:table-row;
	vertical-align:top;
}

.cell {
	display:table-cell;
	-dt-display:table-cell;
	vertical-align:top;
	box-sizing: border-box;
}

img.videoThumb {
	float:left;
	margin: 0 1em .1em 0;
}

img.tinyThumb {
	float:left;
	margin: 0 1em .1em 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*__________________________________________  buttons */

.buttonContainer,
.readmore,
.tighterButtonContainer {
	position:relative;
	z-index: 0;
    overflow: hidden;
    display: inline-block;
}

a.btn img,
a.darkBtn img {
	max-height: 1rem;
	vertical-align: middle;
	margin: -2px -6px 0 6px;
}

a.btn.tiny img {
	max-height: .8rem;
	margin: 0;
}

a.btn {
	color: #393;
	background:white;
	
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size:.8rem;
    line-height:1rem;
	text-align:center;
    white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: .2rem;
	padding: .4rem 1.1rem;
	display: inline-block;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
	border: solid 1px #393;
}

a.btn.tiny {
	font-size: .5rem;
	line-height: 1rem;
	padding: .2rem .5rem;
	vertical-align: top;
	margin: 1px .6rem;
}

a.btn:hover,
a.btn:active {
	color: #000;
}

a.btn:visited {
	color: #393;
}

a.darkBtn {
	color: #6d6;
	background:rgba(0,0,0,0.4);
	
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size:.8rem;
    line-height:1rem;
	text-align:center;
    white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: .2rem;
	padding: .4rem 1.1rem;
	display: inline-block;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
	border: solid 1px #6d6;
	
	vertical-align: top;
}

a.darkBtn:hover,
a.darkBtn:active {
	color: #fff;
}

a.darkBtn:visited {
	color: #6d6;
}

.tighterButtonContainer a,
.btn.tighter {
	padding:.4rem .5rem;
}

.bookJacket p.tighterButtonContainer a {
	margin: 0 1px 0 0;
}

#content input[type=text],
#content input[type=password],
#content select {
	position:relative;
	z-index: 0;
    margin: 0 0 .5em 0;
    padding: 5px;
    width: 300px;
    vertical-align: top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
    border: solid 1px #383;
    border-width:1px;
    font-size:1.3rem;
    box-sizing: border-box;
}

fieldset.word label {
	display:none;
}

#content input[type=submit] {
	color: #eeffee;
	padding:0 4px 4px;
    text-align: center;
    white-space: nowrap;
    border-width:0;
	cursor:pointer;
	display: inline-block;
	margin:0 0 0 0;
	vertical-align: top;
}

#content input[type="button"]:disabled,
#content input[type="button"]:disabled:hover {
	color: #ccc;
} 

#subject_data table,
#subject_data table td {
	border:none;
}

#_form_1_ input[type=text],
#_form_3_ input[type=text],
.search input[type=text],
#finder-search input[type=text] {
	position:relative;
	z-index: 0;
    margin: 0 1rem 0 0;
    padding: 6px 8px;
    font-size:1.4rem;
	display:inline-block;
	border:none;
	width:15rem;
	background: #effcef;
}

#_form_1_ input[type=submit],
#_form_3_ input[type=submit],
#content input[type=submit],
#content input[type=button],
.testform input[type=button],
.search button,
#finder-search button {
	color: #fff;
	background-color:#393;
	padding: 6px 18px;
    text-align: left;
    white-space: nowrap;
	cursor:pointer;
	display: inline-block;
	margin:0;
	font-size:1.4rem;
	text-transform: uppercase;
	border:none;
	display:inline-block;
	letter-spacing: .2rem;
}

#_form_1_ input[type=submit]:hover,
#_form_3_ input[type=submit]:hover,
#content input[type=submit]:hover,
#content input[type=button]:hover,
.testform input[type=button]:hover,
.search button:hover,
#finder-search button:hover {
	color: #393;
	background-color:#fff;
}

#finder-search input[type=text],
#finder-search input[type=submit] {
	border: 1px solid #9d9;
	width: 50%;
}


#_form_1_ ._field-wrapper {
	display:inline-block;
}

#_form_1_ input[type=text] {
}

#_form_1_ input[type=submit] {
	width:15rem;
}


fieldset {
	border:none;
	padding:0;
	vertical-align:top;
}

.search-results {
	list-style:none;
	padding:0;
}

.result-text {
	margin:0;
}

.result-url {
	color:#999;
	font-size:0.8em;
	margin-bottom:1.5em;
}


/*________________________ menu ________________________ menu ____________________________ menu ____*/

.smallScreen,
#responsiveMenuButton {
	display:none;
}


.menu,
.category-module {
    -webkit-font-smoothing: subpixel-antialiased;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position:relative;
	font-size: 1.2rem;
}

.menu ul {
	padding: 0;
}

#top .menu ul {
	padding: 0 1rem;
}

.menu.top {
	float: left;
	width:100%;
}

.menu li,
.category-module li {
	display: block;
	margin: 1rem 0;
	padding: 0;
	position:relative;
}

.menu li.top {
	float: left;
	margin: 0;
	position: static !important;
	border-bottom: solid 9px #fff;
}

.menu li.top:hover {
	border-bottom: solid 9px #270;
}

.menu li.top.active {
	border-bottom: solid 9px #292;
}


.menu li > a,
.category-module li > a {
	font-weight: bold;
	border: 0 none;
	margin: 0;
	cursor: pointer;
	display: block;	
}

.menu li > a.subordinateLink {
	font-size: 1rem;
	padding-left: 2rem;
}

.menu li.active > a,
.menu li > a.active {
	color: #353;
}

.menu li > a.top {
	font-size: 1.5rem;
	padding: 0 10px 10px 10px;
	border-left: solid 1px #292;
	color: #292;
}


.menu .custom,
.menu .module {
	position:absolute;
	z-index: 1000;
	left:-999em;
	overflow: visible;
	background-color: #fff;
	border: solid 1px #292;
	padding: 1rem;
	line-height: 1.3rem;
}

@-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;}
}

.menu li.top.over .custom,
.menu li.top.over .module {
	left: 0 !important;
	margin-left: 0 !important;
	top:4rem;
	
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:.6s;
	-moz-animation-duration:.6s;
	-ms-animation-duration:.6s;
	-o-animation-duration:.6s;
	animation-duration:.6s;
	
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

li.top .cell {
	border-left: solid 1px #292;
}

li.top .row > .cell:first-child {
	border-left: none;
}



#booksMenu .cell3 {
	border-left: none;
	padding-top: 5rem;
}

#booksMenu .cell3 div {
	position:relative;
	margin:-3.5rem 0 0 0;
	text-align: center;
}

#researchMenu .cell {
	width: 300px;
}

#participateMenu .cell2 {
	width: 240px;
}

#participateMenu .cell1 {
	width:333px;
}

#participateMenu .cell1 div {
	margin:1rem 2rem 1rem 1rem;
	padding:1.3rem;
	border: solid 3px #eee;
}

#participateMenu p {
	line-height:1.5;
	margin:.4rem 0 0 0;
}

#participateMenu i {
	color: #999;
}

#participateMenu h4 {
	margin: 0;
	line-height:1.1;
}

#audiosMenu .cell2 {
	width: 380px;
	padding: 4rem 1rem 1rem;
}

#videosMenu .cell3 {
	width: 380px;
	padding: 1rem 1rem 1rem;
}

#videosMenu img,
#audiosMenu img {
	max-width: 100%;
}

.events,
#homeEvents,
.pageEvents {
	background-color: #e8f6e9;
	padding:1rem 0 0 0;
	line-height: 1.4;
}

.events,
#homeEvents .table,
.pageEvents .table {
	border-spacing: .5rem;
    border-collapse: separate;
    border: none;
}

.events,
#homeEvents .cell,
.pageEvents .cell {
	background-color: white;
	padding:1rem;
	width: 50%;
}

.eventLogo {
	width: 30%;
	display: table-cell;
	padding:0rem 1rem 0 0;
	box-sizing: border-box;
	vertical-align: middle;
}

.eventLogo img {
	max-width: 100%;
}

.eventDetails {
	display: table-cell;
	box-sizing: border-box;
	width: 70%;
	line-height: 1.4;
}

.eventDetails p {
	width: 50%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	padding:0 0 0 1rem;
	border-left: solid 1px #aaa;
	margin:1rem 0 0 0;
}

	#homeEvents > h4 {
		margin-left: 1rem;
	}

	.events,
	.pageEvents {
		background-color: white;
	 }
	 
	.events .cell {
		width:49%;
		border: none;
		float: left;
	}
	 
	.pageEvents .cell {
		display:block;
		width:100%;
		margin-bottom: 1rem;
		border: solid 1px #ada;
	}
	
	.events .eventLogo {
		width: 100%;
		display: block;
		padding: 5rem 2rem;
		border: solid 1px #ada;
		text-align: center;
		height: 20rem;
	}
	
	.pageEvents .eventLogo img {
		max-width: 80%;
	}
	
	.addRightMargin.pageEvents h6 {
		font-size: 1.8rem;
	}

.flag {
	margin-right:3px;
	height:1.2rem;
}

/* ______________________________ search overides */

.menu li.search form {
    margin: 5px;
    padding:4px 0;
    text-align:right;
}

.menu li.search form input {
    padding:5px;
    font-size:14px;
    width:253px;
    margin-right:-4px;
    display:inline-block;
}

.menu li.search > a {
	padding:0;
}

.menu li.search img { 
	max-height: 20px;
	color: none;
	padding: 5px 10px;
}


.menu li.search div.module {
	background: none;
	height:100px;
}



/* ____________________________________ footer menu */

#footerMenu ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position:relative;
	font-size:1rem;
	color:#aaa;
}

#footerMenu .cell  {
	width:24%;
}

#footerMenu .socialMedia,
#footerMenu .copyright {
	margin: 0;
}

.footer-menu ul li {
	display: block;
	margin: .5rem 0;
	padding: 0;
	position:relative;
}

.footer-menu li.top {
	border-left: solid 1px #fff;
	padding: 0 1rem;
	margin: 1.4rem 0;
}

.footer-menu a,
.footer-menu a:visited {
	color:#aaa;
}

.footer-menu a.top,
.footer-menu a.top:visited {
	color:white;
	font-weight: bold;
}

.footer-menu a:hover,
.footer-menu a:active,
.footer-menu a.top:hover,
.footer-menu a.top:active {
	color:#dfd;
}

.footer-menu li > a.active {
	color:#cfc;
}



/* ________________________________ Right Margin: related links, appeal For Info */

#rightMargin {
	position: absolute;
	right: 0;
	top: 79px;
	width: 200px;
	margin:0;
	padding-top: 1rem;
}

#rightMargin .moduletable {
	background: white;
    margin-bottom: 2rem;
}

#rightMargin h3 {
	font-size: 1.3rem;
	margin: 0;
}

#rightMargin li {
	font-size: 1rem;
}


	.relatedMenu ul {
		list-style: none;
		margin:0;
		padding:0;
		background: white;
	}
	
	.relatedMenu li {
		margin:.7rem 0;
		font-weight: bold;
	}
	
/*	#rightMargin .menu li:nth-child(4n) {
		margin-bottom:2.5rem;
	}
*/

#appealForInfo {
	padding: 3px 9px 1rem;
	border-radius:7px;
	border: solid 1px #292;
	text-align: center;
	line-height: 1.4rem;
	font-size: 1.1rem;
	margin: 1rem 0 4rem 0;
}
	#appealForInfo h3 {
		margin-bottom: 5px;
	}
	#appealForInfo p {
		text-align: left;
		margin: 0 0 .4rem 0;
	}
	#appealForInfo .horizontalLine {
		background-color: #292;
		width: 200px;
		margin-left: -10px;
	}



/*_________________________________________________ page blocks and lines */


.horizontalLine {
	height:1px;
	width:100%;
	background:#ddd;
	position:relative;
	margin: 0 0 1rem;
}

#aboutRupert {
	width:100%;
	height: 550px;
	background: url(/files/images/Rupert-Sheldrake-PhD.jpg);
    background-repeat: no-repeat;
    background-position: center top !important;
    background-size: cover;
	position: relative;
	line-height:1.5;
	margin-bottom: 3rem;
}

#aboutRupert h1 {
	color: white;
}

#aboutRupert div {
	position: absolute;
	right: 2rem;
	bottom: 5rem;
	width: 38%;
	color: white;
}

.doubleHeader {
	margin:0;
	line-height: 1.2;
}

.doubleHeader i {
	color: #9b9;
}

.doubleHeader i:hover {
	color: #363;
}

.two-column {
	box-sizing: border-box;
}

	.two-column img {
		max-width:100%;
		border: none;
	}
	
	.two-column .cell1 {
		padding: 0 1rem 1rem 0;
		width: 50%;
	}
	
	.two-column .cell2 {
		padding: 0 0 1rem 1rem;
		width: 50%;
		border-left: solid 1px #ddd;
	}
	
	
	.two-column p {
		margin: 1rem 0;
	}

.three-column .cell {
	width:32%;
	padding: 0 1rem 1rem 1rem;
	border-left: solid 1px #ddd;
	font-size:1.3rem;
}

	.three-column .cell3 {
		border-right: solid 1px #ddd;
	}
	
	.bookJacket {
		text-align:center;
		margin-bottom: 1.4rem;
	}
	
	.bookJacket img {
		display: inline-block;
		width:48%;
		margin-bottom: .5rem;
	}
	
	.bookJacket .btn + .btn {
		margin-left:2.3rem;
	}
	
	.bookJacket .btn + img + .btn {
		margin-left:3.8rem;
	}

	.glossary .cell1 {
		border: none;
	}

	.glossary .cell3 {
		border-right: none;
	}
	
	#glossary em {
		display: block;
		font-size: 2.6rem;
		font-style: normal;
		font-weight: 600;
		color: #270;
	}

.four-column .cell {
	width:24%;
	padding: 0 1rem 1rem 1rem;
	border-left: solid 1px #ddd;
	font-size:1.3rem;
}

	.four-column img {
		max-width:100%;
		border: none;
	}



.six-column {
	margin: 2rem 0;
	box-sizing: border-box;
}

	.six-column img {
		max-width:100%;
		border: none;
	}
	
	.six-column .cell {
		width: 14%;
		border: solid 1px #9d9;
	}
	
	.six-column .spacer {
		width: 2%;
		border: none;
	}
	.six-column h6 {
		padding: 0 .6rem;
		margin: 0 0 .5rem 0;
		line-height: 1;
	}

.reviews {
	margin-bottom: 3rem;
}
	.reviews p {
		font-size: 1.6rem;
		color: #aaa;
		font-style: italic;
		font-weight: bold;
	}
	.reviews p i {
		font-style: normal;
	}
	.reviews span {
		font-size: 1.5rem;
		font-style: normal;
		font-weight: bold;
		color: #333;
		display:block;
	}




.bookShelf {
	text-align:center;
	margin-bottom: 1.4rem;
}
	
	.bookShelf img {
		display: inline-block;
		width:40%;
	}
	
	
/*_________________________________________________ link grid */

.linkgrid {
    position: relative;
  	width: 100%;
  
}
.linkgrid a {
    color: white;
    display: block;
    float: left;
    font-size: 1.34em;
    font-weight: bold;
    height: 7em;
    margin: 0 10px 10px 0;
    max-width: 203px;
    position: relative;
    text-shadow: 1px 1px 4px #020;
    width: 7em;
  	line-height: 1.2em
}
.linkgrid a .title {
    bottom: 10px;
    left: 10px;
    position: absolute;
}
.linkgrid a .time {
    position: absolute;
    right: 10px;
    top: 0;
}
.linkgrid a img {
    width: 100%;
    height: auto;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.linkgrid a:hover {
	color:#fdce6a;
	background:rgba(0,0,0,0.3);
}

.linkgrid a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}




/* ________________________________ articleinfo */

.article-info-term,
.article-info dd span,
.icons,
dl.article-info,
.syndicate-module {
	display: none;
}

.article-info {
	overflow: hidden;
	margin-bottom: 0;
}

.article-info dd {
	float: left;
}

.article-info dd.create {
	clear: left;
	margin:0;
}


/*_________________________________________________ misc */

.centeredGradient {
	padding:1px;
	text-align:center;
	margin-bottom:1em;
	background: -moz-linear-gradient(left,  rgba(210,219,210,0) 0%, rgba(210,219,210,0.8) 15%, rgba(210,219,210,1) 19%, rgba(210,219,210,1) 20%, rgba(65,102,65,1) 50%, rgba(210,219,210,1) 80%, rgba(210,219,210,1) 81%, rgba(210,219,210,0.8) 85%, rgba(210,219,210,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(210,219,210,0)), color-stop(15%,rgba(210,219,210,0.8)), color-stop(19%,rgba(210,219,210,1)), color-stop(20%,rgba(210,219,210,1)), color-stop(50%,rgba(65,102,65,1)), color-stop(80%,rgba(210,219,210,1)), color-stop(81%,rgba(210,219,210,1)), color-stop(85%,rgba(210,219,210,0.8)), color-stop(100%,rgba(210,219,210,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(210,219,210,0) 0%,rgba(210,219,210,0.8) 15%,rgba(210,219,210,1) 19%,rgba(210,219,210,1) 20%,rgba(65,102,65,1) 50%,rgba(210,219,210,1) 80%,rgba(210,219,210,1) 81%,rgba(210,219,210,0.8) 85%,rgba(210,219,210,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(210,219,210,0) 0%,rgba(210,219,210,0.8) 15%,rgba(210,219,210,1) 19%,rgba(210,219,210,1) 20%,rgba(65,102,65,1) 50%,rgba(210,219,210,1) 80%,rgba(210,219,210,1) 81%,rgba(210,219,210,0.8) 85%,rgba(210,219,210,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(210,219,210,0) 0%,rgba(210,219,210,0.8) 15%,rgba(210,219,210,1) 19%,rgba(210,219,210,1) 20%,rgba(65,102,65,1) 50%,rgba(210,219,210,1) 80%,rgba(210,219,210,1) 81%,rgba(210,219,210,0.8) 85%,rgba(210,219,210,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(210,219,210,0) 0%,rgba(210,219,210,0.8) 15%,rgba(210,219,210,1) 19%,rgba(210,219,210,1) 20%,rgba(65,102,65,1) 50%,rgba(210,219,210,1) 80%,rgba(210,219,210,1) 81%,rgba(210,219,210,0.8) 85%,rgba(210,219,210,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2dbd2', endColorstr='#00d2dbd2',GradientType=1 ); /* IE6-9 */

}

.centeredGradient img {
	display:block;
	margin:0 auto;
}


.rounded {
	-webkit-border-radius: 9px 0 9px 0;
	-moz-border-radius: 9px 0 9px 0;
	border-radius: 9px 0 9px 0;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}

.right {
	float: right;
	margin: 0 2rem 1rem -224px;
	max-width: 50%;
}

.left {
	float:left;
	margin:0 1em 0 0;
	max-width:30%;
	height:auto;
}

.primaryImage {
}

.primaryImage2 {
	float: left;
	margin: 0 2rem 1rem -224px;
	max-width: 100%;
}

.primaryBox {
	float: left;
	margin: 0 3rem 2rem -224px;
	width: 65%;
	background-color: #f3fff3;
	padding: 3rem 0;
}

.primaryBox2 {
	float: left;
	margin: 0 1rem 0 -224px;
	width: 65%;
	background-color: white;
	padding: 3rem 0;
}

.primaryBox3 {
	float: left;
	margin: 0 3rem 2rem -224px;
	width: 65%;
	background-color: white;
	padding: 3rem 0;
	box-shadow: 10px 10px 20px #f3f3f3;
}

.primaryBox4 {
	float: left;
	margin: 0 3rem 0 -224px;
	width: 65%;
	background-color: #fff;
	padding: 3rem 0;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}



.explode {
	cursor:pointer;
}

#content.explodeContent {
	width:auto;
}

#content.explodeContent #content {
	top:30px;
}

#hints {
	list-style: none outside none;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	padding: 0;
	position:relative;
}

#hints li {
	display: block;
	max-width: 720px;
	margin: 0 0 1px 0;
	padding: 12px 24px;
	position:relative;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 0 none;
	background:#484;
	color: #EEFFEE;
}

#hints li a {
	color: #EEFFEE;
}

#hints li a:hover {
	color: #fff;
}


.links {
	list-style: none outside none;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	padding: 0;
	position:relative;
}

.links li img {
	max-height:1rem;
}

.links li a {
	display: block;
	max-width: 720px;
	margin: 0 0 1px 0;
	padding: 12px 24px;
	position:relative;
	border:none;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 0 none;
	background:#484;
	color: #EEFFEE;
	text-decoration: none;
}

.links li a:hover {
	color: #fff;
	background:#181;
}



.cell h3 {
	margin-top:0;
}

.cell.thumbnail {
	width:200px;
	padding: 0 1em 0 0;
}

.cell.thumbnail a {
	border-bottom: none;
}

#bookseries {
	margin: 5em 0 1em 0;
}

#bookseries .cell {
	display:table-cell;
    text-align: center;
    width: 33%;
    padding: 0 2em;
}

#bookseries .cell img {
	max-width:100%;
	height:auto;
}

.bullet {
	display:inline-block;
	width:11px;
	height:11px;
	margin: 0 3px 0 0;
	background:#333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

img.podcast-icon {
	max-width:28%;
	float:left;
	border-radius:4px;
	margin:0 1.5rem 1rem 0;
}

b.title {
	font-size:1.8rem;
}

p.description {
	font-size:1.2rem;
	margin:0;
}

.clear {
	clear:both;
}
	
.albumCover {
	width:33%;
	padding:0 1.5rem 4rem 0;
}
	
.albumCover img {
	width:100%;
	border-radius:4px;
}


.twintowers .cell {
	width:50%;
	box-sizing: border-box;
}
.twintowers .row .cell:first-child {
	padding-right:.6rem;
}
.twintowers .row .cell:last-child {
	padding-left:.6rem;
}

.playlist li a sup,
h2 sup,
h3 sup,
h4 sup,
h5 sup,
h6 sup {
	font-size:.6em;
	color: #999;
}

img.openTab {
	width: .7em;
}

img.round {
	border-radius: 50%;
}


.primaryImage16x9 {
	float: left;
	margin: 0 2rem 1rem -224px;
	max-width: 100%;
}

.leftColumn16x9 {
	float: left;
	margin: 0 2rem .5rem -224px;
	max-width: 600px;
	background: white;
	font-size: 1.2rem;
}

.blog .leftColumn16x9 {
	max-width: 500px;
}


#leftColumnContent,
.leftColumnContent {
	width: 200px;
	position: absolute;
	left: 0;
	font-size: 1.2rem;
}

	#leftColumnContent img,
	.leftColumnContent img,
	.leftColumn16x9 img {
		max-width: 100%;
	}

	#leftColumnContent .bookJacket img
	.leftColumnContent .bookJacket img{
		width:80%;
		margin-bottom: .5rem;
	}

figcaption {
	font-size: 1.2rem;
	color: #484;
	padding: .5rem 1rem;
}


#launchpad {
	background:#cec;
	text-align:center;
	padding: 10px;
	border-radius:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin: 1rem;
}

	#launchpad .btn {
		min-width: 40%;
		font-size: 2rem;
		padding: 1rem;
		line-height: 1.2;
	}
	
#hints {
	list-style: none outside none;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	padding: 0;
	position:relative;
}

#hints li {
	display: block;
	max-width: 720px;
	margin: 0 0 1px 0;
	padding: 12px 24px;
	position:relative;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 0 none;
	background:#484;
	color: #EEFFEE;
}


.bigQuote {
	font-size: 2rem;
	color: #787;
	border-bottom: solid 3px #787;
	border-top: solid 3px #787;
	border-radius: 12px;
	padding: 1.1rem;
	background: white;
}

.bigQuote span {
	font-size: 1.4rem;
}



/* +++++++++++++++++++++++ pagenav +++++++++++++++++++++++  */
.pagination {
	font-weight: bold;
}

.pagenav {
	text-align: right
}

.pagenav ul {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.pagenav li {
	display: inline;
	margin: 0px;
	padding: 0
}

.pagenav a,span.pagenav {
	padding: 0 14px;
	margin: 0;
	line-height: 1.9em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0px solid #ddd;
	display: inline-block;
	line-height: 1.9em;
}

.pagenav li:first-child a,.pagination-start span {
	position:relative;
	z-index: 0;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
	border-left: solid 1px #ddd;
}

.pagenav li:last-child a,.pagination-end span {
	position:relative;
	z-index: 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}

.pagination ul {
	margin: 10px 10px 10px 0;
	padding: 0
}

.pagination li {
	display: inline;
}

.pagination a {
	padding: 0 14px;
	line-height: 2em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0px solid #ddd;
	display: inline-block
}

.pagination .active a {
	cursor: default;
}

.pagination span,.pagination span  a:hover {
	cursor: default;
	padding: 0 14px;
	line-height: 2em;
}

.pagination li:first-child a {
	position:relative;
	z-index: 0;
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}

.pagination li:last-child a {
	position:relative;
	z-index: 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}


.items-more {
	font-size: 2rem;
	font-weight: bold;
}



/* ============================================================================================== */

@media all and (max-width:1111px) {

	html {
		font-size: 60%;
	}
    
	.optional {
		display: none;
	}

	.siteWidth,
	ul.breadcrumb {
		margin:0 auto;
		width:870px;
	}
	
	div[itemprop="articleBody"], #content .blogPosts {
		width: 676px;
		margin: 0;
		border-left: none;
	}
	
	.addRightMargin div[itemprop="articleBody"],
	.addRightMargin2 div[itemprop="articleBody"] {
		width:676px;
	}
	
	#rightMargin {
		width: 180px;
	}
	
	.menu li > a.top {
		padding: 0 10px 5px 5px;
	}
	
	#top > .row > .cell1 {
		width: 675px;
	}
	
	.menu li.search > a.top {
		padding: 0 10px 0 5px;
	}
	.menu li.search img {
		max-height: 20px;
		padding: 0;
	}
	
	#videosMenu .cell3 {
		width: 250px;
	}
	
	#booksMenu .cell3 {
		display: none;
	}
	.primaryBox,
	.primaryBox2,
	.primaryBox3,
	.primaryBox4 {
		margin: 0 2rem 1rem 0;
		width: 60%;
		padding: 2rem 0 1rem 0;
	}
	
	.primaryImage {
		margin: 0 2rem .5rem 0;
		max-width: 44%;
	}
	
	.primaryImage16x9,
	.leftColumn16x9 {
		margin: 0 2rem .5rem 0;
		max-width: 66%;
	}
	
	#leftColumnContent,
	.leftColumnContent {
		width: 180px;
		position: relative;
		float: right;
		margin: 0 0 .5rem 2rem;
	}
	
	#leftColumnContent.rightmarginable,
	.leftColumnContent.rightmarginable {
		float: none;
		position: absolute;
		left: 670px;
	}
	
	.links {
		display: inline-block;
	}
	
	a.btn {
		white-space: normal;
		letter-spacing: .15rem;
	}
	
	#appealForInfo .horizontalLine {
		width: 140px;
	}


}




/* ============================================================================================== */

@media all and (max-width:892px) {
	
	body {
    	color: #000;
    }
    
	h1,h2,h3,h4,h5,h6 {
		color:#5D6763;
	}

	.siteWidth,
	ul.breadcrumb {
		margin:0 auto;
		width:98%;
	}
	
	div[itemprop="articleBody"], #content .blogPosts {
		width: 100%;
		margin: 0;
		border: none;
		
	}
	
	.addRightMargin div[itemprop="articleBody"],
	.addRightMargin2 div[itemprop="articleBody"] {
		width:98%;
	}
	
	#rightMargin {
		position: relative;
		top: auto !important;
		padding: 0 0 3rem 2rem;
		width: 280px;
		margin: 2rem 0;
	}
	#rightMargin li {
		font-size:1.5rem;
	}
	#rightMargin h3 {
		font-size: 2rem;
	}
	
	#leftColumnContent.rightmarginable,
	.leftColumnContent.rightmarginable {
		float: right;
		position: relative;
		left: auto;
	}
	
	#leftColumnContent.goWide,
	.leftColumnContent.goWide {
		width: 80% !important;
		margin: 1rem 0;
		float: none !important;
	}
	
	#top > .row > .cell1 {
		width: auto;
	}
	
	.menu li.search {
		display: none;
	}
	
	.menu li > a.top {
		padding: 0 10px 5px 5px;
	}
	
	#appealForInfo .horizontalLine {
		width: 242px;
	}
	
	.tripleRule {
		width:auto;
		left: auto;
	}
	
	.tripleRule div,
	#footerMenu {
		display: none;
	}

}




/* ============================================================================================== */

@media all and (max-width:474px) {

	.cell {
		display: block;
		width: auto;
	}
	
	#participateMenu .cell1,
	#videosMenu .cell3,
	#audiosMenu .cell2 {
		display: none;
	}
	
	.two-column .cell1,
	.two-column .cell2 {
		padding: 1rem 0;
		width: 98%;
		border-left: none;
	}
	
	#rightMargin {
		padding: 0 2rem 3rem 2rem;
		width: auto;
	}
	
	#scrollToTop {
		border-left: none;
		padding: 2rem 0;
		width: auto;
	}
	
	#scrollToTop h4 {
		margin: 0 1rem 0 0;
		float: left;
	}
	
	#newsletterbar {
		background-color: #9bd49d;
		padding: 1rem 2rem;
	}

	#logo {
		padding: 0 0 10px 10px;
		border-left: solid 1px #292;
	}
	
	#leftColumnContent, .leftColumnContent {
		width: 120px;
	}

	.primaryImage16x9, .leftColumn16x9 {
		max-width: 55%;
	}

	#appealForInfo .horizontalLine {
		width: 100%;
		margin-left: 0;
	}
	
	.six-column .cell {
		width: 140px;
		margin: 0 auto;
		float: left;
		margin: 1px;
		display: block;
		height: 200px;
	}
	
	.six-column .cell.spacer {
		display: none;
	}

	#aboutRupert {
		height: 200px;
    }
    
	#aboutRupert div {
		right: 1rem;
		bottom: 1rem;
		width: 60%;
	}
	
	.fullWidth div[itemprop="articleBody"] {
		padding: .3rem;
	}

	.events, #homeEvents .cell, .pageEvents .cell {
		width: auto;
	}
	
	.four-column .cell {
		width: auto;;
	}
	
	.four-column img {
		max-width: 70%;
	}

	.twintowers .cell {
		width: auto;
	}
	
	.twintowers .row .cell:last-child {
		padding-left: none;
	}
		
	.primaryBox, .primaryBox2, .primaryBox3, .primaryBox4 {
		margin: 0 0 1rem 0;
		width: 100%;
		padding: 2rem 0 1rem 0;
	}
    
    .blog .page-header:first-child h1, .item-page .page-header h2 {
		font-size: 2.3rem;
	}

	/*__________________________________________ menu ____*/
	
	#responsiveMenuButton {
		display:block;
		position: absolute;
		display: block;
		top: 1rem;
		right: 3rem;
		height: 24px;
		width: 24px;
		background: url('/files/icons/menu.png') no-repeat;
		cursor: pointer;
	}
	
	#responsiveMenuButton.open {
		background: url('/files/icons/close.png') no-repeat;
	}
	
	.largeScreen {
		display:none;
	}
	
	.smallScreen {
		width: 14rem;
		position: absolute;
		right: 3rem;
		top: 4.7rem;
		z-index: 10;
		font-size: 1.6rem;
	}

	#top .smallScreen .socialMedia {
		position: absolute;
		right: 16rem;
		top: 0;
		border: none;
		padding:0;
		margin: 0;
	}

	#top .smallScreen .socialMedia a {
		display: block;
		padding: 4px 2px 0 2px;
		margin: 4px;
		border: solid 1px #eee;
		background: white;
		box-shadow: -4px 3px 15px rgba(0, 0, 0, 0.3);
		width: 40px;
		height: 40px;
		box-sizing: border-box;
		text-align: center;
		border-radius: 2px;
	}
	
	#top .smallScreen .socialMedia img {
		max-height: 30px;
		margin: 0;
	}
	
	
	.menu li {
		float: none;
		margin: 5px 0;
		position: relative !important;
		border: solid 1px #eee;
		background: white;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
		border-radius: 2px;
	}
	
	.smallScreen.menu li {
		margin: 2px 0;
		box-shadow: -4px 3px 15px rgba(0, 0, 0, 0.4);
	}
	
	.menu li > a {
		padding: 8px 14px;
	}
	
}