/*
Theme Name: Clionas Foundation
Theme URI: http://www.pixelmedia.ie
Description: Theme for Clionas Foundation.
Version: 2.0
Author: Paul Mackessey
Author URI: http://www.pixelmedia.ie
Tags: 2 column theme
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
}
/* Global */
body, div { margin: 0; padding: 0; }
body { font-size: 14px; font-family: 'Source Sans Pro', sans-serif; color: #666; line-height: 21px;}
a { color: ##0099d9; text-decoration: none; transition: background 0.3s ease 0s, color 0.3s ease 0s; }
a:hover { color: #222; }
::selection {
	background: #0099d9;
	color: #fff;
	}
::-moz-selection {
	background: #0099d9; 
	color: #fff;
}
h1,h2,h3,h4,h5,p { margin: 10px 0; }
img { border: none; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.container { width: 980px; margin: 0 auto; }
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}
/* Header */
.header_top { background-color: #0099d9; top: 0; left: 0; width: 100%; z-index: 100; }
.header_menu { float: left; }
.header_menu ul { list-style-type: none; margin: 0; padding: 0; }
.header_menu ul li { float: left; position: relative; }
.header_menu ul li a { display: block; padding: 5px 12px; color: #fff; font-size: 14px; text-transform: uppercase; text-decoration: none; border-right: 1px solid #78c5e5; }
.header_menu ul li a:hover { display: block; padding: 5px 12px; color: #ee9e04 !important; font-size: 14px; text-transform: uppercase; text-decoration: none; border-right: 1px solid #78c5e5; }
.header_menu ul li.current_page_item a,
.header_menu ul li.current-menu-item a { color: #fff; }
.header_menu ul li.current_page_item ul li a,
.header_menu ul li.current-menu-item ul li a { text-decoration: none; }
.header_menu ul li:first-child a { border-left: 1px solid #78c5e5; }
.header_menu ul li a:hover { color: #fff; }
.header_menu ul li ul { position: absolute; top: 31px; left: 0; z-index: 50; display: none; }
.header_menu ul li ul li { float: none; width: 180px; }
.header_menu ul li ul li a { padding: 5px 10px; border-top: 1px solid #444; border-right: none; font-size: 13px; background-color: #0099d9; }
.header_menu ul li ul li a:hover { color: #8C919B; background-color: #0099d9; }
.header_menu ul li ul li:first-child a { border-top: none; }
.header_social { float: right; padding-top: 4px; }
.header_social img { display: inline-block; margin-left: 5px; }
.logo_cont { padding: 5px 0 5px; }
.logo { float: left; }

/* ---- new css dropdown ----*/
.header_menu ul.sub-menu {
	z-index: 999;	
}
.header_menu ul li ul li {
	z-index: 999;	
}
.header_menu ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	left: 0;
	width: 240px;
	z-index: 999;
	overflow: hidden;
	background-color: #5A186B;
}
.header_menu ul ul ul {
	left: 100%;
	top: 0;
}
.header_menu ul ul a:link,
.header_menu ul ul a:visited {
	border-bottom: 1px solid #eee;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 15px;
	width: 220px;
}
.header_menu ul ul a:hover {
	color: #ddd !important;
	background-color: #fff;
}
.header_menu ul ul a:visited {
	color: #fff;	
}
.header_menu ul ul li:hover > a:link,
.header_menu ul ul a:focus {
	background: #fff; /* Show a solid color for older browsers */
}
.header_menu ul li:hover > ul {
	display: block;
}
.header_menu .current_page_item > a,
.header_menu .current_page_ancestor > a,
.header_menu .current_page_item > a:hover,
.header_menu .current_page_ancestor > a:hover {
	background-color: #fff !important;		
	color: #0099d9 !important;
	border-bottom: #93AF2A !important;
}
.header_menu ul ul li.current_page_item > a,
.header_menu ul ul li.current_page_ancestor > a,
.header_menu ul ul li.current_page_item > a:hover,
.header_menu ul ul li.current_page_ancestor > a:hover {
	background-color: #fff !important;		
	color: #0099d9 !important;
	border-bottom: #93AF2A !important;
}

.quick-links {
	width: 70%;
	float: right;
	margin: 32px 0 0 0;
    font-size: 18px;
}
.quick-links ul {
    clear: left;
    color: #3A6F8F;
    float: right;
    line-height: 40px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.quick-links ul li {
    float: left;
    margin: 0 7px 0 0;
    padding: 0;
}
.quick-links ul li.grey {
    float: left;
    margin: 0 7px 0 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.quick-links ul li a.green:link {
    background: #7bab2f;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 200px;
    border-radius: 8px;
}
.quick-links ul li a.green:visited, .quick-buttons ul li a.green:active {
    background: #7bab2f;
    color: #ffffff;
    display: block;
    font-weight: normal;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 200px;
}
.quick-links ul li a.green:hover {
    background: #333;
    color: #ffffff;
    display: block;
    font-weight: normal;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    width: 200px;
}

.quick-links ul li a.orange:link {
    background: #ee9e04;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 200px;
    border-radius: 8px;
}
.quick-links ul li a.orange:visited, .quick-buttons ul li a.orange:active {
    background: #ee9e04;
    color: #ffffff;
    display: block;
    font-weight: normal;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 200px;
}
.quick-links ul li a.orange:hover {
    background: #333;
    color: #ffffff;
    display: block;
    font-weight: normal;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    width: 200px;
}

.quick-links ul li a:link {
    background: #00a3e2;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 200px;
    border-radius: 8px;
}
.quick-links ul li a:visited, .quick-buttons ul li a:active {
    background: #00a3e2;
    color: #ffffff;
    display: block;
    font-weight: normal;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 200px;
}
.quick-links ul li a:hover {
    background: #333;
    color: #ffffff;
    display: block;
    font-weight: normal;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    width: 200px;
}
.blue {
    color: #00a3e2;
}
.green {
	color: #7bab2f;
}
.tagline {
	float: right;
	margin: 8px;
	font-size: 16px;	
}
input[type="submit"] {
    background-color: #252628;
    border: medium none;
    color: #90939c;
    width: 80px;
}
input[type="text"], input[type="submit"] {
    box-sizing: border-box;
    font-family: 'Source Sans Pro',sans-serif,arial;
    height: 24px;
}
input.wpcf7-captchar {
	width: 20%;	
}
/* Content */
#slideshow_cont { background-color: #F9F9F9; margin-bottom: 25px; padding: 15px 10px 10px 10px; }
#slideshow { position: relative; width: 684px; height: 450px; float: left; }
#slideshow .slide_box { width: 684px; height: 450px; position: absolute; top: 0; left: 0; display: none; }
#slideshow .slide_box_first { display: block; }
#slideshow img, #slideshow iframe { width: 684px; height: 450px; }
.slide_thumbs_cont { padding: 15px 0px 0px 0px; }
.slide_thumbs_cont img { margin-left: 16px; display: inline-block; cursor: pointer; width: 183px; height: 90px; }
.slide_thumbs_cont img:first-child { margin-left: 0; }
#cont_left { float: left; width: 650px; margin-top: 1.5%; }
#cont_left img {float: left; }

.home-sidebar { float: right; width:296px;}
.home-sidebar img { margin: 0 !important; padding: 0 !important; vertical-align: top; }

.post_box { margin-bottom: 20px; position: relative; }
.post_box h3 { margin-top: 0; }
.post_box h3 a { color: #0099d9; text-decoration: none; padding: 2px 0px;; font-size: 24px; font-family: 'Source Sans Pro', sans-serif; font-weight: 300; line-height: 35px; }
.post_box h3 a:hover { background-color: #0099d9; color: #fff; }
.post_box .left { width: 389px; }
.post_box .left img { display: block; width: 420px; height: 240px; }
.post_box .left iframe { width: 420px; height: 240px; }
.post_box .right { width: 210px; }
.post_meta { border-bottom: 1px dotted #7bab2f; border-top: 1px solid #0099d9; padding: 1px 6px; font-size: 11px; color: #333; width: 200px; position: absolute; bottom: 0; right: 0; }
.post_meta_left { float: left; }
.post_meta_right { float: right; }
.post_meta_right a { color: #333; text-decoration: none; }
.post_meta_right a:hover { text-decoration: none; color: #888; }
#commentform input[type=submit] { background-color: #161616; color: #fff; border: 1px solid #6E6E6E; padding: 3px 5px; }
.archive_title {  background-color: #0099d9;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 5px; }
.next_prev_cont { padding: 25px 0; }
.next_prev_cont .left { float: left; width: 45%; }
.next_prev_cont .left a { display: block; background: url('images/post_prev.png') no-repeat; background-position: top left; padding-left: 25px; min-height: 30px; }
.next_prev_cont .right { float: right; width: 45%; text-align: right; }
.next_prev_cont .right a { display: block; background: url('images/post_next.png') no-repeat; background-position: top right; padding-right: 25px;  min-height: 30px; }
h1.single_title { margin-top: 0; font-size: 24px; font-family: 'Source Sans Pro', sans-serif; font-weight: 300; color: #0099d9;}
.you_may_like { background-color: #0099d9; color: #fff; padding: 1px 10px; font-size: 14px; margin-top: 15px; margin-bottom: 15px; }
.may_like_box { float: left; margin-right: 17px; width: 205px; }
.may_like_box_last{ margin-right: 0; }
.may_like_box img,
.may_like_box iframe { width: 205px; height: 120px; }
.may_like_box h3 { font-weight: normal; font-size: 14px; }
.may_like_box h3 a:hover { text-decoration: none; background-color: #222; color: #fff; }
form div.sub-button input.wpcf7-submit {
    background-color: #4ba9be;
    border: medium none;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    line-height: 35px;
    margin: 10px 0 20px;
    padding: 5px;
    text-align: center;
    width: 45%;
}

/* Sidebar */
#sidebar { width: 290px; float: right; margin-top: 10px; }
#sidebar img { margin: 0 !important; padding: 0 !important; vertical-align: top; }

.side_box { margin-bottom: 25px; }
.side_box p { padding: 0 10px; }
h3.side_title { background-color: #0099d9; padding: 5px; color: #fff; font-size: 18px; margin: 0 0 10px; font-weight: 300; }
.side_box ul { list-style-type: none; margin: 0; padding: 0; }
.side_box ul li a { padding: 7px 3px; border-bottom: 1px solid #eee; display: block; }
.side_box ul li a:hover { text-decoration: none;  color: #222; }
.t1_search_cont input[type=text], .t1_search_cont input[type=submit] { box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; height: 24px; font-family: 'Source Sans Pro', sans-serif, arial; }
.t1_search_cont input[type=text] { width: 185px; }
.t1_search_cont input[type=submit] { border: none; background-color: #252628; color: #90939C; width: 80px; }

.avhec-widget-line {
    display: block !important;
}

/* Footer */
.sub-footer {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
	margin-top: 15px;
}
.sub-footer img {
	margin: 0px !important;
}
#footer { padding: 10px 0; color: #fff; margin-top: 25px; overflow: auto; background-color: #0099d9; background: url('images/footer-back.jpg') no-repeat; background-position: center top; }
#footer a:link { color: #fff; text-decoration: underline; }
#footer a:visited, #footer a:active { color: #fff; text-decoration: underline; }
#footer a:hover { color: #ddd; }

#footer h5 {
	font-size: 18px;
	color: #ccc;
}
.footer-column {
    float: left;
    padding: 0 1% 2%;
    width: 23%;
}
#outer-copyright {
	width: 100%;
	background-color: #eee;	
}
#copyright{
	max-width:980px;
	margin:0 auto;
	padding: 0px;
	font-size: 0.7em;
	position: relative;
	min-height: 45px;
	overflow: hidden;
	color: #333;
	border-top: 1px solid #ffffff;
	clear: both;
}
#copyright div.rights{
	float: left;
	margin-left: 10px;
	padding-top: 10px;
}
#copyright div.website{
	float: right;
	text-align: right;
	width: 300px;
	margin-right: 10px;
	padding-top: 10px;	
}
#copyright a:link {
	text-decoration: none;
	color: #585858;
}
#copyright a:visited {
	text-decoration: none;
	color: #585858;
}
#copyright a:hover {
	text-decoration: none;
	color: #45738A;
}
#copyright a:active {
	text-decoration: none;
	color: #eeeeee;
}
