/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

/* Reset: based on http://meyerweb.com/eric/tools/css/reset v1.0 | 20080212, sans table styles
============================================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
hr{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
cite,
address {
	display:inline;
	font-style:normal;
}

/* Typography
======================================================*/
body {
	background: #FFF;
	color: #666;
	font: 14px/18px "helvetica-neue", "helvetica neue", helvetica, arial, sans-serif;
}
code {
	font-family: "Lucida Console", Monaco, monospace;
}
*[lang] {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
acronym,
.caps {
	text-transform: uppercase;
}
.small-caps {
	font-variant: small-caps;
}
acronym,
.num,
.caps,
.small-caps {
	letter-spacing: 0.1em;
}
pre {
	overflow: auto;
}
textarea {
	font: 14px/18px "helvetica-neue", "helvetica neue", helvetica, arial, sans-serif;
	padding: 3px;
}
/* Links */
a {
	color: #F00;
	text-decoration: none;
}
/* specify all three for accessibility */
a:focus,
a:hover,
a:active {
	text-decoration: underline;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #F00;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #F00;
	text-decoration: none;
}
/* elements with title attribute */
abbr[title],
acronym[title],
dfn[title],
span[title],
del[title] {
	cursor: help;
}
/* typogrify: inset initial double quotes. */
.dquo {
	margin-left: -.45em;
}
 /* fancy ampersands */
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-size: 13px;
	font-style: italic;
}
/* Font sizes and vertical measure */
h1 {color:#333;}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
	display:block;
	margin-bottom:18px;
	font-weight:normal;
	text-align:left;
	line-height:1.25em;
}
h1,
.h1 {
	font-size: 24px;
	line-height:1;
}
h2,
.h2 {
	font-size: 18px;
}
h3,
.h3 {
	font-size: 14px;
}
p,
pre,
dl,
ul,
ol {
	margin-bottom:18px;
}
blockquote {
	border-left:2px solid #EAEAEA;
	margin:0 9px 9px;
	padding-left:10px;
}
ol {
	margin-left:36px;
}
dd {
	margin-left:18px;
}
li ul,
li ol {
	margin-bottom: 0;
}
li,
dd,
.tight {
	margin-bottom:9px;
}
ul li {
	background:url(../img/arrow-bullet-grey.gif) no-repeat left top;
	list-style:none;
	padding-left:20px;
	margin-left:0;
}
#news-ticker li {
	background:none;
	padding-left:0;
	}
ul li a {
	background:url(../img/arrow-bullet.gif) no-repeat left top;
	list-style:none;
	padding-left:20px;
	margin-left:0;
}
ul li.menuItem a {
	background:url(none);
	list-style:none;
	padding-left:0;
	margin-left:0;
}
acronym,
.caps,
.small {
	font-size: 11.5px;
}
.small {
	font-size: 10px;
}
hr {
	background:#E1E1E1;
	color:#E1E1E1;
	height:2px;
	margin:0 0 18px 0;
	clear: both;
}
hr.devider {
	background:#E1E1E1;
	color:#E1E1E1;
	height:10px;
	margin:0 0 18px 0;
	}
.rule-major{
	background-color:#EAEAEA;
}
.rule,
.rule-minor {
	border-top:1px solid #cecfd1;
	height:9px;
	margin:0 0 18px;
}
.rule-major {
	border-top:1px solid #cecfd1;
	height:35px;
	margin:0 0 18px;
}
.rule hr,
.rule-minor hr,
.rule-major hr {
	display:none;
}

/* No formatting class */
.plain,
.plain li {
	background:transparent;
	border:0;
	font-style:normal;
	list-style:none;
	margin:0;
	padding:0;
}
.alt-font {
	color: #999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
.alt-font a {
	font-family:"helvetica-neue", "helvetica neue", helvetica, arial, sans-serif;
	font-style:normal;
}

/* Added */

strong {
	}

/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

/* UI:Shared classnames
================================================================= */
.accessibility {
	left:-32000px;
	position:absolute;
	}
.lofi {
	display:none;
	}
/* http://sonspring.com/journal/clearing-floats */
html body div.clear,
html body span.clear {
	background:none;
	border:0;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	margin:0;
	padding:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	}
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0;
	}
.clearfix {
	display:inline-block;
	}
* html .clearfix {
	height:1%;
	}
.clearfix {
	display:block;
	}
h1.page-title {
	color:#666;
	font-size:14px;
	}
a img {
	border:0 none;
	}

/* General horizontal navigation lists with dropdown magic */
.nav,
.nav ul,
.nav li {
	background:transparent;
	list-style:none;
	margin:0;
	padding:0;
	}
.nav ul {
	background:#EAEAEA;
	z-index:9999;
	}
.nav li {
	float:left;
	}
.nav li a {
	display:block;
	padding:3px 10px 1px;
	background:#F00 none;;
	color:#FFF;
	margin:0 1px 1px 0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	}
.nav li a:hover {
	text-decoration:none;
	background-color:#FFF;
	color:#F00;
	}
.nav li li a {
	background-color:#F00;
	color:#FFF !important;
	margin:0 0 1px 0;
	}
.nav li.current-cat a {
	background:#F00;
	}
.nav li.current-cat a:hover {
	color:#F00;
	background:#FFF;
	}
.nav li li a:hover {
	background-color:#FFF;
	color:#F00 !important;
	}
.nav li ul,
.nav li li {
	margin-right:0;
	width:200px;
	}
.nav li li ul {
	margin:-22px 0 0 200px;
	}
.nav li.secondary {
	float:right;
	margin-left:12px;
	margin-right:0;
	}
/* dropdown action */
.nav li ul,
.nav li:hover li ul,
.nav li li:hover li ul,
.nav li.hover li ul,
.nav li li.hover li ul {
	left:-32697px;
	position:absolute;
	}
.nav li:hover ul,
.nav li li:hover ul,
.nav li li li:hover ul,
.nav li.hover ul,
.nav li li.hover ul,
.nav li li li.hover ul {
	left:auto;
	}
.pagination,
.pagination-single {
	overflow:hidden;
	margin-bottom:18px;
	}
.pagination .previous a,
.pagination-single .previous a,
.pagination .next a,
.pagination-single .next a {
	color:#FFF;
	background-color:#F00;
	padding:8px 10px;
	font-weight:bold;
	}
.pagination .previous a,
.pagination-single .previous a {
	float:left;
	padding-left:20px;
	background:#F00 url(http://liquidchefs.co.za/venue/_img/bg-pagination-left.gif) no-repeat left center;
	}
.pagination .next a,
.pagination-single .next a {
	float:right;
	padding-right:20px;
	background:#F00 url(http://liquidchefs.co.za/venue/_img/bg-pagination-right.gif) no-repeat right center;
	}
.loading {
	background:url(../img/spinner.gif) 10px 17px no-repeat;
	clear:both;
	color:#ccc;
	height:50px;
	}
.loading span {
	display:block;
	padding:17px 32px 0;
	}
.close {
	border-bottom:1px dotted #cecfd1;;
	padding-bottom:18px;
	}
.close a {
	margin:0;
	background-color:#F00;
	border:none;
	border-style:none;
	padding:3px 5px;
	color:#FFF;
	font-family:"helvetica neue", helvetica-neue, helvetica, arial, sans-serif;
	font-size:0.9em;
	text-transform:uppercase;
	font-weight:bold;
	}
.close a:hover {
	background-color:#FFF;
	color:#F00;
	}
	
/* including for compatibility */
.alignleft {
	float:left;
	margin-right:18px;
	margin-bottom:18px;
	display:block;
	}
.alignright {
	float:right;
	margin-left:18px;
	margin-bottom:18px;
	display:block;
	}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
.wp-caption {
	border:1px dotted #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
	}
.wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
	}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
	}

/* Structure
================================================
	Total width:960
	Columns:12
	Column width:58px
	Gutter width:24px
	Unit (column + gutter):82px
	Interior padding:6px = colum width 50px
	#content = 7 units
	#sidebar = 5 units
*/
.section { /* Full-width areas */
	min-width:980px; /* cut-off background fix */
	}
.wrapper {
	clear:both;
	margin:0 auto;
	width:960px;
	}
#header {
	background-color:#000;
	background-repeat:repeat-x;
	background-position:left bottom;
	color:#cecfd1;
	}
#header .wrapper {
	background-repeat:repeat-x;
	background-position:center bottom;
	padding:20px 10px 5px;
	}
#header a {
	background-color:#F00;
	color:#000;
	padding:2px 10px;
	margin-right:5px;
	}
#header a:hover {
	background-color:#000;
	color:#F00;
	text-decoration:none;
	}
#header .current_page_item a {
	background-color:#000;
	color:#F00;
	padding:1px 9px;
	border:1px dotted #F00;
	}
#header .current_page_item a:hover {
	border:1px dotted #000;
	}
#header #blog-title a {
	background-color:transparent;
	padding:0;
	}
#header #blog-title a img {
	margin:20px 0;
	}
#header #flash-title {
	margin:17px 0 9px;;
	}
#navigation a {
	font-weight:bold;
	text-transform:uppercase;
	}
#navigation .secondary a,
#navigation li li a {
	font-weight:normal;
	text-transform:none;
	}

#sub-header {
	background-color:#EAEAEA;
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #E1E1E1;
	padding:5px 0;
	}
#all-categories {
	padding:0;
	}
#all-categories-title {
	float:left;
	font-weight:normal;
	margin-right:12px;
	}

#main {
	background-color:#FFF;
	margin:24px 0 1em;
	}
#content {
	padding-bottom:0;
	width:960px;
	}
#sidebar {
	background-color:#EAEAEA;
	border-top:10px solid #E1E1E1;
	border-bottom:10px solid #E1E1E1;
	clear:left;
	padding:15px;
	width:930px;
	}
#sidebar #primary-sidebar,
#sidebar #secondary-sidebar,
#sidebar #tertiary-sidebar {
	float:left;
	width:300px;
	margin-right:15px;
	}
#sidebar #tertiary-sidebar {
	margin-right:0;
	}


a.sideb-bb {
	display:block;
	width:300px;
	height:150px;
	background:url(http://liquidchefs.co.za/venue/_img/button-bb.gif) no-repeat left top;
	}
a.sideb-bb:hover {
	background:url(http://liquidchefs.co.za/venue/_img/button-bb.gif) no-repeat left bottom;
	}
a.sideb-cs {
	display:block;
	width:300px;
	height:150px;
	background:url(http://liquidchefs.co.za/venue/_img/button-cs.gif) no-repeat left top;
	}
a.sideb-cs:hover {
	background:url(http://liquidchefs.co.za/venue/_img/button-cs.gif) no-repeat left bottom;
	}
a.sideb-lc {
	display:block;
	width:300px;
	height:150px;
	background:url(http://liquidchefs.co.za/venue/_img/button-lc.gif) no-repeat left top;
	}
a.sideb-lc:hover {
	background:url(http://liquidchefs.co.za/venue/_img/button-lc.gif) no-repeat left bottom;
	}


#footer {
	background-repeat:repeat-x;
	background-position:left top;
	clear:both;
	color:#999;
	padding:0 0 36px;
	font-size:12px;
	}
#footer .wrapper {
	background-color:#EAEAEA;
	border:1px solid #E1E1E1;
	overflow:hidden;
	padding:15px 15px 0;
	width:930px;
	}
.footer-1, .footer-2, .footer-3 {
	float:left;
	width:300px;
	margin-right:15px;
	}
.footer-3 {
	margin-right:0;
	}

/* Posts
 =============================== */
.entry-content,
.entry-summary {
	overflow:auto;
	}
.hentry {
	position:relative;
	}
.hentry .edit {
	background-color:#F00;
	font-size:11.5px;
	padding:2px 10px 1px;
	left:-32697px;
	position:absolute;
	top:0;
	}
.hentry:hover .edit,
.post:hover .edit-post,
.comment.hentry:hover .edit-comment {
	left:auto;
	right:0;
	}
.hentry:hover .edit-comment {
	left:-32697px;
	right:auto;
	}
.comment.hentry.bypostauthor:hover .edit-comment {
	top:2px;
	right:2px;
	}
.edit a,
.edit a:hover{
	color:#fff;
	}
.full .full-content {
	clear:both;
	text-align:justify;
	overflow:auto;
	margin-bottom:18px;
	padding-bottom:0;
	border-bottom:10px solid #E1E1E1;
	}
.full .full-content td p {
	text-align:left;
	}
.full .pages-link,
.page-numbers {
	font-weight:bold;
	}
.full .pages-link a,
a.page-numbers {
	border:1px dotted #cecfd1;
	font-weight:normal;
	}
.full .pages-link a,
.page-numbers{
	padding:2px 6px;
	}
.full .pages-link a:hover {
	border-color:#666;
	text-decoration:none;
	}
.full p.comments-link {
	float:right;
	}

.hentry ul {
	margin-left:0;
	}
.hentry ol {
	margin-left:24px;
	}

.archive {
	list-style:none;
	margin:0 0 18px 0;
	}
.archive li {
	margin-bottom:0;
	}
.archive .full {
	margin-top:18px;
	}
.excerpt {
	background:url(../img/arrow-bullet.gif) no-repeat 0 12px;
	border-bottom:1px dotted #cecfd1;
	color:#666;
	padding:12px 0px 12px 20px;
	position:relative;
	}
.excerpt-thumb {
	padding:0 10px 0 0;
	float:left;
	}
.excerpt strong.entry-title {
	font-size:14px;
	}
.excerpt strong.entry-title a {
	color:#F00;
	}
.excerpt strong.entry-title a:hover {
	color:#F00;
	text-decoration:none;
	}
.excerpt .date {
	margin-top:1.5em;
	}
.excerpt p {
	margin:0;
	}
.excerpt .date,
.excerpt .comments-link a,
.excerpt .comments-link span {
	display:block;
	width:140px;
	}
.excerpt .date,
.excerpt .comments-link {
	position:absolute;
	right:0;
	top:14px;
	}
.search {
	border-top:1px dotted #cecfd1;
	padding-top:18px;
	}

/* Comments and comment form
=================================== */
.commentlist{
	clear:both;
	list-style:none;
	margin:0 0 18px;
	}
li.li-comment{
	background:transparent;
	margin:0;
	padding:0;
	position:relative;
	}
li.li-comment li.li-comment {
	background:url(../img/comment-thread.gif) no-repeat 0 3px;
	padding-left:24px;
	}
.commentlist .comment {
	margin-bottom:8px;
	overflow:hidden;
	padding:0 0 0 60px;
	}
.commentlist .comment .photo img{
	margin-left:-60px;
	position:absolute;
	}
.comment cite.fn {
	font-size:14px;
	font-weight:bold;
	}
.comment .comment-content {
	overflow:hidden;
	margin-bottom:4px;
	}
.comment .comment-content p:last-child,
.comment .comment-content p.last-child {
	margin-bottom:0;
	}
.comment-meta {
	color:#666;
	font-size:10.5px;
	}
.comment-meta .date {
	float:right;
	}
.comment-reply-link,
.comment-reply-link:hover {
	background:#900;
	color:#fff;
	font-size:9.5px;
	opacity:.7;
	padding:3px 5px 2px;
	}
/* author comments */
.commentlist .bypostauthor {
	background-color:#efeff1;
	padding:8px 12px 6px 72px;
	}

/* trackbacks and pingbacks */
.ping {
	border-top:1px dotted #cecfd1;
	padding:9px;
	}
.ping .entry-summary,
.ping .entry-summary p {
	border:0;
	margin:0;
	padding:0;
	}
form.comment-form {
	background-color:#efeff1;
	border:1px dotted #EAEAEA;
	margin-bottom:8px;
	padding:9px 9px 0;
	}
.comment-form label {
	color:#51555c;
	font-weight:bold;
	}
.comment-form-user-info input {
	margin-right:9px;
	width:200px;
	}
.comment-form em {
	color:#666;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	}
.comment-form textarea {
	height:9em;
	width:95%;
	}

/* Form Elements
============================== */
select {
	width:228px !important;
	}

/* Sidebar and Widgets
============================== */
.widget {
	width:300px;
	height:150px;
	}
h2.widget-title,
.widget_search label {
	font-size:1.16666667em; /* 14 */
	line-height:1.28571429;
	margin:0 0 .58333334em 0;
	}
.widget li {
	margin:0;
	}
.widget_search label {
	display:block;
	font-weight:bold;
	}
.widget_search input {
	margin-bottom:6px;
	}
#carrington-subscribe h2.widget-title {
	color:#666;
	float:left;
	font:normal 1.16666667em/1.28571429 helvetica, arial, sans-serif; /* 14 */
	margin:7px 0 0;
	text-transform:uppercase;
	}
#carrington-about {
	padding-bottom:24px;
	}
#carrington-about .about{
	background-color:#fff;
	overflow:hidden;
	padding:12px;
	}
#carrington-about p {
	margin:0;
	}
#carrington-about a.more {
	float:right;
	}
#carrington-archives ul {
	border-top:1px dotted #cecfd1;
	}
#carrington-archives li {
	background-position:left 6px;
	border-bottom:1px dotted #cecfd1;
	}
#carrington-archives li a {
	display:block;
	padding:6px 0;
	}
#sidebar ol {
	margin-left:26px;
	}

/* Misc
=================================== */

#TB_secondLine {
	color:#666;
	font-family:Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
	}
#TB_title{
	background-color:#51555c;
	color:#fff;
	font-size:11.5px;
	line-height:18px;
	}
#TB_title a {
	color:#fff;
	}
a#TB_prev:hover,
a#TB_next:hover {
	height:100%;
	}
a#TB_prev:hover {
	background:url(../img/lightbox/prevlabel.gif) no-repeat left center;
	}
a#TB_next:hover {
	background:url(../img/lightbox/nextlabel.gif) no-repeat right center;
	}

/* Misc Search
=================================== */
#cfct-search {
	position:absolute;
	right:0;
	top:5px;
	}
#cfct-search-input {
	}
#cfct-search-submit {
	margin:0 0 0 8px;
	background-color:#F00;
	border:none;
	border-style:none;
	padding:4px 10px 2px;
	color:#FFF;
	font-family:"helvetica neue", helvetica-neue, helvetica, arial, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	}
#cfct-search-submit:hover {
	background-color:#FFF;
	color:#F00;
	}

/* Other Stuff
=================================== */
.more-link {
	display:block;
	margin-top:18px;
	clear: both;
	}
#news-ticker {
	margin-top:-18px;
	margin-bottom:-14px;
	}
table, .full-content  {
	margin-bottom:18px;
	width:100%;
	}
table h3, table p  {
	margin:0;
	}
.description {
	text-align: justify;
	background-color:#EAEAEA;
	border-top:10px solid #E1E1E1;
	border-bottom:10px solid #E1E1E1;
	clear:left;
	padding:18px 18px 0;
	margin-bottom:18px;
	}
.nowrap {
	white-space:nowrap;
	}
.valuads {
	background:#FF0;
	float:left;
	margin:0 0 18px;
	padding:15px;
	border:1px solid #E1E1E1;
	border-left-width:10px;
	max-width:430px;
	}
.extras {
	background:#EAEAEA;
	float:left;
	margin:0 0 18px 18px;
	padding:15px;
	border:1px solid #E1E1E1;
	border-left-width:10px;
	max-width:430px;
	}
.gallery {
	margin-top:0 !important;
	padding:0 !important;
	display:block;
	overflow:auto;
	float:left;
	}
.payoff {
	position:absolute;
	left:340px;
	top:16px;
	}

/* Bar Description
=================================== */
.bardescription {
	margin-bottom:0;
	}
.bardescription td {
	padding:0 10px 10px 0;
	vertical-align:top;
	}
.bardescription td.lastTD {
	padding-right:0;
	text-align:left;
	}
.bardescription h3 {
	padding:3px 10px 2px;
	background:#000;
	color:#FFF;
	margin:0 0 8px;
	white-space:nowrap;
	}
.bardescription p {
	clear:left;
	margin-bottom:0;
	}

/* Social Icons
=================================== */
.social {
	display:block;
	overflow:auto;
	width:100%;
	margin:0 0 18px 0;
	}
.facebook a,
.miworld a,
.twitter a {
	float:left;
	height:23px;
	text-decoration:none;
	}
.facebook a {
	width:52px;
	background:url(http://liquidchefs.co.za/venue/_img/social-network-logos.gif) no-repeat left top;
	margin-right:10px;
	}
.miworld a {
	width:105px;
	background:url(http://liquidchefs.co.za/venue/_img/social-network-logos.gif) no-repeat -52px top;
	}
.twitter a {
	width:72px;
	background:url(http://liquidchefs.co.za/venue/_img/social-network-logos.gif) no-repeat right top;
	}

/* Subscribe
=================================== */
.subscribe {
	margin:0 0 10px 0;
	padding:3px 0 0 0;
	}

/* Inter Post Nav
=================================== */
.interpostnav.back {
	float:right;
	margin-top:-30px;
	}
.interpostnav.back a {
	margin-right:0;
	}
.interpostnav a {
	margin:0 5px 0 0;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	background-color:#FFF;
	color:#F00;
	padding:2px 9px;
	border:1px solid #F00;
	}
.interpostnav a:hover {
	padding:2px 9px;
	border:1px solid #F00;
	background-color:#F00;
	color:#FFF;
	}

/* 4 x Button on home page
=================================== */
#fourbuttons {
	width:960px;
	height:200px;
	margin:0 0 18px;
	}
a.fourbuttons1, 
a.fourbuttons2, 
a.fourbuttons3, 
a.fourbuttons4 {
	float:left;
	height:200px;
	text-decoration:none;
	}
a.fourbuttons1 {
	background:url(http://liquidchefs.co.za/venue/_img/fourbuttons.jpg) no-repeat left top;
	width:251px;
	z-index:100;
	}
a.fourbuttons1:hover {
	background:url(http://liquidchefs.co.za/venue/_img/fourbuttons.jpg) no-repeat left bottom;
	z-index:100;
	}
a.fourbuttons2 {
	background:url(http://liquidchefs.co.za/venue/_img/fourbuttons.jpg) no-repeat -251px top;
	width:236px;
	z-index:101;
	}
a.fourbuttons2:hover {
	background:url(http://liquidchefs.co.za/venue/_img/fourbuttons.jpg) no-repeat -251px bottom;
	z-index:101;
	}
a.fourbuttons3 {
	background:url(http://liquidchefs.co.za/venue/_img/fourbuttons.jpg) no-repeat -487px top;
	width:236px;
	z-index:102;
	}
a.fourbuttons3:hover {
	background:url(http://liquidchefs.co.za/venue/_img/fourbuttons.jpg) no-repeat -487px bottom;
	z-index:102;
	}
a.fourbuttons4 {
	background:url(http://liquidchefs.co.za/venue/_img/fourbuttons.jpg) no-repeat right top;
	width:237px;
	z-index:103;
	}
a.fourbuttons4:hover {
	background:url(http://liquidchefs.co.za/venue/_img/fourbuttons.jpg) no-repeat right bottom;
	z-index:103;
	}



#news-ticker {
	height:20px;
	display:block;
	}
.international {
	position:absolute;
	right:0px;
	top:-25px;
	}
.international a {
	display:inline !important;
	background:none !important;
	color:#F00 !important;
	margin:0 !important;
	padding:0 !important;
	}
.international a:hover {
	color:#F00 !important;
	text-decoration:underline !important;
	}
.simpleLink {
	display:inline !important;
	background:none !important;
	color:#F00 !important;
	margin:0 !important;
	padding:0 !important;
	}
.simpleLink:hover {
	color:#F00 !important;
	text-decoration:underline !important;
	}


td p {
	margin-bottom:18px;
	text-align:left;
	}
	
li .tickerLink {
	margin-left:0;
	}
.footerhead {
	background:#000;
	padding:4px 6px;
	color:#EEE;
	}
#footer form {
	margin-top:-3px;
	}
.bottom {
	margin-bottom:0;
	}
.box-right {
	background:#EAEAEA;
	border:1px solid #E1E1E1;
	float:right;
	padding:17px;
	margin:0 0 18px 36px;
	width:315px;
	}
.box {
	background:#EAEAEA;
	border:1px solid #E1E1E1;
	padding:17px;
	margin:0 0 18px 0;
	}
.box h1, 
.box h2, 
.box h3, 
.box h4, 
.box h5 {
	margin:0;
	}

h1 p {
	display:inline;
	}


/* Other / Detail */
.spacebot {
	margin-bottom:18px;
	}
.fbooklike {
	margin:1em 0 0 0;
	}
.newstick {
	display:block;
	margin-bottom:18px;
	}
.bigger p {
	font-size:14px;
	}
.faqmini {
	background:#1ec9e0 url(http://liquidchefs.co.za/venue/_img/faq-mini-corner.gif) no-repeat right top;
	color:#FFF;
	padding:2px 15px 2px 10px;
	}
.faqmini:hover {
	color:#FFF;
	}
.submini {
	background:#EAEAEA url(http://liquidchefs.co.za/venue/_img/bookmark-corner.gif) no-repeat right top;
	color:#F00;
	padding:2px 15px 2px 10px;
	}
.submini:hover {
	background:#F00 url(http://liquidchefs.co.za/venue/_img/bookmark-corner.gif) no-repeat right top;
	color:#FFF;
	text-decoration:none;
	}
.twitterbox {
	display:block;
	float:right;
	width:315px;
	margin:0 0 18px 36px;
	overflow:auto;
	}
a.faq {
	background:#1ec9e0 url(http://liquidchefs.co.za/venue/_img/faq.gif) no-repeat left top;
	display:block;
	margin:0 0 18px;
	width:315px;
	height:153px;
	}
a.faq:hover {
	background:#1ec9e0 url(http://liquidchefs.co.za/venue/_img/faq.gif) no-repeat left bottom;
	}
.blackbox {
	background:#000;
	padding:18px;
	margin-bottom:18px;
	overflow:auto;
	}
.blackbox img {
	float:left;
	}
.bio {
	float:left;
	color:#FFF;
	padding-left:15px;
	}
.media-date {
	font-weight:bold;
	}
.media-date-page {
	float:right;
	font-weight:bold;
	background:#E1E1E1;
	padding:2px 10px 0;
	margin:0;
	}
.bookmarks {
	margin-bottom:18px;}
.vidicon2 {
	background:#000 url(http://liquidchefs.co.za/venue/_img/vidicon2.gif) no-repeat 340px center;
	}
.video-icon-lcstory {
	background:#000 url(http://liquidchefs.co.za/venue/_img/video-icon-lcstory.gif) no-repeat 530px center;
	}
.movedown {
	margin:0 0 -6px 0;
	}
iframe {
	border:0px none;
	}
.h1-strips {
	background:#FFF url(http://liquidchefs.co.za/venue/_img/h1-strip.gif) repeat-y right top;
	}
.caps {
	text-transform:uppercase;
	}


/* VIP Member Stuff */

.vip-button {
	float:left;
	font-size: 1.2em;
	}
.vip-button a {
	padding:5px 15px;
	color: #FFF;
	background: red;
	border:1px solid maroon;
	border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	}
.vip-button a:hover {
	color: red;
	background: #CCC;
	border:1px solid #999;
	}

/* Table from Bootstrap */
table {
	max-width:100%;
	border-collapse:collapse;
	border-spacing:0;
	}
.table {
	width:100%;
	margin-bottom:18px;
	}
.table th, 
.table td {
	padding:8px;
	line-height:18px;
	text-align:left;
	border-top:1px solid #ddd;
	}
.table th {
	font-weight:bold;
	vertical-align:bottom;
	}
.table td {
	vertical-align:top;
	}
.table thead:first-child tr th, 
.table thead:first-child tr td {
	border-top:0;
	}
.table tbody + tbody {
	border-top:2px solid #ddd;
	}
.table-condensed th, 
.table-condensed td {
	padding:4px 5px;
	}
.table-bordered {
	border:1px solid #ddd;
	border-collapse:separate;
	*border-collapse:collapsed;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}
.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
	border-left:1px solid #ddd;
	}
.table-bordered thead:first-child tr:first-child th, 
.table-bordered tbody:first-child tr:first-child th, 
.table-bordered tbody:first-child tr:first-child td {
	border-top:0;
	}
.table-bordered thead:first-child tr:first-child th:first-child, 
.table-bordered tbody:first-child tr:first-child td:first-child {
	-webkit-border-radius:4px 0 0 0;
	-moz-border-radius:4px 0 0 0;
	border-radius:4px 0 0 0;
	}
.table-bordered thead:first-child tr:first-child th:last-child, 
.table-bordered tbody:first-child tr:first-child td:last-child {
	-webkit-border-radius:0 4px 0 0;
	-moz-border-radius:0 4px 0 0;
	border-radius:0 4px 0 0;
	}
.table-bordered thead:last-child tr:last-child th:first-child, 
.table-bordered tbody:last-child tr:last-child td:first-child {
	-webkit-border-radius:0 0 0 4px;
	-moz-border-radius:0 0 0 4px;
	border-radius:0 0 0 4px;
	}
.table-bordered thead:last-child tr:last-child th:last-child, 
.table-bordered tbody:last-child tr:last-child td:last-child {
	-webkit-border-radius:0 0 4px 0;
	-moz-border-radius:0 0 4px 0;
	border-radius:0 0 4px 0;
	}
.table-striped tbody tr:nth-child(odd) td, 
.table-striped tbody tr:nth-child(odd) th {
	background-color:#f9f9f9;
	}

/* Icons */
[class^="icon-"] {
	display:inline-block;
	width:14px;
	height:14px;
	vertical-align:text-top;
	background-image:url(../img/glyphicons-halflings.png);
	background-position:14px 14px;
	background-repeat:no-repeat;
	*margin-right:.3em;
	margin-right:5px;
	}
[class^="icon-"]:last-child {
	*margin-left:0;
	}
.icon-white {
	background-image:url(../img/glyphicons-halflings-white.png);
	}
.icon-glass {
	background-position:0 0;
	}
.icon-music {
	background-position:-24px 0;
	}
.icon-search {
	background-position:-48px 0;
	}
.icon-envelope {
	background-position:-72px 0;
	}
.icon-heart {
	background-position:-96px 0;
	}
.icon-star {
	background-position:-120px 0;
	}
.icon-star-empty {
	background-position:-144px 0;
	}
.icon-user {
	background-position:-168px 0;
	}
.icon-film {
	background-position:-192px 0;
	}
.icon-th-large {
	background-position:-216px 0;
	}
.icon-th {
	background-position:-240px 0;
	}
.icon-th-list {
	background-position:-264px 0;
	}
.icon-ok {
	background-position:-288px 0;
	}
.icon-remove {
	background-position:-312px 0;
	}
.icon-zoom-in {
	background-position:-336px 0;
	}
.icon-zoom-out {
	background-position:-360px 0;
	}
.icon-off {
	background-position:-384px 0;
	}
.icon-signal {
	background-position:-408px 0;
	}
.icon-cog {
	background-position:-432px 0;
	}
.icon-trash {
	background-position:-456px 0;
	}
.icon-home {
	background-position:0 -24px;
	}
.icon-file {
	background-position:-24px -24px;
	}
.icon-time {
	background-position:-48px -24px;
	}
.icon-road {
	background-position:-72px -24px;
	}
.icon-download-alt {
	background-position:-96px -24px;
	}
.icon-download {
	background-position:-120px -24px;
	}
.icon-upload {
	background-position:-144px -24px;
	}
.icon-inbox {
	background-position:-168px -24px;
	}
.icon-play-circle {
	background-position:-192px -24px;
	}
.icon-repeat {
	background-position:-216px -24px;
	}
.icon-refresh {
	background-position:-240px -24px;
	}
.icon-list-alt {
	background-position:-264px -24px;
	}
.icon-lock {
	background-position:-287px -24px;
	}
.icon-flag {
	background-position:-312px -24px;
	}
.icon-headphones {
	background-position:-336px -24px;
	}
.icon-volume-off {
	background-position:-360px -24px;
	}
.icon-volume-down {
	background-position:-384px -24px;
	}
.icon-volume-up {
	background-position:-408px -24px;
	}
.icon-qrcode {
	background-position:-432px -24px;
	}
.icon-barcode {
	background-position:-456px -24px;
	}
.icon-tag {
	background-position:0 -48px;
	}
.icon-tags {
	background-position:-25px -48px;
	}
.icon-book {
	background-position:-48px -48px;
	}
.icon-bookmark {
	background-position:-72px -48px;
	}
.icon-print {
	background-position:-96px -48px;
	}
.icon-camera {
	background-position:-120px -48px;
	}
.icon-font {
	background-position:-144px -48px;
	}
.icon-bold {
	background-position:-167px -48px;
	}
.icon-italic {
	background-position:-192px -48px;
	}
.icon-text-height {
	background-position:-216px -48px;
	}
.icon-text-width {
	background-position:-240px -48px;
	}
.icon-align-left {
	background-position:-264px -48px;
	}
.icon-align-center {
	background-position:-288px -48px;
	}
.icon-align-right {
	background-position:-312px -48px;
	}
.icon-align-justify {
	background-position:-336px -48px;
	}
.icon-list {
	background-position:-360px -48px;
	}
.icon-indent-left {
	background-position:-384px -48px;
	}
.icon-indent-right {
	background-position:-408px -48px;
	}
.icon-facetime-video {
	background-position:-432px -48px;
	}
.icon-picture {
	background-position:-456px -48px;
	}
.icon-pencil {
	background-position:0 -72px;
	}
.icon-map-marker {
	background-position:-24px -72px;
	}
.icon-adjust {
	background-position:-48px -72px;
	}
.icon-tint {
	background-position:-72px -72px;
	}
.icon-edit {
	background-position:-96px -72px;
	}
.icon-share {
	background-position:-120px -72px;
	}
.icon-check {
	background-position:-144px -72px;
	}
.icon-move {
	background-position:-168px -72px;
	}
.icon-step-backward {
	background-position:-192px -72px;
	}
.icon-fast-backward {
	background-position:-216px -72px;
	}
.icon-backward {
	background-position:-240px -72px;
	}
.icon-play {
	background-position:-264px -72px;
	}
.icon-pause {
	background-position:-288px -72px;
	}
.icon-stop {
	background-position:-312px -72px;
	}
.icon-forward {
	background-position:-336px -72px;
	}
.icon-fast-forward {
	background-position:-360px -72px;
	}
.icon-step-forward {
	background-position:-384px -72px;
	}
.icon-eject {
	background-position:-408px -72px;
	}
.icon-chevron-left {
	background-position:-432px -72px;
	}
.icon-chevron-right {
	background-position:-456px -72px;
	}
.icon-plus-sign {
	background-position:0 -96px;
	}
.icon-minus-sign {
	background-position:-24px -96px;
	}
.icon-remove-sign {
	background-position:-48px -96px;
	}
.icon-ok-sign {
	background-position:-72px -96px;
	}
.icon-question-sign {
	background-position:-96px -96px;
	}
.icon-info-sign {
	background-position:-120px -96px;
	}
.icon-screenshot {
	background-position:-144px -96px;
	}
.icon-remove-circle {
	background-position:-168px -96px;
	}
.icon-ok-circle {
	background-position:-192px -96px;
	}
.icon-ban-circle {
	background-position:-216px -96px;
	}
.icon-arrow-left {
	background-position:-240px -96px;
	}
.icon-arrow-right {
	background-position:-264px -96px;
	}
.icon-arrow-up {
	background-position:-289px -96px;
	}
.icon-arrow-down {
	background-position:-312px -96px;
	}
.icon-share-alt {
	background-position:-336px -96px;
	}
.icon-resize-full {
	background-position:-360px -96px;
	}
.icon-resize-small {
	background-position:-384px -96px;
	}
.icon-plus {
	background-position:-408px -96px;
	}
.icon-minus {
	background-position:-433px -96px;
	}
.icon-asterisk {
	background-position:-456px -96px;
	}
.icon-exclamation-sign {
	background-position:0 -120px;
	}
.icon-gift {
	background-position:-24px -120px;
	}
.icon-leaf {
	background-position:-48px -120px;
	}
.icon-fire {
	background-position:-72px -120px;
	}
.icon-eye-open {
	background-position:-96px -120px;
	}
.icon-eye-close {
	background-position:-120px -120px;
	}
.icon-warning-sign {
	background-position:-144px -120px;
	}
.icon-plane {
	background-position:-168px -120px;
	}
.icon-calendar {
	background-position:-192px -120px;
	}
.icon-random {
	background-position:-216px -120px;
	}
.icon-comment {
	background-position:-240px -120px;
	}
.icon-magnet {
	background-position:-264px -120px;
	}
.icon-chevron-up {
	background-position:-288px -120px;
	}
.icon-chevron-down {
	background-position:-313px -119px;
	}
.icon-retweet {
	background-position:-336px -120px;
	}
.icon-shopping-cart {
	background-position:-360px -120px;
	}
.icon-folder-close {
	background-position:-384px -120px;
	}
.icon-folder-open {
	background-position:-408px -120px;
	}
.icon-resize-vertical {
	background-position:-432px -119px;
	}
.icon-resize-horizontal {
	background-position:-456px -118px;
	}

