/*
Theme Name: BarClub
Theme URI: http://www.barclub.co.nz
Version: 4.0
Description: 2 Column theme for Barclub New Zealand
Author: Barclub New Zealand
Author URI: http://www.barclub.co.nz
*/

/* Brings in the reset stylesheet, by Eric Meyer */
@import url('reset.css');


/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body {
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	font-family: Century Gothic, sans-serif;
	font-size: 13px;
	background-color: #00192F;
	color: #011321;
}

a { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	line-height: 1.5em;	
	padding-bottom: 5px; 
	color: #011321; 
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #011321; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { padding-bottom: 5px; line-height: 1.5em; }

strong { font-weight: bold; color: #0B72BF; }
cite, em, i { font-style: italic; }
pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
blockquote  { margin: 2px 0 13px 40px; color: #9e9e9e; font-style: italic; font-size: 16px; font-family: Georgia, serif; }
blockquote p { padding: 0px 0px 0px 20px; background: url(images/blockquote.png) no-repeat left 3px; }


/*-----------------[TOP STYLES]-----------------*/

#top {
	background-image: url(images/header-back.png); 
	background-repeat: repeat-x;
	height:110px;

}

.container {
	position:relative;
	width:940px;
	margin:0 auto;
}

#logo {
	float:left;
}

#tagline {
	float:left;
	margin-left: 40px;
}

#key {
	position:absolute;
	left:640px;
	z-index: 2;
}


/*-----------------[NAVIGATION STYLES]-----------------*/

#cat {	position:absolute;
	top: 105px;
	z-index: 200;
}
 
/* Dropdown Category Navigation */
.sf-menu, .sf-menu * {
	
	margin: 0 3px;
	padding:5px 0;list-style:none;
	font-style:normal;
	font-size:	14px;
	z-index: 300;
}
.sf-menu {
	line-height:1.0;
	height:31px;
	background:transparent;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	min-width:9.5em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:100%;
}
.sf-menu li:hover {visibility:inherit; /* fixes IE7 'sticky bug' */}
.sf-menu li {float:left;position:relative;}
.sf-menu a {display:block;position:relative;color:#fff;}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {left:0;top:30px; /* match top ul list item height */z-index:350;}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {top:-999em;}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {left:9em; /* match ul width */top:0;}
ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {top:-999em;}
ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {left:9em; /* match ul width */top:0;}
.sf-menu {
	float:left;
	margin:0;
	width:100%;}
.sf-menu a {
	padding: 8px 5px;
	text-decoration:none;
	color:#fff;} /* Design for the dropdown links */
.sf-menu a, .sf-menu a:visited; { /* visited pseudo selector so IE6 applies text colour*/color:#3DB0C9;}
.sf-menu li {background:transparent;color:#666;}
.sf-menu li li {
	background-image: url(images/70-blue-trans.png);
}
.sf-menu li li li {
	background-image: url(images/70-blue-trans.png);
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {outline:0;color:#3DB0C9;} /* Background = Link background colors when the mouse is over them */
.sf-menu li.current-cat a{color:#3DB0C9;}
.sf-menu li.current-cat a:hover{color:#3DB0C9;}
/*-----------------[main STYLES]-----------------*/

#main {
	margin-top:40px;
	min-height:300px;
}

#contents {
	width:700px;
	min-height: 300px;
	float:left;
}

/*-----------------[FEATURE STYLES]-----------------*/

#featured_content {
	background-image: url(images/feature-back.png);
	width:920px;
	height:280px;
	padding:10px;
	overflow:hidden;
	position:relative;
}

#featured {
	width: 610px;
	height:280px;
	overflow: hidden;
	float:left;
}

#right_featured {
	float:left;
	width:290px;
	margin-left:20px;
	height:280px;
	overflow: hidden;
}

#right_featured h4 {
	font-family: Century Gothic, sans-serif;
	font-size:24px;
	line-height: 1.2em;	
	font-weight: bold;
	color:#54C6DA; 
	text-decoration: none; 
	text-align:center;
}

#right_featured p{ 
	font-size: 14px; 
	font-family: Century Gothic, sans-serif;
	font-weight: bold; 
	text-align:center; 
	color:#fff;
}

#right_featured ul{
	margin-bottom: 5px;
	}

#right_featured ul li{ 
	font-size: 12px;
	color:#fff; 
	list-style: square; 
	margin-left: 14px;
	line-height:1.5em;
}

.boxes {
float:right;
position: relative;
top: 20px;
width:100px;
height:161px;
}

.button{
position:absolute;
float:left;
z-index:50;
}

.featured_ribbon{
position:absolute;
top:7px;
left:474px;
z-index:100;
}


/*-----------------[HOME STYLES]-----------------*/

#contents-home {
	margin-top: 10px;
	width:940px;
	min-height: 300px;
	float:left;
}

#writeup{ 
	width: 440px;
	height:280px;
	float:left;
	margin-right:20px;
	padding:10px;
	background-image: url(images/70-blue-trans.png);
	margin-bottom:10px;
}

#writeup h1{ 
	color: #fff;
	line-height: 1.2em;	
	margin-bottom: 5px;
}

#writeup p{ 
	color: #fff;
	font-size: 13px;
		line-height: 1.5em;		
}

#writeup b{ 
	color: #54C6DA;
}


#writeup strong{ 
	color: #54C6DA;
	font-size: 16px;
	font-weight: bold; 

}

#map {
	width: 460px;
	height:300px;
	background-image: url(images/map.jpg);
	float:left;
	position: relative;
	margin-bottom:10px;
}

#map ul {
	color: #fff;
}

#map ul  li{
	display:block;
	font-weight: bold;
}

#map ul  li  a{
	color: #fff;
}

.cairns {
	position:absolute;
	top: 60px;
	left: 180px;
}

.brisbane {
	position:absolute;
	top: 120px;
	left: 210px;
}

.sydney {
	position:absolute;
	top: 160px;
	left: 210px;
}

.auckland {
	position:absolute;
	top: 180px;
	left: 320px;
}

.melbourne{
	position:absolute;
	top: 200px;
	left: 135px;
}

.wellington{
	position:absolute;
	top: 220px;
	left: 320px;
}

.christchurch{
	position:absolute;
	top: 245px;
	left: 290px;
}

.home-third {
	width: 300px;
	height:300px;
	float:left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: blue;
}

.home-third-last {
	width: 300px;
	height:300px;
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: blue;
}
	
/*-----------------[POST STYLES]-----------------*/

.box
	{	
	padding: 0;
	margin-bottom:20px;
	}
	
.boxtop
	{
	background-image:url(images/box_top.png);
	padding: 10px 50px 10px 50px;

	font-size: 0.9em;
	line-height: 1.3em;
}

.boxtop h1 a{
	color: #0B1732;
	line-height: 1.2em;
}

.boxtop ul {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px 0 5px 0;
}

.boxtop ul li{
	display: inline;
	padding: 0 10px 0 0;
}

.boxtop ul li a{
	color: #fff;
}

.boxmid
	{
	background-image:url(images/box_mid.png);
	background-repeat: repeat-y;
	padding: 0 50px 0 50px;
	}
	
.boxmid h6 { 
	display: block;
	margin:0 auto;
	text-align:center;
	background-color: #0B1732;
	padding: 2px 10px 2px 10px;
	color: #fff; 
	margin-bottom: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	behavior: url(css/border-radius.htc);
}

.boxbot
	{
	background-image:url(images/box_bot.png);
	background-position: 0% 100%;
	min-height:50px;
	}

.postmeta {
	padding: 20px 0px 0 0px;
}

.storycontent {margin: 0 auto;}
.storycontent img{ 
	border:1px solid #C1DAD7; 
	padding: 3px; 
	margin: 5px;
}

.storycontent ul{ 
	padding: 7px;
	background-image: url(images/70-white-trans.png);
	}
	
.storycontent ul li{ 

	list-style: square; 
	margin-left: 14px;
	line-height:1.7em;
}

.contents h1 {margin: 0 5%;}
.contents ul {margin: 0 5%;}

.contents .postmeta { text-align:right; border-bottom: 1px solid #C1DAD7; color: #0B1732; margin: 0 5%; margin-top: 10px;}
.contents img {float:right; margin:1ex}

.discpic{
	background-color: transparent;
	float:left;
	margin-right: 5px;
	border: none;
}

.alignleft { 
	float:left;
	margin-right: 10px;
}

.alignright { 
	float:right;
	margin-left: 10px;
}

.aligncenter{ 
	float:left;
	margin: 10px auto;
}

.boxbot h3 {
	display:block;
	text-align:right;
	padding-right: 20px;
	
}

.boxbot h3 a{
	color: #fff;
	font-size: 0.5em;
	text-decoration:none;
	color: #fff;
	background-color:#0B1732;
	padding:3px;
}

.boxbot h3 a:hover{
	color: #CAE8EA;
}

/*------------------------------------------------*/
/*-----------------[PULLQUOTE STYLES]------*/
/*------------------------------------------------*/

.pullquote {
   float : right;
   width : 200px;
   border-left: 2px solid #CAE8EA;
   color : #CAE8EA;
   font-family : georgia, palatino, 'times new roman', serif;
   font-size : 110%;
   font-weight : bold;
   font-style : italic;
   margin : 0px 0px 0px 10px;
   padding-left: 5px;
 }
 
 

/*------------------------------------------------*/
/*-----------------[TABLE STYLES]-----------------*/
/*------------------------------------------------*/


#mytable {

	padding: 0;
	margin: 0 auto;
}

caption {
	padding: 0 0 5px 0;
	 
	font: italic 11px Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 3px 3px 3px 6px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

td {

	padding: 3px 3px 3px 6px;
}

td.std{
	background: #fff url(images/bullet1.gif) no-repeat;
	color: #4f6b72;
		border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
}


td.alt {
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	color: #797268;
		border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #EFFEFF;
	font: bold 10px Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #CAE8EA;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #797268;
}


/* Begin Comments*/

#comments{
color: #fff;

}

#respond h3{
color:#fff;
}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 0px 0 10px 0;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border-top: 1px solid #54C6DA;
	background-image: url(images/70-white-trans.png);

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 2px 0 0 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
	
/* End Comments */

#cc-top-commenters li {
  width: 100%;
  float: left;
  list-style-type: none;
}

#cc-top-commenters li img {
  float: left;
  margin-top: -5px;
}


/*-----------------[sidebar STYLES]-----------------*/

#sidebar {
width:220px;
margin-left:720px;
margin-top:27px;
}

#sidebar  h2{
	font-size: 16px;
	color: #0B1732;
	line-height: 1.2em;
}

#sidebar  h3{
	font-weight: bold;
	font-size: 16px;
	color: #0B1732;
	line-height: 1.2em;
}

#sidebar  h4{
	font-weight: bold;
	font-size: 16px;
	color: #0B1732;
	line-height: 1.2em;
}

.top{
	font-weight: bold;
	border-bottom: 1px solid  #0B1732;
}

.sidebar-top {background-image: url(images/sidebar-top.png); min-height:25px;}
.sidebar-mid {background-image: url(images/sidebar-mid.png); 	background-repeat: repeat-y; min-height:100px; padding: 0 7px 0 7px;}
.sidebar-bottom {background-image: url(images/sidebar-bottom.png); min-height:50px; 	background-position: 0% 100%;}

.featured_single {
	padding: 5px 0;
	overflow:hidden;
	border-bottom: 1px solid  #0B1732; 
	border-top: 1px solid  #54C6DA;
}
.featured_image{
	float:left;
	margin: 0 7px 0 0;


	}
.featured-title a{ 
	font-size: 14px;
}

.ad {
margin: 0 auto;
padding:10px;
}
.ad  img{
text-align:center;
margin: 0 15px;
}

/* Begin Form Elements */
#searchform {
	padding: 5px;
	border-bottom: 1px solid  #0B1732; 
	border-top: 1px solid  #54C6DA;
	
	}

#sidebar #searchform #s {
	width: 125px;
	padding: 2px;
	clear:both;
	}

#sidebar #searchsubmit {
	padding: 2px;
	}

.screen-reader-text {font-size: 14px; font-weight: bold; margin-right: 50px; color: #fff;}
/*------------------------------------------------*/
/*-----------------[FOOTER STYLES]-----------------*/
/*------------------------------------------------*/

#footer {
	border-top: 1px solid #54C6DA;
	background-image: url(images/footer-back.png);
	color:white;
	height: 1%; 
	overflow: hidden;
	padding-bottom: 10px;
}
.footer-item {
	float:left; 
	width:22.5%; 
	margin:0;
	border-right: 1px solid #54C6DA;
	display:block;
	padding: 2px 10px 2px 10px;
	margin-bottom: 20px;
}

.footer-item h4{
text-transform:uppercase;
font-size: 1em;
font-weight:bold;
color: #fff;
}

.footer-item-first h4{
text-transform:uppercase;
font-size: 1em;
font-weight:bold;
color: #fff;
}

.footer-item-last h4{
text-transform:uppercase;
font-size: 1em;
font-weight:bold;
color: #fff;
}

.inside{
margin-top:40px;
}


.footer-item-first, * html .footer-item-first{
	clear:both; 
	float:left;
	width:22.5%;	
	margin:0;
	border-right: 1px solid #54C6DA;
	display:block;
	padding: 2px 10px 2px 10px;
	margin-bottom: 20px;
	}

.footer-item-last, * html .footer-item-last{
	float:left;
	width:22.5%;	
	margin:0;
	display:block;
	padding: 2px 10px 2px 10px;
	margin-bottom: 20px;
	}

.footer-item-first ul li{
line-height: 2em;
border-bottom: 1px solid #54C6DA;
}	

.footer-item-first ul li a:hover{
color: #fff;
text-decoration:none;
}
	
.footer-item ul li{
line-height: 1.5em;
border-bottom: 1px solid #54C6DA;
margin-bottom: 5px;
}	

.footer-item-last ul {
margin-top: 5px;
}	

.footer-item-last ul li{
line-height: 1.1em;
margin-bottom: 5px;
color: #54C6DA;
}	

.footer-item ul li a:hover{
color: #fff;
text-decoration:none;
}	

.recent-comment li {
	display: block;
	border-bottom: 1px dotted #ccc;
}
.recent-comment .avatar-30 {
	float: left;
	margin-right: 10px;
}

.facebook {
position:relative;
margin-bottom: 5px;
}
.facebook a{
position:relative;
top: 10px;
right: 10px;
color: #54C6DA;
}

.facebook a:hover{
color: #011321;
}

.twitter {
position:relative;
margin-bottom: 5px;
}
.twitter a{
position:relative;
top: 10px;
right: 10px;
color: #54C6DA;
}

.twitter a:hover{
color: #011321;
}

#bottom-nav{
float:left;
width:100%;
background-image: url(images/70-blue-trans.png);
font-size:0.9em;
padding: 5px 0 5px 0;
}

#bottom-nav, #bottom-nav ul {
list-style: none;
line-height: 1;
z-index: 700;
}
#bottom-nav a, #bottom-nav a:hover {
display: block;
text-decoration: none;
border:none;
}
#bottom-nav li {
float: left;
list-style:none;
}
#bottom-nav .first{
padding:6px 12px;
color: #54C6DA;
}

#bottom-nav a, #bottom-nav a:visited {
display:block;
color: #fff;
padding:6px 12px;
}
#bottom-nav a:hover, #bottom-nav a:active, .current_page_item a, #home .on {
background: #011321;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
behavior: url(css/border-radius.htc);
text-decoration:none
}

.clear {clear:both;}

.clearfix {clear:both;}

