/*
Theme Name: Doras Bui 
Description: Customised Theme based on WP 2012 theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

@font-face {
    font-family: 'BitterRegular';
    src: url('bitter/Bitter-Regular-webfont.eot');
    src: url('bitter/Bitter-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('bitter/Bitter-Regular-webfont.woff') format('woff'),
         url('bitter/Bitter-Regular-webfont.ttf') format('truetype'),
         url('bitter/Bitter-Regular-webfont.svg#BitterRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BitterItalic';
    src: url('bitter/Bitter-Italic-webfont.eot');
    src: url('bitter/Bitter-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('bitter/Bitter-Italic-webfont.woff') format('woff'),
         url('bitter/Bitter-Italic-webfont.ttf') format('truetype'),
         url('bitter/Bitter-Italic-webfont.svg#BitterItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BitterBold';
    src: url('bitter/Bitter-Bold-webfont.eot');
    src: url('bitter/Bitter-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('bitter/Bitter-Bold-webfont.woff') format('woff'),
         url('bitter/Bitter-Bold-webfont.ttf') format('truetype'),
         url('bitter/Bitter-Bold-webfont.svg#BitterBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

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;
}
body {
	padding: 0px;
	margin:0px;
	background-color:#fff!important;
/*	color: #2f3052;	*/
	color: #000;
	text-align:center;
	font: 14px/21px 'BitterRegular', Arial, sans-serif;
}

ol,
ul {
	list-style: none;
}
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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
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;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}




/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}



/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 20, 2013 07:01:08 AM America/New_York */






a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */

/* Header */


/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}

ul.nav-menu li.menu-item-402,
ul.nav-menu #menu-item-402 {
	display: none;	
	}





/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}





/* 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: "";
}

img.size-full,
img.alignnone,
img.size-large,
img.header-image,
img.wp-post-image {
/*	max-width: 100%;	*/
	width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}




/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}



/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}



/* Main CSS	*/

#Doras-Bui-Logo{
	float:left;
	}

.entry-content h4 {
	text-align:center;
	}




/* =Media queries
-------------------------------------------------------------- */




@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2), screen and (device-width: 768px) {
    body {-webkit-text-size-adjust:100%;}
	
}

/*only iPhone*/
 
@media only screen and (max-device-width: 960px) { 
 
    /*fixes too big font in mobile Safari*/
 
    html p{ 
        -webkit-text-size-adjust:100%; 
    }
 }


@media (min-width: 1200px) {

	#DBwrapper {
		margin: 10px auto;	
		-moz-box-shadow: 0px 1px 13px 3px #666;
		-webkit-box-shadow: 0px 1px 13px 3px #666;
		box-shadow: 0px 1px 13px 3px #666;
	}

}


@media (min-width: 1100px)  {
	
	#menuNavSml {
		display:none;
	}

	#menuNav {
		float:right;
	}

	ul.nav-menu{
		margin: 45px 0 0 0;
	}
	
	
	ul.nav-menu li {
		border-left:1px solid #333;	
	}
	
	ul.nav-menu,
	ul.nav-menu:hover{
		color:#000;		
	}

	ul.nav-menu li a{
		padding: 0 6px 0 6px;
	}

	#menuNav.category-news li.menu-item-70 a,	
	body.category-news ul.nav-menu li.menu-item-70 a,
	ul.nav-menu li.current_page_item a{
		color:#015FA4!important;
	}

	#mainHeader {	
		height:101px;
	}

	#serviceListing {
		float:left;
		margin: 20px 0 20px 2%;
		width:78.6%;
		}
		
	#home #eventsArea .category-upcoming-activities #postListing {
		width:76%;
		}
	
	
		
	#db-funding {
		float:left;
		margin: 50px 0 20px 2%;
		max-width:66%;
		}

	#postListing.newsposts,
	.category-news #postListing,
	.category-upcoming-activities #postListing,
	.category-2013-activities #postListing,
	.category-2014-activities #postListing,
	.category-2015-activities #postListing,
	.category-2016-activities #postListing,
	.category-2017-activities #postListing,
	.category-2018-activities #postListing,
	.category-recent-activities #postListing
	{
		float:left;
		margin: 20px 0 20px 2%;
		width:71.5%;
		}
		
	#eventsArea .category-upcoming-activities #postListing {
		float:left;
		margin: 0px 0 20px 2%;
		width:71.5%;
		}
		
	.entry-header.search {
		margin: 20px 0 20px 2%;
		}

	
	#postListing {
		margin: 0px;
		width:100%;
	}
	
	#servicePanels.aboutDoras #serviceListing {
		margin: 20px 0% 20px 2%;
		width:98%;
		}
		
	#our-centre #servicePanels.aboutDoras #serviceListing {
		margin: 0px 0% 20px 2%;
		width:98%;
		}
		
	#servicePanels.aboutDoras #serviceListing .servicePanel {
		width:31.3%;
/*		width:20.75%;	*/
		float:left;	
		margin: 0 2% 20px 0;
		padding:10px 0 0 0;
	}

	#serviceListing .servicePanel {
		width:31.3%;
		float:left;
		margin: 0 2% 20px 0;
		padding:10px 0 0 0;
	}

	#blogposts{
		float:right;
		width:17%;
		margin:20px 2% 0 0;
		}
		
	#blogpostNav{
		float:right;
		width:22.5%;
		margin:20px 2% 0 0;
		}
		
	#activities #blogpostNav{
		float:right;
		width:22.5%;
		margin:0px 2% 0 0;
		}


}


@media (max-width: 1199px) {
	
	#DBwrapper {
		margin: 0px auto;	
	}
		
}

@media (max-width: 1099px) and (min-width: 740px) {
	
	#menuNavSml {
		display:none;
	}


	#mainHeader {	
		height:133px;
	}

	#menuNav {
		float:right;
		clear:left;			
	}

	ul.nav-menu{
		display:inline-block;
		margin: 10px 0 0px 0;

	}
	
	
	ul.nav-menu li {
/*		background-color:#E5DEB1;	
		border-radius: 5px 5px 0 0;
		margin:0px 0px 0px 1px;			*/
		border-top: 1px solid #ccc;
		margin:0px 0px 0px 10px;
	}

	ul.nav-menu:hover,
	ul.nav-menu {
			color:#000;
			}
	#menuNav.category-news li.menu-item-70,	
	body.category-news ul.nav-menu li.menu-item-70,
	ul.nav-menu li.current_page_item {
/*		background-color:#E5DEB1;	
		border-radius: 5px 5px 0 0;
		margin:0px 0px 0px 1px;			
		border-bottom: 1px solid #000;*/
		border-top: 1px solid #015FA4;
		margin:0px 0px 0px 10px;
	}
	
	#menuNav.category-news li.menu-item-70 a,	
	body.category-news ul.nav-menu li.menu-item-70 a,
	ul.nav-menu li.current_page_item a{
		color:#015FA4!important;
	}
	
	

	
	ul.nav-menu li a{
/*		padding:8px;	*/
		padding:8px 0 8px 0;
	}
	
}





@media (min-width: 740px) {
	
	#DBwrapper {
		background-color:#FFF;
	}

	#mainHeader {	
		padding:10px 2% 0px 1%;
		min-height:90px;
	}

	ul.nav-menu{
		padding: 0px;
		text-align:right;
	}


	ul.nav-menu li{
		display:inline-block;
		padding: 0px;
		list-style-type: none;
	}

	ul.nav-menu li a {
		line-height:150%;
		margin:0px;
	}

	ul.nav-menu li a:hover {
		color:#015FA4; /* Link colour */
	}

	ul.nav-menu li a {
		font: 14px/21px 'BitterRegular', Arial, sans-serif;
		text-decoration:none;
		margin:0px;
		z-index:1;
		color:#C9331B; /* Link colour */	
		display:inline-block;
	}
	
	ul.nav-menu li:first-child {
		margin:0px;
		border-left:0px solid #333;
	}
		
	#contactno {
		right:2%;
		top:0px;
		border-radius: 0 0 5px 5px;
	}

	#contactno span {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons.png) no-repeat top right;
		padding: 3px 80px 8px 0px;
	}

	#contactno h2:hover span {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIconsOver.png) no-repeat top right;
		color:#000;
	}
		
	#contactno h2.hidecontacts {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactBack.png) repeat top right;
		border-radius: 0 0 5px 5px;
		}

	#contactno #contactdetails {
		right:0px;
	}
	

		
	#eventtabs {
		margin: 0 0 0 2%;
	}


	#shareSM {
		float:left;
		margin: 20px 0 20px 2%;
		width:96%;
		}


	#aboutText {
/*		width:96%;	*/
		padding:20px 2% 20px 2%;
	}
	
	#HowWeWork {
		float:right;
		width:30%;
		padding: 0px;
		}
	
	#WhoWeAre {
		float:left;
		width:60%;
		padding: 0 0 0 0;
		}

	
	img.alignright,
	img.alignright.size-full {
		max-width:350px;
		width:100%;
		margin:8px 0 20px 20px;
		height: auto!important; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
		float:right;
	}
	
	img.alignleft,
	img.alignleft.size-full {
		max-width:350px;
		width:100%;
		margin:8px 20px 20px 0;
		height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
		float:left;
	}


}

@media (max-width: 739px) {

	#DBwrapper {
		background-color:#EEE;
	}

	#menuNav {
		display:none;
		
		}
	#menuNavSml h2, 
	#menuNavSml h2.currentShowing {
/*		display:none;	*/
		right:112px;
		top:90px;
		border-radius: 5px 5px 0 0;
		padding:10px 10px 2px 10px;
		height:24px;
		width:44px;
		text-align:center;
		overflow:hidden;
		font: 13px/16px 'BitterRegular', Arial, sans-serif;
		display:block;
		color:#FFF;
		cursor:pointer;
		letter-spacing:0.1em;
		font-weight:bold;
	}

	#menuNavSml h2 {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactBack.png) repeat top left;
		position:absolute;

	}

	#menuNavSml h2:hover,	
	#menuNavSml h2.currentShowing {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactBack.png) repeat top right;
		position:absolute;
		z-index:999;
	}
	
	#menuNavSml h2.currentShowing:hover {
		color:#000;
	}

	#menudetails {
			display:none;	
		}

	#menudetails{
		position:absolute;
		top:110px;
		right:10px;
		z-index:300;
		width:200px;
	}
	
	#menudetails ul.nav-menu{
		padding: 0px;
		margin: 15px 0% 0px 3%;
		border-radius: 0 0 5px 5px;
		background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/contactBack.png) repeat 0px -35px;
	}	
	
	#menudetails ul.nav-menu li{

		list-style-type: none;
		border-top:1px solid #fff;
	}
	

	#menudetails ul.nav-menu li:first-child {
		border-top:0px solid #333;
	}

	#menudetails ul.nav-menu li a:hover {
		color:#000; /* Link colour */
	}

	#menudetails ul.nav-menu li a {
		font: 14px/21px 'BitterRegular', Arial, sans-serif;
		text-decoration:none;
		margin:0px;
		z-index:1;
/*		color:#C9331B;  Link colour */	
		display:block;
		color:#FFF;
		padding: 10px 20px 10px 10px;
	}

	#menuNav.category-news li.menu-item-70 a:hover,	
	body.category-news ul.nav-menu li.menu-item-70 a:hover,
	ul.nav-menu li.current_page_item a:hover,
	#menuNav.category-news li.menu-item-70,	
	body.category-news ul.nav-menu li.menu-item-70,
	ul.nav-menu li.current_page_item {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/tick.png) no-repeat top right;
		color:#FFF!important;
		}
		
	html.svg #menuNav.category-news li.menu-item-70 a:hover,	
	html.svg body.category-news ul.nav-menu li.menu-item-70 a:hover,
	html.svg ul.nav-menu li.current_page_item a:hover,
	html.svg #menuNav.category-news li.menu-item-70,	
	html.svg body.category-news ul.nav-menu li.menu-item-70,
	html.svg ul.nav-menu li.current_page_item {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/tick.svg) no-repeat top right;
		color:#FFF!important;
		}
	

	#mainHeader {	
		padding:10px 10px 0px 10px;
		height:116px;
	}

	#contactno {
		right:10px;
		top:90px;
		border-radius: 5px 5px 0 0;
		width:100px;
		text-align:center;
	}
	
	#contactno #contactdetails {
		text-align:left;
	}
	
	#contactno h2.hidecontacts {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactBack.png) repeat top right;
		border-radius: 5px 5px 0 0;
	}

	#contactno span {
		padding: 3px 0px 7px 0px;
	}

	#contactno #contactdetails {
		right:0px;
	}

	#postListing {
/*		float:left;
		margin: 20px 0 20px 2%;
		width:96%;	*/
		}
	
		
	#shareSM {
		float:left;
		margin: 20px 0 20px 2%;
		width:96%;
		}
		
	#aboutText {
		padding:20px 15px 20px 15px;
	}

	#HowWeWork {
		padding: 0 0 20px 0;
		}
	
	#WhoWeAre {
		padding: 0 0 20px 0;
		}

	img.alignright,
	img.alignright.size-full {
	/*	max-width: 100%;	*/
		width: 100%;
		margin:20px 0 20px 0;
		display:block;
		height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	}
	
	img.alignleft,
	img.alignleft.size-full {
	/*	max-width: 100%;	*/
		width: 100%;
		display:block;
		margin:20px 0 20px 0;
		height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	}

}

@media (min-width: 700px) {
	
	
	
	header.entry-header h1{
		font-size:50px!important;
		line-height:60px!important;
	}
	

	#eventtabs {
		margin: 0 0 0 3%;
	}
	

	#serviceIntro{
		margin:0px 2% 30px 0;
	}
	
	
	#serviceIntro.db-activities {
		margin:20px 0px 30px 0px;
	}

	#serviceIntro h1{
		font-size:20px;
	}

	#serviceIntro.db-activities h1{
		font-size:20px!important;	
	}
	
	#postListing {
		float:left;
		margin: 20px 0 20px 2%;
		width:96%;
		}
	
	.entry-header.search {
		margin: 20px 0 20px 2%;
		}

		
	#our-centre #maincontent #postListing {
		margin: 20px 0 0px 2%;
		}
		
	footer.wrapper {
		padding:5px 0 10px 0;
	}
	
}


@media (max-width: 699px) {

	html footer.wrapper,
	html.svg footer.wrapper {
		background:none!important;
	}

}

@media (max-width: 1099px) and (min-width: 700px) {


	#db-funding {
		float:left;
		margin: 50px 0 20px 2%;
		max-width:50%;
		min-width:420px;

}
		
	#serviceListing {
		float:left;
		margin: 20px 0 20px 2%;
		width:65%;
		}
		
	#home #eventsArea .category-upcoming-activities #postListing {
		width:63%;
		}
		
	#postListing.newsposts,
	.category-news #postListing,
	.category-upcoming-activities #postListing,
	.category-2013-activities #postListing,
	.category-2014-activities #postListing,
	.category-2015-activities #postListing,
	.category-2016-activities #postListing,
	.category-2017-activities #postListing,
	.category-2018-activities #postListing,
	.category-recent-activities #postListing {
		float:left;
		margin: 20px 0 20px 2%;
		width:71.5%;
		} 
		
	#eventsArea .category-upcoming-activities #postListing {
		float:left;
		margin: 0px 0 20px 2%;
		width:71.5%;
		}
		
	#postListingOFFFFFFFFFFFFFFFFF {
		float:left;
		margin: 20px 0 20px 2%;
		width:71.5%;
		} 
	
	#blogpostNav{
		float:right;
		width:22.5%;
		margin:20px 2% 0 0;
		}
		
		
		
	#activities #blogpostNav{
		float:right;
		width:22.5%;
		margin:0px 2% 0 0;
		}
		
	#servicePanels.aboutDoras #serviceListing {
		margin: 20px 0% 20px 2%;
		width:98%;
		}

	#our-centre #servicePanels.aboutDoras #serviceListing {
		margin: 0px 0% 20px 2%;
		width:98%;
		}



	#serviceListing .servicePanel {
		width:48%;
		float:left;
		margin: 0 2% 20px 0;
		padding:10px 0 0 0;
	}
	
	#servicePanels.aboutDoras #serviceListing .servicePanel {
		width:31.3%;
		float:left;
		margin: 0 2% 20px 0;
		padding:10px 0 0 0;
	}

	#blogposts{
		float:right;
		width:30.66%;
		margin:20px 2% 0 0;
		}

}

@media (max-width: 699px) and (min-width: 470px) {

	#db-funding,
	#serviceListing {
		margin: 20px 0 0px 2%;
		display:block;
		}
		
	#db-funding{
			max-width:96%;
		}
		
	#postListing {
		float:left;
		margin: 20px 0 20px 2%;
		width:96%;
		} 
		
	.entry-header.search {
		margin: 20px 0 20px 2%;
		}

		
	#our-centre #maincontent #postListing {
		margin: 20px 0 0px 2%;
		}

	#serviceListing .servicePanel {
		width:48%;
		float:left;
		margin: 0 2% 20px 0;
		padding:10px 0 0 0;
	}

	#blogposts{
		clear:both;
		margin:30px 10px 50px 10px;
		}
		

		
	header.entry-header h1{
		font-size:40px!important;
		line-height:50px!important;
	}
	
	#eventsArea .category-upcoming-activities #postListing {
		margin: 0px 2% 20px 2%;
		}
	
	#eventtabs {
		margin: 0 0 0 15px;
	}
	
	
	
	#blogpostNav {
		clear:both;
	padding:50px 0 0 0;
	margin:50px 10px 0 10px;
		
		}

	#serviceIntro {
		margin:0px 2% 30px 0;
	}
	
	#serviceIntro.db-activities {
		margin:20px 0 30px 0;
	}

	#serviceIntro h1{
		font-size:16px;
	}

	#serviceIntro.db-activities h1{
		font-size:16px!important;	
	}

}

@media (max-width: 469px) {
	
	#Doras-Bui-Logo a{
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/Doras-Bui-Logo.png) no-repeat top left;	
		background-size:95%;
		width:307px;
		height:68px;
		display:block!important;
}
	
	html.svg #Doras-Bui-Logo a {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/Doras-Bui-Logo.svg) no-repeat top left;
		background-size:95%;
	}

	#serviceListing .servicePanel h1 a{
		color:#015FA4;
		font-size:16px;
		display:block;
	}

	#serviceListing {
		margin: 20px 0px 0px 10px;
		min-width:270px;
		}
		
	#db-funding{
		margin: 20px 10px 0px 10px;
		min-width:270px;
		}

	#serviceListing .servicePanel {
		margin: 0 10px 20px 0;
		padding:5px 0 0 0;
	}
	

	#serviceListing .servicePanel div {
		height: 85px;
		padding: 5px 10px 10px 140px;
		text-align:left;
	}
	
	#serviceListing .servicePanel #info-support {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/info-supportSml.png) no-repeat 5px -25px;	/* left top	*/
	}

	#serviceListing .servicePanel #teen-parent {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/teen-parentSml.png) no-repeat bottom left;
	}

	#serviceListing .servicePanel #group-activities {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/group-activitiesSml.png) no-repeat 5px 0px;	/* left top	*/
	}

	#serviceListing .servicePanel #creche {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/crecheSml.png) no-repeat 5px 2px;
		background-size: 108px 90px; /* Org 120px 100px */
	}

	#serviceListing .servicePanel #counselling-adults {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/counselling-adultsSml.png) no-repeat bottom left;
	}

	#serviceListing .servicePanel #counselling-children {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/counselling-childrenSml.png) no-repeat 5px 2px;
		background-size: 108px 90px; /* Org 120px 100px */
	}

	#blogposts{
		clear:both;
		margin:30px 10px 50px 10px;
		min-width:270px;
	}
	
	#postListing {
		margin: 20px 10px 20px 10px;
		} 
	
	.entry-header.search {
		margin: 20px 0 20px 10px;
		}

	
	#our-centre #maincontent #postListing {
		margin: 20px 10px 0px 10px;
		}
	
	#eventtabs {
		margin: 0 0 0 15px;
	}
	
	#eventsArea .category-upcoming-activities #postListing {
		margin: 0px 10px 20px 10px!important;
		
		}
		
	#home #eventsArea .category-upcoming-activities #postListing {
		margin: 0px 10px 20px 10px!important;

	}


	
	#blogpostNav {
		clear:both;
		margin:50px 10px 0 10px;
		min-width:240px;		
		}
	
	header.entry-header h1{
		font-size:25px!important;
		line-height:28px!important;
		text-align:left!important;
	}
	
	#serviceIntro {
		margin:0px 10px 30px 0;

	}
	
	#serviceIntro.db-activities {
		margin:20px 0 30px 0;
	}
	
	#serviceIntro h1{
		font-size:14px;
	}

	#serviceIntro.db-activities h1{
		font-size:14px!important;	
	}
	
	span.activitieslinkhide {
		display:none;		
		}
		
	ul.nav-menu2 li a{
		max-width:140px!important;
	}

}

@media (min-width: 470px) {
	
	
	
	#Doras-Bui-Logo a{
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/Doras-Bui-Logo.png) repeat top center;	
		width:320px;
		height:68px;
		display:block;
	}
	
	html.svg #Doras-Bui-Logo a {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/Doras-Bui-Logo.svg) repeat top center;	
		}


	#serviceListing .servicePanel h1 a{
		color:#015FA4;
		font-size:20px;
		display:block;
	}

	#serviceListing .servicePanel div {
		height: 220px;
		padding:0 2% 0 2%;
	}
	
	#serviceListing .servicePanel #info-support {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/info-support.png) no-repeat bottom left;
		text-align:right;
	}

	#serviceListing .servicePanel #teen-parent {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/teen-parent.png) no-repeat bottom left;
		text-align:right;
	}

	#serviceListing .servicePanel #group-activities {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/group-activities.png) no-repeat bottom center;
		text-align:center;
	}

	#serviceListing .servicePanel #creche {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/creche.png) no-repeat 40px 55px;
		text-align:center;
	}

	#serviceListing .servicePanel #counselling-adults {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/counselling-adults.png) no-repeat bottom left;
		text-align:right;
	}

	#serviceListing .servicePanel #counselling-children {
		background: url(http://dorasbui.ie/wp-content/uploads/db-images/counselling-children.png) no-repeat 20px 85px;
		text-align:center;
	}
	


}

footer {
	clear:both;
	
	}
	

	
html.svg footer.wrapper {	
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/Doras-Bui-Footer.svg) no-repeat top left;
}

	
footer.wrapper {
	max-width:1200px;
	margin:0 auto;
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/Doras-Bui-Footer.png) no-repeat top left;
}


#servicePanels.aboutDoras {
	clear:both;
	padding:10px 0 0 0;
	}
	
#our-centre #servicePanels.aboutDoras {
	clear:both;
	padding:0px;
	margin:0px;
	}


#DBwrapper {
	max-width:1200px;
	min-width:310px;	
	min-height:600px;
	padding: 0px;
	text-align:left;
	background: #FFDB7B url(http://dorasbui.ie/wp-content/uploads/db-images/mainBack.png) repeat-x top center;
	}

#mainHeader {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/headerBack.png) repeat top center;
	border-bottom:1px solid #000;
	position:relative;
	}



		
#maincontent #servicelisting {
	padding:0px 25% 0px 0%;
	}	
	
div.h1float {
	position:relative;
	text-align:left;
	}
	
#maincontent p {
/*	text-align:justify;	*/	
	}

#maincontent div.container{
	margin:0px 0px 75px 30px;
	border-top:#3fb1d6 solid 1px;
	border-bottom:#3fb1d6 solid 1px;
	padding:10px 0px 10px 0px;
	}
	

	
#contactno, #contactmob a{
	font: 'BitterBold', Arial, sans-serif;
/*	letter-spacing:0.16em;	*/
	}
	
#contactno span {
	display:block;
	font-size:13px;
	color:#FFF;
	cursor:pointer;	
	
}


#contactno h2{
	padding:5px 10px 0px 10px;
}


#contactno #contactdetails {
	display:none;	
	position:absolute;
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/contactBack.png) repeat 0px -35px;
	color:#000;
	padding:0px;
	margin:0px;
	top:35px;
	width:240px;
	padding:10px;
	z-index:10;
	border-radius: 5px 0 5px 5px;
	}

#contactno #contactdetails.current {
	display:block;	
	}
	



#contactno #contactdetails .telNo {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons3.png) no-repeat 0px -300px;	
}

#contactno #contactdetails .telNo:hover {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons3.png) no-repeat 0px 0px;
	color:#000;
}

#contactno #contactdetails .emailNo {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons3.png) no-repeat -1000px -300px;	
}


#contactno #contactdetails .emailNo:hover {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons3.png) no-repeat -1000px 0px;
	color:#000;
}

#contactno #contactdetails .fbNo {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons3.png) no-repeat -1496px -300px;	
}


#contactno #contactdetails .fbNo:hover {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons3.png) no-repeat -1496px 0px;
	color:#000;
}

html.svg #contactno #contactdetails .telNo {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons3.svg) no-repeat 0px -300px;	
}

html.svg #contactno #contactdetails .telNo:hover {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons3.svg) no-repeat 0px 0px;
	color:#000;
}

html.svg #contactno #contactdetails .emailNo {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons3.svg) no-repeat -1000px -300px;	
}


html.svg #contactno #contactdetails .emailNo:hover {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons3.svg) no-repeat -1000px 0px;
	color:#000;
}

html.svg #contactno #contactdetails .fbNo {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons3.svg) no-repeat -1496px -300px;	
}


html.svg #contactno #contactdetails .fbNo:hover {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons3.svg) no-repeat -1496px 0px;
	color:#000;
}


#contactno #contactdetails .fbNo,
#contactno #contactdetails .telNo,
#contactno #contactdetails .emailNo {
	text-decoration:none;
	padding: 0 0 5px 30px;
	display:block;
	color:#000;
	color:#C9331B;
	margin:5px 0 0 0;
	font-size:16px;
}

#contactno #contactdetails .addressbld  {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons3.png) no-repeat -500px -300px;
	text-decoration:none;
	padding: 0 0 5px 30px;
	display:block;
	color:#000;

	margin:5px 0 0 0;
}

html.svg #contactno #contactdetails .addressbld  {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons3.svg) no-repeat -500px -300px;
}


#contactno h3 {
	font-size:14px;
	line-height:200%;
	background-color:#FFF;
	border-radius: 5px 5px 0 0;
	padding:10px 10px 0px 10px;
}

#contactno h3 em {
	font: 13px/18px 'BitterRegular', Arial, sans-serif;
}


#contactno p {
	font-size:13px;
	line-height:200%;
	background-color:#FFF;
	border-radius: 0 0 5px 5px;
	padding: 0 10px 10px 10px;
}

#contactno {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactBack.png) repeat top left;
	position:absolute;
}

#contactno:hover {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactBack.png) repeat top right;
	position:absolute;
}




.footer-container {
	min-height:50px;
	padding:0 0 10px 0;

	}
	
#footerNav {
	display:inline-block;
	text-align:left;
	vertical-align:top;
	margin: 0 0 0 10px;
}

#footerNav ul.nav-menu2{
	margin: 15px 0 0 0;
	border-left:1px solid #000;
	}
	
ul.nav-menu2 li{
	padding: 0px;
	list-style-type: none;
	margin:0 0 10px 0;
	}
	
body.category-news ul.nav-menu2 li.menu-item-70 a,
ul.nav-menu2 li.current_page_item a {
		color:#015FA4!important;
	}
	
ul.nav-menu2 li a {
	text-decoration:underline;
	}
	
ul.nav-menu2 li a:hover {
	color:#000;
	}


	
#footerNav div{
	display:inline-block;
	vertical-align:top;
	}
	
.footer-container #footerContact {
	display:inline-block;
	text-align:left;
	vertical-align:top;
	
	}
	
.footer-container p{
	padding: 10px 0 20px 10px;
	line-height:200%;
	font-size:13px;
	min-height:50px;	
	}

.footer-container a{
/*	color:#015FA4;	blue */
	color:#C9331B;
	padding:0 0 0 22px;
	text-decoration:none;
	margin:5px 0 5px 0;
	display:block;
}

.footer-container a.telNo {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons2-Over.png) no-repeat 0px 0px;
}


.footer-container a.telNo:hover {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons2.png) no-repeat 0px 0px;
	color:#000;
}


.footer-container a.emailNo {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons2-Over.png) no-repeat -1000px 0px;	
}



.footer-container a.emailNo:hover {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons2.png) no-repeat -1000px 0px;
	color:#000;
}
	
#aboutText {
	margin:0px;
	border:1px solid #000;
	border-radius: 5px;
/*	float:left;	*/
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/serviceBackOrg222.png) repeat-x bottom left;	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	}
	
#aboutText:after {
	content:"";
	display:table;
	clear:both;
	}


#serviceListing .servicePanel {
	border:1px solid #999;
	border-radius: 5px;
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/serviceBackOrg.png) repeat-x bottom left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}



/* #about-us	*/ #postListing .articlePanel {
	background:none!important;

	border:none!important;
	border-radius: 0px;	
	}
	
	/*
		border:1px solid #000!important;
	border-radius: 5px;
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/serviceBackOrg.png) repeat-x bottom left!important;	
	padding:0px 3% 20px 3%;
	
	*/

#communitySupport #postListing .articlePanel .newspost h1,
#postListing .articlePanel h2{
	font-family: 'Courgette', 'BitterRegular', Arial, sans-serif;
	line-height:125%;
	font-size:250%;
	margin:0 0 20px 0;
	padding:0px;
	color:#E74914;
	border-bottom:1px solid #E74914;
}

#communitySupport #postListing .articlePanel .newspost + .newspost {
	margin: 40px 0 0 0;
	padding: 40px 0 0 0;
	border-top:1px solid #000;
}

#communitySupport #postListing .articlePanel .newspost h1 a,
#communitySupport #postListing .articlePanel .newspost h1 a:hover{
	color:#E74914;
	text-decoration:none;
	font-weight:bold;
}

#communitySupport #postListing .articlePanel .newspost h2{
	font-family: 'Courgette', 'BitterRegular', Arial, sans-serif;
	line-height:125%;
	font-size:200%;
	margin:50px 0 20px 0;
	padding:0px;
	color:#E74914;
	border-bottom:1px solid #E74914;
	display:inline-block;
}

#communitySupport #postListing .articlePanel .newspost h3{
	font-family: 'Courgette', 'BitterRegular', Arial, sans-serif;
	line-height:125%;
	font-size:170%;
	margin:50px 0 20px 0;
	padding:0px;
	color:#E74914;
	border-bottom:1px solid #E74914;
	display:inline-block;
}

#postListing .articlePanel p + h2{
	margin:50px 0 20px 0;
	
}

#postListing .articlePanel h3 {
	line-height:175%;
	padding:0 0 10px 0;	
}

#postListing .articlePanel table tr td {
	padding: 0 20px 20px 0;
	}

#fundingdetails p,
#postListing .articlePanel p{
	line-height:225%;
	padding:0 0 20px 0;	
}


#postListing .articlePanel ul {
	padding: 0px 0px 20px 30px;
	line-height:225%;
	list-style:disc;
	margin: 0px;
	padding-left: 24px; 
	}
	



#postListing .articlePanel ul li {
	padding: 0 0 0 10px; 
}

#postListing .articlePanel ul.DBcentres {
	display:inline-block;
	list-style:none;
	vertical-align:top;
	margin:0 0 20px 0!important;
	padding:0 0 0 2%;
	width:30%;
	min-width:130px;
	border-left: 1px solid  #E74914;
}

#postListing .articlePanel ul.DBcentres li {
	padding: 0px;
	margin:0px;
}

#postListing .articlePanel ul.DBcentres + ul.DBcentres {
/*	margin:0 0 20px 30px!important;	*/
	}



#postListing.newsposts .articlePanel,
.category-news #postListing .articlePanel,
.category-upcoming-activities #postListing .articlePanel,
.category-2013-activities #postListing .articlePanel,
.category-2014-activities #postListing .articlePanel,
.category-2015-activities #postListing .articlePanel,
.category-2016-activities #postListing .articlePanel,
.category-2017-activities #postListing .articlePanel,
.category-2018-activities #postListing .articlePanel,
.category-recent-activities #postListing .articlePanel {
	border:1px solid #000!important;
	border-radius: 5px;
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/serviceBackOrg.png) repeat-x bottom left!important;	
	padding:0px 3% 20px 3%;
	-moz-box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;

	
	}

#communitySupport #postListing .articlePanel {
	border:1px solid #000!important;
	border-radius: 5px;
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/serviceBackOrg.png) repeat-x bottom left!important;	
	padding:20px 2% 20px 2%;
	-moz-box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;

	
	}
	
/* #about-us	*/ #postListing .articlePanel h1{
	font-size:36px;
	line-height:200%;
	margin:0 0 10px 0;
	font-weight:normal;
/*	text-transform:uppercase;	*/
}


#postListing.newsposts  .articlePanel h1,
#communitySupport #postListing .articlePanel h1,
.category-news #postListing .articlePanel h1,
.category-upcoming-activities #postListing .articlePanel h1,
.category-2013-activities #postListing .articlePanel h1,
.category-2014-activities #postListing .articlePanel h1,
.category-2015-activities #postListing .articlePanel h1,
.category-2016-activities #postListing .articlePanel h1,
.category-2017-activities #postListing .articlePanel h1,
.category-2018-activities #postListing .articlePanel h1,
.category-recent-activities #postListing .articlePanel h1 
{
	font-size:24px;
	line-height:150%;
	margin:0 0 10px 0;
	font-weight:normal;
}

#postListing .articlePanel .type-post h3 {
	display:inline-block;
	font-size:175%;
	color:#E74914;
	}


#postListing .articlePanel .type-post h4 {
	display:inline-block;
	text-align:left;
	font-size:150%;
	line-height:150%;
	margin:30px 0 10px 0;
	color:#E74914;
	}


#postListing .articlePanel .newspost h5 a,
#postListing .articlePanel .type-post h5 a{
	font-size:85%;
	font-weight:normal;
	text-decoration:none;
	color: #000;
}
	
#postListing .articlePanel .newspost h5 a:hover,
#postListing .articlePanel .type-post h5 a:hover {
	color: #21759b;
	text-decoration:underline;
}


#postListing .articlePanel p a.telNo,
#postListing .articlePanel p a.emailNo {
/*	color:#015FA4;	blue */
	color:#C9331B;
	padding:0 0 0 22px;
	margin:0 5px 0 5px;
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
}

#postListing .articlePanel a.telNo {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons2-Over.png) no-repeat 0px 2px;
}


#postListing .articlePanel a.telNo:hover {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons2.png) no-repeat 0px 2px;
	color:#000;
}


#postListing .articlePanel a.emailNo {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons2-Over.png) no-repeat -1000px 2px;	
}


#postListing .articlePanel a.emailNo:hover {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/contactIcons2.png) no-repeat -1000px 2px;
	color:#000;
}


#serviceIntro {
	color:#000;

	background: url(http://dorasbui.ie/wp-content/uploads/db-images/serviceIntro.png) no-repeat bottom center;
	border-radius: 5px 5px 0 0;
	text-align:center;

}

#serviceIntro h1{
	color:#fff;
	line-height:175%;
	padding:20px 20px 50px 20px;
}
	
#serviceIntro.db-activities h1{
	line-height:175%!important;
	padding:20px 20px 70px 20px!important;

}
	
	
html.svg #serviceIntro {
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/serviceIntro.svg) no-repeat bottom center;
}


#serviceListing .servicePanel h1{
	font-size:13px;
	line-height:200%;
	margin:0 0 10px 0;
	font-weight:normal;
}



#serviceListing .servicePanel h1 a:hover{
	color:#C9331B; /* Link colour */
}

html.svg #blogposts.donate,
#blogposts.donate {
	background: none;
	border-radius: 0px;
	border: 0px solid #999;	
}

#blogposts.donate .doras-bui-posts,
#blogposts{
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/headerBack.png) repeat 0px 0px;
	border-radius: 5px;
	border: 1px solid #999;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	}

#blogposts{
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/headerBack.png) repeat 0px 0px;
	border-radius: 5px;
	border: 1px solid #999;
}

html.svg #blogposts.donate .doras-bui-posts,	
html.svg #blogposts{
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/headerBack.svg) repeat 0px 0px;
	}
	
	
.donate-widget {
    background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/serviceBackOrg.png) repeat-x bottom left;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}	
	
.donate-widget .widget_text {
	margin-bottom: 20px;
	
}

.donate-widget .widget_text h3,	
h3.donation-appeal {
	color: #F08807;
	font-size:28px;
	line-height: 32px;
    font-family: 'Courgette', 'BitterRegular', Arial, sans-serif;
	margin: 0 0 10px 0;
}

.donate-widget .widget_text h3:before,
h3.donation-appeal:before  {
	display:block;
content:'';
width:120px;
height:80px;
margin: 0px auto;
background: url(http://dorasbui.ie/wp-content/uploads/db-images/Doras-Bui-Bird.png) no-repeat 10px 10px!important;
}
	
#blogpostNav{

/*	border:1px solid #000;	*/
	}
	
.blogpostNav-Menu {
	margin:0 0 50px 0;
		background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/Side-Menu-Back.png) repeat 0px -200px;
	border-radius: 5px;
	
	}

html.svg .blogpostNav-Menu {
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/Side-Menu-Back.svg) repeat 0px -200px;
	}


#blogpostNav h3{
	margin:0px;
	font-weight:normal;
	line-height:150%;

}
	
#blogpostNav h3.sidemenuheading {
	
	font-size:120%;
	
	}
	
#blogpostNav div h3:first-child a {
	
	border-radius: 5px 5px 0 0;
	border-top:0px solid #FFF;

	}
	
#blogpostNav div h3:last-child a {
	border-radius: 0 0 5px 5px;
	}

#blogpostNav h3 a {
/*	color:#015FA4;	*/
	color:#FFF;
	display:block;
	text-decoration:none;
	padding:15px;
	border-top:1px solid #fff;
	font: 'BitterBold', Arial, sans-serif;
	}


#blogpostNav h3 a:hover {
	text-decoration:underline;
	}
	
#blogpostNav h3 a.current:hover {
	text-decoration:none;
	}

#blogpostNav h3 a:hover,
#blogpostNav h3 a.current,	
#blogpostNav h3 a.current:hover {
	color:#C9331B; /* Link colour */
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/headerBack.png) repeat 0px 0px;
	}



html.svg #blogpostNav h3 a:hover, 
html.svg #blogpostNav h3 a.current,	
html.svg #blogpostNav h3 a.current:hover {
	color:#C9331B; /* Link colour */
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/headerBack.svg) repeat 0px 0px;
	}


#blogposts h1 {
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/contactBack.png) repeat 0px 0px;
	padding:7px 10px;
	color:#FFF;
	font-size:14px;
	text-transform:uppercase;
	border-radius: 5px 5px 0 0;
	}

#blogposts .newspost {
	padding:10px;
	border-top: 1px solid #999;
	}

#blogposts .newspost:first-child {
	padding:10px;
	border-top: 0px solid #999;
	}
	
#blogposts .newspost img{
	width:100%;
	height:auto;
	}
	
#blogposts .newspost h1 {
	background:none!important;
	padding: 0 0 10px 0;
	color:#C9331B;
	font-size:14px;
	}

#blogposts .newspost h1 a{
	color:#C9331B;
	font-size:14px;
	text-decoration:none;
	}

#blogposts .newspost h1 a:hover{
	text-decoration:underline;
	}


#blogposts .newspost p{
	font-size:13px;
	line-height:175%;
	margin:0 0 10px 0;

	}

#blogposts .newspost h3 {
	text-align:right;
	padding: 0;
	
}


#blogposts .newspost h3 a{
	text-align:left;
	font-size:13px;
	line-height:150%;
	display:inline-block;
	border: 1px solid #015FA4;
	color:#015FA4;
	border-radius: 3px;
	padding:0 0px 0 5px;
	width:100px;
	text-decoration:none;
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/linkArrow.png) no-repeat 90px 5px;
}

#blogposts .newspost h3 a:hover{
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/linkArrow.png) no-repeat 90px -95px;
	color:#C9331B; /* Link colour */
	border: 1px solid #C9331B;
}

.width100 {
	width:100%;
	margin:20px 0px 30px 0px;
	
	}
	
.clearboth {
	clear:both;
	
	}

article {
	clear:both;	
}

#eventsArea article,
body.category-news article,
body.category-upcoming-activities article,
body.category-2013-activities article,
body.category-2014-activities article,
body.category-2015-activities article,
body.category-2016-activities article,
body.category-2017-activities article,
body.category-2018-activities article,
body.category-recent-activities article {
padding: 30px 0 30px 0;
	border-bottom: 1px solid #000;
}

#eventsArea article:last-child,
body.category-news article:last-child,
body.category-upcoming-activities article:last-child,
body.category-2013-activities article:last-child,
body.category-2014-activities article:last-child,
body.category-2015-activities article:last-child,
body.category-2016-activities article:last-child,
body.category-2017-activities article:last-child,
body.category-2018-activities article:last-child,
body.category-recent-activities article:last-child {
	border-bottom: 0px solid #000;
}



#eventsArea article h1 a,
body.category-news article h1 a,
body.category-upcoming-activities article h1 a,
body.category-2013-activities article h1 a,
body.category-2014-activities article h1 a,
body.category-2015-activities article h1 a,
body.category-2016-activities article h1 a,
body.category-2017-activities article h1 a,
body.category-2018-activities article h1 a,
body.category-recent-activities article h1 a {
	font-size: 80%;
	color:#C9331B;
}

#eventsArea article h3.morelink,
body.category-news article h3.morelink,
body.category-upcoming-activities article h3.morelink,
body.category-2013-activities article h3.morelink,
body.category-2014-activities article h3.morelink,
body.category-2015-activities article h3.morelink,
body.category-2016-activities article h3.morelink,
body.category-2017-activities article h3.morelink,
body.category-2018-activities article h3.morelink,
body.category-recent-activities article h3.morelink
{
	text-align:right;
	padding: 0;
	}
	
a.more-link {
	text-align:right;
	clear:both;
	display:block;
}

a.more-link span {
	text-align:left;
	font: 'BitterBold', Arial, sans-serif;
	font-weight:bold;
	font-size:13px;
	line-height:150%;
	display:inline-block;
	border: 1px solid #015FA4;
	color:#015FA4;
	border-radius: 3px;
	padding:2px 0px 2px 5px;
	width:100px;
	text-decoration:none;
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/linkArrow.png) no-repeat 90px 6px;
	}
	
a.more-link span:hover {
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/linkArrow.png) no-repeat 90px -94px;
	color:#C9331B; /* Link colour */
	border: 1px solid #C9331B;
}


#eventsArea article h3.morelink a,
body.category-news article h3.morelink a,
body.category-upcoming-activities article h3.morelink a,
body.category-2013-activities article h3.morelink a,
body.category-2014-activities article h3.morelink a,
body.category-2015-activities article h3.morelink a,
body.category-2016-activities article h3.morelink a,
body.category-2017-activities article h3.morelink a,
body.category-2018-activities article h3.morelink a,
body.category-recent-activities article h3.morelink a {
	text-align:left;
	font-size:13px;
	line-height:150%;
	display:inline-block;
	border: 1px solid #015FA4;
	color:#015FA4;
	border-radius: 3px;
	padding:2px 0px 2px 5px;
	width:100px;
	text-decoration:none;
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/linkArrow.png) no-repeat 90px 6px;
}

#eventsArea article h3.morelink a:hover,
body.category-news article h3.morelink a:hover,
body.category-upcoming-activities article h3.morelink a:hover,
body.category-2013-activities article h3.morelink a:hover,
body.category-2014-activities article h3.morelink a:hover,
body.category-2015-activities article h3.morelink a:hover,
body.category-2016-activities article h3.morelink a:hover,
body.category-2017-activities article h3.morelink a:hover,
body.category-2018-activities article h3.morelink a:hover,
body.category-recent-activities article h3.morelink a:hover {
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/linkArrow.png) no-repeat 90px -94px;
	color:#C9331B; /* Link colour */
	border: 1px solid #C9331B;
}


h3.backlink{
	text-align:left;
	margin:20px 0 0 0;
	padding: 0;

}


h3.backlink a + a{
	margin:0 0 0 20px;
	
}

h3.backlink a {
	text-align:left;
	font-size:13px;
	line-height:150%;
	display:inline-block;
	border: 1px solid #015FA4;
	color:#015FA4;
	border-radius: 3px;
	padding:2px 5px 2px 20px;
	text-decoration:none;
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/linkArrow.png) no-repeat 5px -194px;	
}

h3.backlink a:hover {
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/linkArrow.png) no-repeat 5px -294px;
	color:#C9331B; /* Link colour */
	border: 1px solid #C9331B;
}


/*#about-us header.entry-header,	*/
#home header.entry-header {
	display:none;
	}


h1.newsh1 {
	display:none;	
	}
	

header.entry-header h1{
	font-family: 'Courgette', 'BitterRegular', Arial, sans-serif;
	font-weight:bold!important;
	color:#fff;

	text-shadow: 0 0 5px #000; /* horizontal-offset vertical-offset 'blur' colour */
	-moz-text-shadow: 0 0 5px #000;
	-webkit-text-shadow: 0 0 5px #000;
	padding:0 6% 0 0;
	text-align:right;
	}
	
	
body.search-results #postListing .articlePanel  h1{
	font-family: 'BitterRegular', Arial, sans-serif;
	font-size:28px!important;
	font-weight:700!important;	
	line-height:115%!important;
	margin:0 0 10px 0;
	text-transform:uppercase!important;
	text-shadow:none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	padding:0px;
	text-align:left;
	}

body.search-results #postListing .articlePanel  h1.page-title{
	margin:0 0 40px 0!important;
	font-size:24px!important;
	text-transform:capitalize!important;
	color:#E74914;
}

body.search-results #postListing .articlePanel article + article{
	border-top: 1px solid #000;
	padding: 40px 0 0 0;
	margin:30px 0 0 0;
	}


body.search-results #postListing .articlePanel  h1 a{
	color: #C9331B;
}

body.search-results #postListing .articlePanel  h1 a:hover{
	color: #C9331B;
	text-decoration:none;
}
	
	#eventsArea h1.entry-title,
#postListing.newsposts header.entry-header h1,	
.category-news header.entry-header h1,
.category-upcoming-activities header.entry-header h1,
.category-2013-activities header.entry-header h1,
.category-2014-activities header.entry-header h1,
.category-2015-activities header.entry-header h1,
.category-2016-activities header.entry-header h1,
.category-2017-activities header.entry-header h1,
.category-2018-activities header.entry-header h1,
.category-recent-activities header.entry-header h1 {
	font-family: 'BitterRegular', Arial, sans-serif;
	font-size:36px!important;
	font-weight:700!important;	
	line-height:115%!important;
	margin:0 0 10px 0;
	text-transform:uppercase!important;
	text-shadow:none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	padding:0px;
	text-align:left;
	}
	
	
	
#eventtabs {
	clear:left;
	max-height:86px;
	display:block;
	}
	
.articlePanel.hiddenPanel {
	display:none;
	
	}

	
#eventtabs h1.offh1 {
	height:75px;
	overflow:hidden;
	color:#000;
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/Side-Menu-Back.png) repeat 0px -200px;
	color: #FFF;
	cursor:pointer;
	}

html.svg #eventtabs h1.offh1 {
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/Side-Menu-Back.svg) repeat 0px -200px;
	}
	
#eventtabs h1.offh1:hover {
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/headerBack.png) repeat 0px 0px;
	color:#C9331B; /* Link colour */
	}

html.svg #eventtabs h1.offh1:hover {
	background: #FFF url(http://dorasbui.ie/wp-content/uploads/db-images/headerBack.svg) repeat 0px 0px;
	}


#eventtabs h1 {
	display:inline-block;
	vertical-align:top;
	font-size:16px!important;
	font-weight:700!important;	
	line-height:150%!important;
	padding:10px 15px 0px 15px;
	border-radius:15px 15px 0 0;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	margin:0px;
	color:#000;
	text-align:center;
	position:relative;
	z-index:2;
	height:78px;
	overflow:hidden;
	background: #fff;
	}

	
#eventtabs h1.h1-recent-activities {
	margin:0 0 0 2px;
	
	}
	
#postListing.newsposts header.entry-header h1


{
	color:#000;
	font-size:28px!important;
	line-height:150%;
	margin:0px 0 20px 0;
/*	margin:30px 0 20px 0;	*/
	}
	
a.more-link {
/*	display:none;	*/
	}
	
body.single-post h3.morelink {
	display:none;
	
	}
	
footer.entry-meta {
	display:none;
	}
	
#hiddenprevnext{
	display:none;
	}
	
#main.wrapper {
	padding:0 0 20px 0;
	
	}
	
	
.DorasText p strong,	
#fundingdetails p strong,
#HowWeWork h3,
#WhoWeAre h3,
#HowWeWork p strong,
#WhoWeAre p strong {
	font-size:150%;
	color:#E74914;
	}
	
.DorasText p em strong,
#HowWeWork p em strong,
#WhoWeAre p em strong {
	font-style:normal;

}
	
#HowWeWork ul li strong,
#WhoWeAre ul li strong {
	font-size:125%;
	color:#E74914;
	}

#HowWeWork p strong:before,
#WhoWeAre p strong:before {
	content: '';
	display:block;
	height:50px;
}

#activities #WhoWeAre p strong:before {
	content: '';
	display:block;
	height:0px;
}

#HowWeWork p em strong:before,
#WhoWeAre p em strong:before,
#HowWeWork h2 + p strong:before,
#WhoWeAre h2 + p strong:before {
	content: '';
	display:none;
}

#information-and-support .servicePanel #info-support h1 a,
#teen-parent-support-project .servicePanel #teen-parent h1 a,
#teen-parent-support-project .servicePanel #teen-parent h1 a:hover,
#group-activities-courses .servicePanel #group-activities h1 a,
#creche .servicePanel #creche h1 a,
#counselling-for-parents .servicePanel #counselling-adults h1 a,
#counselling-for-children .servicePanel #counselling-children h1 a{
	color:#E74914!important;
	text-decoration:none!important;
	
	}

#db-funding {
	background: #fff url(http://dorasbui.ie/wp-content/uploads/db-images/serviceBackOrg.png) repeat-x left bottom;
	border:1px solid #000;
	border-radius: 15px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	}

#db-funding .fundingheader {

	margin:0px;
	position:relative;
	z-index:10;
	top:2px;
	
	}
	
#db-funding .fundingheader:hover {
/*	background: url(http://dorasbui.ie/wp-content/uploads/db-images/serviceBackOrg.png) repeat-x left bottom;	*/

	
	}
	
#db-funding .fundingheader h1{
	padding:10px 20px 10px 130px;
	color:#015FA4;
	text-decoration:none;
	font-size:125%;
	display:block;
	min-height:60px;
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/Doras-Bui-Bird.png) no-repeat 10px 10px!important;
	line-height:150%;
	cursor:pointer;
	
	}
	
#db-funding .fundingheader h1 em {
	display:none;		/* hide break	*/

	}
	
#db-funding .fundingheader:hover h1 {
	color:#C9331B;
	text-decoration:underline;
/*		color:#E74914;	*/
	}
	
#db-funding .fundingheader h1 span{
	display:block;
	font-size:80%;
	text-decoration:none;
	}

	
#db-funding .fundingheader.hidefunding  {

}

#db-funding .fundingheader.hidefunding h1 {
/*	width:97%;	*/

}
#fundingarea {

}

#fundingarea #fundingdetails {
	display:none;
	padding:20px;

}

#fundingarea.current #fundingdetails{

	display:block;	


}
	
#fundingarea{
	clear:both;
	display:block;	

	}
	
#shareSM {
	float:right;
	height:130px;
	width:270px;
	padding:30px 20px 0 0px;
	text-align:center;
	background: url(http://dorasbui.ie/wp-content/uploads/db-images/shareBack2.png) no-repeat;	
	}


#shareSM h1 {
	font-size:28px;
	margin: 0 0 10px 0;
	color:#F08807;
	font-family: 'Courgette', 'BitterRegular', Arial, sans-serif;
}

#shareSM a{
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	width:30px;
	height:30px;
	border-radius: 5px;	
	border: 1px solid #000;
}

#shareSM a + a{
	margin:0 0 0 10px;
	}

#shareSM a.emailShare {
	background:#015FA4 url(http://dorasbui.ie/wp-content/uploads/db-images/share-icons.png) no-repeat;
	background-position: -90px 0px;
}

#shareSM a.emailShare:hover{
	background:#C9331B url(http://dorasbui.ie/wp-content/uploads/db-images/share-icons.png) no-repeat;
	background-position: -90px 0px;
}

#shareSM a.facebookShare{
	background:#015FA4 url(http://dorasbui.ie/wp-content/uploads/db-images/share-icons.png) no-repeat;
	background-position: -60px 0px;
}

#shareSM a.facebookShare:hover{
	background:#C9331B url(http://dorasbui.ie/wp-content/uploads/db-images/share-icons.png) no-repeat;
	background-position: -60px 0px;
}

#shareSM a.twitterShare{
	background:#015FA4 url(http://dorasbui.ie/wp-content/uploads/db-images/share-icons.png) no-repeat;
	background-position: -30px 0px;
}

#shareSM a.twitterShare:hover{
	background:#C9331B url(http://dorasbui.ie/wp-content/uploads/db-images/share-icons.png) no-repeat;
	background-position: -30px 0px;
}

#shareSM a.printShare{
	background:#015FA4 url(http://dorasbui.ie/wp-content/uploads/db-images/share-icons.png) no-repeat;
	background-position: 0px 0px;
}

#shareSM a.printShare:hover{
	background:#C9331B url(http://dorasbui.ie/wp-content/uploads/db-images/share-icons.png) no-repeat;
	background-position: 0px 0px;
}

