/*
Theme Name: Eldermet
Theme URI: http://eldermet.ucc.ie
Description: Custom theme for ELDERMET
Author: Paul Goode
Author URI: http://www.paulogoode.com
Version: 1.0
.
Built from the ground up by Paul Goode
.
*/


@charset "UTF-8";
/* CSS Document - Additional Styles */

/* Import Bootstrap */

@import url(css/bootstrap.css);
/* Eledermet Styles */


body {
	padding-bottom: 40px;
	background: #fff url(images/bg-tile2.jpg) repeat;
	font-size: 13px;
}
img {
	max-width: 100%;
}
img {
	-ms-interpolation-mode: bicubic;
}
.spacer-10 {
	display: block;
	width: 100%;
	height: 20px;
}
.spacer-20 {
	display: block;
	width: 100%;
	height: 20px;
}
.spacer-30 {
	display: block;
	width: 100%;
	height: 30px;
}
.spacer-40 {
	display: block;
	width: 100%;
	height: 40px;
}
.spacer-60 {
	display: block;
	width: 100%;
	height: 60px;
}
.spacer-80 {
	display: block;
	width: 100%;
	height: 80px;
}
.pad10 {
	padding: 10px;
}
.pad20 {
	padding: 20px;
}
.pad30 {
	padding: 30px;
}
.vertpad10 {
	padding: 10px 0;
}
.vertpad20 {
	padding: 20px 0;
}
.vertpad30 {
	padding: 30px 0;
}
.logos img {
	margin: 20px;
	vertical-align: middle;
	max-width: 140px;
}
.navbar-inner {
	background-color: #d16200;
	background-image: -moz-linear-gradient(top, #ff7700, #d16200);
	background-image: -ms-linear-gradient(top, #ff7700, #d16200);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff7700), to(#d16200));
	background-image: -webkit-linear-gradient(top, #ff7700, #d16200);
	background-image: -o-linear-gradient(top, #ff7700, #d16200);
	background-image: linear-gradient(top, #ff7700, #d16200);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7700', endColorstr='#d16200', GradientType=0);
}
.navbar .nav > li > a {
	color: #fdcea7;
	font-size: 16px;
}
h1, h2, h3 {
	color: #7f7f7f;
	font-family: Georgia, serif;
	font-weight: 200;
}
h2 {
color: #2d74b7;
}
h3 li {
	margin-bottom: 20px;
	line-height: 23px;
}
.logo {
	width: 100%;
	margin-bottom: 30px;
}
.homelogo {
	max-width: 270px;
	margin: 0 auto;
}
.ucc {
	max-width: 220px;
	margin: 0 auto 20px auto;
}
.hero-unit {
	padding: 40px;
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 6px 1px, inset rgba(80,80,80,0.1) -2px -2px 4px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 6px 1px, inset rgba(80,80,80,0.1) -2px -2px 4px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 6px 1px, inset rgba(80,80,80,0.1) -2px -2px 4px 1px;
}
.hero-unit h1 {
	margin-bottom: 0;
	font-size: 3em;
	line-height: 1em;
	letter-spacing: -1px;
}
.slider {
	width: 100%;
}
.highlight {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 30px;
	background-color: #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 6px 1px, inset rgba(80,80,80,0.1) -2px -2px 4px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 6px 1px, inset rgba(80,80,80,0.1) -2px -2px 4px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 6px 1px, inset rgba(80,80,80,0.1) -2px -2px 4px 1px;
	margin-bottom: 30px;
}
.notepad {
	padding: 30px 5px;
	background: url(images/notepad-top.png) top left no-repeat transparent;
	margin: -40px 0 30px 0;
	overflow-x: hidden; 
	overflow-y: auto; 
}
.notepadwrap {
	background: url(images/notepad-line.png) repeat-y;
	margin:40px 0 0 0;
}
p {
	color: #555;
	line-height:19px;
	font-weight: 200;
}
.small {
	font-size: 11px;
	color: #999;
	text-align: center;
}
.homepage {
	font-size: 15px;
	line-height: 22px;
}
.border {
	background: url(images/bg-tile.png) repeat #d5d5d5;
	padding: 70px 30px 30px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 6px 1px, inset rgba(80,80,80,0.1) -2px -2px 4px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 6px 1px, inset rgba(80,80,80,0.1) -2px -2px 4px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 6px 1px, inset rgba(80,80,80,0.1) -2px -2px 4px 1px;
}
.centred {
	text-align:center;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.aligncenter {
	margin: 0 auto;
	display: block;
}
.contacts {
	display: block;
	width: 100%;
	margin: 20px 0;
	min-height: 160px;
}

#facebookfeed {
	width: 95%;
	margin: 0 0 0 5%;
	min-height: 300px;
	height: auto;
	max-width: 320px;
	max-height: 900px;
	overflow-x: hidden; 
	overflow-y: auto; 
}
p.fb-page-name {
	display:none !important;
}
.fb-feed-item p, p.fb-page-name {
	font-weight: 400;
}
.fb-feed-item blockquote p.caption, 
.fb-feed-item blockquote p.caption a {
	margin-top: 5px !important;
}
.fb-feed-item {
	margin-bottom: 36px !important;
}
.fb-feed-item blockquote a.the_link,
.fb-feed-item blockquote p,
.fb-feed-item blockquote p.caption, 
.fb-feed-item blockquote p.caption a {
	line-height: 150% !important;
}
#facebook_status_box .fb_post .fb_comments .fb_comment_likes {
    background-image: url("https://fbstatic-a.akamaihd.net/rsrc.php/v2/y-/r/tbhIfdAHjXE.png");
    background-repeat: no-repeat;
    background-position: 0 -60px;
    height: 14px;
    padding-left: 18px;
    margin-left: 5px;
}
.hilite {
	color: #d16200;
	font-weight: 700;
}
.sitesearch {
	width: 100%;
	float: left;
}
.sitesearch ul {
	list-style: none;
}
.searchform-container {
	font-size: 12px;
	margin: 0;
	color: #798e94;
	background: transparent;
}

/** Field Styles **/

.searchform input {
	width: 100%;
	margin: 0 -20px;
	padding: 6px 6px;
	color: #5b5753;
	border: 1px solid #e1deda;
	outline: none;
	display: inline-block;
	position: relative;
	z-index: 2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(images/search-bg.png) top right no-repeat rgba(255, 255, 255, 0.6);
}

.searchform textarea {
	overflow: hidden;
}
.searchform .submit input:hover {
	background-color: #904026;
}

