
body {
	margin:0 !important;
	background-color:#0a3004;
	font-family: 'Lato', sans-serif;
	line-height:1.7;
	font-size:11pt;
}

p {
	margin-top:0;
}

p > p {
	margin-top:.5em;
}

/* _____________________links */

:focus {outline:none;}

a {
	color: #227722;
	text-decoration:none;
	border-bottom: 1px dotted #ccddcc;
}

a:visited {
	color: #007700;
}

a:active,
a:hover {
	color: #229922;
	border-bottom: 1px dotted #880000;
}

a.naked,
a.naked:active,
a.naked:hover {
	border-bottom: none;
}


a.yellow,
a.yellow:active,
a.yellow:hover {
	color:#ffff00;
}


.horizontalRule {
	height:1px;
	margin:1em 0;
	background-color: #880000;
	background: -webkit-gradient(linear, left top, right top, from(#880000), to(#ffffff));
	background: -webkit-linear-gradient(left, #880000, #ffffff);
	background: -moz-linear-gradient(left, #880000, #ffffff);
	background: -ms-linear-gradient(left, #880000, #ffffff);
	background: -o-linear-gradient(left, #880000, #ffffff);
}

/* headers */

h1,h2,h3,h4,h5,h6 {
	margin:.5em 0;
	line-height:1.1;
	color:#006600;
	text-shadow: 1px 1px #FFFFFF;
}

h1,h2 {
	font-size: 18px;
}

h1 + h3,
h2 + h3 {
	margin-top:1em;
}

div.horizontalRule + h2,
div.horizontalRule + h3 {
	margin-top:-0.3em;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12pt;
}

h5 {
	font-size: 11pt;
}

h6 {
	font-size: 9pt;
}

#contentBody .blog > h2:first-child, .item-page .page-header h2 {
	font-size:19px;
	margin:0 0 1em 0;
}

#leftSidebar h2,
#rightSidebar h2 {
	font-size: 14px;
	margin: 1em 0 0;
	line-height:1.3em;
}

#leftSidebar h3,
#rightSidebar h3 {
	font-size: 14px;
	margin: 1em 0 0;
	line-height:1.3em;
}

#leftSidebar h4,
#rightSidebar h4 {
	font-size: 13px;
	margin: 1em 0 0;
	line-height:1.3em;
}

#leftSidebar h5,
#leftSidebar h6,
#rightSidebar h5,
#rightSidebar h6 {
	font-size: 11px;
	margin: 1em 0 0;
	line-height:1.3em;
}


#rightSidebar .schedule h4 {
	font-size:11px;
}


/*------------------------------ layout */

#top {
	position:fixed;
	left:0;
	top:0;
	height:43px;
	width:100%;
	background:url('../images/menu-BG.gif') repeat-x;
	padding:0;
	margin:0;
	z-index:1000;
	text-shadow: 1px 1px #004400;
}

#middle {
	margin-top:43px;
	background:#2f6f1f url('../images/main-BG.gif') repeat-y center top;
}

#main {
	margin:0 auto 0 auto;
	padding:0px;
	width:980px;
	background-color:white;
	overflow: hidden;
}

#headerImage {
	width:980px;
	display:block;
}

#leftSidebar {
	background:url('../images/leftside-BG.jpg') no-repeat;
	display:inline-block;
	min-height:610px;
	float:left;
	width:155px;
	padding:10px;
	font-size: 11px;
	line-height:1.3em;
}

#rightSidebar {
	background:url('../images/rightside-BG.jpg') no-repeat;
	display:inline-block;
	min-height:610px;
	width:163px;
	padding:10px 2px 10px 10px;
	font-size: 11px;
	line-height:1.3em;
	float:right;
	margin:0;
}

#content {
	width:627px;
	display:inline-block;
	padding:0;
	margin:0;
}

#contentBody {
	padding:0 15px 18px 18px;
	position:relative;
	top:-44px;
}

#bottom {
	height:182px;
	background:url('../images/footer-BG.gif') repeat-x;
	padding:0;
	margin:0;
}

#footer {
	margin:0 auto;
	padding:0 20px 0 30px;
	width:980px;
	color: #ccddcc;
}

#footerLeft {
	width:300px;
	float:left;
}

#socialMedia {
	height:28px;
	margin:95px 0 0 10px;
}

#copyright {
	height: 28px;
	margin: 12px 0 0 20px;
}

#breadcrumbs {
	list-style: none;
	margin:0 0 .5em 1em;
}

#breadcrumbs ul {
	margin:0;
	padding:0;
}

#breadcrumbs li {
	display: inline-block;
	margin-left:5px;
}

.alert {
	color:#880000;
	font-weight:bold;
}

.notice {
	color:#009900;
	font-weight:bold;
}

#homeMain {
	background:url('../images/homeMain-BG.gif') repeat-x;
	min-height:500px;
	text-align:center;
}

div.homeBox-table {
	display:table;
	-dt-display:table;
	margin:auto;
	behavior: url(/templates/penraeth/js/display-table.min.htc);
}

.homeBox-row {
	display:table-row;
	-dt-display:table-row;
}

.homeBox-cell {
	display:table-cell;
	-dt-display:table-cell;
}

.homeBox-outer {
	background:url('../images/homBox-outer-BG.gif') repeat-y;
	width:285px;
	display:table-cell;
	-dt-display:table-cell;
	vertical-align:top;
}

.homeBox-inner {
	background:url('../images/homeBox-inner-BG.gif') no-repeat;
	min-height:273px;
	padding:20px 16px 0 23px;
	text-align:left;
	font-size:10pt;
	line-height:1.3;
}

.homeBox-1 {
	background:url('/files/images/EarthAntlers.png') no-repeat right top;
}

.homeBox-1 h3 {
	margin-bottom:0;
}
	
.homeBox-1 span {
	color:#007700;
	display:block;
	margin:0 0 1em 0;
}


.homeFeature {
	margin: 10px auto;
	width:830px;
	text-align:left;
}

img.videoThumb {
	float:left;
	margin: 0 1em .1em 0;
}

.homeFeature-top {
	background:url('../images/homeFeature-top-BG.gif') no-repeat;
	height:46px;
	padding:3px 0 0 35px;
	font-size:16px;
	color: #008800;
}

.homeFeature-outer {
	background:url('../images/homeFeature-outer-BG.gif') repeat-y;
}

.homeFeature-inner {
	padding:0 0 0 35px;
	text-align:left;
}

.homeFeature-inner h3, 
.homeFeature-inner h4 {
	margin-top:0;
}

.homeFeature-inner p:last-child {
	margin-bottom:0;
}

.homeFeature-bottom {
	background:url('../images/homeFeature-bottom-BG.gif') no-repeat;
	height:42px;
	padding: 19px 0 0 490px;
}

/* ________________________________ carousel */

#carousel {
	padding:0;
	margin:0;
}

#carousel-1 {
	height:326px;
	background:url('../images/carousel-1.jpg') no-repeat;
}

#carousel-1 div {
	padding: 40px 0 0 90px;
	width:550px;
	line-height:1.4;
}

#carousel-1 h1 {
	margin-bottom:20px;
	color:#007700;
	text-shadow: 1px 1px #ccffcc;
}

#carousel-1 .buttonContainer {
	margin-top:9px;
}


#carousel-2 {
	height:326px;
	background:url('../images/carousel-2.jpg') no-repeat;
}

#carousel-2 div {
	margin: 40px 0 0 515px;
	width:400px;
	line-height:1.4;
}


#carousel-2 H1 {
	color:#ffff00;
	text-shadow: 1px 2px #0a3004;
	font-size:24px;
}

#carousel-2 H3 {
	color:#fff;
	text-shadow: 1px 1px #0a3004;
}


#carousel-3 {
	height:326px;
	background:url('../images/carousel-3.jpg') no-repeat;
	color:#ffffff;
}

#carousel-3 div {
	margin: 40px 0 0 515px;
	width:400px;
	line-height:1.4;
}


#carousel-3 H1 {
	color:#ffff00;
	text-shadow: 1px 2px #0a3004;
	font-size:24px;
}

#carousel-3 H3 {
	color:#fff;
	text-shadow: 1px 1px #0a3004;
}


#carousel-4 {
	height:326px;
	background:url('../images/carousel-4.jpg') no-repeat;
	color:#ffffff;
}

#carousel-4 div {
    margin: 20px 0 0 60px;
    width: 500px;
	line-height:1.4;
}


#carousel-4 H1 {
	color:#ffff00;
	text-shadow: 1px 2px #0a3004;
	font-size:24px;
}

#carousel-4 H3 {
	color:#fff;
	text-shadow: 1px 1px #0a3004;
}

#carousel-4 .buttonContainer {
	position:absolute;
	left:500px;
	top: 30px;
}

/* ________________________________ related links */

.tagssimilar {
	margin-bottom:50px;
}

.tagssimilar ul {
	list-style: none;
	margin:0;
	padding:0;
}

.tagssimilar li {
	margin-bottom:1em;
}

#leftSidebar .tagssimilar h3 {
	font-size:16px;
	margin-bottom:.8em;
}


/* articleinfo */

.article-info-term, .article-info dd span, .icons, dl.article-info {
	display: none;
}

.article-info {
	overflow: hidden;
	margin-bottom: 0;
}

.article-info dd {
	float: left;
}

.article-info dd.create {
	clear: left;
	margin:0;
}



/*_________________________________________________ buttons */

.buttonContainer, .readmore {
	position:relative;
	z-index: 0;
	-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);
    overflow: hidden;
    display: inline-block;
    line-height:1em;
}

#leftSidebar .buttonContainer {
	font-size:12px;
}

.buttonContainer .btn {
	color:#eeffee;
	text-shadow: 1px 1px #000;
	text-align:center;
	padding: .4em 18px;
	background: -moz-linear-gradient(top,  #004400 0%, #66aa66 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004400), color-stop(100%,#66aa66)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #004400 0%,#66aa66 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #004400 0%,#66aa66 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #004400 0%,#66aa66 100%); /* IE10+ */
	background: linear-gradient(to top,  #004400 0%,#66aa66 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66aa66', endColorstr='#004400',GradientType=0 ); /* IE6-9 */
	display: inline-block;
	border-bottom: none;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    border-width:0;
}

.buttonContainer .btn:hover {
	color:white;
	background: -moz-linear-gradient(top,  #004400 0%, #77dd77 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#004400), color-stop(100%,#77dd77)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #004400 0%,#77dd77 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #004400 0%,#77dd77 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #004400 0%,#77dd77 100%); /* IE10+ */
	background: linear-gradient(to top,  #004400 0%,#77dd77 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77dd77', endColorstr='#004400',GradientType=0 ); /* IE6-9 */
	border-bottom: none;
}

.homeBox-1 .buttonContainer {
	margin-bottom: 0;
}


/*
.homeBox-1 a.btn {
	padding: 5px 0 5px 0;
    width: 240px;
}
.icon-chevron-right:before,
.icon-arrow-right:before {
	font-family: verdana, helvetica, arial;
	content: "\f054";
}
*/

#newsletter {
	margin:0 0 1em 0;
	font-size:12px;
}

#newsletter input[type=text],
#newsletter-mini input[type=text],
.search input[type=text],
#finder-search input[type=text] {
	position:relative;
	z-index: 0;
    height: 18px;
    margin: 0 0 0 0;
    padding: 5px;
    width: 300px;
    vertical-align: top;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
    border: solid 1px #008800;
    border-width:1px 0 1px 1px;
}

#contentBody input[type=text],
#contentBody input[type=password],
#contentBody 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 #008800;
    border-width:1px;
}

#contentBody input[type=submit] {
	color: #eeffee;
	height:30px;
	padding:0 4px 4px;
    text-align: center;
    text-shadow: 0 -1px #004400;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    border-width:0;
	background: -moz-linear-gradient(top,  #004400 0%, #66aa66 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004400), color-stop(100%,#66aa66)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #004400 0%,#66aa66 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #004400 0%,#66aa66 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #004400 0%,#66aa66 100%); /* IE10+ */
	background: linear-gradient(to top,  #004400 0%,#66aa66 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66aa66', endColorstr='#004400',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
	display: inline-block;
	margin:0 0 0 0;
	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);
}

#contentBody input[type="button"]:disabled,
#contentBody input[type="button"]:disabled:hover {
	color: #fff;
	background: -moz-linear-gradient(top,  #444444 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #444444 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #444444 0%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #444444 0%,#666666 100%); /* IE10+ */
	background: linear-gradient(to top,  #444444 0%,#666666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
} 

#subject_data table,
#subject_data table td {
	border:none;
}

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;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
    overflow: hidden;
    display: inline-block;
    margin:0 0 0 0;
    padding:0 0 0 0;
    vertical-align: top;
}

#newsletter input[type=submit],
#newsletter-mini input[type=submit],
#contentBody input[type=submit],
#contentBody input[type=button],
.testform input[type=button],
.search button,
#finder-search button {
	color: #eeffee;
	height:30px;
	padding:0 4px 4px;
    text-align: center;
    text-shadow: 0 -1px #004400;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    border-width:0;
	background: -moz-linear-gradient(top,  #004400 0%, #66aa66 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004400), color-stop(100%,#66aa66)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #004400 0%,#66aa66 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #004400 0%,#66aa66 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #004400 0%,#66aa66 100%); /* IE10+ */
	background: linear-gradient(to top,  #004400 0%,#66aa66 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66aa66', endColorstr='#004400',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
	display: inline-block;
	margin:0 0 0 0;
	vertical-align: top;
}


#contentBody input[type=button],
.testform input[type=button] {
	-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);
}

#newsletter input[type=submit]:hover,
#newsletter-mini input[type=submit]:hover,
#contentBody input[type=submit]:hover,
#contentBody input[type=button]:hover,
.testform input[type=button]:hover,
.search button:hover,
#finder-search button:hover {
	color:white;
	background: -moz-linear-gradient(top,  #004400 0%, #77dd77 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#004400), color-stop(100%,#77dd77)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #004400 0%,#77dd77 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #004400 0%,#77dd77 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #004400 0%,#77dd77 100%); /* IE10+ */
	background: linear-gradient(to top,  #004400 0%,#77dd77 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77dd77', endColorstr='#004400',GradientType=0 ); /* IE6-9 */
}


#newsletter-mini {
	margin:6px 0 0 0;
	font-size:10px;
}

#newsletter-mini input[type=text] {
    padding: 1px;
    width: 115px;
}

#newsletter-mini input[type=submit] {
	height:22px;
}


fieldset {
	border:none;
	padding:0;
	vertical-align:top;
}

.search-results {
	list-style:none;
	padding:0;
}

.result-text {
	margin:0;
}

.result-url {
	color:#999999;
	font-size:0.8em;
	margin-bottom:1.5em;
}

/* +++++++++++++++++++++++ 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;
	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);
}


/*_____________________ menu ____*/


#menuBar {
	margin:0 auto;
	padding:0px;
	width:980px;
	height:43px;
}

#mainMenu {
	display:inline-block;
	padding:0;
    -webkit-font-smoothing: subpixel-antialiased;
}

#footerMenu {
	margin: 12px 0 20px 0;
	width: auto;
	float:right;
}

#footerMenu .menu-cell  {
	padding:0 15px;
}

#mainMenu ul,
#footerMenu ul {
	list-style: none outside none;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
	position:relative;
	font-size: 11px;
}

#mainMenu ul.top {
	width: 980px;
	float: left;
}

#mainMenu ul li,
#footerMenu ul li {
	display: block;
	margin: 0;
	padding: 0;
	position:relative;
}


#footerMenu ul li {
	margin: 0 0 -8px 0;
}

#mainMenu ul li.top {
	float: left;
	position: static !important;
	height:42px;
}

#mainMenu ul li > a, 
#footerMenu ul li > a {
	font-size: 12px;
	background-color: rgba(0, 0, 0, 0);
	border: 0 none;
	color: #EEFFEE;
	font-weight: normal;
	margin: 0;
	padding: 6px 10px;
	text-shadow: 0 1px 1px #000000;
	cursor: pointer;
	display: block;
	line-height: normal;
	text-decoration: none;
}

#mainMenu ul li > a.top {
	font-size: 12px;
	padding: 13px 15px;
	color: #CCDDCC;
	font-weight: bold;
}

#mainMenu ul li:hover > a,
#mainMenu ul li a.active,
#footerMenu  ul li.mega:hover > a,
#footerMenu  ul li.mega a.active {
	color: #ffff00;
}


#mainMenu ul li:hover > a.top,
#mainMenu ul li a.top.active {
	color: #ffffff;
	border-bottom-color: transparent !important;
}

#mainMenu ul li:hover,
#mainMenu ul li.active,
#footerMenu ul li:hover,
#footerMenu ul li.active {
	position:relative;
	z-index: 0;
	background: none;
	-webkit-box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.2);
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}

#mainMenu ul li.top:hover {
	position:relative;
	z-index: 0;
	background-color: #004400;
	background: -webkit-gradient(linear, left top, left bottom, from(#004400), to(#008800));
	background: -webkit-linear-gradient(top, #004400, #008800);
	background: -moz-linear-gradient(top, #004400, #008800);
	background: -ms-linear-gradient(top, #004400, #008800);
	background: -o-linear-gradient(top, #004400, #008800);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004400', endColorstr='#008800',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);
	border-bottom: 0 none;
}


#mainMenu ul li div.custom,
#mainMenu ul li div.module {
	position:absolute;  
	z-index: 0;
	left:-999em;
	overflow: visible;
	color: #eeffee;
	text-shadow: 0px 1px 1px #000000;
	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-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.custom,
#mainMenu ul li.top.over div.module {
	left: 0 !important;
	margin-left: 0 !important;
	width: 100% !important;
	top:auto;
	
	-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;
}

#mainMenu ul li.header { 
	background-color: #008800;
}

#mainMenu ul li a img { 
	border:none;
}

/* logo overides */

#mainMenu ul li.logo { 
	float: left;
}

#mainMenu ul li.logo a { 
	color: none;
	padding: 0 0 0 0;
	margin-right: 18px;
	border:none;
}
#mainMenu ul li.logo.active a {
	color: none;
	border-bottom-color: transparent !important;
}

#mainMenu ul li.logo:hover,
#mainMenu ul li.logo.active {
	background: none;
}

/* search overides */

#mainMenu ul li.search form {
    margin: 5px;
    padding:4px 0;
    text-align:right;
}

#mainMenu ul li.search form input {
    padding:5px;
    font-size:14px;
    width:253px;
}

#mainMenu ul li.search > a {
	padding:0;
}

#mainMenu ul li.search img { 
	color: none;
	padding: 5px 8px 2px;
}


#mainMenu ul li.search div.module {
	background: none;
	height:100px;
}



/* drop-down tables */

div.menu-table {
	display:table;
	-dt-display:table;
	width:100%;
	behavior: url(/templates/penraeth/js/display-table.min.htc);
}

.menu-row {
	display:table-row;
	-dt-display:table-row;
	vertical-align:top;
}

.menu-cell {
	display:table-cell;
	-dt-display:table-cell;
	padding:20px 0;
	vertical-align:top;
}


.menu-cell a {
	color: #aaffaa;
	text-decoration:none;
	border-bottom: 1px dotted #ccddcc;
}

.menu-cell a:visited {
	color: #bbffbb;
}


.menu-cell a:active,
.menu-cell a:hover {
	color: #99ff99;
	border-bottom: 1px dotted #ff0000;
}


.menu-cell p {
	font-size:12px;
	line-height:1.3;
	margin-bottom:6px;
	text-shadow: none;
}

.menu-cell h4 {
	font-size:14px;
	margin:0 0 .5em 0;
	line-height:1.4;
	color:#ccffcc;
	text-shadow: 1px 1px #000000;
}

#aboutMenu #cell1 {
	width:auto;
	padding:20px;
}

#aboutMenu #cell2 {
	width:220px;
}

#aboutMenu #cell3 {
	width:220px;
}


#booksMenu #cell1 {
	width:80px;
	padding:30px 20px;
}

#booksMenu #cell2 {
	width:auto;
	padding:20px 10px 0 0;
}

#booksMenu #cell3 {
	width:300px;
}

#booksMenu #cell4 {
	width:300px;
}

#participateMenu #cell1 {
	width:auto;
	padding:20px;
}

#participateMenu #cell2 {
	width:280px;
}

#participateMenu #cell3 {
	width:210px;
}

#researchMenu {
	padding:30px 0 0 0;
}

#researchMenu .menu-cell  {
	padding:0 15px 15px 0;
}

#researchMenu #subtable .menu-cell {
	width:180px;
}


#reactionsMenu #cell1 {
	width:300px;
	padding-right:10px;
}

#reactionsMenu #cell2 {
	width:300px;
	padding-right:10px;
}


#reactionsMenu #cell3 {
	width:300px;
}


#deutschMenu #cell1 {
	width:200px;
	padding-right:10px;
}

#deutschMenu #cell2 {
	width:350px;
	padding-right:10px;
}


#deutschMenu #cell3 {
	width:350px;
}



#videosMenu .menu-cell  {
	padding:20px 0 5px 0;
	width:auto;
}

#videosMenu h4,
#videosMenu img {
	padding-left:10px;
}

#videosMenu a.img {
	border: none;
}

#bigMenuLink .menu-cell {
	width:auto;
	padding:0;
}

#bigMenuLink ul li {
	background: #006600;
}

#bigMenuLink ul li > a {
	font-size: 14px;
	text-align:center;
	font-weight: bold;
	padding: 6px 10px;
}


#audiosMenu {
	padding:40px 0 20px 0;
}

#audiosMenu .menu-cell  {
	padding:0 15px 15px 0;
}

#audiosMenu #subtable .menu-cell {
	width:360px;
}


#audiosMenu #subtable .menu-cell p {
	padding: 10px 0 0 10px;
}

#audiosMenu #cell1 {
	padding-left:0;
}

#audiosMenu #cell2 {
	padding:0 0 0 20px;
}


.login .control-group div {
	display: table-cell;
}

.login .control-group .control-label {
	width:7em;
	text-align:right;
	padding:3px;
}

.login .btn {
	margin:0 0 0 1em;
	color:#eeffee;
	text-shadow: 1px 1px #000;
	text-align:center;
	padding: .4em 80px;
	font-size:18px;
	font-weight:bold;
	border-style:none;
	background: -moz-linear-gradient(top,  #004400 0%, #66aa66 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004400), color-stop(100%,#66aa66)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #004400 0%,#66aa66 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #004400 0%,#66aa66 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #004400 0%,#66aa66 100%); /* IE10+ */
	background: linear-gradient(to top,  #004400 0%,#66aa66 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66aa66', endColorstr='#004400',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);
}

.login .btn:hover {
	background-color: #004400;
	background: -webkit-gradient(linear, left top, left bottom, from(#004400), to(#008800));
	background: -webkit-linear-gradient(top, #004400, #008800);
	background: -moz-linear-gradient(top, #004400, #008800);
	background: -ms-linear-gradient(top, #004400, #008800);
	background: -o-linear-gradient(top, #004400, #008800);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004400', endColorstr='#008800',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);
}
	
.btn-group.pull-right {
	float:right;
}
	
.btn-group.pull-right ul {
	margin:0;
	list-style: none outside none;
}
	
.btn-group.pull-right ul li {
	color:#eeffee;
	text-shadow: 1px 1px #000;
	font-size: 11px;
	text-align:center;
	padding: 0 2px;
	border-style:none;
	background: -moz-linear-gradient(top,  #004400 0%, #66aa66 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004400), color-stop(100%,#66aa66)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #004400 0%,#66aa66 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #004400 0%,#66aa66 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #004400 0%,#66aa66 100%); /* IE10+ */
	background: linear-gradient(to top,  #004400 0%,#66aa66 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66aa66', endColorstr='#004400',GradientType=0 ); /* IE6-9 */
	border-bottom: none;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}


.btn-group.pull-right ul li a {
	color:white;
	text-decoration: none;
	border-bottom: none;
}

.btn-group.pull-right ul li a:hover {
	color:yellow;
}


.bookJacket {
	float:left;
	width:50%;
	text-align:center;
}

.bookJacket img {
	max-width:100%;
	height:auto;
}

.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;
	-moz-border-radius: 9px;
	border-radius: 9px;
	behavior: url(/templates/penraeth/js/PIE-1.0.0/PIE.htc);
}

.right {
	float:right;
}

img.right {
	margin:0 0 .5em 1em;
	max-width:30%;
	height:auto;
}

.explode {
	cursor:pointer;
}

#main.explodeContent #content {
	width:auto;
}

#main.explodeContent #contentBody {
	top:30px;
}

#main.explodeContent #leftSidebar,
#main.explodeContent #rightSidebar,
#main.explodeContent #headerImage {
	display:none;
}

