body {
	margin:0;
	padding:0;
	color:#000;
	background: #2d6238;
	line-height:1.6;
	font-size: 12pt;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	-webkit-font-smoothing: subpixel-antialiased;
}

p {
	margin-top:0;
	margin-bottom:1.2rem;
}

p > p {
	margin-top:.5em;
}




/* _____________________links */

:focus {outline:none;}

a {
	color: #113311;
	text-decoration:none;
	border-bottom: 1px dotted #779977;
}

a:visited {
	color: #113311;
}

a:active,
a:hover {
	color: #336633;
	border-bottom: 1px dotted #336633;
}			

#footerContainer a {
	color: #eeffee;
	border-bottom: 1px dotted #aaaaaa;
}

#footerContainer a:hover {
	color:#fdce6a;
}

#footerContainer a.active {
	color:#fdce6a;
}

a.naked,
a.naked:active,
a.naked:hover,
#footerContainer a.naked,
#footerContainer a.naked:active,
#footerContainer a.naked:hover {
	border-bottom: none;
}

/* headers */
h1,h2,h3,h4,h5,h6 {
	margin:0 0 .5em 0;
	line-height:1.1;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
div + h1,
div + h2,
div + h3 {
	margin-top:.5em;
}

h1 + h3,
h2 + h3 {
	margin-top:1em;
}

h1,h2 {
	font-size: 1.8rem;
}

h3 {
	font-size: 1.3rem;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-family: 'Lato', sans-serif;
	font-size: .9em;
}

h6 {
	font-family: 'Lato', sans-serif;
	font-size: .8em;
}

.red {
	color:#880000;
}

.item-page h2:first-child {
	color: #005500;
	margin: 0 0 1em;
    text-align: center;
    background: -moz-linear-gradient(left,  rgba(213,225,213,0) 0%, rgba(209,227,209,0.57) 9%, rgba(255,255,255,0.57) 49%, rgba(209,227,209,0.57) 91%, rgba(213,225,213,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(213,225,213,0)), color-stop(9%,rgba(209,227,209,0.57)), color-stop(49%,rgba(255,255,255,0.57)), color-stop(91%,rgba(209,227,209,0.57)), color-stop(100%,rgba(213,225,213,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(213,225,213,0) 0%,rgba(209,227,209,0.57) 9%,rgba(255,255,255,0.57) 49%,rgba(209,227,209,0.57) 91%,rgba(213,225,213,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(213,225,213,0) 0%,rgba(209,227,209,0.57) 9%,rgba(255,255,255,0.57) 49%,rgba(209,227,209,0.57) 91%,rgba(213,225,213,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(213,225,213,0) 0%,rgba(209,227,209,0.57) 9%,rgba(255,255,255,0.57) 49%,rgba(209,227,209,0.57) 91%,rgba(213,225,213,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(213,225,213,0) 0%,rgba(209,227,209,0.57) 9%,rgba(255,255,255,0.57) 49%,rgba(209,227,209,0.57) 91%,rgba(213,225,213,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d5e1d5', endColorstr='#00d5e1d5',GradientType=1 ); /* IE6-9 */
}


div.horizontalRule + h2,
div.horizontalRule + h3 {
	margin-top:-0.3em;
}

blockquote {
	margin: 0 0 1em;
    padding: 1.5em 1.5em 1em;
	background-color:#eaf7ea;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}
@media all and (max-width: 974px) and (min-width:768px) {
	blockquote {
		padding:1.5em;
	}
}
@media all and (max-width: 767px), all and (max-device-width: 767px) {
	blockquote {
		padding:1em;
	}
}

/*------------------------------ layout */

#all {
   min-height:100%;
   position:relative;
}

.contentWidth {
	width:942px;
	margin:0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div.header {
    position:relative;
	height:437px;
	width:100%;
    background-color: #004400;
    background-repeat: no-repeat;
    background-position: center bottom !important;
    background-size: cover;
}

#topBar {
	position:fixed;
	left:0;
	top:0;
	height:80px;
	width:100%;
    background-image: url("/templates/penraeth/images/BG_blueGradient.png");
    background-repeat: y-repeat;
    z-index:10000;
    -webkit-font-smoothing: subpixel-antialiased;
}

#content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow:hidden;
	background:#d5e1d5;
	padding:0 24px;
	margin:20px auto;
	border-left: 2px solid black;
	border-right: 2px solid black;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 60px -20px 60px 0 rgba(0, 0, 0, 0.4), -60px -20px 60px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 60px -20px 60px 0 rgba(0, 0, 0, 0.4), -60px -20px 60px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 60px -20px 60px 0 rgba(0, 0, 0, 0.4), -60px -20px 60px 0 rgba(0, 0, 0, 0.4);
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}


#footerContainer {
	box-sizing: border-box;
	color:white;
	padding:0 24px 24px 24px;
}

.bx-wrapper .bx-pager {
    top: 442px;
}


#featureTable {
	z-index:-10;
	display:table;
	-dt-display:table;
	margin:20px auto 0 auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 60px -40px 60px 0 rgba(0, 0, 0, 0.4), -60px -40px 60px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 60px -40px 60px 0 rgba(0, 0, 0, 0.4), -60px -40px 60px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 60px -40px 60px 0 rgba(0, 0, 0, 0.4), -60px -40px 60px 0 rgba(0, 0, 0, 0.4);
	background: -moz-linear-gradient(top,  #061e0b 0%, #4b544b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#061e0b), color-stop(100%,#4b544b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #061e0b 0%,#4b544b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #061e0b 0%,#4b544b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #061e0b 0%,#4b544b 100%); /* IE10+ */
	background: linear-gradient(to top,  #061e0b 0%,#4b544b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b544b', endColorstr='#061e0b',GradientType=0 ); /* IE6-9 */
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}


.featureCell {
	display:table-cell;
	-dt-display:table-cell;
    width:32%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position:relative;
	padding: .4em 10px 1.6em 10px;
	z-index: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
    overflow: hidden;
    line-height:1.2em;
	color:#b5cdb5;
	background: -moz-linear-gradient(top,  #2d6238 0%, #0a2a0f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a2a0f), color-stop(100%,#2d6238)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0a2a0f 0%,#2d6238 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2d6238 0%,#0a2a0f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2d6238 0%,#0a2a0f 100%); /* IE10+ */
	background: linear-gradient(to top,  #2d6238 0%,#0a2a0f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2a0f', endColorstr='#2d6238',GradientType=0 ); /* IE6-9 */
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}


.featureCell a {
	color:#d9f3d9;
	border-bottom: 1px dotted #aaaaaa;
}

.featureCell a:visited {
	color:#d9f3d9;
}

.featureCell a:active,
.featureCell a:hover {
	color:#fdce6a;
}

.featureCell .cellSeparator {
	display:table-cell;
	-dt-display:table-cell;
	width:1% !important;
	height:5px;
}

.featureCell .cell1 {
	border-left: 2px solid #063b11;
}
.featureCell .cell3 {
	border-right: 2px solid #063b11;
}

.rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}

.right-inset {
	float:right;
	margin:0 -5px 2px .5em;
	text-align:center;
}

.right-inset div {
	margin:5px 0 0 0;
	font-size: .8em;
	line-height:1.3em;
}

.right-inset img {
	width:100px;
	height:auto;
}

.right {
	float:right;
}

img.right {
	margin:0 0 .5em 1em;
	max-width:30%;
	height:auto;
}


.left {
	float:left;
}

img.left {
	margin:0 1em .5em 0;
	max-width:100%;
	height:auto;
}

img.leftThumbnail {
	width:25%;
	max-width:120px;
	float:left;
	margin: 0 15px 4px 0;
}


div.captionedImageRight,
div.captionedImageLeft {
	float:right;
	text-align:center;
	font-size: .8em;
	line-height:1.3em;
	margin:.6em 0 .2em 1em;
	max-width:30%;
}

div.captionedImageLeft {
	float:left;
	margin:.6em 1.5em .2em 0;
}

div.captionedImageRight img,
div.captionedImageLeft img {
	max-width:100%;
}
	
/*------------------------------ menu */
#mainMenu {
	box-sizing: border-box;
	height:auto;
}

#mainMenu ul.top {
	float:right;
}


#mainMenu ul,
#footerMenu ul,
#subMenu ul,
#breadcrumbs ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position:relative;
}

#mainMenu ul li,
#footerMenu ul li,
#breadcrumbs ul li {
	margin: 0;
	padding: 0;
	position:relative;
}

#breadcrumbs ul li {
	float:left;
	padding:0 .2em 0 .2em;
}

#footerMenu {
	margin: 42px 0 20px 0;
	width: auto;
	float:left;
}

#footerMenu .cell {
	padding:0 20px 0 0;
}

#footerMenu ul li {
	margin: 0 0 -4px 0;
}

#copywrite {
	vertical-align:top;
}

#contact {
	display:inline-block;
	margin: -0.2em 0 0 2em;
    position: absolute;
}

#mainMenu ul > li.top {
	float: left;
	position: static;
	cursor: pointer;
}

#mainMenu a.topMenuItem {
	font-family: 'Lato', sans-serif;
	font-weight:100;
	font-size:23px;
	color:white;
	padding: 15px 15px 2px 15px;
	text-decoration:none;
	display:block;
	border-bottom: none;
}

#mainMenu a.topMenuItem:hover {
	color:#fdce6a;
}

#mainMenu a.topMenuItem.active {
	color:#fdce6a;
}

#mainMenu a.search {
	padding: 18px 0 0 0;
	text-decoration:none;
	display:block;
	border-bottom: none;
}


#mainMenu a.hide {
	display:none !important;
}




#subMenuBar {
	width:100%;
	background:rgba(0,99,0,.05);
	position:absolute;
	bottom:0;
	line-height:2.4;
}

#subMenu {
	position:relative;
	box-sizing: border-box;
	text-align:center;
    -webkit-font-smoothing: subpixel-antialiased;
}

#subMenu li {
	display:inline-block;
	vertical-align: top;
}

#subMenu a {
	font-size:16px;
	color:white;
    text-shadow: 1px 1px black;
	padding: 1px 12px;
	text-decoration:none;
	display:block;
	text-align:center;
	border-bottom: none;
}

#subMenu a:hover {
	color:#fdce6a;
	background:rgba(0,0,0,0.3);
}

#subMenu li.active a {
	color:#fdce6a;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}

#subMenu ul.menu {
	margin:0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#subMenu ul.menu ul {
	display:none;
}

#subMenu .item-159 {
	display:none;
}





/* dropdown menus */

#mainMenu .dropDownMenu {
	display:none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:absolute;  
	z-index: 0;
	overflow: visible;	
	padding:.6em 0;
	margin-left:1em;
	background-color: #008800;
	background: -webkit-gradient(linear, left top, left bottom, from(#008800), to(#004400));
	background: -webkit-linear-gradient(top, #008800, #004400);
	background: -moz-linear-gradient(top, #008800, #004400);
	background: -ms-linear-gradient(top, #008800, #004400);
	background: -o-linear-gradient(top, #008800, #004400);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008800', endColorstr='#004400',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.5);
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}

#mainMenu .search .dropDownMenu {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}

#mainMenu .dropDownMenu li > a,
#footerMenu ul li a {
	font-size: 1em;
	border: 0 none;
	color: white;
	margin: 0;
	padding: 4px 10px;
    text-shadow: 1px 1px black;
	cursor: pointer;
	display: block;
	line-height: normal;
	text-decoration: none;
}

#mainMenu .dropDownMenu li > a:hover,
#footerMenu ul li a:hover {
	color:#fdce6a;
	background: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 9px 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0 0 9px 0 rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 9px 0 rgba(255, 255, 255, 0.2);
	border-bottom: 0 none;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}

#footerMenu ul li a:hover {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}

#mainMenu .dropDownMenu li.active > a {
	color:#fdce6a;
}


#mainMenu .dropDownMenu .deeper li > a {
	font-size: .9em;
	padding-left:2em;
}


/* menu fade in transition */

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

#mainMenu ul li.top.over div.dropDownMenu  {
	display:block;
	
	-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;
}


/* ----------------------- search */

#mainMenu ul li.search .dropDownMenu {
	border:none;
	background: none;
	left: auto !important;
	right: 0 !important;
	top:42px;
}

#mainMenu ul li.search form {
    text-align:right;
}

#mainMenu ul li.search form input {
    padding:5px;
    font-size:.9em;
    width:200px;
}

.search input[type=text],
#finder-search input[type=text] {
	position:relative;
	z-index: 0;
    height: 18px;
    margin: 0 0 0 0;
    padding: 5px;
    width: 75%;
    vertical-align: top;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    border: solid 1px #c8d1d6;
    border-width:1px 0 1px 1px;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}


div.submitOuter {
	position:relative;
	z-index: 0;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    overflow: hidden;
    display: inline-block;
    margin:0 0 0 0;
    padding:0 0 0 0;
    vertical-align: top;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}

.search button,
#finder-search button {
	font-family: Lato, sans-serif;
	font-weight:100;
	color: #eeffee;
	height:30px;
	padding:0 4px 4px;
    text-align: center;
    text-shadow: 0 -1px #003366;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
    white-space: nowrap;
    border-width:0;
	background: -moz-linear-gradient(top,  #28482d 0%, #2d6238 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d6238), color-stop(100%,#28482d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #2d6238 0%,#28482d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #28482d 0%,#2d6238 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #28482d 0%,#2d6238 100%); /* IE10+ */
	background: linear-gradient(to top,  #28482d 0%,#2d6238 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d6238', endColorstr='#28482d',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
	display: inline-block;
	margin:0 0 0 0;
	vertical-align: top;
	border-radius: 0 5px 5px 0;
}

.search button:hover,
#finder-search button:hover {
	color:#113311;
	background: -moz-linear-gradient(top,  #c3cec3 0%, #d5e1d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3cec3), color-stop(100%,#d5e1d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c3cec3 0%,#d5e1d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c3cec3 0%,#d5e1d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c3cec3 0%,#d5e1d5 100%); /* IE10+ */
	background: linear-gradient(to top,  #c3cec3 0%,#d5e1d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e1d5', endColorstr='#c3cec3',GradientType=0 ); /* IE6-9 */
}

fieldset {
	border:none;
	padding:0;
	vertical-align:top;
}

.search-results {
	list-style:none;
	padding:0;
}

.result-title a {
	font-weight:bold;
}

.result-text {
	margin:0;
}

.result-url {
	color:#999999;
	font-size:0.8em;
	margin-bottom:1.5em;
}



/* ________________________________ buttons */

.centeredButtons {
	text-align:center;
}

h2+.centeredButtons {
	margin-top:-1em;
}

.buttonContainer, .readmore, .acysubbuttons, #system-message-container, .reverseButton {
	/*position:relative;*/
	z-index: 0;
	margin:0;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    display: inline-block;
    line-height:1em;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}

.buttonContainer .btn {
	font-family: Lato, sans-serif;
	font-weight:400;
	color:#020;
	text-align:center;
	padding: .3em 10px;
	background: -moz-linear-gradient(top,  #a8bca8 0%, #d5e1d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8bca8), color-stop(100%,#d5e1d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #a8bca8 0%,#d5e1d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a8bca8 0%,#d5e1d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a8bca8 0%,#d5e1d5 100%); /* IE10+ */
	background: linear-gradient(to top,  #a8bca8 0%,#d5e1d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e1d5', endColorstr='#a8bca8',GradientType=0 ); /* IE6-9 */
	display: inline-block;
	border-bottom: none;
    border-width:0;
}


.buttonContainer .btn:hover,
.buttonContainer .btn.active {
	color:white;
	background: -moz-linear-gradient(top,  #003300 0%, #c3cec3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#003300), color-stop(100%,#c3cec3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #003300 0%,#c3cec3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #003300 0%,#c3cec3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #003300 0%,#c3cec3 100%); /* IE10+ */
	background: linear-gradient(to top,  #003300 0%,#c3cec3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3cec3', endColorstr='#003300',GradientType=0 ); /* IE6-9 */
	border-bottom: none;
}

.reverseButton .btn {
	font-family: Lato, sans-serif;
	font-weight:100;
	text-align:center;
	padding: .3em 10px;
	display: inline-block;
	border-bottom: none;
    border-width:0;
	color:white;
	background: -moz-linear-gradient(top,  #003300 0%, #c3cec3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#003300), color-stop(100%,#c3cec3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #003300 0%,#c3cec3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #003300 0%,#c3cec3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #003300 0%,#c3cec3 100%); /* IE10+ */
	background: linear-gradient(to top,  #003300 0%,#c3cec3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3cec3', endColorstr='#003300',GradientType=0 ); /* IE6-9 */
}


.reverseButton .btn:hover,
.reverseButton .btn.active {
	color:#113311;
	border-bottom: none;
	background: -moz-linear-gradient(top,  #a8bca8 0%, #d5e1d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8bca8), color-stop(100%,#d5e1d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #a8bca8 0%,#d5e1d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a8bca8 0%,#d5e1d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a8bca8 0%,#d5e1d5 100%); /* IE10+ */
	background: linear-gradient(to top,  #a8bca8 0%,#d5e1d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e1d5', endColorstr='#a8bca8',GradientType=0 ); /* IE6-9 */
}


#system-message-container {
	width:100%;
	margin:0 auto;
	text-align:center;
}
	

#system-message-container #system-message {
	color:#fff;
	font-size:1.5em
	font-family: Lato, sans-serif;
	font-weight:100;
	text-align:center;
	padding: .3em 10px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin:1em 3em 2em 3em;
	text-align:left;
	background: -moz-linear-gradient(top,  #aa0000 0%, #ffdddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa0000), color-stop(100%,#ffdddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #aa0000 0%,#ffdddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aa0000 0%,#ffdddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aa0000 0%,#ffdddd 100%); /* IE10+ */
	background: linear-gradient(to top,  #aa0000 0%,#ffdddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdddd', endColorstr='#aa0000',GradientType=0 ); /* IE6-9 */
	display: inline-block;
	border-bottom: none;
    border-width:0;
}
#system-message-container #system-message dt {
	display:none;
}
#system-message-container #system-message dd {
	margin:0;
}

#system-message-container #system-message ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position:relative;
}

#system-message-container .alert,
#system-message-container .close {
	color:#ffffff;
}

#system-message-container .close {
    
}


#system-message-container .alert-heading {
	display:none;
}


#system-message-container .alert > div {
	display:inline-block;
}


.featureCell .buttonContainer {
	position: absolute;
	bottom: 5px;
}

.featureCell .btn {
	color:#b5cdb5;
	background: -moz-linear-gradient(top,  #28482d 0%, #2d6238 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d6238), color-stop(100%,#28482d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #2d6238 0%,#28482d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #28482d 0%,#2d6238 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #28482d 0%,#2d6238 100%); /* IE10+ */
	background: linear-gradient(to top,  #28482d 0%,#2d6238 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d6238', endColorstr='#28482d',GradientType=0 ); /* IE6-9 */
}

.featureCell .btn:hover {
	color:#113311;
	background: -moz-linear-gradient(top,  #c3cec3 0%, #d5e1d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3cec3), color-stop(100%,#d5e1d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c3cec3 0%,#d5e1d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c3cec3 0%,#d5e1d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c3cec3 0%,#d5e1d5 100%); /* IE10+ */
	background: linear-gradient(to top,  #c3cec3 0%,#d5e1d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e1d5', endColorstr='#c3cec3',GradientType=0 ); /* IE6-9 */
}


.acymailing_module .acymailing_fulldiv {
    display: block;
    margin: 0 auto 0 auto !important;
    max-width: 610px;
    text-align: center;
}

.acymailing_module_form input[type=text],
.acymailing_module_form select {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:1.1em;
	line-height:1.1em;
	position:relative;
	z-index: 0;
    width:100% !important;
    margin: 0 0 0 0;
    padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #c8d1d6;
    border-width:1px 0 1px 1px;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}

.acymailing_lists p {
	margin:0;
	font-weight:100;
}

.acymailing_lists a {
	color: white;
	border: none;
}

.acymailing_lists {
	margin:0 0 1em 0;
}

.acymailing_module_form input[type=submit],
#adminForm input[type=submit] {
	margin:0;
	color:white;
	text-shadow: 1px 1px #000;
	text-align:center;
	padding: 5px;
	font-size:1.2em;
	width:300px;
	border-style:none;
	background:#477c52;
	background: -moz-linear-gradient(top,  #19391e 0%, #457a50 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#457a50), color-stop(100%,#19391e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #457a50 0%,#19391e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #19391e 0%,#457a50 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #19391e 0%,#457a50 100%); /* IE10+ */
	background: linear-gradient(to top,  #19391e 0%,#457a50 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#457a50', endColorstr='#19391e',GradientType=0 ); /* IE6-9 */
	border-bottom: none;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}

.acymailing_module_form input[type=submit]:hover,
#adminForm input[type=submit]:hover {
	cursor:pointer;
	color:#fdce6a;
	background: -moz-linear-gradient(top,  #457a50 0%, #19391e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#19391e), color-stop(100%,#457a50)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #19391e 0%,#457a50 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #457a50 0%,#19391e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #457a50 0%,#19391e 100%); /* IE10+ */
	background: linear-gradient(to top,  #457a50 0%,#19391e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19391e', endColorstr='#457a50',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.1);
	box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.1);
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}

/* ________________________________ carousel */

#carousel {
	padding:0;
	margin:0;
}

#carousel-1 div.header {
    background-image: url("/templates/penraeth/images/banners/The-Healing-Voice.jpg");
}


#carousel-2 div.header {
    background-image: url("/templates/penraeth/images/banners/About-Jill-Purce.jpg");
}


#carousel-3 div.header {
    background-image: url("/templates/penraeth/images/banners/Healing-Family-and-Ancestors.jpg");
}

#carousel-4 div.header {
    background-image: url("/templates/penraeth/images/banners/Week-Intensives.jpg");
}

#carousel.smallCarousel {
	background-color:none;
	float:right;
	margin:0 0 .5em 1em;
	width:60%;
}

#carousel.smallCarousel li {
	padding:10px 50px;
	background-color:#dfecdf;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height:8em;
	color: #336633;
	line-height:1.4;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}

#carousel.smallCarousel .bx-wrapper .bx-pager {
	bottom: -18px;
	top: auto;
    margin: 0 0 0 20px;
    text-align: left;
}

#carousel.smallCarousel .bx-wrapper .bx-prev {
    left: 4px !important;
}

#carousel.smallCarousel .bx-wrapper .bx-next {
    right: 4px !important;
}

#carousel.smallCarousel .bx-wrapper img {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
    border-radius: 9px;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}

#carousel.smallCarousel .buttonContainer {
	float:right;
	margin: -1em 1em;
	z-index: 1000;
	position:relative;
}

#carousel.smallCarousel .btn {
    font-size:.9em;
}

#carousel.smallCarousel.photoSlider {
	height:360px;
	max-width:240px;
}

#carousel.smallCarousel.photoSlider li {
	padding:0;
	height:360px;
	max-width:240px;
}

#carousel.smallCarousel.photoSlider .bx-wrapper .bx-prev {
		background: url("../js/jquery.bxslider/images/controls-mobile.png") no-repeat scroll 0 -16px rgba(0, 0, 0, 0);
		left: 4px;
	}
#carousel.smallCarousel.photoSlider .bx-wrapper .bx-prev:hover {
		background-position: 0 0 !important;
	}
	
#carousel.smallCarousel.photoSlider .bx-wrapper .bx-next {
		background: url("../js/jquery.bxslider/images/controls-mobile.png") no-repeat scroll -22px -16px rgba(0, 0, 0, 0);
		right: 4px;
	}
#carousel.smallCarousel.photoSlider .bx-wrapper .bx-next:hover {
		background-position: -22px 0 !important;
	}
	
#carousel.smallCarousel.photoSlider .bx-wrapper .bx-controls-direction a {
		height: 16px;
		width: 16px;
		top: 99%;
	}

#carousel.smallCarousel.photoSlider .bx-wrapper .bx-pager {
    margin: 0;
    text-align: center;
}


.homeFeature {
	margin: 6px 0 0 -10px;
	display:inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.homeFeature-top {
	background:url('/templates/penraeth/images/homeFeature-top-BG.gif') no-repeat;
	font-family: Lato, sans-serif;
	font-weight:100;
	min-height:46px;
	padding:0 0 0 30px;
	font-size:16px;
	color: #336633;
	overflow: hidden;
}

.homeFeature-top h3 {
	padding:4px 0 0 0;
}

.homeFeature-outer {
	background:url('/templates/penraeth/images/homeFeature-outer-BG.gif') repeat-y;
}

.homeFeature-inner {
	padding:0 0 0 30px;
	text-align:left;
}

.homeFeature-inner h3, 
.homeFeature-inner h4 {
	margin-top:0;
	line-height:1.5em;
}

.homeFeature-inner p:last-child {
	margin-bottom:0;
}

.homeFeature-bottom {
	background:url('/templates/penraeth/images/homeFeature-bottom-BG.gif') no-repeat;
	height:42px;
	padding: 19px 0 0 350px;
}

.homeFeature ul.playlist {
    width: auto;
}

.homeFeature.fullwidth {
    max-width: 100%;
    width:100%;
}

.leaveRoomAtRight {
	max-width:85%;
}


/* ________________________________ misc */

.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;
	padding-bottom: 1em;
}


.two-column {
	box-sizing: border-box;
	width: 100%;
	padding: 1rem 1rem 0 1rem;
	background: #eaf7ea;
	border-radius: 6px;
}

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

.cell h3 {
	margin-top:0;
}

.cell.thumbnail {
	width:200px;
	padding: 0 1em 1em 0;
}

.cell.thumbnail a,
.popup-youtube {
	border-bottom: none;
}


#bookseries .cell {
	display:table-cell;
    text-align: center;
    width: 33%;
    font-size:.9em;
}

#bookseries .cell img {
	max-width:100%;
	height:auto;
}

.newsletterTab {
	position:fixed;
	-webkit-font-smoothing: subpixel-antialiased;
	bottom:0;
	width:100%;
}


.newsletterTab .btn {
	float:right;
	margin: 0 1em 0 0;
	font-family: Lato, sans-serif;
	font-weight:100;
	color:#b5cdb5;
	text-align:center;
	padding: .3em 10px;
	background: -moz-linear-gradient(top,  #28482d 0%, #2d6238 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d6238), color-stop(100%,#28482d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2d6238 0%,#28482d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #28482d 0%,#2d6238 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #28482d 0%,#2d6238 100%); /* IE10+ */
	background: linear-gradient(to top,  #28482d 0%,#2d6238 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d6238', endColorstr='#28482d',GradientType=0 ); /* IE6-9 */
	border-bottom: none;
    border-width:0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
	z-index:500;
	position:relative;
}

.newsletterTab .btn:hover {
	color:#113311;
	background: -moz-linear-gradient(top,  #c3cec3 0%, #d5e1d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3cec3), color-stop(100%,#d5e1d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c3cec3 0%,#d5e1d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c3cec3 0%,#d5e1d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c3cec3 0%,#d5e1d5 100%); /* IE10+ */
	background: linear-gradient(to top,  #c3cec3 0%,#d5e1d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e1d5', endColorstr='#c3cec3',GradientType=0 ); /* IE6-9 */
	border-bottom: none;
}

.featureCell .btn {
	color:#b5cdb5;
	background: -moz-linear-gradient(top,  #28482d 0%, #2d6238 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d6238), color-stop(100%,#28482d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #2d6238 0%,#28482d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #28482d 0%,#2d6238 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #28482d 0%,#2d6238 100%); /* IE10+ */
	background: linear-gradient(to top,  #28482d 0%,#2d6238 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d6238', endColorstr='#28482d',GradientType=0 ); /* IE6-9 */
}


/* +++++++++++++++++++++++ pagenav +++++++++++++++++++++++  */
.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;
	border-left: solid 1px #ddd;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}

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

.cdjacket {
	width:300px;
	padding-right:1em;
}

.cdjacket img {
	margin:0 0 .5em 0;
	width:100%;
	height:auto;
}


/* sortable tables */
table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: .9em;
	width: 100%;
	text-align: left;
	border-spacing:1px;
}
table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
	border-bottom: 1px solid #113311;
	padding: 3px 0 2px 18px;
}
table.tablesorter thead tr .header {
	background-image: url(/templates/penraeth/images/bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
table.tablesorter tbody td {
	background:#dbe8db;
	padding: 2px 9px;
	vertical-align: top;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/templates/penraeth/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/templates/penraeth/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
	color:#007700;
	font-style:italic;
	border-bottom: solid 1px #339933;
}
table.tablesorter .eventType {
	font-size:1em;
	background:#e1eee1;
}
table.tablesorter .family .eventType {
	background:#e6f3e6;
}
table.tablesorter .eventBooking {
	font-size:.8em;
	background:none;
}
table.tablesorter .eventDate {
	text-align: left;
	background:none;
	padding:2px 10px 0 0;
}

table.tablesorter .eventDate img {
	float:right;
	margin:0 0 0 2px;
}
table.tablesorter .eventDate > span:first-child {
	display:none;
}

table.tablesorter .family,
table.tablesorter .family a,
table.tablesorter .family a:visited {
	color:#3b6e3b;
}

.checkboxOuter,
.acymailing_lists p {
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
    overflow: hidden;
	margin: 0;
    display: inline-block;
    font-size: 1em;
    line-height: 1em;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}


.checkboxOuter.smaller {
    font-size: .9em;
}

fieldset.checkboxes,
.acymailing_lists p {
	color: white;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	margin: 0;
	padding: 3px 6px 3px 4px;
	text-align: center;
	text-shadow: 0 -1px #C96A20;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
	background-color:  #497e54;
	background: -moz-linear-gradient(top,  #0b2b10 0%, #497e54 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#497e54), color-stop(100%,#0b2b10)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #497e54 0%,#0b2b10 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0b2b10 0%,#497e54 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0b2b10 0%,#497e54 100%); /* IE10+ */
	background: linear-gradient(to top,  #0b2b10 0%,#497e54 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#497e54', endColorstr='#0b2b10',GradientType=0 ); /* IE6-9 */
}

fieldset.checkboxes label,
.acymailing_lists label {
	color: white;
    font-family: 'Lato',Arial,sans-serif;
    font-weight: 300;
    width: auto;
	display: block;
	cursor: pointer;
	line-height: 20px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	float:none;
	padding:0 10px 0 30px;
}

fieldset a:hover, fieldset a:active { outline: none; }

.label_check input,
.acymailing_lists input {
	margin-right: 10px;
	position: absolute;
	visibility:hidden;
}

.label_check,
.acymailing_lists label {
	background: url(/templates/penraeth/images/check-off.png) no-repeat;
	padding-left: 25px;
}
label.c_on,
.acymailing_lists label.c_on {
	background: url(/templates/penraeth/images/check-on.png) no-repeat;
}

/* workshop table */
.workshopsGlance > div {
	margin: 0 0 2em 0;
}

.workshopsGlance .eventDate {
	display:inline-block;
}

.workshopsGlance .eventPrice {
	display:inline-block;
	margin: 0 0 0 2em;
	font-style:italic;
}





#jillpurce {
	float: left;
	margin: 10px 0 0 0;
}

#phone {
	color:white;
	background:#477c52;
	background: -moz-linear-gradient(top,  #28482d 0%, #72a77d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72a77d), color-stop(100%,#28482d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #72a77d 0%,#28482d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #28482d 0%,#72a77d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #28482d 0%,#72a77d 100%); /* IE10+ */
	background: linear-gradient(to top,  #28482d 0%,#72a77d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72a77d', endColorstr='#28482d',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:0 1px 1px #d3d3d3;
	-moz-box-shadow:0 1px 1px #d3d3d3;
	box-shadow:0 1px 1px #d3d3d3;
	height:auto;
	display:inline-block;
	position:relative;
	padding: 0 8px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:5px;
	font-size:.8em;
	overflow:hidden;
}

#example2 {
	float: left;
	margin: 10px 0 0 1rem;
}
.sharrre .box {
	background:#477c52;
	background: -moz-linear-gradient(top,  #28482d 0%, #72a77d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72a77d), color-stop(100%,#28482d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #72a77d 0%,#28482d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #28482d 0%,#72a77d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #28482d 0%,#72a77d 100%); /* IE10+ */
	background: linear-gradient(to top,  #28482d 0%,#72a77d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72a77d', endColorstr='#28482d',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:0 1px 1px #d3d3d3;
	-moz-box-shadow:0 1px 1px #d3d3d3;
	box-shadow:0 1px 1px #d3d3d3;
	height:auto;
	display:inline-block;
	position:relative;
	padding: 0 8px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:5px;
	font-size:.8em;
	float:left;
	clear:both;
	overflow:hidden;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.sharrre .left{
	line-height:22px;
	display:block;
	white-space:nowrap;
	text-shadow:0px 1px 1px rgba(255,255,255,0.3);
	color:#ffffff;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.sharrre .middle{
	position:absolute;
	height:22px;
	top:0px;
	right:10px;
	width:0px;
	background:#447744;
	text-shadow:0px -1px 1px #363f49;
	color:#fff;
	white-space:nowrap;
	text-align:left;
	overflow:hidden;
	-webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
	-moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
	box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
	-webkit-transition:width 0.3s linear;
	-moz-transition:width 0.3s linear;
	-o-transition:width 0.3s linear;
	transition:width 0.3s linear;
}
.sharrre .middle a {
	color:#fff;
	padding:0 9px 0 9px;
	text-align:center;
	float:left;
	line-height:22px;
	-webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
	-moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
	box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
}
.sharrre .middle a.googleplus {
	color:#fff;
	padding:0 6px 0 9px;
}
.sharrre .middle a.googleplus,
.sharrre .middle a.linkedin {
	color:#fff;
	padding:0 3px 0 9px;
}
.sharrre .right {
	display:none;
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:10px;
	text-align:center;
	line-height:22px;
	color:#4b5d61;
	background:#f1f9f1;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(#f1f9f1,0),color-stop(#aaccaa,1));
	background:-webkit-linear-gradient(top, #f1f9f1 0%, #aaccaa 100%);
	background:-moz-linear-gradient(top, #f1f9f1 0%, #aaccaa 100%);
	background:-o-linear-gradient(top, #f1f9f1 0%, #aaccaa 100%);
	background:linear-gradient(top, #f1f9f1 0%, #aaccaa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f9f1', endColorstr='#aaccaa',GradientType=0 );
}

.sharrre .box:hover {
	padding-right:68px;
}
.sharrre .middle a:hover{
	text-decoration:none;
	color:#fdce6a;
}
.sharrre .box:hover .middle{
	width:auto;
	left:50px;
}

#google_translate_element {
	float: right;
	margin: 8px -5px 0 0;
}

.goog-te-gadget-simple {
	border-radius: 5px;
	font-size:12px !important;
}

#google_translate_element a {
	border-bottom: none;
}

	.goog-logo-link {
		display:none;
	}
	.goog-te-gadget {
		font-size: 0 !important;
	}
	
	.goog-te-gadget .goog-te-combo {
		color:white;
		background:#477c52;
		background: -moz-linear-gradient(top,  #28482d 0%, #72a77d 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72a77d), color-stop(100%,#28482d)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #72a77d 0%,#28482d 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #28482d 0%,#72a77d 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #28482d 0%,#72a77d 100%); /* IE10+ */
		background: linear-gradient(to top,  #28482d 0%,#72a77d 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72a77d', endColorstr='#28482d',GradientType=0 ); /* IE6-9 */
		-webkit-box-shadow:0 1px 1px #d3d3d3;
		-moz-box-shadow:0 1px 1px #d3d3d3;
		box-shadow:0 1px 1px #d3d3d3;
		padding: 1px 8px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:5px;
		border-width: 0;
	}

.addthisevent-drop {
	z-index:100;
	font-size:.7em;
	font-family:'Lato', sans-serif;
	line-height:1em;
	color:#446644;
	background: -moz-linear-gradient(top,  #c3cec3 0%, #d5e1d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3cec3), color-stop(100%,#d5e1d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c3cec3 0%,#d5e1d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c3cec3 0%,#d5e1d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c3cec3 0%,#d5e1d5 100%); /* IE10+ */
	background: linear-gradient(to top,  #c3cec3 0%,#d5e1d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e1d5', endColorstr='#c3cec3',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:0 1px 2px #447744;
	-moz-box-shadow:0 1px 2px #447744;
	box-shadow:0 1px 2px #447744;
	display:inline-block;
	position:relative;
	padding:3px 6px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border-bottom:none;
	margin-left:1em;
}

#myTable .addthisevent-drop {
	margin-left:0;
	font-family: arial;
    font-size: 0.9em;
    width:95%;
}

.addthisevent-drop:visited {
	color:#446644;
}
	
.addthisevent-drop:hover {
	color:white !important;
	background: -moz-linear-gradient(top,  #28482d 0%, #2d6238 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d6238), color-stop(100%,#28482d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2d6238 0%,#28482d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #28482d 0%,#2d6238 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #28482d 0%,#2d6238 100%); /* IE10+ */
	background: linear-gradient(to top,  #28482d 0%,#2d6238 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d6238', endColorstr='#28482d',GradientType=0 ); /* IE6-9 */
	border-bottom:none;
}
.addthisevent-selected {}
.addthisevent_dropdown {
	width:170px;
	position:absolute;
	z-index:500;
	padding:6px 0px 0px 0px;
	background:#fff;
	text-align:left;
	display:none;
	margin-top:4px;
	margin-left:-1px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-webkit-box-shadow:1px 3px 6px rgba(0,0,0,0.15);
	-moz-box-shadow:1px 3px 6px rgba(0,0,0,0.15);
	box-shadow:1px 3px 6px rgba(0,0,0,0.15);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.addthisevent_dropdown span {
	display:block;
	line-height:110%;
	background:#fff;
	text-decoration:none;
	font-size:12px;
	color:#113311;
	padding:4px 15px;
}
.addthisevent_dropdown span:hover {
	background:#e3eee3;
	color:#336633;
	text-decoration:none;
	font-size:12px;
}
.addthisevent span {
	display:none!important;
}
.addthisevent-drop ._url,.addthisevent-drop ._start,.addthisevent-drop ._end,.addthisevent-drop ._summary,.addthisevent-drop ._description,.addthisevent-drop ._location,.addthisevent-drop ._organizer,.addthisevent-drop ._organizer_email,.addthisevent-drop ._facebook_event,.addthisevent-drop ._all_day_event {
	display:none!important;
}
.addthisevent_dropdown .copyx {
	height:21px;
	display:block;
	position:relative;
	cursor:default;
}
.addthisevent_dropdown .brx {
	width:180px;
	height:1px;
	overflow:hidden;
	background:#e0e0e0;
	position:absolute;
	z-index:100;
	left:10px;
	top:9px;
}
.addthisevent_dropdown .frs {
	position:absolute;
	top:5px;
	cursor:pointer;
	right:10px;
	padding-left:10px;
	font-style:normal;
	font-weight:normal;
	text-align:right;
	z-index:101;
	line-height:110%;
	background:#fff;
	text-decoration:none;
	font-size:9px;
	color:#cacaca;
}
.addthisevent_dropdown .frs:hover {
	color:#6d84b4;
}
.addthisevent {
	visibility:hidden;
}

.addthisevent-drop .client {
	display:none;
}

#field_lastname {
	width:120px !important;
}



hr { 
	height:1px;
	background-color:#880000;
	border:0;
	margin:3rem 0 .5rem 0;
}

.workshopTitle {
	color: #880000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.7rem;
	line-height:1;
	margin:0;
}

.video {
	width:35%;
	text-align:center;
	float:right;
	margin:0 0 .5rem 1rem;
	line-height:1.1;
}
.video a {
	text-decoration:none;
	border-bottom:none;
}
.video img {
	width:100%;
	height:auto;
	margin:0 0 .2rem 0;
	border-radius:4px;
}
.video span {
	font-size:.9em;
	color: #990000;
}

.button {
	font-family:Tahoma,sans-serif;
	font-size:inherit;
	font-weight:600;
	border-radius:4px;
	padding:5px 15px;
	margin:10px 0 10px 0;
	display:block;
	cursor: pointer;
	display:inline-block;
	

	background:#477c52;
	background: -moz-linear-gradient(top,  #28482d 0%, #72a77d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72a77d), color-stop(100%,#28482d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #72a77d 0%,#28482d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #28482d 0%,#72a77d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #28482d 0%,#72a77d 100%); /* IE10+ */
	background: linear-gradient(to top,  #28482d 0%,#72a77d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72a77d', endColorstr='#28482d',GradientType=0 ); /* IE6-9 */
}

.button:link,
.button:visited {
	color: #ffffff !important;
}

.button:hover,
.button:active {
	color: #b6d5f4 !important;
}






@media all and (min-width:1500px) {
	div.header {
		background-size: contain;
	}
}

@media all and (min-width:1300px) {
	div.header {
		height:504px;
	}
	.bx-wrapper .bx-pager {
		top: 510px;
	}
}

@media all and (max-width:970px) {
	
	div.header {
		height:316px;
	}
	
	.contentWidth {
		width:97%;
	}

	#topBar {
		height:60px;
		background-size: contain;
	}
	
	#logo {
		width:194px;
		height:56px;
	}
	
	#mainMenu a.topMenuItem {
		font-size:19px;
		padding: 6px 12px 2px 2px;
	}
		
	#mainMenu a.search {
		padding: 9px 0 0 0;
	}
	
	#subMenu a {
		font-size: 14px;
		padding: 1px 10px;
	}
	
	.bx-wrapper .bx-pager {
		top: 320px;
	}
	
	.cdjacket {
		width:200px;
	}
}

@media all and (max-width:850px) {

	.homeFeature {
		max-width:75%;
	}
	
	img.left,
	img.right {
		max-width:30%;
	}

	.homeFeature-bottom {
		padding: 21px 0 0 0;
		text-align:right;
	}

	.homeFeature-bottom p {
		float:right;
	}
	
	#subMenu a {
		font-size: 12px;
		padding: 1px 10px;
	}
}

@media all and (max-width:750px) {

	
	div.header {
		height:252px;
	}
	
	#logo {
		width:150px;
		height:43px;
	}

	#topBar {
		height:50px;
		background-size: contain;
	}
	
	#mainMenu a.topMenuItem {
		font-size:16px;
		padding: 3px 5px 2px 5px;
	}
	
	#subMenu a {
		font-size: 11px;
		padding: 1px 5px;
	}
		
	#mainMenu a.search {
		padding: 4px 0 0 0;
	}
		
	#mainMenu a.search img {
		width:25px;
		height:25px;
		border:none;
	}
	
	#mainMenu ul li.search .dropDownMenu {
		top:26px;
	}
	
	#content {
		padding:12px;
	}

	#footerContainer {
		padding:12px;
	}
	
	.bx-wrapper .bx-pager {
		top: 257px;
	}
	
	#carousel.smallCarousel.photoSlider {
		height:auto;
		max-width:40%;
		float:right;
		margin:0 0 .5em 1em;
	}
	
	#carousel.smallCarousel.photoSlider li {
		padding:0;
		height:auto;
		max-width:100%;
	}
	
	#featureTable {
		display:block;
		margin:20px auto 40px;
		background: #0a2a0f;
	}
	
	.featureCell {
		display: block;
		width: auto;
		margin: 1rem 0;
		border-radius: 0;
		background: none;
	}
	
	.cell1 {
		border-left: none;
	}
	
	.cell3 {
		border-right: none;
	}
	
	.cell {
		display:block;
	}
	
	.cdjacket {
		width:90%;
		max-width:300px;
	}

}

@media all and (max-width:630px) {
	body {
		font-size: 13pt;
		line-height:1.5;
	}
	
	#subMenuBar {
		display:none;
	}
	
	#subMenu a {
		font-size: 11px;
		padding: 1px 4px 3px 4px;
	}
	
	#google_translate_element,
	#example2,
	#jillpurce {
		margin:0;
		clear:both;
		float: none;
	}
	
	.sharrre .left {
		height:18px;
		padding:0 4px;
		line-height: 15px;
	}
	
	.sharrre .middle {
		height:18px;
		line-height: 15px;
	}
	
	.sharrre .middle a {
		height:18px;
		line-height: 15px;
	}
	
	.sharrre .box:hover .middle {
		width: 100px;
	}
	
	.extra {
		display:none;
	}
}

@media all and (max-width:560px) {
	div.header {
		height:188px;
	}
	
	#logo {
		width: 140px;
		height: 42px;
	}

	#topBar {
		height:40px;
	}
	.bx-wrapper .bx-pager {
		top: 193px;
	}
	
	#carousel-1 div.header {
		background-image: url("/templates/penraeth/images/banners-mobile/The-Healing-Voice.jpg");
	}
	
	
	#carousel-2 div.header {
		background-image: url("/templates/penraeth/images/banners-mobile/About-Jill-Purce.jpg");
	}
	
	
	#carousel-3 div.header {
		background-image: url("/templates/penraeth/images/banners-mobile/Healing-Family-and-Ancestors.jpg");
	}
	
	#carousel-4 div.header {
		background-image: url("/templates/penraeth/images/banners-mobile/Week-Intensives.jpg");
	}
	
	#mainMenu a.topMenuItem {
		font-size:1.2rem;
		padding: 2px 5px 2px 5px;
	}
	
	#mainMenu a.search img {
		width:20px;
		height:20px;
	}
	
	.right-inset {
		display:none;
		float: none;
		margin: 10px;
		text-align: left;
		clear: right;
	}
	
	.right-inset img {
		float: left;
	}
	
	.right-inset div {
		clear: right;
		margin: 0 0 100px 160px;
	}
	
	.featureCell {
	}
	
	.homeFeature {
		max-width:100%;
	}

	img.left,
	img.right {
		margin: 0 25% 1em;
		max-width: 50%;
	}
	
	.featureCell img.right {
		margin:0 0 .5em 1em;
	}
	
	.bx-wrapper .bx-prev {
		background: url("../js/jquery.bxslider/images/controls-mobile.png") no-repeat scroll 0 -16px rgba(0, 0, 0, 0);
		left: 4px;
	}
	.bx-wrapper .bx-prev:hover {
		background-position: 0 0 !important;
	}
	
	.bx-wrapper .bx-next {
		background: url("../js/jquery.bxslider/images/controls-mobile.png") no-repeat scroll -22px -16px rgba(0, 0, 0, 0);
		right: 4px;
	}
	.bx-wrapper .bx-next:hover {
		background-position: -22px 0 !important;
	}
	
	.bx-wrapper .bx-controls-direction a {
		height: 16px;
		width: 16px;
	}
	
	.bx-wrapper .bx-controls-direction a {
		top: 95%;
	}
	
	#carousel.smallCarousel .bx-wrapper .bx-controls-direction a {
		top: 50%;
	}
	
	#carousel.smallCarousel {
		background-color:none;
		float:none;
		margin:0 0 1.5em 0;
		width:100%;
	}
	
	#carousel.smallCarousel .bx-wrapper .bx-pager {
		bottom: -12px;
	}
	
	#carousel.smallCarousel.photoSlider .bx-wrapper .bx-pager.bx-default-pager a {
		display:none;
	}
	
	.video {
		width:100%;
	}
}

@media all and (max-width:440px) {
	div.header {
		height:148px;
	}
	.bx-wrapper .bx-pager {
		top: 152px;
	}
	
	#topBar {
		position: absolute;
	}
	
	#logo {
		width: 110px;
		height: 32px;
		margin: 3px 0 0 0;
	}
	
	#mainMenu {
		width:100%;
	}
	
	#mainMenu a.topMenuItem {
		font-size:.9rem;
		padding: 5px;
	}
	
	#mainMenu a.search {
		padding: 0;
	}
	
	#mainMenu ul {
		position: static;
	}

	#mainMenu ul li.search form input {
		width: auto;
	}
	
	#bookseries .cell {
		display:block;
		float:left;
	}
	
	#mainMenu .dropDownMenu {
		left: 0 !important;
		margin: 0 9px !important;
		width: 95% !important;
		top:auto;
	}
	
	#carousel.smallCarousel li {
		height:10em;
	}
	
	table.tablesorter tbody td,
	table.tablesorter thead tr th {
		display:block;
	}
	table.tablesorter tr {
		margin: 0 0 1.2rem 0;
		display: block;
	}
	table.tablesorter .eventBooking {
		padding-bottom: 1em;
	}
	
	#myTable .addthisevent-drop {
		font-size: 1.8em;
		width: 100% !important;
		box-shadow: 0 -1px 2px #474;
		-webkit-box-shadow: 0 -1px 2px #447744;
		-moz-box-shadow: 0 -1px 2px #447744;
	}

	.buttonContainer a + a {
		margin-top:2px;
	}
	
	.cell.thumbnail {
		width: 100%;
		padding: 0;
	}
	
	.cell.thumbnail img {
		width: 100%;
		height: auto;
	}
}

@media all and (max-width:360px) {
	
	#logo {
		width: 90px;
		height: 25px;
		margin: 3px 0 0 0;
	}
	
	#mainMenu a.topMenuItem {
		font-size:.8rem;
		padding: 3px;
	}
	#mainMenu a.search img {
		margin-right: 4px;
	}
}


@media all and (max-height:640px) {
	
	
	#topBar {
		position: absolute;
	}
	
	#mainMenu ul {
		position: static;
	}
}

@media screen and (min-width:560px) {
	#preload_logo { background: url(/templates/penraeth/images/Jill-Purce-logo.png) no-repeat; }
	#preload_about { background: url(/templates/penraeth/images/banners/About-Jill-Purce.jpg) no-repeat; }
	#preload_voice { background: url(/templates/penraeth/images/banners/The-Healing-Voice.jpg) no-repeat; }
	#preload_family { background: url(/templates/penraeth/images/banners/Healing-Family-and-Ancestors.jpg) no-repeat; }
	#preload_week { background: url(/templates/penraeth/images/banners/Week-Intensives.jpg) no-repeat; }
	/*#preload_shamanic { background: url(/templates/penraeth/images/banners/Shamanic-Workshop.jpg) no-repeat; }
	#preload_workshop { background: url(/templates/penraeth/images/banners/Workshop.jpg) no-repeat; }*/
}
