/*
 * Gridiculous
 *
 * A responsive grid boilerplate that takes you all the way from 1200px on down to 320px.
 *
 * created by c.bavota
 * released under GPL v2
 *
 * March 4th, 2013
 */

/* =Normalize.css v2.1.0 by Nicolas Gallagher - http://necolas.github.com/normalize.css/
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display:block
}
audio, canvas, video {
	display:inline-block
}
audio:not([controls]) {
	display:none;
	height:0
}
[hidden] {
display:none
}
html {
	font-family:sans-serif;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}
body {
	margin:0
}
a:focus {
	outline:thin dotted
}
a:active, a:hover {
	outline:0
}
h1 {
	font-size:2em;
	margin:0.67em 0
}
abbr[title] {
	border-bottom:1px dotted
}
b, strong {
	font-weight:bold
}
dfn {
	font-style:italic
}
hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0
}
mark {
	background:#ff0;
	color:#000
}
code, kbd, pre, samp {
	font-family:monospace, serif;
	font-size:1em
}
pre {
	white-space:pre-wrap
}
q {
	quotes:"\201C" "\201D" "\2018" "\2019"
}
small {
	font-size:80%
}
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sup {
	top:-0.5em
}
sub {
	bottom:-0.25em
}
img {
	border:0
}
svg:not(:root) {
	overflow:hidden
}
figure {
	margin:0
}
fieldset {
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:0.35em 0.625em 0.75em
}
legend {
	border:0;
	padding:0
}
button, input, select, textarea {
	font-family:inherit;
	font-size:100%;
	margin:0
}
button, input {
	line-height:normal
}
button, select {
	text-transform:none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer
}
button[disabled], html input[disabled] {
	cursor:default
}
input[type="checkbox"], input[type="radio"] {
	box-sizing:border-box;
	padding:0
}
input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box
}
input[type="search"]::-webkit-search-cancel-button, 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 {
	border-collapse:collapse;
	border-spacing:0
}
/* =Clearfix by Nicolas Gallagher
-------------------------------------------------------------- */
.row:before, .row:after, .clearfix:before, .clearfix:after {
	content:'';
	display:table
}
.row:after, .clearfix:after {
	clear:both
}
.row, .clearfix {
	zoom:1
}
/* =Gridiculous
-------------------------------------------------------------- */
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box
}
body {
	font-size:130%;
	line-height:1.6875
}
.grid {
	margin:0 auto;
	max-width:1200px;
	width:100%
}
img {
	max-width:100%;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto
}
/* share icons codument details page */
.toolbar ul li a.share_image {
	padding-right: 7px;

}
img.share_image  {
	display: inline;
	vertical-align: middle;
	width: 17px;
	height: 17px;
}
.wfull {
	width:100%;
	max-width:100%
}
.w320 {
	max-width:320px
}
.w640 {
	max-width:640px
}
.w960 {
	max-width:960px
}
.row {
	width:100%;
	margin-bottom:20px
}
.row .row {
	width:auto;
	margin:0 -20px
}
.c1 {
	width:8.33%
}
.c2 {
	width:16.66%
}
.c3 {
	width:25%
}
.c4 {
	width:33.33%
}
.c5 {
	width:41.66%
}
.c6 {
	width:50%
}
.c7 {
	width:58.33%
}
.c8 {
	width:66.66%
}
.c9 {
	width:75%
}
.c10 {
	width:83.33%
}
.c11 {
	width:91.66%
}
.c12 {
	width:100%
}
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
	min-height:1px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	position:relative;
}
.s1 {
	margin-left:8.33%
}
.s2 {
	margin-left:16.66%
}
.s3 {
	margin-left:25%
}
.s4 {
	margin-left:33.33%
}
.s5 {
	margin-left:41.66%
}
.s6 {
	margin-left:50%
}
.s7 {
	margin-left:58.33%
}
.s8 {
	margin-left:66.66%
}
.s9 {
	margin-left:75%
}
.s10 {
	margin-left:83.33%
}
.s11 {
	margin-left:91.66%
}
.end {
	float:right!important
}

/* =Media query for 960 Screens - sets nested grids to 100%
-------------------------------------------------------------- */
@media only screen and (max-width:960px) {
.row .row .c1, .row .row .c2, .row .row .c3, .row .row .c4, .row .row .c5, .row .row .c6, .row .row .c7, .row .row .c8, .row .row .c9, .row .row .c10, .row .row .c11, .row .row .c12 {
	width:100%;
	margin-bottom:20px
}
.row .row > div:last-child {
	margin-bottom:0 !important
}
}

/* =Media query for iPad and tablets
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 767px), only screen and (max-device-width: 767px) and (orientation:portrait) {
body {
	font-size:130%
}
.row {
	margin-bottom:0!important
}
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
	width:100%;
	margin-right:0;
	margin-left:0;
	margin-bottom:20px
}
}



body {
	background-color:#f7f1e1;
	color:#676767;
}
.top_head {
	width:100%;
	margin: 0px auto;
	min-height:201px;
}
.menu_button {
	background-color:#FFFFFF;
	color:#1192b1;
	text-transform:uppercase;
	display:block;
	text-align:center;
	font-size:85%;
	text-decoration:none;
	background-image:url(_/img/button_shadow.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-weight:bold;
	line-height:1.3875;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
.menu_button:hover, .active {
	background-color:#00b3e6;
	color:#FFFFFF;
	background-image:url(_/img/button_shadow_active.jpg);
}
.top_menu {
	margin-top:-30px;
}
.logo {
	margin-top:10px;
	margin-bottom:-10px;
}
.copy_area {
	background-color:#FFFFFF;
	padding-left:160px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	background-image:url(_/img/boxarrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.copy_area img {
	margin-left:40px;
}
.text_content {
	background-color:#FFFFFF;
	background-image:url(_/img/content_arrow.gif);
	background-repeat:no-repeat;
	
}
.textpage {
	padding-right:80px;
}
.textpage h2 {
	color:#133850;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	font-weight:normal;
	line-height:1.2875;
	margin-top:50px;
}
.textpage_norm {
	padding-right:60px;
	font-size:90%;
	padding-bottom:50px;
	font-style:normal;
}
.textpage_norm a {
	color:#00b3e6;
}
.textpage_norm h2.deco {
	color:#3196af;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:180%;
	font-weight:normal;
	line-height:1.2875;
	margin-top:34px;
	font-weight:bold;
	font-style:italic;

}
.textpage h3 {
	color:#133850;
	font-size:90%;
	text-transform:uppercase;
}
.text_content {
	background-color:#FFF;
	max-width:940px;
	margin-left:10px;
}
.table_content {
	background-color:#FFF;
	max-width:940px;
	margin-left:10px;
	padding-top:20px;
	line-height:1.2875;
	color:#133850;
	font-size:90%;
}
.table_content h2.no-results {
	padding-bottom: 40px;
	padding-left: 30px;
}
.table_content hr {
	margin-left:10px;
	margin-right:10px;
}
.table_head strong {
		display:inline;
		color:#3196af;
		font-weight:bold;
		text-transform:uppercase;
		padding-right:10px;
		
}
.textpage p {
	color:#133850;
	font-size:90%;
	font-weight:normal;
}
.linkarea {
	color:#133850;
	font-size:70%;
	font-weight:normal;
}
.linkarea a {
	color:#00b3e6;
	font-weight:normal;
	text-decoration:none;
}
.linkarea p {
	padding-right:80px;
	padding-left:10px;
}
.linkarea hr {
	margin-right:80px;
	padding-left:10px;
}

.linkarea_smaller {
	color:#133850;
	font-size:70%;
	font-weight:normal;
	background-color:none;
	margin-bottom:-20px;
	padding-bottom:20px;
}
.linkarea_smaller a {
	color:#00b3e6;
	font-weight:normal;
	text-decoration:none;
}
.linkarea_smaller p {
	padding-right:20px;
	padding-left:10px;
}
.linkarea_smaller hr {
	margin-right:20px;
	padding-left:10px;
}

.linkarea_smaller .backlink {
	margin-top:40px;
	margin-bottom:-30px;
}
.backlink {
	background-image:url(_/img/yellow-arrow.gif);
	background-repeat:no-repeat;
	display:block;
	padding-left:30px;
	background-position:top left;
	color:#3196af;
	text-decoration:none;
	padding-top:0px;
	line-height:1.3875;
}
.intro {
	color:#3196af;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:110%
}
.text {
	font-size:90%;
}
.text a {
	color:#676767;
	text-decoration:none;
}
.sitemap .text a {
	color: #108AA7;
	text-decoration:none;
}

.row h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:160%;
	color:#FFF;
	font-style:italic;
	margin-top:40px;
	padding-right:110px;
}
.indent {
	margin-left:-10px;
}
.box a {
	background-repeat:no-repeat;
	width:239px;
	color:#1192b1;
	text-transform:uppercase;
	display:block;
	text-align:center;
	font-size:70%;
	text-decoration:none;
	padding-top:120px;
	padding-bottom:23px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	line-height:1.3875;
	margin:0px;
}
.one a {
	background-image:url(_/img/box1l.jpg);
}
.two a {
	background-image:url(_/img/box2l.jpg);
}
.three a {
	background-image:url(_/img/box3l.jpg);
}
.four a {
	background-image:url(_/img/box4l.jpg);
}
.headline {
	text-align:center;
}
.tag {
	line-height:1;
	text-align:center;
}
.large_box {
	background-color:#FFFFFF;
	border:solid 1px #e7e6e6;
}

.large_box .box_head {
	color:#00a1cb;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:110%;
	text-align:center;
	font-style:italic;
	border-bottom:solid 1px #e7e6e6;
	padding-top:5px;
	padding-bottom:5px;
}
.large_box ol {
	color:#00a1cb;
	margin:0px;
}

.large_box a {
	color:#676767;
	text-decoration:none;
}
.padded_box {
	padding:15px;
	background-image:url(_/img/button_shadow.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.non_padded_box {
	background-image:url(_/img/button_shadow.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding:15px;
}

.searchbox input {
	border:solid 1px #e7e7e6;
	font-size:60%;
	width:100%;
	padding:5px;
	color:#949494;
	font-style:italic;
}

hr {
color: #e5e5e5;
background-color: #e5e5e5;
height: 1px;
border:0px;
}

.footer_links ul {
	margin:0px;
	padding:0px;
}
.footer_links li {
	margin:0px;
	padding:0px;
	display:inline;
	list-style:none;
	padding-right:20px;
}

.footer_links li a {
	color:#108aa7;
	text-decoration:none;
	font-size:80%;
}
.subscribe {
	text-align:right;
	color:#108aa7;
	margin-top:-55px;
}
.gal {
	margin-top:0px;
}
.subscribe a {
	color:#108aa7;
	text-decoration:none;
	background-image:url(_/img/emailicon.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:30px;
}
.footer_logos img {
	float:left;
	padding-right:40px;
	padding-bottom:30px;
	padding-top:20px;
}
.upper {
	text-transform:uppercase;
}
.bookmark {
	display:block;
}
.bookmark a {
	background-color:#eaeaea;
	color:#000000;
	text-transform:uppercase;
	font-size:70%;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:3px;
	width:100px;
	font-weight:bold;
	border-bottom:solid 1px #cacaca;
	float:right;
	clear:both;
	margin-top:1px;
}
.item_button {
}
.toolbar ul {
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}
.table_content .toolbar ul {
	margin:0px;
	padding:0px;
	margin-bottom:0px;
	margin-top:10px;
}
.toolbar ul li {
	margin: 2px 0px;
	padding: 0px;
	display: inline-block;
	list-style: none;
	padding-right: 10px;
}

.toolbar ul li.share {
	padding-right: 0px;
}
.toolbar ul li a {
	background-position:right center;
	background-repeat: no-repeat;
	padding:3px;
	padding-right:30px;
	padding-left:7px;
	font-size:80%;
	font-weight:bold;
	text-decoration:none;
	border:solid 1px #dedede;
	color:#363535;
-moz-border-radius: 5px;
border-radius: 5px;
white-space:nowrap;
}
.spacer {
	height:20px;
}
.last {
	padding-bottom:20px;
}
.arrow_but {
	background-image:url(_/img/button_bg_arrow.gif);
}
.filters-top .arrow_but {
	background-color: #fff;
	display: inline-block;
	padding: 0 10px;
}
.filters-top .archive {
	display: none;
}
.filters-top .archive.arrow_but.activated {
	background-image:url(_/img/button_bg_arrow_dark.gif);
}
.filters-top select {
	display: inline-block;
}
.share_but {
	background-image: url(img/share-icon.jpg);
	background-position: 100%;
	background-repeat: no-repeat;
}
span.share_but {
	padding-right: 30px;
	font-size: 80%;
	font-weight: bold;
	color: #363535;
}
.check_but {
	background-image:url(_/img/button_bg_check.gif);
}
.use {
	float:left;
	padding-top:1px;
}
.use_one {
	color:#000000;
	background-color:#FFF;
	display:block;
	float:left;
	margin-left:5px;
	text-decoration:none;
	font-weight:bold;
	line-height:none;
	font-size:60%;
	width:20px;
	height:20px;
	text-align:center;
	padding-top:3px;
	padding-left:1px;
}
.use_two {
	color:#000000;
	background-color:#FFF;
	display:block;
	float:left;
	margin-left:5px;
	text-decoration:none;
	font-weight:bold;
	line-height:none;
	font-size:80%;
	width:20px;
	height:20px;
	text-align:center;
	padding-left:1px;
}
.use_three {
	color:#fabf1f;
	background-color:#000000;
	display:block;
	float:left;
	margin-left:5px;
	text-decoration:none;
	font-weight:bold;
	line-height:none;
	font-size:80%;
	width:20px;
	height:20px;
	text-align:center;
	padding-left:1px;
}
.searchbox_top {
	float:right;
	margin-top:20px;
	margin-right:-39px;
}

.searchbox_top input {
	border:solid 1px #e7e7e6;
	font-size:60%;
	padding:5px;
	color:#949494;
	font-style:italic;
	float:left;
	margin-left:20px;
}

.gaeilge {
	float:right;

	margin-top:0px;
	font-size:70%;
	display:block;
	text-align:right;
	padding-right:20px;
}
.gaeilge a {
	color:#FFFFFF;
}
	.deco_image {
		float:left;
		width:200px;
		text-align:left;
	}
	.deco_image img {
		float:left;
	}
	.deco_text {
		float:left;
		width:425px;
		margin-top:-23px;
	}
	.res_head {
		display:none;
	}
	.right {
		text-align:right;
	}
	.table_search_head {
		background-color:#eeeeee;
		border:solid 1px #e1e1e1;
		margin-bottom:0px;
		padding:10px;
	}
	.table_search_head select {
	color:#363535;
	font-size:90%;
	background-color:#f2f2f2;
	border:solid 1px #dedede;
	padding:5px;
}
.table_search_head .submit {
	display: none;
}
.shadows {
	height:10px;
	width:100%;
	background-image:url(_/img/shadowleft.gif);
	background-repeat:no-repeat;
	margin-bottom:-10px;
}
.shadowsright {
	height:10px;
	width:100%;
	background-image:url(_/img/shadowright.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.breadcrumb {
	color:#3196af;
	text-decoration:none;
	font-style:italic;
	font-size:80%;
}
.breadcrumb a {
	color:#3196af;
	text-decoration:none;
	font-style:italic;
}
.selector {
	text-align:right;
}
.selector select {
	color:#363535;
	font-size:80%;
	background-color:#efefef;
	border:solid 1px #e2e1df;
	padding:5px;
}
.field {
	padding-top:20px;
}
.field label {
	width:40%;
	display:block;
	float:left;
}
.field input {
	width:40%;
}
.continue {
	margin-left:40%;
}
.submit {
	color:#ffffff;
	background-color:#00b3e6;
	text-transform:uppercase;
	border:0px;
	font-weight:bold;
	padding:3px;
	font-size:90%;
}
@media screen and (max-width: 800px) {
	
	.shadows {
	display:none;
}
.shadowsright {
	display:none;
}
	#subcategory_id {
		width:80%;
	}
.subscribe {
	text-align:left;
	color:#108aa7;
	margin-top:0px;
}
.gal {
	margin-top:0px;
}
.table_head {
	display:none;
}	
.row h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	color:#FFF;
	font-style:italic;
	margin-top:40px;
	padding-right:0px;
	line-height:1.2875;
}

.box a {
	background-repeat:no-repeat;
	width:180px;
	color:#1192b1;
	text-transform:uppercase;
	display:block;
	text-align:center;
	font-size:70%;
	text-decoration:none;
	padding-top:125px;
	padding-bottom:23px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	line-height:1.2875;
	margin:0px;
	background-position:center;
}
.menu_button {
	font-size:80%;
	padding-left:0px;
	padding-right:0px;
}
	.deco_image img {
		margin-bottom:20px;
	}
	

.subscribe {
	font-size:90%;
}
.filters .right {
	margin-left:-40px;
}
#end_year {
	margin-left:20px;
}
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait) {
.subscribe {
	margin-top:0px;
	font-size:90%;
	text-align:left;
	white-space:nowrap;
	margin-top:40px;
	
}

.menu_button {
	font-size:75%;
	padding-left:10px;
	padding-right:10px;
}

.box a {
	background-repeat:no-repeat;
	width:100%;
	color:#1192b1;
	text-transform:uppercase;
	display:block;
	text-align:center;
	font-size:68%;
	text-decoration:none;
	padding-top:125px;
	padding-bottom:23px;
	padding-left:20px;
	padding-right:20px;
	font-weight:bold;
	line-height:1.2875;
	margin:0px;
	background-position:center;
}

}
@media handheld, only screen and (max-width: 767px), only screen and (max-device-width: 767px) and (orientation:portrait) {
	
.footer_links {
	padding-right:200px;
}
		.toolbar ul li.share {
		width: 33px;
	}
.toolbar ul li.share a {
	min-width:33px;
	display:block;
	padding:1px;
	height:24px;
	padding-left:7px;
	padding-right: 7px;
	margin-left:33px;
}
.searchbox_top {
	display:none;
}	
.footer_links {
	padding-right:0;
}
.subscribe {
	font-size:100%;
}
	.res_head {
		display:inline;
		color:#3196af;
		font-weight:bold;
		text-transform:uppercase;
		float:left;
		padding-right:10px;
	}
.gaeilge {
	float:none;

	margin-top:0px;
	font-size:70%;
	display:block;
	text-align:right;
	padding-right:20px;
	position: absolute;
	text-align: right;
	width:100%;
}
	.res_text {
		float:left;
	}
	.top_menu .c3 {
		margin:0px;
	}
	.deco_image {
		display:none;
	}
	.deco_text {
		float:none;
		width: auto;
		margin-top:0px;
	}
.textpage_norm h2.deco {
	margin-top:10px;
}

.toolbar ul li a {
	min-width:155px;
	display:block;
	padding:1px;
	height:24px;
	padding-left:7px;
	padding-right: 30px;
}
.bookmark a {
	margin-top:0px;
}
.text_content {
	background-image: none;
	
}
.textpage {
	padding-right:10px;
	border-top:solid 1px #dadad9;
}
.backlink {
	background-image:url(_/img/yellow-arrow.gif);
	background-repeat:no-repeat;
	display:block;
	padding-left:20px;
	background-position:top left;
	color:#3196af;
	text-decoration:none;
	padding-top:0px;
	line-height:1.3875;
}
.linkarea p {
	padding-right:0px;
	padding-left:0px;
}
.linkarea hr {
	margin-right:0px;
	padding-left:10px;
}
.linkarea_smaller p {
	padding-right:0px;
	padding-left:0px;
}
.linkarea_smaller hr {
	margin-right:0px;
	padding-left:10px;
}
.text_content {
	background-color:transparent;
	max-width:none;
	margin-left:0px;
	margin-right:0px;
	padding-left:10px;
	padding-right:10px;
}
.text_content .textpage, .text_content .textpage_norm  {
	background-color:#FFF;
}
.footer_logos img {
	float:none;
	padding-right:0px;
	padding-bottom:30px;
	padding-top:20px;
	text-align:center;
}
.footer_links ul {
	text-align:center;
	white-space:nowrap;
}
.subscribe {
	text-align:center;
	white-space:nowrap;
}
.copy_area {
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	background-image:none;
	border-top:solid 1px #dad9d9;
}
.copy_area img {
	margin:10px;
	margin-left:10px;
}
.box a {
	background-repeat:no-repeat;
	width:235px;
	color:#1192b1;
	text-transform:uppercase;
	display:block;
	text-align:center;
	font-size:85%;
	text-decoration:none;
	padding-top:125px;
	padding-bottom:23px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	line-height:1.3875;
	margin:0px;
}
.indent {
	margin-left:0px;
}
.row h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:190%;
	color:#FFF;
	font-style:italic;
	margin-top:0px;
	padding-right:0px;
	line-height:1.2875;
}
.table_content {
	margin-right:10px;
}
.field label {
	width:100%;
	display:block;
	float:none;
}
.field input {
	width:100%;
}
.continue {
	margin-left:0;
}
	.toolbar ul li.share {
		display:inline-block;
	}
	.toolbar ul li a.share_image {
		width: 33px;
	}
}
@media screen and (max-width: 720px) {
.linkarea_smaller {
	color:#133850;
	font-size:70%;
	font-weight:normal;
	background-color:#FFF;
	margin-bottom:0px;
	padding-bottom:20px;
	padding-top:0px;
}
.linkarea {
	background-color:#FFF;
	margin-bottom:0px;
}
}
@media screen and (max-width: 480px) {
	
.linkarea_smaller {
	color:#133850;
	font-size:70%;
	font-weight:normal;
	background-color:#FFF;
	margin-bottom:0px;
	padding-bottom:20px;
	padding-top:0px;
}
	
.footer_links li {
	margin:0px;
	padding:0px;
	display:list-item;
	list-style:none;
	padding-right:20px;
}
	
.searchbox_top {
	display:none;
}
.logo img {
	width:173px;
	height:130px;
	margin-bottom:10px;
}

.gaeilge {
	float:none;

	margin-top:0px;
	font-size:70%;
	display:block;
	text-align:right;
	padding-right:20px;
	position: absolute;
	text-align: right;
	width:100%;
}

.top_head {
	min-height:160px;
}
	
.row h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:160%;
	color:#FFF;
	font-style:italic;
	margin-top:5px;
	padding-right:0px;
	line-height:1.2875;
	margin-bottom:5px;
}
.box {
	display:none;
}
.top_menu {
	margin-top:0px;
}
.breadcrumb {
	margin-top:20px;
}
.linkarea_smaller .backlink {
	margin-top:20px;
	margin-bottom:20px;
}
.selector {
	text-align:center;
}
.selector select {
	color:#363535;
	font-size:90%;
	background-color:#f2f2f2;
	border:solid 1px #dedede;
	padding:5px;
		width:100%
}
	.table_search_head {
		background-color:#eeeeee;
		border:solid 1px #e1e1e1;
		margin-bottom:0px;
		padding:10px;
		width:96%;
		margin-left:10px;
	}
	.table_search_head .right {
		width:100%;
		text-align:center;
	}
	.right label {
		width:100%;
		text-align:center;
	}
	.table_search_head select {
	color:#363535;
	font-size:90%;
	background-color:#f2f2f2;
	border:solid 1px #dedede;
	padding:5px;
		width:100%
}
	.toolbar ul li.share {
		display:inline-block;
	}
	.toolbar ul li a.share_image {
		width: 33px;
	}
}
@media screen and (max-width: 320px) {
.logo img {
	width:173px;
	height:130px;
	margin-bottom:10px;
}
.row h1 {
	line-height:1.2875;
	margin-bottom:5px;
}
.top_head {
	min-height:160px;
}
.row h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	color:#FFF;
	font-style:italic;
	margin-top:0px;
	padding-right:0px;
	line-height:1.1875;
}
	.table_search_head {
		background-color:#eeeeee;
		border:solid 1px #e1e1e1;
		margin-bottom:0px;
		padding:10px;
		width:282px;
		margin-left:10px;
	}
}