/*
Theme Name: Hibernian Towers
Theme URI: 
Description: Custom theme for Hibernian Towers
Version: 1
Author: Justin Slack
Author URI: http://www.justinslack.com
Tags: 
*/


/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none; } /* Gets rid of IE's blue borders */
a:focus {
	outline: none;
}

body {
	color: #0f2640;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 62.5%;
	text-align:center;
	background:#73777a url(images/main_bg.jpg) repeat-x;
}


/* TYPOGRAPHY */
/* ----------------------------------------- */

.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.*/

a:link{color:#345060;text-decoration:none;}
a:visited{color:#345060;text-decoration:none;}
a:hover{color:#345060;text-decoration:underline;}
a:focus{color:#345060;}
a:active{color:#345060;}

p {
color:#98a2a7;
font-size:1.2em;
line-height:16px;
padding:0 0 10px 0;
}

h2 {
color:#98a2a7;
font-size:2em;
padding:5px 0 10px 0;
}

h3 {
color:#98a2a7;
padding:0 0 10px 0;
font-size:1.7em;
}

h4 {
padding:0 0 10px 0;
font-size:1.2em;
}

.pagetitle {
color:#fff;
}


/*Layout*/

#wrapper {
	overflow:auto;
	text-align:left;
	margin:auto;
	width:960px;
}

#sidebar {
	position:relative;
	z-index:1;
	overflow:auto;
	float:left;
	width:184px;
	margin:0;
}

.sidebar_bottom {
	width:184px;
	height:25px;
	background:url(images/sidebar_bottom.png) left top no-repeat;
}


h1.logo {
background:#1a1712;
float:left;padding:0 0 10px 0;
text-indent:-9999px;
}

h1.logo a {
display:block;
width:175px;
height:203px;
background:url(images/logo.jpg) no-repeat
}

#main {
	position:relative;
	float:right;
	z-index:0;
	margin-left:-20px;
	width:795px;
}


#slideshow {
    position:relative;
    height:272px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


.extra {
	padding-top:20px;
}


.extra h2 {
	float:left;
	width:230px;
	color:#fff;
	text-transform:uppercase;
	height:60px;
	background:url(images/head_bg.png);
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}

.extra_three {
	padding-top:10px;
	overflow:auto;
}


.extra_three p {
	float:left;
	width:220px;
	color:#fff;
	font-weight:bold;
	height:60px;
	background:url(images/head_bg.png);
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}

.big {
	font-size:1.4em;
	text-transform:uppercase;
}

.special_button {
	float:right;
	display:block;
	text-indent:-9999px;
	width:99px;
	height:22px;
	margin-top:20px;
}

a.special_button {
	display:block;
	background:url(images/banner_button.png) no-repeat top left;
	height:22px;
	padding-right:5px;
}

.specialbutton {
	display:block;
	text-indent:-9999px;
	width:99px;
	height:22px;
}

a.specialbutton {
	display:block;
	background:url(images/take.png) no-repeat top left;
	height:22px;
	padding-right:5px;
}


.special_button_two {
	float:right;
	display:block;
	text-indent:-9999px;
	width:99px;
	height:22px;
	margin-top:20px;
}

a.special_button_two {
	display:block;
	background:url(images/banner_button.png) no-repeat top left;
	height:22px;
	padding-right:5px;
}


.special_button_middle {
	float:right;
	display:block;
	text-indent:-9999px;
	width:99px;
	height:22px;
	margin-top:20px;
}

a.special_button_middle {
	display:block;
	background:url(images/banner_button_middle.png) no-repeat top left;
	height:22px;
	padding-right:5px;
}

.extra_two {
	padding:10px 0 0 0;
	width:340px;
}

.extra_two h2 {
	padding:10px 5px;
	float:left;
	width:220px;
	color:#fff;
	height:60px;
	background:url(images/head_bg.png);
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}



.special_button_two {
	float:right;
	display:block;
	text-indent:-9999px;
	width:99px;
	height:22px;
	margin-top:30px;
}

a.special_button_two {
	display:block;
	background:url(images/banner_button.png) no-repeat top left;
	height:22px;
	padding-right:5px;
}


.book_now_button_two {
	display:block;
	text-indent:-9999px;
}

a.book_now_button_two {
	display:block;
	text-indent:-9999px;
	margin:10px 70px;
	height:48px;
	width:175px;
	background:#1a1712 url(images/book_now.jpg) no-repeat;
}


.post_content {
	overflow:auto;
	background:#fff;
}


.page_content {
	float:left;
	width:720px;
	padding: 10px 25px 10px 40px;
	background:#fff;
}

.page_content ul {
	list-style-type: circle;
	list-style-position:inside;
	padding:10px 0;
	font-size:1.2em;
	color:#98a2a7;
	}
	
.page_content li {
	list-style-type: circle;
	list-style-position:inside;
	padding: 5px 0 5px 10px;
	}

.content {
	float:left;
	width:380px;
	padding: 10px 25px;
	background:#fff;
}

.home_sidebar {
	float:right;
	overflow:auto;
	width:360px;
}

.specials {
	width:175px;
	height:48px;
}

a.specials_button {
	display:block;
	text-indent:-9999px;
	height:48px;
	width:175px;
	background:#1a1712 url(images/specials.jpg) no-repeat;
}


.book_now {
	width:175px;
	height:250px;
	background:#1a1712;
}

form.book_now {
	background:#1a1712;
}

.book_now_special {
	width:175px;
}


a.book_now_button {
	display:block;
	text-indent:-9999px;
	height:48px;
	width:175px;
	background:#1a1712 url(images/book_now.jpg) no-repeat;
}

a.book_now_special_button {
	display:block;
	text-indent:-9999px;
	height:48px;
	width:175px;
	background:url(images/book.png) no-repeat;
}



.book_now_single {
	width:175px;
	height:48px;
	padding:10px 0;
}


a.book_now_button_single {
	display:block;
	text-indent:-9999px;
	height:48px;
	width:175px;
	background: url(images/book.png) no-repeat;
}

.info {
	border-top:6px solid #719d66;
	background:#ebeced;
	padding:0 0 40px 0;
}

.info h2 { 
	font-size:1.3em;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 0 40px 60px;
	background:url(images/info_header.jpg) no-repeat;
}

.address li {
	color:#6f6f6f;
	padding:0 10px;
}

.banner {
	background:url(images/banner.jpg) no-repeat;
	width:340px;
	height:100px;
	margin:10px 0px;
}

.banner_two {
	background:url(images/stadium.jpg) no-repeat;
	width:340px;
	height:100px;
	margin:10px 0px;
}

.banner_three {
	background:url(images/room.jpg) no-repeat;
	width:340px;
	height:100px;
	margin:10px 0px;
}


#footer {
	clear:both;
	font-size:.9em;
	height:65px;
	background:#505050 url(images/mainfooter_bg.png);
}

#footer a {
	color:#fff;
}

.footer_bottom {
	width:795px;
	height:15px;
	background:url(images/footer_bg.png) bottom no-repeat;
}

.footer_left {
	float:left;
	width:360px;
	padding:10px 10px 10px 40px;
}

.footer_right {
	float:right;
	width:240px;
	padding:45px 0 0 0;
	margin:10px 20px 0 0;
	background:url(images/GradingLogo.png) top right no-repeat;
}

.footer_right_home {
	float:right;
	width:240px;
	margin:10px 20px 0 0;
	background:url(images/GradingLogo.png) top right no-repeat;
}

.footer_right p{
	text-align:right;
}





/*Navigation*/

.top_nav {
	width: 175px;
	list-style: none;
	padding: 10px 0;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	text-transform:uppercase;
	background:#1a1712;
}
.top_nav li {
	margin: 0;
	padding:.3em 0 .3em 0;
	margin:0 .5em;
	position: relative;
	border-bottom: solid 1px #484541;
}

.top_nav li:last-child { 
	border-bottom:none;
}

.top_nav li a {
	color:#fff;	
}

.sub_nav {
	padding:8px 0 5px 30px;
	position:relative;
	height:20px;
	background: #f8d557;
	border-top:1px solid #fff;
	border-bottom:1px solid #80a5b8;
}
.sub_nav li {
	float:left;
	color:#345060;
	font-size:1.2em;
}

.sub_nav li:last-child a { 
	border-right:none;
}

.sub_nav a {
	border-right:1px solid #345060;
	padding:0 10px;
}


#sub_nav_accommodation {
	padding:10px 0px 5px 40px;
	position:relative;
	height:40px;
	background: #f8d557;
	border-top:1px solid #fff;
	border-bottom:1px solid #80a5b8;
}


ul.sub_nav_accommodation  {
	margin: 0; 
	padding: 0;
	display:inline;
	width: 500px;
	list-style: none;
	font-size: 1.2em;
}


.sub_nav_accommodation li {
	display:inline-block;
	*display:inline;
	position:relative;
	margin-left:0;
	padding:0 5px 5px 5px;
	color:#345060;
	line-height:14px;
}

.sub_nav_accommodation li:last-child a{ 
	border-right:none;
}

.sub_nav_accommodation li:first-child { 
	padding:0 5px 5px 0;
}

.sub_nav_accommodation a {
	padding-right:10px;
	text-decoration:underline;
	color:#345060;
	border-right:1px solid #bdd3de;
}

.sub_nav_accommodation a:hover {
	text-decoration:none;
}

.current_page_item a {color:#fff;} /* the current Page */
.sub_nav .current_page_item a {color:#fff;} /* the current Page */
.sub_nav .current_page_parent a { color:#fff; } /* parent of the current Page */
.sub_nav .current_page_ancestor a { color:#fff; } /* any ancestor of the current Page */


.top_nav .current_page_item a {color:#ccc;} /* the current Page */
.top_nav .current_page_parent a { color:#ccc; } /* parent of the current Page */
.top_nav .current_page_ancestor a { color:#ccc; } /* any ancestor of the current Page */

.sub_nav_accommodation .current_page_item a {color:#98A2A7;} /* the current Page */
.sub_nav_accommodation .current_page_parent a { color:#98A2A7; } /* parent of the current Page */
.sub_nav_accommodation .current_page_ancestor a { color:#98A2A7; } /* any ancestor of the current Page */


/*Miscellaneous*/

.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	height:auto;
	margin:0 auto;
	max-width:89%;
	padding:1%;
	border: 1px solid #98A2A7;
}

.gallery-caption {
	border: 1px solid ##98A2A7;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption {
	border: 1px solid ##98A2A7;
	text-align: center;
	background: #f0eaa6;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 5px 4px 5px;
	margin: 0;
}



input[type="text"],
input[type="password"],
textarea,
select{
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #a8a8a8;
	color:#719d66;
	padding: 2px;
}

input[type="submit"],
input[type="button"],
button{
	background:#91a1aa;
	color:#fff;
	font-weight: normal;
	position: relative;
	height: 22px;
	overflow: hidden;
	padding: 3px 18px;
	font-size: 10px;
	line-height: 0.75em;
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #5c6d75;
}


.aligncenter{display:block;margin:0 auto 10px auto}
.alignleft{float:left}
.alignright{float:right}
img.alignleft{padding:4px 4px 4px 0;margin:0 7px 2px 7px;display:inline}
img.alignright{padding:4px;margin:0 0 2px 7px;display:inline}














	
