/*
Theme Name: Moorland Association
Author: Designworks

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
 
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
 

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}




/* Images */
.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 15px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.type-post {
	float:left;
	position:relative;
	width:100%;
}
.thumbnailx {
	float:left;
	position:relative;
	margin:0 15px 0 0;
}
.contentx {
	float:left;
	position:relative;
	margin:0;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}
#order_review_heading {
	color: #6B4081;
	font-family: "aleobold";
	font-weight: normal;
	font-size: 32px;
	margin-bottom: 12px;
	margin-top:25px;
}

/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}


.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 98%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}
.woocommerce div.product div.summary {
  margin-bottom: 0;
}
/* ---------------------------------------------------------------------------------------- */
/* --------------------------------------- NEW STYLES ------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

@charset "utf-8";
/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center; /* for ie6 and under */
	min-width:1040px;
	color: #000;
	background-color: #FFF;
	font-family: 'open_sansregular';
}
#wrapper{
	min-height:100%;
	width:100%;
	text-align:left;
	margin:auto;
	position:relative;
}
 
* html #wrapper{height:99.9%;} 
/*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/
* {
	margin: 0;
	padding: 0;
}
.container {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.fluid {
	width: 100%;
	float: left;
}

#topwrap {
	margin: 0px;
	width: 100%;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sticky {
	position: fixed;
	margin-top: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	background-color:#FFF;
	z-index:10000;
}
#slidewrap {
	margin:0px 0 0 0px;
	width: 100%;
	padding: 0px;
	min-height: 520px;
}
#mainSlider {
	float:left;
	position:relative;
	width:100%;
	height:auto;
	padding-top: 165px;
}
.white_grad {
	width:100%;
	height:200px;
	position:absolute;
	bottom:0;
	left:0;
	pointer-events: none;
	background-image:url(images/white_grad.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	z-index: 99;
}
#midwrap {
	width: 100%;
	color: #FFF;
	padding: 0px;
	min-height: 200px;
	margin-top: -310px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 100;
}
#bottomwrap {
	width: 100%;
	z-index: 101;
	background-color: #6B4081;
	clear:both;
	left:0;
	bottom:0;
	position: absolute;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/footerbg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#clearfooter {
	width:100%;
	clear:both;
}
#pagehead {
	width:100%;
	min-height:125px;
	float:left;
	position:relative;
}
#pagehead #head23 {
	float: left;
	height: auto;
	width: 66%;
	position: relative;
}
.navBg {
	width:100%;
	float:left;
	position:relative;
	background-color:#6B4081;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#topwrap nav {
	
}
#logo_title {
	float:left;
	position:relative;
	margin:12px 0 10px 20px;
}
#logo_title img {
	float:left;
	position:relative;
	margin:0px 10px 0px 0px;
}
.ltitle {
	font-family:"Times New Roman", Times, serif;
	float:left;
	position:relative;
	font-size:33px;
	color:#6B4081;
	margin:50px 0 0 5px;
}
#pagehead .head13 {
	float: right;
	height: auto;
	width: 32%;
	position: relative;
}
.socnet {
	float:right;
	width:auto;
	position:relative;
	clear:both;
	font-family: 'aleoregular';
}
.socnet li {
	float:left;
	list-style-type:none;
	margin-left:5px;
	font-size:13px;
	color:#6D6F71;
}
.socnet li span {
	margin-top:2px;
	float:left;
	position:relative;
}
.socnet li i {
	font-size:19px;
}
.socnet li a {
	color:#6B4081;
}
.socnet li a:hover {
	color:#4A1963;
}
footer .socnet {
	float:left;
	width:auto;
	position:relative;
	clear:both;
	font-family: 'aleoregular';
	margin-top:12px;
}
footer .socnet li {
	color:#FFF;
	font-size:12px;
}
footer .socnet li a {
	color:#AB92B7;
}
footer .socnet li a:hover {
	color:#FFF;
}

.search_box {
	float:right;
	width:auto;
	position:relative;
	margin-top: 22px;
	margin-right: 0;
	margin-bottom: 23px;
	margin-left: 0;
}
.search_field {
	position:relative;
	float:right;
	border:1px solid #939597;
	padding:5px;
	width:210px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.search_field_submit {
	position:absolute;
	border:0 !important;
	background-color: transparent !important;
	background-image:url(images/search_mag.png) !important;
	width:21px !important;
	height:20px !important;
	right:5px !important;
	top:4px !important;
	background-repeat: no-repeat !important;
	box-shadow: 0px 0px 0px rgba(64, 64, 64, 0.1) !important;
}
.search_field_submit:hover {
	opacity:.7 !important;
	cursor:pointer !important;
}
footer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 250px;
	width: 100%;
	position: relative;
}
footer.entry-meta {
	height: auto;
}
.mediaview .social4i {
	display:none;
}
#mainContent {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 290px;
	padding-left: 0px;
	position: relative;
	min-height: 400px;
	z-index: 100;
}
img {
	border:0px;
}
.screen-bg-image {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.screen-bg-image {
	display: none;
	min-height: 750px;
}
.smaller .screen-bg-image {
	display: none;
	min-height: 250px;
}
.smaller .caption {
	display: none !important;
}
.screen-bg-image.first {
    display: block;
}
.tri_boxes {
	width:100%;
	float:left;
	position:relative;
	height:auto;
}
.tri_boxes .tribox {
	width:32%;
	margin-left:2%;
	min-height:200px;
	background-color:#6B4081;
	float:left;
	position:relative;
}
.tri_boxes .tribox:first-child {
	margin-left:0;
}
.tri_box_tile {
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0px 0px 0 0;
    height:200px;
}
.tri_box_tile img {
	max-width:100% !important;
	width:100%;
	margin:0;
}
.tri_box_tile h3 {
	margin-top:18px;
	font-size:18px;
	line-height: 110%;
}
.tri_box_tile a {
	overflow:hidden;	
}
.tri_box_tile a {
	color:#FFF;
	text-decoration:none;
}
.tri_box_tile a:hover {
	text-decoration:underline;
}
.tri_box_tile p {
    margin: 0px 0px 15px;
    line-height: 120%;
}
.slide-up
{
    left: 0px !important;
}

.slide-down
{
    left: -100% !important;
}
.tri_box_heading {
	right:0;
	width:100%;
	height:120px;
	position:absolute;
	color:#FFF;
	font-family: 'aleobold';
	font-size:28px;
	padding:80px 0 0 0;
}
.tri_box_heading.slide-right {
	right:-100% !important;
	position:absolute;
}
.tri_box_heading.slide-left {
	right:0 !important;
	position:absolute;
}
.tri_box_heading i {
	opacity:.4;
	margin-left:20px;
	font-size:25px;
	margin-right:-20px;
}
.tri_box_content {
	position:absolute;
	left:-100%;
	opacity:1;
	width:86%;
	text-align:left;
	padding:20px 7% 20px 7%;
	font-size:24px;
	height:160px;
	color:#FFF;
	line-height:105%;
	font-size:18px;
	font-family: 'aleoregular';
}
.tri_boxes .tribox.olive {
	background-color:#8D8E5A;
}

.tri_boxes .tribox.blue {
	background-color:#85A395;
}
.newsTickerBox {
	width:100%;
	height:40px;
	background-color:#CBBCD3;
	float:left;
	position:relative;
	margin-top:20px;
}
.newsTickerBox .ntHeading {
	float:left;
	position:relative;
	background-color:#6B4081;
	height:31px;
	padding:6px 18px 3px 20px;
	font-size:25px;
	font-family: 'aleobold';
	background-repeat: no-repeat;
	background-position: right top;
	z-index:99;
}
.tickerbg {
	float:left;
	position:relative;
	z-index:99;
}
.newsTickerBox .ntTicker {
	left:0;
	position:absolute;
	width:83%;
	padding-left:17%;
	margin:4px 1%;
	height:30px;
	z-index:98;
	color:#111;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px !important;
}
.newsTickerBox .ntTicker a {
	color:#333;
	text-decoration:none;
}
.newsTickerBox .ntTicker a:hover {
	color:#491D5F;
}
.bxticker li {
	display:inline;
	width:auto !important;
	
}
.contentLeft {
	width:66%;
	float:left;
	position:relative;
	color:#222;
}
.contentFull {
	width:100%;
	float:left;
	position:relative;
	color:#222;
	margin-top: 20px;
}
.contentFull.inner {
	width:96%;
	float:left;
	position:relative;
	padding:2%;
	background-color:#FFF;
	color:#222;
	margin-top: 20px;
}
.contentLeft .maintext {
	padding-right:3%;
}
.contentLeft p, .contentFull p {
	font-size:17px;
	line-height:145%;
	margin-bottom:15px;
}
.contentFull ul li {
    font-size: 17px;
    margin-bottom: 10px;
    margin-left:18px;
}
.contentFull h1 {
	color:#6B4081;
	font-family: 'aleobold';
	font-weight:normal;
	font-size:38px;
	margin-bottom:12px;
}
.contentFull h2 {
	color:#6B4081;
	font-family: 'aleobold';
	font-weight:normal;
	font-size:30px;
	margin-bottom:12px;
}
.contentFull a {
	color:#6B4081;
	text-decoration:none;
}
.contentFull a:hover {
	text-decoration: underline;
}
.threegrid {
	float:left;
	position:relative;
	width:100%;
}
.orange {
	background-color:#B25733 !important;
}
.green {
	background-color:#4D502B !important;
}
.redbrown {
	background-color:#764F49 !important;
}
.turquoise {
	background-color:#227589 !important;
}
.oddgreen {
	background-color:#685E21 !important;	
}
.darkblue {
	background-color:#4F6073 !important;	
}
.threegrid_div {
	float:left;
	position:relative;
	width:32%;
	margin-left:2%;
	background-color:#CCC;
	min-height:100px;
	margin-bottom:2%;
	text-align:center;
}
.threegrid_div:hover {
	cursor:pointer;
	opacity:.8;
}
.threegrid_div a {
	color:#FFF;
	font-family: 'aleobold';
	font-size:28px;
	text-decoration:none;
}
.threegrid_div a:hover {
	 text-decoration:none !important;
}
.threegrid_div img {
	float:right;
	position:relative;
	width:40%;
	height:auto;
}
.lbox {
	float:left;
	position:relative;
	width:60%;
     top:40%;
	padding-top: 15%;
}
.lbox.twolines {
	padding-top: 10%;
}
.threegrid_div:first-child {
	margin-left:0;
}
.type-post {
	margin-bottom:20px;	
}
.left_interest {
	width:100%;
	background-color:#D1D2BD;
	float:left;
	position:relative;
	margin-top:20px;
}
.left_interest.whoswho {
	width:100%;
	background-color:#FFF;
	float:left;
	position:relative;
	margin-top:20px;
	border-top:1px solid #DDD;
	padding-top:20px;
}
.left_interest.whoswho:first-child {
	margin-top:5px;
}
.left_interest.whoswho h3 {
	font-family: 'aleobold';
	color:#6B4081;
	font-size:26px;
}
.left_interest img {
	float:right;
	position:relative;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
}
.left_interest .text {
	padding:0;
	float:left;
	position:relative;
	display: inline;
	width:100%;
}
.contentLeft .left_interest .text h3 {
	font-family: 'aleobold';
	color:#8D8E5A;
	font-size:26px;
	font-weight:normal;
	margin-bottom:6px;
	padding:2% 2% 0 2%;
}
.contentLeft .left_interest .text p {
	font-size:12px;
	line-height:135%;
	margin-bottom:10px;
	padding:0 2%;
}
.blogListings {
	width:100%;
	float:left;
	position:relative;
}
.blogListingTitle {
	width:20%;
	float:left;
	position:relative;
	margin-top:15px;
	font-family: 'aleobold';
	color:#6B4081;
	font-size:28px;
	line-height:150%;
}
.blogListingTitle .largerText {
	font-size:47px;
}
.blogListingRight {
	width:80%;
	float:left;
	position:relative;
}
.blogListingRight a {
	font-family: 'aleobold';
	color:#6B4081;
	font-size:15px;
	text-decoration:none;
}
.blogListingRight a:hover {
	text-decoration: underline;
}
.contentRight {
	width:32%;
	float:right;
	position:relative;
}
.rightBox {
	background-color:#C2D1CA;
	width:92%;
	padding:4.4% 4%;
	text-align:left;
	float:left;
	position:relative;
	margin-top: 20px;
}
.rightBox.dotted {
	background-color: transparent;
	border-left: dotted 2px #222;
	padding:0% 4% 1% 4%;
}
.contentLeft .rightBox.dotted {
	background-color: transparent;
	border-left: dotted 2px #222;
	padding:0% 3% 1% 3%;
}
.rightBox h4 {
	font-family: 'aleolight';
	font-weight:normal;
	color:#6B4081;
	font-size:25px;
	margin-bottom:4px;
}
.rightBox.dotted h4 {
	color:#4992A2;
}
.rightBox h4 strong {
	font-family: 'aleobold';
	font-weight:normal;
}
.rightBox p {
	color:#222;
	font-size:14px;
	margin-bottom:4px;
}
.rightBox.dotted p {
	color:#222;
	font-size:13px;
	margin-bottom:10px;
}
.rightBox.blue h4 {
	color:#6D6F71;
	font-size:23px;
}
.rightBox.blue h4 i {
	color:#4992A2;
	font-size:29px;
}
.twitterFeed {
	width:85%;	
}
.twitterFeed a {
	color:#4992A2;
	text-decoration:none;
}
.twitterFeed a:hover {
	text-decoration: underline;
}
.beige {
	background-color:#E1D9E6 !important;	
}
.footerLeft {
	float: left;
	width: 66%;
	position: relative;
	margin-top: 145px;
}
.footerLeft ul li {
	list-style-type:none;
	font-family: 'aleoregular';
	font-size:13px;
	margin-bottom:5px;
}
.footerLeft ul li a {
	color:#FFF;
	text-decoration:none;
}
.footerLeft ul li a:hover {
	text-decoration: underline;
}
.footerLeft .col1, .footerLeft .col2 {
	width:35%;
	float:left;
	position:relative;
}

.footerLeft p{
font-size: 13px;
    color: #fff;
    font-family: 'aleoregular';
}
 
.footerRight {
	float: right;
	width: 30%;
	position: relative;
	font-family: 'aleoregular';
	font-size:13px;
	color:#FFF;
	margin-top:145px;
}
.footerRight p {
	margin-left:5px;
	float:left;
	position:relative;
}
.designedby {
	font-size:11px;
	color:#9C6DB6;
	margin-top:15px;
	margin-left:5px;
	float:left;
	position:relative;
}
.designedby a {
	color:#9C6DB6;
	text-decoration:none;
}
.designedby a:hover {
	color:#FFF;
}
#mc-embedded-subscribe-form {
	float:left;
	position:relative;
	width:100%;
	margin-top:5px;
}
.newsletterinput {
	width:82%;
	padding: 1.5% 2%;
	border: 0px;
	margin-bottom:6px;
}
.subscribeInput {
    color: #FFF !important;
    font-size: 14px !important;
    font-family: "aleobold" !important;
    border: 0px none !important;
    background-color: #6B4081 !important;
    padding: 5px 3px !important;
    margin-top: 0px !important;
    float: right !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    text-transform:uppercase !important;
    background-repeat: no-repeat !important;
	box-shadow: 0px 0px 0px rgba(64, 64, 64, 0.1) !important;
	background-image:none !important;
}
.subscribeInput:hover {
	cursor:pointer;
	background-image:none !important;
	background-color:#481C5E !important;
}
.menu_display {
	display:none;
}
.img_gallery {
	width:48%;
	float:left;
	position:relative;
	margin:0 0 1% 1%;
	text-align:center;
}
.clearer {
	clear:both;	
}
/* Smartphones (landscape) ----------- */
@media only screen 
and (max-width : 1040px) {
body {
	padding:0;
	margin:0;
	text-align:center; /* for ie6 and under */
	min-width:320px;
	color: #000;
	background-color: #FFF;
	font-family: 'open_sansregular';
}
.container {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
}
.newsTickerBox {
	width:100%;
	height:40px;
	background-color:#CBBCD3;
	float:left;
	position:relative;
	margin-top:20px;
}
.newsTickerBox .ntHeading {
	display:none;
}
.tickerbg {
	float:left;
	position:relative;
	z-index:99;
}
.newsTickerBox .ntTicker {
	left:0;
	position:absolute;
	width:100%;
	padding-left:0;
	margin:4px 1%;
	height:30px;
	z-index:98;
	color:#111;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px !important;
}
.tri_box_content {
    font-size: 16px;
}
.blogListingTitle {
	width:25%;
}
.blogListingRight {
	width:75%;
}
}
/* Smartphones (landscape) ----------- */
@media only screen 
and (max-width : 850px) {
#slidewrap {
	min-height: 200px;
}
#logo_title {
    float: left;
    position: relative;
    margin: 12px 0px 10px 0px;
}
.ltitle {
    font-family: "Times New Roman",Times,serif;
    float: left;
    position: relative;
    font-size: 26px;
    color: #6B4081;
    margin: 54px 0px 0px 5px;
}
.threegrid_div a {
    font-size: 20px;
}
.threegrid_div {
    min-height: 40px;
}
.contentLeft {
    width: 100%;
    float: left;
    position: relative;
    color: #222;
}
.contentRight {
    width: 100%;
    float: left;
    position: relative;
}
.contentRight.twitterright {
    width: 80%;
    float: right;
    position: relative;
}
.rightBox {
    background-color: #C2D1CA;
    width: 96%;
    padding: 2%;
    text-align: left;
    float: left;
    position: relative;
    margin-top: 20px;
}
.newsletterinput {
    width: 74%;
    padding: 0.5% 1%;
    border: 0px none;
    margin-bottom: 6px;
}
.contentLeft .rightBox.dotted {
    background-color: transparent;
    border-left: 2px dotted #222;
    padding: 0% 0% 1% 3%;
    width: 96%;
   
}
.twitterFeed {
    width: 98%;
}

.contentRight .rightBox.dotted {
    background-color: transparent;
    border-left: 2px dotted #222;
    padding: 0% 0% 1% 3%;
    margin-top: 1px;
}

.tri_boxes {
	width:100%;
	float:left;
	position:relative;
	height:auto;
}
.tri_boxes .tribox {
	width:100%;
	margin-left:0;
	min-height: 60px;
	background-color:#6B4081;
	float:left;
	position:relative;
	margin-bottom:2%;
}
.tri_boxes .tribox:hover {
	opacity:.8;
}
.tri_boxes .tribox:first-child {
	margin-left:0;
}
.tri_box_tile {
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0px 0px 0 0;
    height:60px;
}
.tri_box_tile img {
	max-width:100% !important;
	width:100%;
	margin:0;
}
.tri_box_tile h3 {
	margin-top:0px;
	font-size:18px;
	line-height: 110%;
}
.tri_box_tile a {
	overflow:hidden;	
}
.tri_box_tile p {
    margin: 0px 0px 15px;
    line-height: 120%;
}
.slide-up
{
    left: 0 !important;
}

.slide-down
{
    left: 0 !important;
}
.tri_box_heading {
	right:0;
	width:100%;
	height:60px;
	position:absolute;
	color:#FFF;
	font-family: 'aleobold';
	font-size:28px;
	padding:15px 0 0 0;
}
.tri_box_heading.slide-right {
	right:0% !important;
	position:absolute;
}
.tri_box_heading.slide-left {
	right:0 !important;
	position:absolute;
}
.tri_box_heading i {
	opacity:.4;
	margin-left:20px;
	font-size:25px;
	margin-right:-20px;
}
.tri_box_content {
	display:none;
}
.blogListingTitle {
	width:20%;
}
.blogListingRight {
	width:80%;
}
.footerLeft .col1, .footerLeft .col2 {
    float: left;
    position: relative;
    width: 49%;
}
#midwrap {
    margin: 0px 0px 0px;
}
.white_grad {
    display:none;
}
#mainContent {
    padding: 2% 0px 290px;
}
.screen-bg-image {
    display: none;
    min-height: 400px;
}
}
/* Smartphones (landscape) ----------- */
@media only screen 
and (max-width : 700px) {
.ltitle {
    font-family: "Times New Roman",Times,serif;
    float: left;
    position: relative;
    font-size: 22px;
    color: #6B4081;
    margin: 58px 0px 0px 5px;
}
#midwrap {
    margin: 0px 0px 0px;
}
.white_grad {
    display:none;
}
#mainContent {
    padding: 2% 0px 290px;
}
}
@media only screen 
and (max-width : 650px) {

#logo_title img {
    width:33%;
    height:auto;
}
.search_field {
    width: auto;
}
#pagehead .head13 {
    float: right;
    height: auto;
    width: 100%;
    position: absolute;
}
#pagehead #head23 {
    float: left;
    height: auto;
    position: relative;
    width: 100%;
}
.socnet {
    width: auto;
    position: relative;
    font-family: "aleoregular";
    clear: none;
    float: right;
    margin: 16px 15px 6px 6px;
}
.search_box {
    width: auto;
    margin: 10px 5px 8px;
    position: relative;
    float: right;
}
.sf-menu {
    display:none;
}
.menu_display {
	display:block;
	position:absolute;
	bottom:5px;
	right:10px;
	font-size:31px;
	cursor:pointer;
	color:#6B4081;
}
.menu_display i:hover {
	color:#4A1963;
}
.sticky {
    position: relative;
    float:left;
}
#mainSlider {
    padding-top: 0px;
}
#pagehead {
    min-height: 85px;
    height:auto;
}
.newsTickerBox {
    display:none;
}
.blogListingTitle {
    width: 100%;
}
.blogListingRight {
    width: 100%;
}
.contentRight.twitterright {
    width: 100%;
    float: left;
    position: relative;
}
.contentRight .rightBox.dotted {
    background-color: transparent;
    border-left: 0px dotted #222;
    padding: 0% 0% 1% 0;
    margin-top: 20px;
    width: 100%;
}
.contentLeft .rightBox.dotted {
    background-color: transparent;
    border-left: 0px dotted #222;
    padding: 0% 0% 1% 0;
    width: 100%;
    margin-top:5px;
}
.threegrid_div a {
    font-size: 16px;
}
.blogListingTitle .largerText {
    font-size: 32px;
}
.footerLeft {
    width: 60%;
    margin-top: 145px;
}
.footerRight {
    width: 40%;
}
}
@media only screen 
and (max-width : 580px) {
.footerLeft .col1, .footerLeft .col2 {
    float: left;
    position: relative;
    width: 98%;
}
.footerLeft {
    width: 50%;
    margin-top: 105px;
}
.footerRight {
    width: 50%;
}
}
@media only screen 
and (max-width : 470px) {
.smaller .screen-bg-image {
	display: none;
	min-height: 200px;
}
.screen-bg-image {
    display: none;
    min-height: 200px;
}
.ltitle {
    font-family: "Times New Roman",Times,serif;
    float: left;
    position: relative;
    font-size: 22px;
    color: #6B4081;
    margin: 5px 0px 0px 5px;
    clear:both;
}
.socnet {
    clear: both;
    margin: 16px 5px 6px 6px;
}
#logo_title img {
    width: 50%;
    height: auto;
}
.socnet li span {
    display:none;
}
.threegrid_div {
    float: left;
    position: relative;
    width: 100%;
    margin-left: 0;
    background-color: #CCC;
    min-height: 100px;
    margin-bottom: 2%;
    text-align: center;
}
.threegrid_div a {
    font-size: 27px;
}

}

.wp-paginate .current {
    background: none repeat scroll 0% 0% #6B4081 !important;
    border: 1px solid #6B4081 !important;
}
.indexWrap {
	width:100%;
	float:left;
	position:relative;
	border-top: dotted 1px #CCC;
	padding-top:20px;
}
.indexWrap:first-child {
	border-top: 0;
	padding-top: 0;
}
.post-958 .quantity, .post-958 .subscription-terms {
	display:none;	
}

@media print {
#topwrap, #bottomwrap, .contentFull, #slidewrap,  .contentLeft, .contentRight {
    display:none;
}
.contentFull.inner {
	display:block !important;
}
}