@import url(reset.css); /* Calling Meyer's latest reset which also sets HTML5 block element styles */
html {
    background:#fff url(../img/home_bg1.jpg) center top no-repeat;
}
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size-adjust: 0.47;
    font-weight: normal;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    /*background-size: cover;*/
    color: #333;
    line-height: 1.618em;
    background:transparent url(../img/home_bg2.gif) center bottom no-repeat;
}
::selection {
    background-color: #000;
    color: #fff;
}
a {
    color: #CC5940;
    text-decoration: none;
}
p a:hover {text-decoration:underline;}
h1 {
    font-family: "Bliss Heavy", 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size-adjust: 0.47;
    font-weight: 900;
    font-style: normal;
    font-size: 1.618em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-bottom: 0.618em;
}
h1 a:hover{text-decoration:none;border-bottom:none}
header, section ul, footer ul, footer, section {
    width: 50em;
    margin: 0 auto;
    clear: both;
}
footer #supporters li.copyright {
    padding-top:1.62em;
    font-size: 0.618em;
    letter-spacing: 0.11em;
    line-height: 1.618em;
    clear:both;
    float:none;
    max-width:100%;
    margin:0 0 0 11px;
    width:50em;
}
footer section ul { width: auto }
footer section ul.explore {
margin-top:1em;
}
header {
    margin-top: 2.62em;
    overflow: hidden;
    width:51.6em;
    padding-bottom: 8.5em;
}
header h1 {
    width: 13em;
    font-size: 1.62em;
    text-align: left;
    float: left;
    padding-bottom: 1.62em;
}
/* Carousel */
img { width: 100% }
#carousel {
    border: 0.8em solid white;
    box-shadow: 0 0 0.8em rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 0.8em rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 0.8em rgba(0,0,0,0.3);
    height:450px;
    /*position: absolute;
    top: -31em;*/
    margin-left:-0.8em;
}
section {
    position: relative;
}
#carousel:after {
    z-index: -1;
    position: absolute;
    background: transparent;
    width: 90%;
    height: 90%;
    content: '';
    right: 3em;
    bottom: 1.5em;
    transform: skew(15deg) rotate(6deg);
    -webkit-transform: skew(15deg) rotate(6deg);
    -moz-transform: skew(15deg) rotate(6deg);
    box-shadow: 0 15px 16px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 15px 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 16px rgba(0, 0, 0, 0.3);
}
#carousel:before {
    z-index: -2;
    position: absolute;
    background: transparent;
    width: 90%;
    height: 90%;
    content: '';
    left: 3em;
    bottom: 1.5em;
    transform: skew(-15deg) rotate(-6deg);
    -webkit-transform: skew(-15deg) rotate(-6deg);
    -moz-transform: skew(-15deg) rotate(-6deg);
    box-shadow: 0 15px 16px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 15px 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 16px rgba(0, 0, 0, 0.3);
}
/* Forms */
form {
    float: right;
}
#search_box {
    border: 1px solid #ccc;
    width: 204px;
    padding: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 1px transparent;
    background:#fff;
}
#search_box input#keywords {
color: #333;
border:0;
width: 168px;
padding-left: 5px;
}
#search_box input#keywords:focus {outline:none}
legend {
    font-family: "proxima-nova-1","proxima-nova-2", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8em;
}
footer { margin-top: 3.15em; width:51.6em; }
footer section {
    clear:right;
    float: left;
    width: 15.5em;
    margin-right: 1.5em;
    font-family: Georgia,"Times New Roman",serif;
}
footer section p {font-size:14px;}
footer section.whats_your_story p {font-size:16px;padding-bottom: 1em;}
/*footer section.planning_a_visit h2 {
font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2",Georgia,"Times New Roman",serif;
font-size:26px;
font-weight:normal;
text-transform:none;
letter-spacing: 0;
}*/
h3 {
    text-transform: capitalize;
    font-size: 1.618em;
    margin-bottom: 0.5em;
    font-family: Georgia,"Times New Roman",serif;
}
h3 i { font-style: italic }
footer #supporters {
    padding: 4.25em 0;
    overflow: hidden;
    margin: 0 0 0 -10px;
}
footer #supporters li {
    clear: none;
    float: left;
    width: 18%;
    margin:1%;
}
footer #supporters li a {border:none}
#carousel_nav {
    position: absolute;
    height: 13px;
    overflow: hidden;
    width: 88px;
    /*margin: 31em auto 0;*/
    margin:0;
    padding: 0;
    z-index: 999999;
    top: 649px;
    left: 358px;
}
#carousel_nav a {
    width: 28px;
    height: 13px;
    background: transparent url(../img/nav_pagination.png) center -14px no-repeat;
    display: block;
    text-indent: -9999px;
    float: left;
    overflow: hidden;
    font-size: 1em;
    line-height: 0em;
}
#carousel_nav a:hover, #carousel_nav a.activeSlide { background-position: center 0px }
footer section h1, footer section h2 {
    font-family: "proxima-nova-1","proxima-nova-2", Arial, Helvetica, sans-serif;
    font-size-adjust: 0.47;
    font-weight: 700;
    font-style: normal;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-bottom: 0.618em;
}
.view_all {
    text-align: right;
    font-style: italic;
}
footer #supporters li#bcc {
clear:left;
margin-left: -40px;
}
footer #supporters li#coleraine {
margin-left: -30px;
}
#nav_ribbon {
background:transparent url(../img/ribbon.png) center 0 no-repeat;
width: 816px;
height: 59px;
margin-left: -8px;
padding-top:0;
text-align:center;
margin-bottom: 2em;
clear:both;
}
#nav_ribbon li {
display:inline;
color:#fff;
font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2",Georgia,"Times New Roman",serif;
font-size:26px;
line-height:1.6em;
}
#nav_ribbon li:after {
content:' •';
}
#nav_ribbon li:last-child:after {
content:'';
}
#nav_ribbon li a {
color:#fff;
padding: 0 5px;
text-decoration:underline;
}
#nav_ribbon li a:hover {
text-decoration:none;
}
#story_trails {
background:#333 url(../img/story_trails_badge.png) 13px 9px no-repeat;
border-radius:2px;
width: 40.5em;
padding: 0.4em 0em 0.6em 11em;
margin-top: 1.618em;
margin-left:-0.8em;
}
#story_trails li {
color:#fff;
display:inline;
font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2",Georgia,"Times New Roman",serif;
font-size:16px;
}
#story_trails li:after {
content:' •';
}
#story_trails li:last-child:after {
content:'';
}
#story_trails li a {
color:#fff;
text-decoration:underline;
}
#story_trails li a:hover {
text-decoration:none;
}
.logo_moyle {margin-left:-30px;}
.logo_bcc {margin-left:-20px;}