/*
Theme Name: Rathlin Hostel
Description: Customised theme for Rathlin Island Hostel. This is implemented as a child theme of the twentytwelve theme 
Author: Mugginsoft LLP
Template: twentytwelve
*/

/* for child themes see:
http://codex.wordpress.org/Child_Themes 
http://graphpaperpress.com/2011/02/25/how-to-create-a-child-theme-for-the-base-theme-for-wordpress/
*/

@import url("../twentytwelve/style.css");

/* generic */
 
h1 {
  font-size:30px !important;
  }
a {
  color: #F96B44;
  text-decoration:none;
  }
a:hover {
  color: #F96B44;
  text-decoration:underline;
  }
  
.panel {
  border: 0px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: auto;
}

.tab {
  border: 0px;
  border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius:0px 0px 3px 3px;
  overflow: auto;
}

#page {
  max-width:1440px;
}
#main {
  width:960px !important;
  max-width:none;
  margin-left:auto;
  margin-right:auto;
  }
    
.site-content article {
  word-wrap: normal;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
}

.site-header h1 a,
.site-header h1 a:hover   {
  color: rgb(68,68,68);
  }
  
/* page header */
#masthead {
  /*width: 1440px; */
  max-width:1440px;
  margin-left: auto;
  margin-right: auto;
  background: #fff url("./images/header-background.jpg") left 85px no-repeat;
  height: 420px;
  padding: 0px;
  position: relative;
  }

 
#masthead hgroup,
#menu-primary,
#login {
  width: 960px;
  margin-left: auto;
  margin-right: auto;  
  padding-left:24px;
  padding-right:24px;
  }
  
#masthead .site-title {
  font-size: 35px;
  font-weight: normal;
  }

#masthead .site-description {
  font-size: 120%;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius:3px 3px 3px 3px; 
  background-color:#FA6B44;
  color: #fff;
  width: 25%;
  text-align:center;
  margin-bottom:10px; 
  }
  
#masthead .tab {
  position:absolute;
  top:0px;
  right:240px;
  height: 47px;
  line-height: 47px;
  padding: 0px 20px 0px 20px;
  background-color: #908B02;
  }
#masthead .tab h2 {
  font-size: 20px;
  font-weight: normal;
  color: white;
  padding: 0px 20px 0px 50px;
  background: url("./images/sprites.png") 5px 8px no-repeat; /* phone */
  background-position: 5px -42px; /* world */
}
  
#masthead .site-email {
  display: block;
  clear: both;
  font-size: 20px;
  }
#masthead a {
    text-decoration: none;
  }   
#site-navigation {
  background-color: #444;
  position:absolute;
  bottom: 0px;
  width: 100%;
  }

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
  border: none;
  }
.main-navigation li {
  margin-right: 0px;
  margin-left: 0px;
  display:block;
  float:left;
  }
.main-navigation li a {
  color: #ccc;
  text-transform: none;
  font-size: 20px;
  line-height:44px;
  padding-right:40px;
}
.main-navigation li a:hover {
  color: #fff;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
  color: #fff;
}
 
/* login */
#login {
  position:absolute;
  right:0px;
  bottom:50px;
  text-align:right;

  }
#login a {
  background-color:#908B02;
  color:#eee;
  padding: 5px;
  font-size:90%;
  }
  
/* page */
article header.entry-header {
  display:none;
  }
  
.site-content article {
  border: none !important;
  }
ul.menu li {
  float: left;
  list-style-type: none;
  display: block;
  margin-right: 10px;
  height: 34px;
  line-height:34px;
  }
ul.menu li a {
  text-decoration:none;
  display: block;
  background-color: #D9B334;
  color: #fff;
  padding: 0px 20px 0px 20px;
  border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius:0px 0px 3px 3px;
  font-size: 15px;
  }
 ul.menu li a:hover {
  background-color: #FA6B44;
 }
 
 #tabs-menu {
 float: right;
 overflow: auto;
 }  
 #tabs-menu-alt {
 float: left;
 overflow: auto; 
 }  
 #tabs-menu-alt a {
 background: #FA6B44 url("./images/sprites.png") 10px -91px no-repeat;
}
 #tabs-menu-alt #menu-item-30 a {
 padding-left: 50px;
 }
#tabs-menu-alt a:hover {
  background-color: #908B02;
 }
 
#content h2 {
  padding-left:10px;
  background-color: #D9B334;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius:3px; 
  color: #fff;
  width: 320px;  
  }
   
/* page footer */
#colophon {
  border-top: none;
  max-width: 1440px;
  width: 1440px !important;
  height: 362px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  background: #fff url("./images/footer-background.jpg") left bottom no-repeat;
  padding-bottom: 0px;
  position: relative;
}

.site-info, .site-credits {
  position:absolute;
  right:240px;
  bottom:40px;
  color: #fff;
  border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius:0px 0px 3px 3px; 
  background-color: #908B02; 
  padding: 5px 20px 5px 20px;
  }

.site-info {
  left:240px;
  right:auto;
}  
.site-info a, .site-credits a {
  color: #fff !important;
  text-decoration: none;
  }

/* widgets */
.widget-area, template-front-page .widget-area {
  border: none !important;
  }

/* welcome */
#welcome {
  overflow:auto;
  }
#welcome .col-1 {
  width: 400px;
  float:left;
  }
#welcome .col-2 {
  width: 560px;
  float:left;
  }
div.inner {
  margin:10px 10px 10px 10px;
  }
#welcome div.inner {
  margin-top:0px;
  }
#welcome h1 {
  text-align:center;
  }
#welcome h1.main {
  margin-top:0px;
  line-height:30px;
  }
#welcome h2 {
  width: 100%;
  text-align:center;
  padding-left:0px;
  }

/* highlight */
.highlight {
  background-color:#908b02;
  color:white;  
  }
  
h1.highlight {
  padding:10px 0px 10px 0px;
  width: 100%;
  margin-right:0;
  }
  
/* about */
#about .col-1 {
  width: 510px;
  float:left;
  }
#about .col-1 .inner {
  width:80%;
  }
#about .col-2 {
  width: 450px;
  float:left;
  }
#about .col-2 iframe {
  margin-bottom: 0px;
  border: solid grey 1px;
  }
/* column styling */
#facilities .col, #room-rates .col {
  width:33%;
  float:left;
  }
#the-island .col
  {
    width:49%;
  float:left;
  }
.row {
  clear:both;
  }
  
#facilities .col ul, #room-rates .col ul {
  margin-right:20px;
  }
    
/* list styling */
ul.distinct {  
  list-style-type: none;
  }
ul.distinct li {
background: url(images/sprites.png) no-repeat left -162px;
padding-left: 20px;
margin-top: 7px;
margin-bottom: 7px;
margin-left:5px;
}
ul.distinct.extra li,
ul.distinct li.extra  
   {   
  background: url(images/sprites.png) no-repeat left -212px;
  }

/* room rates */
#room-rates {
  background-color:#e2e2e2;
  }
#room-rates .inner {
  margin-left: 20px;
  }
#room-rates h3 {
   border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius:3px 3px 3px 3px; 
  color: white;
  background-color:#908b02;
  width: 30%;
  text-align:center;
  }
  
/* forms */
#booking-form {
  width:70%;
  }

#formBuilderBooking_Enquiry .formBuilderInput input {
  font-size:14px;
  width:250px;
  }

.formBuilderSuccess {
  font-size:120%;
  font-weight:bold;
  }
  
/* icon anchors */
a.icon {
display: inline-block;
height: 18px;
width: 32px;
text-indent: -9999px;
position: relative;
top: 5px;
left: 5px;
background: url(images/sprites.png) no-repeat 0 -265px;
}
a.icon:hover, ul:hover a.icon {
  background: url(images/sprites.png) no-repeat 0 -315px;
  }  

/* the island */
#the-island .inner {
  width:70%;
  }

  
  