/*
Theme Name: Eiris - Harmonise
Theme URI: http://www.eiris.org/
Description: Eiris theme designed by Neo Creative
Author: John King (King Websites)
Version: 2.0 
*/

/* Normalise / Reset CSS */

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%; font: inherit; vertical-align: baseline; }
article, aside, figcaption, figure, footer, header, nav, section {display: block;}
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
a:hover, a:active { outline: 0; }
button::-moz-focus-inner { border: 0; }
b, strong { font-weight: bold; }
i { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
li { list-style: none; list-style-image: none; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
form { margin: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ------------------------------------------------------------------------ */
/* Main Layout and Positioning CSS */

body {
	text-align: center;
	background-color: white;
}

#wrapper {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	text-align: left;
	width: 974px;
}

#top_line {
	background: #000000;
}

#header {
	height: 169px;
	position: relative;
}

.page #header,
.single-press-releases #header,
.post-type-archive-press-releases #header,
.events-single #header,
.events-archive #header,
.search #header,
.error404 #header {
	height: 211px;
}

#breadcrumb {
	height: 40px;
}

#content_and_left {
	float: left;
	width: 789px; /* Wdith of left and central column */
	display: inline;
	padding-top: 4px;
}

#content {
	float: right;
	width: 558px; /* 618px minus padding */
	padding: 0px 30px 30px 30px;
	display: inline;
}

#leftside {
	float: right;
	position: relative;
	width: 171px;
	padding-bottom: 30px;
	display: inline;
}

#rightside {
	float: right;
	width: 185px;
	padding-bottom: 30px;
	margin-top: 10px;
}

#footer {
	clear: both;
	width: 974px;
	padding-bottom: 15px;
}


/* Font Color and Size CSS */

body {
	color: #464646;
	font-family: arial, verdana, sans-serif;
}

a {
	color: #153d82;
	text-decoration: none;
}

a:hover {
	color: #050d42;
}

h1 {
	color: #153d82;
	font-size: 28px;
	padding: 2px 0px 10px 0px;
}

h2 {
	color: #153d82;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0px 2px 0px;
}

.page h2 {
	font-size: 14px;
}

h3 {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	padding: 8px 0px 10px 0px;
}

h4 {
	color: #153d82;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0px 4px 0px;
}

p {
	font-size: 12px;
	line-height: 1.375em;
	padding: 2px 0px 8px 0px;
}

#content p.large {
	color: #494848;
	font-size: 1.125em;
}

#content p a {
	text-decoration: underline;
}

.comment_total {
	font-size: 12px;
}

#pagination {
	font-size: 12px;
}

#comments h4 {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}

#comments p.postmetadata {
	font-size: 11px;
}

#respond input#submit {
	color: #589ecd;
	font-weight: bold;
}

/* Top Line CSS */

#top_line {
	color: #76c1e6;
	font-size: 12px;
	font-weight: bold;
}

#top_line ul li {
	float: left;
}

#top_line ul li i {
	float: left;
	display: block;
	padding: 8px 0px 12px 0px;
}

#top_line ul li:first-child i {
	display: none;
}

#top_line ul li a {
	float: left;
	display: block;
	padding: 8px 9px 12px 9px;
	color: #ffffff;
}

#top_line form {
	float: right;
	margin: 8px 8px 0px 0px;
}

#top_line form label {
	height: 14px;
	vertical-align: top;
	padding-right: 4px;
	color: #ffffff;
}

#top_line form input.txt {
	border: 1px solid white;
	width: 120px;
	height: 13px;
	vertical-align: top;
	margin-top: 1px;
	padding: 0px;
	font-size: 11px;
}

#top_line form input.search-submit {
	border: none;
	height: 17px;
	width: 19px;
	vertical-align: top;
	background: transparent url(graphics/search_button.gif) no-repeat 0px 0px;
}


/* Header CSS */

#header #flashback {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}


/* Sector Menu */

#sector-menu {
	clear: both;
}

#sector-menu li {
	float: left;
	padding-top: 3px;
}

#sector-menu a {
	display: block;
	width: 150px; /* 160px minus 10px padding */
	height: 24px; /* 31px minus 6px padding */
	padding: 7px 0px 0px 10px;
	border-right: 3px solid white;
	color: #ffffff;
	font-size: 14px;
}

#sector-menu .one a {
	background: #0093db;
}

#sector-menu .two a {
	background: #2a61b3;
}

#sector-menu .three a {
	background: #074198;
}

#sector-menu .four a {
	background: #98a0cc;
}

#sector-menu .five a {
	background: #71779c;
}

#sector-menu .six a {
	background: #585f7f;
	width: 149px;
	border-right: none;
}

#sector-menu a:hover,
#sector-menu li.current-menu-item a,
#sector-menu li.current-page-ancestor a {
	background: #000e4b;
}


/* News Ticker */

#ticker-wrapper {
	margin-top: 3px;
	background: #e5f4fb;
	border-bottom: 1px solid #b8c4c9;
}

#ticker {
	float: left;
	position: relative;
	overflow: hidden;
	width: 900px;
	margin-right: 20px;
	min-height: 24px;
}

#ticker-title {
	float: left;
	line-height: 24px;
	color: #074198;
	font-size: 12px;
	font-weight: bold;
}

#ticker-title span {
	display: block;
}

#ticker p {
	padding: 0px;
	line-height: 24px;
	color: #074198;
	font-size: 12px;
}

#ticker p a {
	display: block;
	color: #074198;
}

#ticker-controls {
	float: right;
	width: 45px;
	padding-right:5px;
}

#ticker-controls li {
	display: block;
	text-indent: -9999em;
	width: 11px;
	height: 20px;
	float: left;
	cursor: pointer;
	background: transparent url(graphics/ticker-buttons.gif) no-repeat -11px 6px;
}

#ticker-controls li#prev {
	background-position: 0px 6px;
}

#ticker-controls li#next {
	background-position: -22px 6px;
}

#ticker-controls li.paused {
	background-position: -33px 6px;
}

.js-hidden {
	display: none;
}


/* Breadcrumb CSS */

#breadcrumb p {
	float: left;
	width: 915px;
	padding: 14px 0px 8px 0px;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

#breadcrumb p a {
	padding: 0px 3px;
	color: #666666;
	font-weight: normal;
}

#breadcrumb p a:hover {
	color: #333333;
}

#flags {
	float: right;
	padding-top: 8px;
}


/* Content CSS */

article .article-content > p:first-child {
	padding: 5px 0px 20px 0px;
	line-height: 1.25em;
	font-size: 18px;
	color: #494848;
}

article p.postmetadata {
	color: #666666;
	padding-bottom: 12px;
}

article ul {
	padding-bottom: 6px;
}

article ul li {
	padding-left: 9px;
	padding-bottom: 5px;
	background: transparent url(graphics/bullet.gif) no-repeat 0px 6px;
	line-height: 1.375em;
	font-size: 12px;
}

article ul li a,
article h2 a {
	text-decoration: underline;
}

.post-type-archive-press-releases article ul li,
.page-template-template-press-releases-php article ul li {
	padding-bottom: 10px;
}

article .col_one,
article .col_two {
    float: left;
    padding-bottom: 5px;
    width: 264px;
}

article .col_two {
    padding-left: 30px;
}

article table {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin: 5px 0 15px;
}

article table th,
article table td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 2px 20px;
	 font-size: 12px;
}

article table th {
	font-weight: bold;
}


/* Blog */

.blog h1,
.tag h1 {
	padding: 5px 0 20px;
	border-bottom: 1px dotted #153D82;
	font-size: 20px;
}

.single #content #commentlist p.postmetadata {
	padding-bottom: 5px;
}

#content .post-teaser {
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px dotted #153d82;
}

#content .post-image img {
	float: left;
	padding: 6px 20px 5px 0px;
}

#content p.tags {
	padding: 8px 0px 0px 0px;
	float: left;
}

.single .comment_total {
	margin: 22px 0px 14px 0px;
}

.comment_total {
	float: right;
	padding: 0px 10px 0px 25px;
	line-height: 22px;
	background: #e5f4fb url(graphics/comment-icon.gif) no-repeat 4px 3px;
}

#pagination {
	clear: both;
	padding: 8px 0px;
	border-bottom: 1px dotted #153d82;
}

#pagination .next {
	float: right;
}

#pagination .prev {
	float: left;
}


/* Search Page */

.search-results #content .post-teaser h2 {
	color: #0093db;
}


/* Comments Area */

#comments_box {
	clear: both;
	margin: 15px 0px;
	padding: 10px 10px 0px 10px;
	background: #f5f7f8;
}

#comments ul {
	list-style: none;
}

#comments ul li {
	margin: 0px;
	padding: 5px 0px;
	list-style: none;
	background: none;
	border-top: 1px solid #cbcdce;
}

#respond {
	clear: both;
}

#respond h3 {
	margin-bottom: 6px;
	border-bottom: 1px solid #c2c2c2;
}

#respond label {
	display: block;
	padding-bottom: 3px;
}

#respond span.required {
	display: none;
}

#respond input[type=text],
#respond textarea {
	padding: 3px;
	width: 550px;
	border: 1px solid #cccccc;
}

#respond p.form-submit {
	text-align: right;
}

#respond input#submit {
	margin-right: -2px;
	background: none;
	border: none;
	cursor: pointer;
}


/* Info Request Form */

.wpcf7-form p label {
	float: left;
	display: block;
	width: 120px;
}

.wpcf7-form textarea {
	width: 99%;
}

.wpcf7-form span.wpcf7-list-item {
	margin-left: 0px;
}

.wpcf7-form table td {
	padding: 5px;
	width: 100px;
}

.wpcf7-form table td img {
	padding-bottom: 10px;
}

.wpcf7-form .hide-label .wpcf7-list-item-label {
	display: none;
}

.wpcf7-form input.wpcf7-submit {
	float: right;
}

.wpcf7-form .wpcf7-not-valid {
	-moz-box-shadow: 0 0 2px 0px #f00;
	-webkit-box-shadow: 0 0 2px 0px #f00;
	box-shadow: 0 0 2px 0px #f00;
}

.wpcf7-form p.bigger {
	font-size: 13px;
	padding: 15px 10px;
}




/* Events CSS */
/* also see events/style.css */

#tribe-events-calendar-header #ajax-loading {
	position: absolute;
	right: 0px;
	top: -32px;
}

.events-list article .article-content,
.events-category article h1 {
	border-bottom: 1px dotted #153D82;
}

.events-list article h2 a {
	text-decoration: none;
}

/* Leftside CSS */

#leftside h2 {
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #000000;
}

#leftside h3 {
	color: #153d82;
	font-size: 14px;
	font-weight: normal;
}

#leftside ul {
	width: 171px;
	margin: 10px 0px 28px 0px;
	border-bottom: 1px solid #000000;
	font-size: 13px;
}

#leftside ul.blog,
#leftside ul.events-menu,
#leftside.sidebar-events ul.events-cats {
	margin-bottom: 20px;
	border: none;
}

#leftside ul.events-menu {
	margin-top: 0px;
}

#leftside ul li a {
	display: block;
	width: 159px;
	padding: 4px 0px 4px 12px;
	background: transparent url(graphics/arrow-left.gif) no-repeat 1px 8px;
	border-top: 1px solid #000000;
	color: #153d82;
	line-height: 15px;
}

#leftside ul.blog li a,
#leftside.sidebar-events ul.events-cats li a {
	border: none;
}

#leftside ul.events-menu li a {
	border: none;
	border-bottom: 1px solid #000000;
}

#leftside ul li a:hover {
	color: #050d42;
}

#leftside ul li.active a,
#leftside ul li.current-cat a,
#leftside ul li.current-menu-item a,
#leftside ul li.current_page_ancestor a,
#leftside ul li.current_page_item a,
.page-id-555 #leftside ul li.menu-item-629 a {
	background-image: url(graphics/arrow-left-active.gif);
	color: #000000;
	font-weight: bold;
}

#leftside ul li.current_page_item.parent a,
#leftside ul li.current_page_ancestor a {
	padding-bottom: 2px;
	background-image: url(graphics/arrow-down.gif);
}

#leftside ul li ul {
	display: none;
	width: 171px;
	margin: 0px 0px 2px 0px;
	border-bottom: none;
}

#leftside ul li.current_page_item ul,
#leftside ul li.current_page_ancestor ul {
	display: block;
}

#leftside ul li.current_page_item.parent ul li a,
#leftside ul li.current_page_ancestor.parent ul li a {
	width: 151px;
	padding: 0px 0px 2px 20px;
	background: transparent url(graphics/bullet.gif) no-repeat 13px 7px;
	border-top: none;
	color: #000000;
	font-weight: normal;
}

#leftside ul li.current_page_item ul li a:hover,
#leftside ul li.current_page_ancestor ul li a:hover {
	color: #0093db;
}

#leftside ul li.current_page_item.parent ul li.current_page_item a,
#leftside ul li.current_page_ancestor.parent ul li.current_page_item a {
	font-weight: bold;
	color: #000000;
}

#leftside #slideshow {
	position: relative;
	height: 171px;
}

#leftside #slideshow a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 171px;
	height: 171px;
	background: #ffffff;
	text-align: center;
	z-index: 8;
}

#leftside #slideshow a.active {
	z-index: 10;
}

#leftside #slideshow a.last-active {
	z-index: 9;
}

#leftside #slideshow a img {
	display: inline;
}

#leftside #small td .tribe-events-event {
	line-height: 13px;
	padding: 4px 0 !important;
}

#leftside #small td.tribe-events-present .tribe-events-event,
#leftside #small td.tribe-events-present .tribe-events-event a {
	background: #999;
}

#leftside #small td a.tribe-events-mini-has-event {
	color: #153D82;
}

#leftside #small .tribe-events-tooltip {
	padding: 0;
}

#leftside #small td.tribe-events-present .tribe-events-tooltip a {
	background: #f9f9f9;
}

#leftside #small .tribe-events-tooltip h5 {
	margin: 0;
	padding: 0;
}

#leftside #small .tribe-events-tooltip h5 a {
	display: block;
	margin: 0;
	padding: 8px 10px 8px 13px;
}

#leftside #small .tribe-events-tooltip h5 a:hover {
	color: #153D82;
}


/* Rightside CSS */

#rightside #social {
	min-height: 65px;
	padding-bottom: 10px;
}

#rightside #social span.stButton,
#rightside #social a.stButton {
	display: inline-block;
	margin: 0px 7px 5px 0px;
	width: 25px !important;
	height: 25px;
}

#rightside #social .chicklets,
#rightside #social span.printbutton .stButton {
	display: inline-block;
	width: 25px;
	height: 25px;
	padding: 0px;
	background: transparent url(graphics/social-all.png) no-repeat -96px 0px;
}

#rightside #social .facebook {
	background-position: 0px 0px;
}

#rightside #social .twitter {
	background-position: -32px 0px;
}

#rightside #social .linkedin {
	background-position: -64px 0px;
}

#rightside #social .email {
	background-position: -96px 0px;
}

#rightside #social span.printbutton .stButton .print {
	background-position: -128px 0px;
}

#rightside #social span.rssbutton .stButton .print {
	background-position: -160px 0px;
}

#rightside #social span.rssbutton a.stButton {
	margin-right: 0px;
}

#rightside #social img {
	display: inline;
	cursor: pointer;
}

#rightside #sharebutton .st_sharethis_hcount {
	display: block;
	padding-top: 3px;
}

#rightside #sharebutton .st_sharethis_hcount span.stButton {
	width: auto;
	height: auto;
}

#rightside #sharebutton .stButton_gradient {
	float: left;
	display: block;
	height: auto;
	padding: 0px 12px;
	background: #c1e3ef none !important;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #0276a2;
	font-size: 12px;
	font-weight: bold;
	filter: none;
}

#rightside #sharebutton .stArrow {
	float: left;
	display: block;
	background: none;
	margin: 0px;
	padding: 0px 3px;
	display: none; /* Override */
}

#rightside #sharebutton .stHBubble {
	background-color: #e0f1f7;
	cursor: default;
}

#rightside #sharebutton .stButton_gradient .chicklets {
	background: transparent none;
	padding: 0px;
	height: auto;
	width:auto;
	line-height: 24px;
}

#rightside #sharebutton .stButton .chicklets:hover {
	opacity: 1;
}

#rightside #sharebutton .stBubble_hcount {
	height: auto;
	line-height: 24px;
}

#rightside h2 {
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #000000;
}

#rightside h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0px 2px 0px;
}

#rightside h3 a {
	color: #000;
}

#rightside h3 span {
	color: #999;
}

#rightside a {
	display: block;
}

#rightside p {
	padding: 2px 0px;
	line-height: 1.3125em;
}

#rightside p.more a {
	padding-left: 12px;
	background: transparent url(graphics/arrow-left.gif) no-repeat 1px 4px;
}

#rightside ul {
	padding-bottom: 20px;
}

#rightside ul li {
	border-bottom: 1px dotted #000000;
}

#rightside #quality-badge img {
	float: left;
	padding: 0px 10px 20px 0px;
}

#rightside #quality-badge p {
	text-align: center;
}

#rightside #signup a {
	display: inline;
}







#riightside #signup p {
	font-size: 0.75em;
	padding-bottom: 5px;
}


#riightside #signup a:hover {
	color: #050d42;
}

#riightside #signup h2 {
	clear: both;
	padding-bottom: 4px;
	margin-bottom: 5px;
	border-bottom: 1px solid #3489C3;
}

#riightside form input {
	float: left;
	vertical-align: top;
}

#riightside form input.txt {
	height: 13px;
	padding: 1px 1px;
	font-size: 0.75em;
	width: 157px;
	border: 1px solid #cccccc;
}

#riightside form input.button {
	border: none;
	height: 17px;
	padding-left: 2px;
}


/* Footer CSS */

#footer_top {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 15px;
}

#footer_top p.top_link {
	padding: 3px 0px;
}

#footer_top p.top_link a {
	padding-left: 14px;
	background: transparent url(graphics/arrow-up.gif) no-repeat 0px 4px;
	color: #000000;
}

#footer_bottom p,
#footer_bottom ul li,
#footer_bottom a {
	color: #8b8686;
}

#footer_bottom a:hover {
	color: #5b5656;
}

#footer_bottom p {
	clear: both;
}

#footer_bottom ul li {
	float: left;
	font-size: 12px;
}

#footer_bottom ul li i {
	float: left;
	display: block;
	padding: 2px 0px 8px 0px;
}

#footer_bottom ul li:first-child i {
	display: none;
}

#footer_bottom ul li a {
	float: left;
	display: block;
	padding: 2px 7px 8px 7px;
}

#footer_bottom ul li:first-child a {
	padding-left: 0px;
}