/*
Theme Name: Dory
Version:  v3
Text Domain: dory
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure

 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #656565;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #1f1f1f;
}

a {
	color:#4882cb;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 20px 0 12px;
}

h1 {
	font-size: 24px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 22px;
	line-height: 1;
	margin: 16px 0 12px;
}

h3 {
	font-size: 20px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 18px;
	line-height: 1.2;
}

h5 {
	font-size: 16px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
	color:#ffffff;
}
button a:link{
	color:#ffffff;
}
button a:visited{
	color:#ffffff;
}
input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); 
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}



button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #8eaac0;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}
.site-content{
	padding-left:1em;
	padding-right:1em;	
}
.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}


/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
.assistive-text{
	display:none;	
}
.hide {
	display: none;
}
.clear{
	clear:both;	
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}




/*------------- Default Layout -------------*/
/*------------- Header Sytles -------------*/

.site{
	width:100%;
	background-color: #ffffff;
	border-top-left-radius:1em;
	border-top-right-radius:1em;
	-moz-border-radius-topleft:1em;
	-moz-border-radius-topright:1em;
	-webkit-border-top-right-radius:1em;
	-webkit-border-top-left-radius:1em;
	margin-top:1em;
	
}

.site-header{
	
	width:100%;	
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	border-top-left-radius:1em;
	border-top-right-radius:1em;
	-moz-border-radius-topleft:1em;
	-moz-border-radius-topright:1em;
	-webkit-border-top-right-radius:1em;
	-webkit-border-top-left-radius:1em;
	


	
}
.logobar{
	height:70px;
	text-align:center;
}
.logobar img{
	padding-top:5px;
	height:60px; //10 pixel less than above	
	margin-left:auto;
	margin-right:auto;	
}

#header-main{
	
	position:relative;
	z-index:500;
	top:0px;
	height:50px;
	/*background-color:#000000;	*/
}

.contactinfo{
	position:absolute;
	width:185px;
	right:1em;
	top:2em;
	color:#bb112b;	
	padding-top:1em;
	font-weight:bold; 
}
.site-description{
	display:inline-block;
	float:left;
	width:50%;	
	padding-top:0.8em;
	padding-left:1em;
	font-size:1.3em;
	font-family:'Cardo',serif;
	
	
}
/*------------- Content Styles -------------*/
.entry-title{
	color:#02237b;
	border-bottom:1px solid #999;		
}
/*.site-contenthp{
	float:left;
	width:70%;	
	}*/
.content-area-full{
	width:80%;
	margin-left:auto;
	margin-right:auto;		
}
.content-area{	
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.entry-content{
		
}
.entry-meta{
	margin-top:10px;	
}
/*------------- Sidebar Styles -------------*/
#sidebar{
	float:right;
	width:28%;
	display:none;	
}
.content-sidebar{
	width:350px;
	float:right;
	margin-top:2em;
	
	
}

/*------------- Footer Layout -------------*/


.site-footer{
	margin-top:1px;
	background-color:#666666;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:0.5em;
	color:#ffffff;
	
}
.site-info{
	font-size:0.8em;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:1.5em;
	/*padding-left:0;
	width:95%;*/
	width:90%;
	
	
	
	
}
.site-info a{
	color:#ffffff;

}
.footerline1{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
}
footer{
	margin-bottom:0;	
}
.attrib{
	text-align:center;
	font-size:0.8em;	
}
.attrib a, .attrib:visited{
	color:#ffffff;	
}
.abn{
	
	
}
.copy{
	
}
.copyrightyear{
	
		
}
.phone{
	
}
.privacy{
	padding-top:1em;
	text-align:center;	
	
}
.terms{
	
}
.madeby{
		
}
.footertext{
	
}


.social-networks{
	display:block;
  list-style: none;
  margin-left:auto;
  margin-right:auto;
  padding-top:1em;
  text-align: center;
  width:90%;

}
.social-networks li{
 height:33px;
  width:33px; 
  overflow:hidden;
 display: inline-block;
}
.social-networks li a{
    display: inline-block;
  text-indent:-9999px;
   height:33px;
  width:33px; 
}

.socialicons{
	float:right;
	width:300px;
	height:2.5em;
	margin-top:0.5em;
	margin-left:0.5em;
	margin-bottom:0.5em;
	text-align:right;
}
.socialicons div{
	width:33px;
	height:33px;
	display:inline-block;
	margin-right:0.5em;	
}
.facebook,.googleplus,.youtube,.emails,.twitter,.signin,.signout,.instagram,.linkedin,.pintrest{
	background-image:url('images/socialmedia.png');
	background-repeat:no-repeat;
}
.facebook{
	background-position:0 0;
}
.facebook:hover{
	background-position:0 -33px;
}
.googleplus{
	background-position:-80px 0;
}
.googleplus:hover{
	background-position:-80px -33px;
}
.instagram{
	background-position:-760px 0;	
}
.instagram:hover{
	background-position:-760px -33px;
}
.linkedin{
	background-position:-240px 0;	
}
.linkedin:hover{
	background-position:-240px -33px;
}
.pintrest{
	background-position:-120px 0;	
}
.pintrest:hover{
	background-position:-120px -33px;
}
.youtube{
	background-position:-440px 0;	
}
.youtube:hover{
	background-position:-440px -33px;
}
.emails{
	background-position:-880px 0;	
}
.emails:hover{
	background-position:-880px -33px;
}
.twitter{
	background-position:-40px 0;
}
.twitter:hover{
	background-position:-40px -33px;
}
.signin{
	background-position:-800px 0;
}
.signin:hover{
	background-position:-800px -33px;
}
.signout{
	background-position:-840px 0;
}
.signout:hover{
	background-position:-840px -33px;
}



/********   SLIDER STYLES   **********/

.readmore a{
	color:#ffffff;	
}
.readmore a:hover{
	color:#ffffff;	
}
.readmore a:visited{
	color:#ffffff;	
}


/**********   MENU LAYOUT FOR MOBILE FIRST  **********/
.primary-navigation{
	/*background-color:#000000;	*/
}
.primary-navigation ul {
	list-style:none;;
	margin: 0;
	padding-left:0;
	
}

.primary-navigation li {
	
	/*border-top: 1px solid rgba(100, 100, 100, 0.2);*/
}

.primary-navigation ul ul {
	margin-left: 20px;
}

.primary-navigation a {
	color: #000;
	display: block;
	text-transform: uppercase;
	padding-left:1em;
	/*line-height:2em;*/
	
}

.primary-navigation a:hover {
	color: #bc3f39;
}

.primary-navigation .current_page_item > a,
.primary-navigation .current_page_ancestor > a,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a {
	
	color:#f0f0f0;
	font-weight: 900;
}
#primary-navigation{
	position:relative;
	z-index:500;	
}
.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 16px;	
}
/* Mobile menu colours */
.primary-navigation.toggled-on {
	background-color:#333;
	text-align:left;	
}
.primary-navigation.toggled-on  a{
	color:#ffffff;	
}
.primary-navigation.toggled-on  a:hover{
	color:#00ffff;	
}
.primary-navigation .nav-menu {	
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
	
	padding-top:0.5em;
	padding-bottom:0.5em;
	
}

		
.menu-toggle {
	cursor: pointer;
	font-size: 0;
	height: 50px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top:0;
	right: 0;
	margin-right:10px;
	text-align: center;
	
}




/**** Search Styles ******/
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

.menu-toggle:before,
.search-toggle:before {
	color: #000000;
	content: "\f419";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 25px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
	margin-top: 13px;
}
/* Search in the header */
.search-form{
	
}
.search-toggle {
	background-color: #24890d;
	cursor: pointer;
	float: right;
	height: 48px;
	/*margin-right: 38px;*/
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #41a62a;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
	
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {

	z-index: 2;
	position:absolute;
	right:10px;
	width:250px;
	padding-top:0.5em;
	margin-right:1em;
	
}

.search-box {
	
	padding: 5px;
	
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	border:1px solid #ccc;
	
	width:35%;
	-webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;	
}
.search-box .search-field:focus {
	
	width: 100%;
	border:1px solid #000;
	
}
.toggled-off{
	display:none;	
}
p.imageinput{
width:180px;
height:180px;	
}


.featuresize{
	width:100%;	
}
/*******    HOMEPAGE LAYOUT  *******/

#catcontent article:first-child .cat-links {
	color:#ffffff;
	background-color:#009aea;
	padding:0.25em;	
	display:inline;
	
}
.articledate{
	color:#aaa;
	font-size:0.8em;	
}
.articlethumbnail{
	float:left;
	width:25%;	
}
.singlecontent{
	float:right;
	width:70%;
		
}

/* -------- FOOTER  --------------*/
.site-info{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:1em;
	/*padding-left:0;
	width:95%;*/
	width:70%;
	padding-left:15px;
	
	
}
.site-info a{
color:#ffffff;

}
.main-content1{
	padding-top:1em;
	
}



.navigation{
	margin-top:25px;
	
}
.navbottom{
	margin-bottom:25px;
	margin-top:5px;
	
}
.navigation a{
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border:1px solid #CCC;
	margin-right:1em;
}
.navigation a.currentnav{
	color:#bc3fc9;
}


#sidebar ul{
	list-style:none;	
}
.widget-title{
	font-size:1.2em;
	color:#656565;
}


.phonenumber{
	display:absolute;
	right:20px;
	top:20px;	
}
.grid{
clear:both;	
}
.col1{
	width:100%;
	display:inline-block;
	vertical-align:top;	
	margin-bottom:1em;
	
}
.col2{
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:1em;	
	
}

.col3{
	display:inline-block;
	width:100%;
	vertical-align:top;
	margin-bottom:1em;
	
}
.col4{
	display:inline-block;
	width:100%;
	vertical-align:top;
	margin-bottom:1em;
	
}
.col6{
	display:inline-block;
	width:100%;
	vertical-align:top;
	margin-bottom:1em;
	
}

/**** HOMEPAGE NEWS ITEMS   ****/
.news{
	background-color:#F4ECEC;
	padding-top:0.5em;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	margin-bottom:1em;
}
.newsdate{
	font-size:0.8em;
}
.newday{
	display:inline;
}
.newsmonth{
	display:inline;
}
.newyear{
	display:inline;
}
.news-image{
	
}
.news-item{
	float:right;
	width:65%;
}
.news-title{
	font-weight:bold;
}
.news-description{
}
.news-plink{
	
}
.news-image{
	float:left;
	width:200px;
	height:200px;
	overflow:hidden;
	padding-left:10px;
	
}
.news-image img{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;	
}
/**** HOMEPAGE EVENTS ITEMS   ****/
.events{
	padding:0.25em;	
}
.event-title{
	font-weight:bold;	
}
.eventdate{
	font-size:0.8em;
}
.eventday{
	display:inline;
}
.eventmonth{
	display:inline;
}
.eventyear{
	display:inline;
}
.hiddenimage{
	display:none;	
}
.visibleimage{
	display:block;
}
		