/*
Theme Name: Penraeth
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/


@font-face {
	font-family: 'Bank Gothic Light BT';
	font-style: normal;
	font-weight: normal;
	src: local('Bank Gothic Light BT'), url('/files/fonts/TT0589M_.woff') format('woff');
}

body {
	background: #fff;
	color: #566;
	font-family: 'Nunito', sans-serif;
	font-size: 17px;
	line-height: 1.7em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

hr {
	background: #dddddd;
}

/* =Typography
-------------------------------------------------------------- */
p {
}

b,
strong {
	font-weight: 600;
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #0066cc;
	font-weight: inherit;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #444444;
	outline: 0;
	text-decoration: none;
}


/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
	border: 1px solid #dddddd;
}

table {
	border-collapse: collapse;
	width: 100%;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	background: #f9f9f9;
	border: none;
	border-left: 4px solid #d6d6d6;
	margin: 20px;
	overflow: auto;
	padding: 0 0 10px 12px;
}

blockquote p {
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #877;
	font-weight: 100;
	font-family:'Bank Gothic Light BT';
}

h1, h2, h1 a, h2 a {
	color: #877;
}

h1 {
	font-size: 1.8em;
	margin-bottom: .5em;
	margin-top: .5em;
}

h2 {
	font-size: 1.7em;
	margin-bottom: .75em;
	margin-top: .75em;
}

h3, h4, h5, h6  {
	font-size: 1.6em; /* = 30px */
	margin-bottom: .5em;
	margin-top: .125em;
}

h4 {
	font-size: 1.400em; /* = 24px */
}

h5 {
	font-size: 1.300em; /* = 24px */
}

h6 {
	font-size: 1.200em; /* = 24px */
}

.mainHead {
	margin-bottom:.2em;
}

.mainHead + .subHead {
	margin-top:.2em;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
	margin: 1em 0;
}

th, td {
	padding: .8em;
}

caption {
	padding-bottom: .8em;
}

blockquote {
	padding: 0 1em;
}

blockquote:first-child {
	margin: .8em 0;
}

fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-left: .8em;
	padding-right: .8em;
}

legend+* {
	margin-top: 1em;
}

input,
textarea {
	padding: .3em .4em .15em;
}

select {
	padding: .1em .2em 0;
}

option {
	padding: 0 .4em;
}

dt {
	margin-bottom: .4em;
	margin-top: .8em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul,
ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 0;
}

li ul,
li ol {
	margin: 0;
}

form div {
	margin-bottom: .8em;
}

/* =Globals
-------------------------------------------------------------- */
#container {
	margin: 0 auto 100px auto;
	max-width: 960px;
	padding: 0px 25px;
}

#fixedHeaderCompensator {
	height: 38px;
}

#wrapper {
	border-radius: 0;
	border: none;
	clear: both;
	margin: 20px auto 40px auto;
	padding: 0;
	position: relative;
}

body.admin-bar #wrapper {
	margin-top: 20px;
}

.front-page #wrapper {
	background-color: transparent;
	border: none;
	margin: 15px auto 20px auto;
	padding: 0;
}
.contentWidth {
	margin: 0 auto;
	max-width: 960px;
}

body.admin-bar #header {
	top: 32px;
} 




/* =Header
-------------------------------------------------------------- */

#header {
	position:fixed;
	top:0;
	left:0;
	background: #f8f8f8;
	z-index: 100;
	width: 100%;
	height: 38px;
	-webkit-box-shadow: 0px 20px 25px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 20px 25px 0px rgba(255,255,255,1);
	box-shadow: 0px 20px 25px 0px rgba(255,255,255,1);
}

#logo {
	display: inline-block;
	width: auto;
}

.site-name {
	display: block;
	font-size: 33px;
	padding: 0;
	font-family:'Bank Gothic Light BT';
}

.site-name a {
	color: #9F8417;
	font-weight: 100;
}

.site-description {
	display:none;
}


/* =Footer
-------------------------------------------------------------- */
#footer {
	color: #9F8417;
	clear: both;
	width:100%;
	background: #f8f8f8;
	font-size: 17px;
	line-height: 1.7em;
	padding:0;
	max-width: 100%;
	/*position: absolute;
	bottom: 0;
	height:auto;*/
	
}

#footer-wrapper {
	margin: 0 auto;
	padding: 0 25px 0 25px;
	max-width: 960px;
}

#footer a {
	color: #9F8417;
	font-weight: 100;
}

#footer a:hover {
	color: #444444;
}

#footer-wrapper .grid.col-940 {
	margin: 0;
}

.scroll-top {
	text-align: center;
}

.copyright {
	text-align: left;
}

#footer_widget .col-300:nth-child(3n+3) {
	margin-right: 0;
}


/* =Content
-------------------------------------------------------------- */
#content {
	margin:0;
}

#content-full {
	margin:0;
}

#content-blog {
	margin:0;
}


/* =Featured Content
-------------------------------------------------------------- */
#doubleFeature {
	width: 99.893617021277%;
}

#doubleFeature p {
	margin:.5em 0 0 0;
}

#doubleFeature img {
	width:100%;
}

#doubleFeature h3 {
	margin-bottom: 0;
}

#featured-image {
	margin: 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}

.featured-image img {
	margin-top: 0;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: 12px;
}

#cancel-comment-reply-link {
	color: #990000;
}

.post .navigation {
	display:none;
}

.post-data {
	display:none;
	clear: both;
	font-size: 12px;
	font-weight: 700;
	margin-top: 20px;
}

.post-data a {
	color: #111111;
}

.post-entry {
	clear: both;
}

.post-meta {
	clear: both;
	color: #9f9f9f;
	font-size: 16px;
	margin-bottom: 10px;
}

.post-edit {
	clear: both;
	display: block;
	font-size: 12px;
	margin: 1.5em 0;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: 700;
}

.attachment-entry {
	clear: both;
	text-align: center;
}


.entry-title + .post-meta,
.post-title + .post-meta {
	margin: -1em 0 1em 5px;
}

.add_posts ul {
	list-style-type:none;
	font-size:1em
}

.add_posts li {
	margin-bottom:.2em;
}

.homeEvents b {
	font-size:1em;
	font-weight:normal;
}


/* =Widgets
-------------------------------------------------------------- */


#searchform {
	width:auto;
	display:inline-block;
	float:right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	margin: 0;
	padding: 2px;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efebdc+100&0.15+0,0.78+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.15) 0%, rgba(239,235,220,0.78) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(239,235,220,0.78) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0.15) 0%,rgba(239,235,220,0.78) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#c7efebdc',GradientType=0 ); /* IE6-9 */
}

#searchform #s {
}

.home-widgets col-220 {
	margin-right:1.5em;
	
}

.widget-wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	margin: 0;
	padding: 2px;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efebdc+100&0.15+0,0.78+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.15) 0%, rgba(239,235,220,0.78) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(239,235,220,0.78) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0.15) 0%,rgba(239,235,220,0.78) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#c7efebdc',GradientType=0 ); /* IE6-9 */

}

.homebox {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #c9c9c9;
	margin: 0;
	padding: 5px 10px 9px 20px;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efebdc+100&0.15+0,0.78+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.15) 0%, rgba(239,235,220,0.78) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(239,235,220,0.78) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0.15) 0%,rgba(239,235,220,0.78) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#c7efebdc',GradientType=0 ); /* IE6-9 */

}

.homebox {
	float: left;
	width: 23.404255319149%;
	margin-right: 2.127659574468%;
	margin-bottom: 2.127659574468%;
	box-sizing:border-box;
	cursor:pointer;
}

.homebox:hover {
	border-left: 1px solid #0066cc;
	border-right: 1px solid #0066cc;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ede4c4+100&0.15+0,0.78+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.15) 0%, rgba(237,228,196,0.78) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(237,228,196,0.78) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0.15) 0%,rgba(237,228,196,0.78) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#c7ede4c4',GradientType=0 ); /* IE6-9 */

}

.homebox:hover h3 {
	color:#9F8417;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 75%;
}

#widgets {
	margin-top: 0;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul,
#widgets ol {
	padding: 0 0 0 20px;
}

#widgets ul li a {
	display: inline;
	text-decoration: none;
}

#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}



#widgets .tagcloud,
#widgets .textwidget,
.homebox p {
	display: block;
	line-height: 1.2em;
	margin: 0;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select, #cat {
	display: block;
	margin: 0 15px 0 0;
}

#colophon-widget ul {
}

.colophon-widget {
	background: none;
	min-height: 0;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
	width: 100%;
}

#top-widget {
}

.top-widget {
	background: none;
	border: none;
	clear: right;
	float: right;
	min-height: 0;
	padding: 0 3px 0 0;
	text-align: right;
	width: 45%;
}

.top-widget ul {
	padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
	width: auto;
}

.top-widget #searchform {
	margin: 0;
}

/* =Titles
-------------------------------------------------------------- */
.featured-title {
	font-size: 60px;
	letter-spacing: -1px;
	margin: 0;
	padding-top: 40px;
	text-align: center;
}

.featured-subtitle {
	padding: 0 10px;
	text-align: center;
}

.widget-title h3,
.widget-title-home h3,
.homebox h3 {
	display: block;
	font-size: 24px;
	font-weight: 100;
	line-height: 24px;
	margin: 0 0 3px -2px;
	padding: 0;
	text-align: left;
}

.top-widget .widget-title h3 {
	font-size: 14px;
	padding: 0;
	text-align: right;
}

.widget-title a {
	border-bottom: none;
	padding: 0 !important;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.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;
	margin:0 0 .5em 1em;
	max-width:30%;
	height:auto;
}

.right img {
	1px solid #eee;
}

.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;
}

.center {
	text-align: center;
}

/* =Skip Links
-------------------------------------------------------------- */
.skip-container {
	display: none;
	padding: 0.5em 0.5em 0.5em 0;
	position: relative;
}


/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float: right;
	margin: 10px 0;
	padding: 0;
}

.top-menu li {
	display: inline;
	list-style-type: none;
}

.top-menu li a {
	border-left: 1px solid #cccccc;
	color: #333333;
	font-size: 11px;
	padding: 0 4px 0 8px;
}

.top-menu > li:first-child > a {
	border-left: none;
}

.top-menu li a:hover {
	color: #333333;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
	margin: 0 auto;
}

.main-nav {
	clear: right;
	display: inline-block;
	margin: 0 0 0 24px;
}

.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
	border-bottom: 2px solid white;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.menu a {
	color: #877;
	font-size: 20px;
	font-weight: 100;
	font-family:'Bank Gothic Light BT';
	height: 35px;
	line-height: 35px;
	margin: 0 9px;
	padding: 0;
	position: relative;
	border: none;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	white-space: nowrap;
	border-bottom: 1px solid #fff;
}

.menu a:hover,
.menu .current_page_item a,
.menu .current-menu-item a {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
	color: #9F8417;
	border-bottom: 1px solid #9F8417;
}

ul.menu > li:hover {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
}

.menu li li {
	background: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.menu li li a {
	background: transparent !important;
	border: none;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}

.menu li li a:hover {
	background: #f5f5f5 !important;
	background-image: none;
	border: none;
	color: #444444;
	filter: none;
}

.menu li li:hover {
	background: #f5f5f5 !important;
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
}

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
	min-width: 100%;
}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-top: none;
	clear: both;
	margin: 0 auto;
}

.sub-header-menu,
.sub-header-menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sub-header-menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.sub-header-menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.sub-header-menu li li {
	float: none;
}

.sub-header-menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.sub-header-menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu:after,
.sub-header-menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.sub-header-menu,
.sub-header-menu ul {
	min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
	margin: 0;
	padding: 0;
}

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.sub-header-menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.sub-header-menu a {
	border-left: 1px solid #e5e5e5;
	color: #333333;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
}

.sub-header-menu a:hover {
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-color: #f9f9f9;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
	background-color: #f9f9f9;
}

.sub-header-menu li li {
	background: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.sub-header-menu li li a {
	border: none;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}

.sub-header-menu li li a:hover {
	background: #f9f9f9;
	background-image: none;
	border: none;
	color: #444444;
	filter: none;
}

.sub-header-menu ul > li + li {
	border-top: 0;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu > li:first-child > a {
	border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;
	filter: none;
}

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
	min-width: 100%;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left: 0;
	padding: 0;
}

.footer-menu li {
	display: inline;
	list-style-type: none;
}

.footer-menu li a {
	border-left: 1px solid #cccccc;
	color: #333333;
	padding: 0 8px;
}

.footer-menu li a:hover {
	color: #222222;
}

.footer-menu > li:first-child > a {
	border-left: none;
	padding: 0 8px 0 0;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #111111;
	display: block;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	margin: 20px 0;
	padding: 0 5px;
}

.navigation a {
	color: #aaaaaa;
	padding: 4px 10px;
}

.navigation a:hover {
	color: #111111;
	text-decoration: none;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.navigation .bracket {
	font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px 0;
}

.pagination a {
	text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 12px;
}

/* =Comments
-------------------------------------------------------------- */

#commentform {
	margin: 0;
}

.commentlist {
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist li {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ffffff;
	border-radius: 4px;
	margin: 0;
}

.commentlist .bypostauthor {
}

.commentlist li cite {
	color: #111111;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
}

.commentlist li.alt {
	background: #f9f9f9;
}

.commentlist .children {
	list-style: none;
	margin-left: 10px;
	padding: 10px;
}

.commentlist .avatar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin-right: 10px;
	padding: 0;
	vertical-align: middle;
}

.comment-author .fn {
}

.comment-author .says {
	color: #999999;
}

.comment-body .comment-meta {
	color: #999999;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
}

.comment-body {
	clear: both;
	padding: 10px;
}

.comment-body p {
	clear: both;
}

.comment-body .reply {
}

.pingback, .trackback {
	list-style: none;
	margin: 20px 0;
}

.pingback cite,
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
}

#reply-title {
	display:none;
}

#respond {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #eee;
	border-left-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-radius: 4px;
	clear: both;
	margin-top: 15px;
	padding: 10px 20px 50px;
}

#respond label {
	display: inline;
}

.reply {
	margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
	width: 100%;
}

.nocomments {
	color: #999999;
	font-size: .9em;
	text-align: center;
}


/* =Buttons
-------------------------------------------------------------- */
a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-border-radius: 2px;
	background-color: #f9f9f9; /* Alabaster */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: linear-gradient(to top, #f9f9f9, #f1f1f1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border: 1px solid #dddddd;
	border-radius: 2px;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1)";
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
	vertical-align: middle;
	white-space: nowrap;
}

a.button:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
	background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
	background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
	background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
	background-image: linear-gradient(to top, #ffffff, #f1f1f1);
	border: 1px solid #dddddd;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	color: #333333;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1)";
}

a.button:active,
input[type='reset']:active,
input[type='button']:active,
input[type='submit']:active {
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #f9f9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: linear-gradient(to top, #f9f9f9, #f1f1f1);
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1)";
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	font-size: 10px;
	padding: 3px 6px;
}

.medium a.button {
	font-size: 16px;
	padding: 8px 16px;
}

.large a.button {
	font-size: 18px;
	padding: 10px 35px;
}

.xlarge a.button {
	font-size: 24px;
	padding: 12px 55px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */

a.gold {
	background-color: #8b6508; /* Dark Golden Rod 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
	background-image: linear-gradient(to top, #db9f0d, #8b6508);
	border: 1px solid #6b4e06;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508)";
	text-shadow: 0 -1px 0 #6b4e06;
}

a.gold:hover {
	background-color: #f3b828;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
	background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
	background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
	background-image: -o-linear-gradient(top, #f3b828, #8b6508);
	background-image: linear-gradient(to top, #f3b828, #8b6508);
	border: 1px solid #6b4e06;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508)";
	text-shadow: 0 -1px 0 #6b4e06;
}

/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
	list-style: none;
	line-height: normal;
	padding: 0;
	margin: 0;
	text-align: right;
}

#footer .rss-icon,
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .googleplus-icon,
#footer .google-plus-icon,
#footer .stumbleupon-icon,
#footer .stumble-upon-icon {
	display: inline;
	margin: 1px;
	padding-left: 3px;
}




/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}

	ul, ol, dl {
		page-break-before: avoid;
	}
}



.book {
	margin: 0 0 .8em 0;
}

.book h2 {
	font-size:1.5em;
	line-height:1.1em;
	margin:0;
}

.book h2 span {
	display:block;
	font-size:.7em;
}

.book p {
	margin:0;
}

.book img {
	float:left;
	margin: 0 1em 2em 0;
	max-width: 190px;
	height: auto;
}

.book.smaller h2 {
	font-size:1.3em;
}

.book.smaller img {
	max-width: 80px;
	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);
}

#em-wrapper td, #em-wrapper th, #em-wrapper table {
	border: none;
	text-align:left;
}

#em-wrapper td {
	padding: 6px 0;
	border-top: 1px solid #ddd;
}

#em-wrapper th {
	padding: 0;
}

div.css-search,
div.css-search div.em-search-advanced, 
div.css-search div.em-search-options,
div.css-search.has-advanced div.em-search-main {
	border:none;
	padding:0;
	text-align:left;
}

div.css-search div.em-search-main .em-search-submit {
	top:0;
	right:auto;
}

ul.rss-aggregator{
    list-style-type: none;
}

.wprss-feed-meta {
	display:inline-block;
	float:right;
}

.display-posts-listing {
	list-style-type:none;
}

.listing-item {
	clear:both;
	padding-bottom: 1em;
}

img.attachment-thumbnail {
    display: block;
    float: right;
    margin:0 0 1em 1em;
    width: 15%;
}

.listing-item .title {
	display:block;
	font-size:1.1em;
	font-weight: 100;
	font-family:'Bank Gothic Light BT';
}

.display-posts-listing .read-more {
    display: none;
}

@media all and (max-width: 980px) {

	body {
		font-size:15px;
	}

	.site-name {
		font-size:24px;
		line-height: 32px;
		margin: 0 0 0 1em;
	}

	.menu a {
		font-size:17px;
		margin: 0 6px;
	}
	
	.main-nav {
		margin: 0 0 0 1em;
	}
}


@media screen and (max-width: 790px) {

	.menu a {
		font-size:15px;
		margin: 0 5px;
	}
	
	.menu li:first-child {
		display:none;
	}
	
	img.left {
	    max-width: 50%;
	}

	body.admin-bar #wrapper {
		margin-top: 34px;
	}
		
	body.admin-bar #header {
		top: 46px;
	} 

}

@media screen and (max-width: 650px) {
	#header {
		position:absolute;
	}
	
	.js .main-nav {
		position: static;
		float:right;
	}
	
	.menu li:first-child {
		display:block;
	}

	.js .main-nav .menu {
		position:static;
	}
	
	.homebox {
		width:100%;
	}
	
	.book img {
		max-width: 30%;
	}

}

@media screen and (max-width: 375px) {

	.js .main-nav #responsive_current_menu_item {
		font-size:0;
	}
	
}

@media print {
	body {
		color: #000;
	}
	
	a {
		color: #444;
	}
	
	a:hover,
	a:focus,
	a:active {
		color: #444;
	}
	
	h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: #333;
	}
	
}

