/*
Theme Name: LA Bartenders
Theme URI: http://www.nation1.co.uk/
Description: Theme for LA Bartenders
Version: 1.0
Author: Nation1
Author URI: http://www.nation1.co.uk/
Tags: la bartenders

	LA Bartenders
*/



html,
body {
	height: 100%;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Arial';
	background: #000000 url(images/background-body.jpg) left top;
	padding: 0px;
	margin: 0px;
}

body, a {
	color: #636363;
}

p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

a img {
	border: none;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	color: #1A1A1A;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

h1, h2 {
	font-size: 1.8em;
	line-height: 1.1em;
}

h3 {
	font-size: 1.1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #1A1A1A;
}

hr {
	height: 1px;
	width: 100%;
	background: transparent;
	border: none;
	border-top: 1px dotted #A7A7A7;
	padding: 0px;
	margin: 15px 0px;
}

input[type='text'] {
	border: 1px solid #ACACAC;
	padding: 1px;
}


/**
 * Basic styles
 */
ul.nav {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

ul.nav li {
	margin: 0px;
	padding: 0px;
	float: left;
}

.shadow {
	position: absolute;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 200;
}



/**
 * Structure
 */
#container {
	width: 950px;
	min-height: 100%;
	padding: 10px 5px 30px 5px;
	background: #FFFFFF;
	margin: auto;
	position: relative;
}

#header {
	width: 910px;
	height: 67px;
	background: #4A494B url(images/background-header.jpg) repeat-x left top;
	padding: 20px 20px 10px 20px;
	position: relative;
	z-index: 20;
}

#container_content {
	z-index: 10;
}

#logo {
	position: absolute;
	right: 20px;
	z-index: 500;
	width: 163px;
	height: 175px;
}

#flash {
	position: absolute;
	top: -33px;
	left: 0px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -5000px;
	outline: none;
}

#tagline {
	font-size: 1.8em;
	color: #808080;
}

#navigation {
	position: absolute;
	bottom: 10px;
	z-index: 400;
}

#navigation ul {
	position: relative;
}

#navigation li {
	background: transparent url(images/header-nav-bullet.png) no-repeat left center;
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 0px 10px 0px 14px;
}

#navigation li:first-child {
	background: none;
	padding: 0px 10px 0px 0px;
}

#navigation li:hover,
#navigation li.current_page_ancestor,
#navigation li.current_page_item {
	padding-right: 5px;
	padding-left: 9px;
}

#navigation li:hover:first-child,
#navigation li:hover:first-child,
#navigation li.current_page_ancestor:first-child,
#navigation li.current_page_item:first-child {
	padding-left: 0px;
	margin-left: -5px;
}

#navigation li:hover a,
#navigation li.current_page_ancestor a,
#navigation li.current_page_item a {
	height: 5em;
	background: #8BC53F;
	padding: 5px 5px 20px 5px;
	margin-top: -5px;
	position: relative;
}

#navigation li a {
	color: white;
}

#header-shadow {
	width: 950px;
	height: 11px;
	background-image: url(images/header-nav-shadow.png);
	bottom: -11px;
	left: 0px;
}


/**
 * Content page templates
 */
#container_content {
	position: relative;
	font-size: 1.1em;
}

#content {
	padding: 20px;
	width: 910px;
	background: #EBEBEB;
	min-height: 100px;
	position: relative;
	z-index: 20;
}

#content .content a, #content .navigation a {
    text-decoration: underline;
}

#content .content a:hover, #content .navigation a:hover {
	text-decoration: none;
}

#content .content ul {
	margin: 10px 0px;
	padding-left: 13px;
}

#content .content h2,
#content .content h3 {
	padding-top: 11px;
	border-top: 1px dotted #A7A7A7;
}

#content .content h2+h3,
#content .content h2:first-child {
	padding-top: 0px;
	border-top: none;
}


#content .content h2:first-child {
	border-top: none;
	padding-top: 0px;
}

#content .content h2 small {
	position: absolute;
	right: 20px;
	font-size: 0.55em;
	font-weight: bold;
}


#content-shadow-top,
#content-shadow-bottom {
	width: 950px;
	left: 0px;
}

#content-top {
	z-index: 10;
}

#content-top img {
	display: block;
}

#content-shadow-top {
	background-image: url(images/body-shadow-top.png);
	top: -9px;
	height: 9px;
}

#content-shadow-bottom {
	background-image: url(images/body-shadow-bottom.png);
	bottom: -11px;
	height: 11px;
}


/**
 * Footer page templates
 */
#footer {
	margin-top: 20px;
	color: #999999;
}

#footer hr {
	margin: 14px 0px;
}

#footer .nav {
	width: 910px;
	height: 132px;
}

#footer .nav li {
	width: 202px;
	height: 114px;
	padding: 9px;
	margin-left: 10px;
	background: #636363;
	position: relative;
}

#footer .nav li a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	color: #FFFFFF;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}

#footer .nav li a strong {
	margin-bottom: 5px;
	display: block;
}

#footer .nav li a span {
	display: block;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
}

#footer .nav li img {
	position: absolute;
	bottom: 0px;
}

#footer .nav li:first-child {
	margin-left: 0px;
}

#footer .nav li .shadow {
	background: transparent url(images/nav-box-shadow.png) no-repeat left 0px;
	width: 222px;
	height: 8px;
	left: 0px;
	bottom: -8px;
}

#footer address {
	float: left;
	width: 440px;
	font-style: normal;
}

.follow {
	width: 120px;
	margin: 0px;
	height: 21px;
	line-height: 21px;
	float: left;
	position: relative;
}

.follow a {
	display: block;
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
	background-image: url(images/footer-logos.png);
	text-indent: -5000px;
	position: absolute;
	top: 0px;
}

.follow a.twitter {
	background-position: 0px -21px;
	right: 0px;
}

.follow a.twitter:hover {
	background-position: 0px 0px;
}

.follow a.facebook {
	background-position: -21px -21px;
	right: 30px;
}
.follow a.facebook:hover {
	background-position: -21px 0px;
}

#mailing_list {
	width: 350px;
	text-align: right;
	float: left;
}

#mailing_list p {
	height: 24px;
	line-height: 24px;
	float: right;
	margin-bottom: 0px;
}

#mailing_list p.error {
	right: 34px;
	position: relative;
	font-weight: bold;
	color: #BE1E2D;
}

#mailing_list p * {
	float: left;
	vertical-align: middle;
	line-height: 24px;
}

#mailing_list p br {
	float: none;
}

#mailing_list.subscribed p {
	line-height: normal;
}

#mailing_list input {
	margin-left: 10px;
	position: relative;
	top: 2px;
}

#mailing_list input[type='submit'] {
	display: block;
	top: 0px;
	width: 24px;
	height: 24px;
	padding: 0px;
	border: 0px solid #FFFFFF;
	cursor: pointer;
	text-indent: -1000px;
	font-size: 0px;
	line-height: 0px;
}

#mailing_list input.error {
	border-color: #BE1E2D;
}

#drinkaware {
	position: absolute;
	margin: 0px;
	bottom: 20px;
	right: 20px;
	width: 136px;
	height: 13px;
}

#drinkaware a {
	display: block;
	background: transparent url(images/drinkaware.png) no-repeat left top;
	text-indent: -5000px;
	outline: none;
}

a#siteby{
	background: transparent url(images/nation1.gif) 0 0 no-repeat;
	display: block;
	height: 17px;
	margin-left: 19px;
	margin-top: 14px;
	padding-left:27px;
	text-decoration: underline;
	width: 84px;
}


/**
 * Default page templates
 */
.archive #content .navigation,
.single #content .navigation,
.page-template-default #content .navigation,
.page-template-news-php #content .navigation {
	float: left;
	width: 280px;
	padding-right: 15px;
	border-right: 1px solid #A7A7A7;
}

.page-template-default #content .gallery .navigation {
	width: 215px;
	margin-top: 10px;
	border-right: none;
	padding-right: 0px;
	float: none;
}

.archive #content .navigation ul,
.single #content .navigation ul,
.page-template-default #content .navigation ul,
.page-template-news-php #content .navigation ul {
	margin: 0px;
	padding: 0px;
}

.archive #content .navigation li,
.single #content .navigation li,
.page-template-default #content .navigation li,
.page-template-news-php #content .navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 2px;
}

.archive #content .navigation li a,
.single #content .navigation li a,
.page-template-default #content .navigation li a,
.page-template-news-php #content .navigation li a {
	background: transparent url(images/nav-bullet.png) no-repeat 0px -19px;
	display: block;
	margin-left: 5px;
	padding-left: 15px;
	text-transform: uppercase;
}

.archive #content .navigation li:hover a,
.archive #content .navigation li.current_page_item a,
.single #content .navigation li:hover a,
.single #content .navigation li.current_page_item a,
.page-template-default #content .navigation li:hover a,
.page-template-default #content .navigation li.current_page_item a,
.page-template-news-php #content .navigation li:hover a,
.page-template-news-php #content .navigation li.current_page_item a {
	background-position: 0px -3px;
	margin-left: 5px;
	color: #FFFFFF;
}

.archive #content .navigation li:hover,
.archive #content .navigation li.current_page_item,
.single #content .navigation li:hover,
.single #content .navigation li.current_page_item,
.page-template-default #content .navigation li:hover,
.page-template-default #content .navigation li.current_page_item,
.page-template-news-php #content .navigation li:hover,
.page-template-news-php #content .navigation li.current_page_item {
	background: #8BC53F;
}

.archive #content .content,
.single #content .content,
.page-template-default #content .content,
.page-template-news-php #content .content {
	float: right;
	width: 594px;
	padding-left: 20px;
	margin-left: -1px;
	border-left: 1px solid #A7A7A7;
}

.page-template-default #content .content.has_gallery .text {
	width: 351px;
	float: left;
}

body.page-template-default #content .content h2 {
	clear: right;
}

.page-template-default #content .content.has_gallery .gallery, 
.page-template-default #content .content.has_gallery .further_gallery {
	width: 229px;
	float: right;
	/*border-top: 1px dotted #A7A7A7;*/
	padding-left: 14px;
	/*padding-top: 10px;*/
	margin-bottom: 10px;
}

.page-template-default #content .content.has_gallery .gallery .main {
	padding: 7px;
	padding-top: 20px;
	background: #E1E1E1;
}

.page-template-default #content .content.has_gallery .gallery .main p {
	line-height: 1.1em;
	margin-top: 11px;
}
	
.page-template-default #content .content.has_gallery .gallery .images,
.page-template-default #content .content.has_gallery .gallery .videos {
	display: none;
}

/**
 * Index page templates
 */
.page-template-index-php #content-top .navigation {
	position: relative;
	width: 215px;
	height: 350px;
	overflow: hidden;
	float: left;
	z-index: 15;
}

.page-template-index-php #content-top .navigation ul {
	position: relative;
}

.page-template-index-php #content-top .navigation li {
	float: none;
	border-bottom: 1px solid #E7E7E7;
	margin-right: 5px;
}

.page-template-index-php #content-top .navigation li:last-child {
	border-bottom: none;
}

.page-template-index-php #content-top .navigation li,
.page-template-index-php #content-top .navigation li img {
	width: 215px;
	height: 116px;
}

.page-template-index-php #content-top .content {
	width: 734px;
	float: right;
	position: relative;
	height: 350px;
	border-left: 1px solid #E7E7E7;
}

.page-template-index-php #content-top .content a {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.page-template-index-php #content .content {
	border-right: 1px solid #A7A7A7;
	border-left: 1px solid #A7A7A7;
	width: 278px;
	padding-right: 15px;
	padding-left: 20px;
	margin-left: -1px;
	float: left;
}

.page-template-index-php #content .left {
	padding-left: 0px;
	margin-left: 0px;
	border-left: none;
}

.page-template-index-php #content .middle p {
	color: #BE1E2D;
	font-style: italic;
	font-size: 1.3em;
}

.page-template-index-php #content .right {
	border-right: none;
	padding-right: 0px;
}

.page-template-index-php #content .right h3 a {
	color: #BE1E2D;
	font-weight: bold;
}

.page-template-index-php #content-top .jcarousel-prev,
.page-template-index-php #content-top .jcarousel-next {
	position: absolute;
	width: 215px;
	height: 24px;
	left: 0px;
	z-index: 50;
	cursor: pointer;
	text-align: center;
}

.page-template-index-php #content-top .jcarousel-prev {
	top: 10px;
}

.page-template-index-php #content-top .jcarousel-next {
	bottom: 10px;
}

.page-template-index-php #content-top .jcarousel-prev img,
.page-template-index-php #content-top .jcarousel-next img {
	margin: auto;
}


/**
 * Gallery page templates
 */
.page-template-gallery-php #content-top {
	height: 340px;
	margin-left: -1px;
	margin-right: -1px;
	margin-top: -1px;
}

.page-template-gallery-php #content-top a {
	display: block;
	float: left;
	margin: 1px;
	width: 66px;
	height: 66px;
	overflow: hidden;
	position: relative;
}
.page-template-gallery-php #content-top .ui-tabs-nav {
	display: none;
}

.page-template-gallery-php #content-top a img {
	position: relative;
	top: -4px;
	left: -4px;
	display: block;
}

.page-template-gallery-php #container_content {
}

.page-template-gallery-php #content .content.left {
	width: 594px;
	padding-right: 15px;
	border-right: 1px solid #A7A7A7;
}

.page-template-gallery-php #content .content.right {
	width: 280px;
	padding-left: 20px;
	margin-left: -1px;
	border-left: 1px solid #A7A7A7;
}


/**
 * Contact us page templates
 */
.page-template-contact-us-php #content .navigation {
	float: left;
	width: 280px;
	padding-right: 15px;
	border-right: 1px solid #A7A7A7;
}

.page-template-contact-us-php #content .content {
	float: left;
	width: 279px;
	padding-left: 20px;
	padding-right: 15px;
	margin-left: -1px;
	border-left: 1px solid #A7A7A7;
	border-right: 1px solid #A7A7A7;
}

.page-template-contact-us-php #content .navigation strong {
	color: #BE1E2D;
}

.page-template-contact-us-php #content .content.left {
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}

.page-template-contact-us-php #content .content.right {
	padding-right: 0px;
	border-right: 0px;
	margin-right: 0px;
}

.page-template-contact-us-php #content .content ul {
	margin-left: 0px;
	padding-left: 0px;
	clear: both;
}

.page-template-contact-us-php #content .content li {
	list-style-type: none;
	min-height: 1.3em;
	margin: 2px;
	clear: both;
	padding-left: 10em;
	color: #636363;
}

.page-template-contact-us-php #content .content li a {
	color: #BE1E2D;
	width: 140px;
}

.page-template-contact-us-php #content .content li strong {
	display: block;
	float: left;
	margin-right: 10px;
	margin-left: -10em;
	font-weight: normal;
}

.page-template-contact-us-php #content .content li a {
	float: left;
}


/**
 * News page templates
 */
.archive #content .content h2,
.archive #content .content h3,
.single #content .content h2,
.single #content .content h3,
.page-template-news-php #content .content h2,
.page-template-news-php #content .content h3 {
	padding-top: 0px;
	border-top: none;
	margin-bottom: 3px;
}

.archive #content .content h3,
.single #content .content h3,
.page-template-news-php #content .content h3 {
	margin-bottom: 10px;
	font-size: 1.0em;
}

.single #content .content .back {
	position: absolute;
	right: 20px;
	top: 20px;
}

.single #content .content .back a {
	font-size: 0.6em;
	line-height: 1em;
	padding: 3px 15px;
	background: #8BC53F;
	color: #FFFFFF;
	text-transform: uppercase;
}


.highlight {
	color: #8BC53F;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	height: 0px;
	clear: both;
	display: block;
}

.hidden {
	display: none !important;
}

.hover {
	cursor: pointer;
}
