/*  
Theme Name: GastroCard
Theme URI: http://www.barques.co.uk
Description: Theme for <a href="http://www.barques.co.uk">GastroCard</a> by <a href="http://www.barques.co.uk">Barques</a>
Version: 1.0
Author: David Elliott
Author URI: http://www.barques.co.uk

*/

/* RESET */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-image: url(images/bg-header.gif);
	background-repeat: repeat-x;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F7F3EC;
	background-image: url(images/header-page-pg.gif);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
} 
.thrColFixHdr #header {
	height: 85px;
	padding: 0px;
	background-image: url(images/gastro-header.gif);
	background-repeat: no-repeat;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


	
/* sidebar MENU
----------------------------------------------------------------------------------------------------------------------------------------------- */
	
	
.thrColFixHdr #sidebar1 ul {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	list-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	
 }

.thrColFixHdr #sidebar1 ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
 }

.thrColFixHdr #sidebar1 ul li ul li {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	
 }

.thrColFixHdr #sidebar1 ul li a{ 
text-decoration: none; 
}


.thrColFixHdr #sidebar1 ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #B91B20;
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #918572;
	}

.thrColFixHdr #sidebar1 ul li ul li ul li a{ 
text-decoration: none; 
border-bottom-width: 0px;
}

.thrColFixHdr #sidebar1 ul li a:hover, .thrColFixHdr #sidebar2 ul li a:hover { 
		text-decoration: underline; 
		
	}
 
.thrColFixHdr #sidebar1 ul li.current_page_item a {
	color: #B91B20;
	font-weight:bold; 
	}
	
.thrColFixHdr #sidebar1 ul li.current_page_item ul li a {
	border-bottom-width: 0px;
	font-weight:normal; 
	}
	
.thrColFixHdr #sidebar1 ul li.cat-item a {
	font-size: 12px;
	font-weight: normal;
	color: #B91B20;
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 0px;
	}

.thrColFixHdr #sidebar1 ul li.cat-item a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 0px;
	}
.thrColFixHdr #sidebar1 ul li.current-cat a {
	
	font-weight: bold;
	
	}
.thrColFixHdr #sidebar1 ul li.cat-item .avhec-widget-line  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #918572;
	display:block;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	/* sidebar MENUEND
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
	
	
	
	
  .thrColFixHdr #sidebar1 h3 {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #B91B20;
	padding: 5px;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
  .thrColFixHdr #sidebar1 h4 {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 18px;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: none;
	display: block;
	font-weight: lighter;
	background-color: #851114;
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
  .thrColFixHdr #sidebar1 .gastrocardoffer {
	background-color: #851114;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B91B20;
	border-right-color: #851114;
	border-bottom-color: #7C1012;
	border-left-color: #B91B20;
}
  .thrColFixHdr #sidebar1 #sidebutton {
	background-color: #A51D21;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #A16860;
	padding: 0px;
}
  .thrColFixHdr #sidebar1 #sidebutton a {
	background-color: #A51D21;
	display: block;
	padding: 5px;
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
  .thrColFixHdr #sidebar1 #sidebutton a:hover{
	background-color: #000000 !important;
	color: #FFFFFF;
}
.thrColFixHdr #sidebar1 #backbutton {
	background-color: #000000;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0px;
	position: relative;
}
  .thrColFixHdr #sidebar1 #backbutton a {
	background-color: #E7E3DD;
	display: block;
	padding: 5px;
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #A51D21;
}
  .thrColFixHdr #sidebar1 #backbutton a:hover{
	background-color: #000000 !important;
	color: #FFFFFF;
}
  .thrColFixHdr #sidebar1 .gastrocardoffer p{
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: lighter;
	text-transform: none;
	padding: 5px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
  .thrColFixHdr #sidebar1 .gastrocardoffer h3 {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #7C1012;
	display: block;
	background-image: url(images/h3-head-bg.jpg);
	margin: 0px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}
  .thrColFixHdr #sidebar1 .otherrestbox h5 {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #BAB6B2;
	display: block;
	margin: 0px;
	padding: 5px;
}
  .thrColFixHdr #sidebar1 .otherrestbox {
	background-color: #E7E3DD;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}



    .thrColFixHdr #sidebar1 #searchbox {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #B91B20;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}  
    .thrColFixHdr #sidebar1 .textwidget {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #B91B20;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
 
    .thrColFixHdr #sidebar2 .textwidget {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E4D9CE;
	line-height:16px;
}
    .thrColFixHdr #sidebar1 .textwidget a {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;

}
     .thrColFixHdr #sidebar1 .textwidget a:hover {
	
	color: #000000;

} 

   .thrColFixHdr #sidebar2 .textwidget a {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000000;

}
    .thrColFixHdr #sidebar2 .textwidget a:hover {
	color: #B91B20;
} 

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.thrColFixHdr #sidebar2 p {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 14px;
} 
  .thrColFixHdr #sidebar2 h3 {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #B91B20;
	padding: 5px;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
 


.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	float: left;
	width: 540px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColFixHdr#widepage #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	width: 740px;
} 
.thrColFixHdr#widepage #mainContent #restPic {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	float: right;
	width: 301px;
} 
.thrColFixHdr #mainContent h1 {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 22px;
	text-decoration: none;
	color: #B91B20;
	font-weight: bold;
	line-height: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.thrColFixHdr #mainContent h4.faq-header {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 22px;
	text-decoration: none;
	color: #B91B20;
	font-weight: bold;
	line-height: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent h1 a {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 20px;
	text-decoration: none;
	color: #B91B20;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent h1 a:hover {

	color: #000000;
	
}
.thrColFixHdr #mainContent h2 {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 16px;
	text-decoration: none;
	color: #918572;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent h3 {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 12px;
	text-decoration: none;
	color: #B91B20;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
 
.thrColFixHdr #mainContent p {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 

#subForm label {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 12px !important;
	text-decoration: none;
	color: #000000;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.thrColFixHdr #mainContent a {
	color: #B91B20;
} 
.thrColFixHdr #mainContent a:hover {

	color: #000000;

} 
.thrColFixHdr #mainContent ul {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	list-style-type: disc;
} 

.thrColFixHdr #mainContent ul li {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
} 

.thrColFixHdr #footer {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: none;
	text-transform:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 20px;
	bottom: 0px;
	position: fixed;
	left: 0px;
	right: 0px;
	background-color: #000000;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	height: 20px;
} 
.thrColFixHdr #footer a {
	color: #FFFFFF;
	text-decoration: none;
} 
.thrColFixHdr #footer a:hover {
	color: #999999;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #footer .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	text-align: right;
	font-size: 12px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin-left: 8px;
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* MENU
-------------------------------------------------------------------------------------------- */


.thrColFixHdr  #mainMenu {
	text-align: center;
	clear: both;
	height: 32px;
	display: block;
	width: 730px;
	_width: 940px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 210px;
}
.thrColFixHdr #mainMenu #mainMenuRight{
	float: right;
	width: 350px;
}

.thrColFixHdr  #mainMenu ul{

	list-style-type: none;
}

.thrColFixHdr #mainMenu ul li{
	float: left;
	list-style-type: none;
}

.thrColFixHdr #mainMenu ul li a{
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
	color: #FFFFFF;
	list-style-type: none;
	display: block;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #881316;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin: 0px;
}
.thrColFixHdr #mainMenu ul li a:hover{
	color: #999999;
	text-decoration: none;
}
.thrColFixHdr #mainMenu li.current_page_item a {
	color:#000000;
	text-decoration: none;
}
.thrColFixHdr #mainMenu li.current_page_item a:hover {
	color:#999999;
	text-decoration: none;
}

/* MENU END ----- */


.thrColFixHdr #header  #headLeftSide {
	float: left; /* since this element is floated, a width must be given */
	width: 296px; /* padding keeps the content of the div away from the edges */
	display: block;
	position: relative;
	height: 170px;
	background-image: url(images/headerimg-left.gif);
	padding: 0px;
	margin-top: 12px;
}
.thrColFixHdr #header  #headMiddle {
	float: left;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.thrColFixHdr #header  #headRightSide {
	float: right; /* since this element is floated, a width must be given */
	width: 290px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/header-slogan.gif);
	height: 170px;
	position: relative;
	margin-top: 12px;
}




/* Meta
--------------------------------------------------------- */

#meta{
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	color: #C0AF98;
	display: block;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
} 
#meta a{
	color: #C0AF98;
} 

#meta a:hover{
	color: #FFFFFF;
} 
.breadcrumbs {
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	color: #C0AF98;
	display: block;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0AF98;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 
.breadcrumbs a{
	color: #C0AF98;
} 

.breadcrumbs a:hover{
	color: #000000;
} 


.searchmeta {
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	color: #0060cc;
	display: block;
	text-transform: uppercase;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0060cc;
	padding: 10px;
} 
.searchmeta a{
	color: #0060cc;
} 

.searchmeta a:hover{
	color: #000000;
}
.sociable {
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	color: #CCCCCC;
	display: block;
	text-transform: uppercase;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #333333;
}
.sociable_tagline {
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	color: #CCCCCC;
	display: block;
	text-transform: uppercase;
	padding-bottom: 10px;
	
}

#back a:hover{
	color:#000000;
	background-color: #FFFFFF;
	
}
#back a{
	color:#FFFFFF;
	background-color: #000000;
	display:block;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 12px;
	width: 50px;
	margin-top: 10px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* meta END */
/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #B91B20;
	padding-top: 5px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.wp-caption p.wp-caption-text {
	text-align: center !important;
	color: #FFFFFF !important;
	font-size: 11px !important;
	margin-top: 0px !important;
	margin-bottom: 0px  !important;
	padding-top: 0px  !important;
	padding-right: 3px  !important;
	padding-bottom: 5px  !important;
	padding-left: 3px  !important;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;


}

.thrColFixHdr #otherContent  .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
	padding: 5px;
	margin: 0;
	color:#FFFFFF;
	background-color: #993366;
}
.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	}
/* End Captions */


#mainContent .cat-item {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	text-decoration: none;
	color: #B91B20;
	}
#mainContent ul li.cat-item {
	margin: 0px;
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0AF98;
	font-weight: bold;
	padding: 5px;
}
#mainContent ul li.cat-item ul.children{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	display: block;
}

#mainContent ul li.cat-item a {
	color:#000000;
	text-decoration:none;
	font-weight: normal;
}
#mainContent ul li.cat-item a:hover {
	color:#B91B20;
	text-decoration:none;
}


/* Categories 
-------------------------------------------------------------------------------------------- */
.cat-item {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	text-decoration: none;
	color: #B91B20;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
#sidebar2 ul li.cat-item {
	margin: 0px;
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F7F3EC;
	font-weight: bold;
	padding: 5px;
}
#sidebar2 ul li.cat-item ul.children{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	display: block;
}

#sidebar2 ul li.cat-item ul.children li.cat-item ul.children{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	display: block;
}
#sidebar2 ul li.cat-item ul.children li.cat-item {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}

#sidebar2 ul li.cat-item ul.children li.cat-item ul.children li.cat-item {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
}

#sidebar2 ul li.cat-item a {
	color:#000000;
	text-decoration:none;
	font-weight: normal;
}
#sidebar2 ul li.cat-item a:hover {
	color:#B91B20;
	text-decoration:none;
}

#sidebar2 ul li.current-cat{
	color:#FFFFFF;
	background-color:#F1592A;
	font-size: 10px;
	font-weight: normal;	
	}
	
#sidebar2 ul li.current-cat-parent {
	color:#C0D824;
	background-color:#004383;
	font-size: 11px;
	
	}
#sidebar2 ul li.current-cat a{
	color:#ffffff;
	}
	
#sidebar2 ul li.cat-item ul.children a{
	color:#c0d824;
	}
#sidebar2 ul li.cat-item ul.children a:hover{
	color:#ffffff;
	}
#sidebar2 ul li.current-cat-parent  li.current-cat a{
	color:#ffffff;
	}
	
#sidebar2 ul li.current-cat-parent  li.current-cat a:hover{
	color:#c0d824;
	}
	
#sidebar2 #newsStory {
	color:#FFFFFF;
	background-color: #e4d9ce;
	display:block;
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F7F3EC;
}
#sidebar2 #newsStory h4 a {
	color:#000000;
	display:block;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px;
	text-decoration: none;
}

#sidebar2 #newsStory h4 a:hover {
	color:#ffffff;
}

#featured {
	margin: 0px;
	padding: 0px;
}


/* End Categories */
.thrColFixHdr #mainContent #restaurant {
	display: block;
	padding: 5px;
	float: left;
	width: 350px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #E7E3DD;
}
.thrColFixHdr #mainContent #restaurant h2 {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 13px;
	text-decoration: none;
	color: #B91B20;
	font-weight: bold;
	line-height: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	display: block;
}
.thrColFixHdr #mainContent #restaurant h2 a {
	color: #B91B20;
	text-decoration: none;
	line-height: 14px;
}
.thrColFixHdr #mainContent #restaurant h2 a:hover {

	color: #000000;
	
}
.thrColFixHdr #mainContent #restaurant #restaurant-meta {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px !important;
	text-decoration: none;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	width: 175px;
}

.thrColFixHdr #mainContent #restaurant #restaurant-meta p {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px !important;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 14px;
}
.thrColFixHdr #mainContent #restaurant-details {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 11px !important;
	text-decoration: none;
	color: #333333;
	margin: 0px;
	padding: 10px;
	width: 400px;
	background-color: #E7E3DD;
}
.thrColFixHdr #mainContent  #restaurant-details td {
	line-height: 18px;
	border-bottom-width: 1px !important;
	border-bottom-style: dotted !important;
	border-bottom-color: #F7F3EC !important;
}
.thrColFixHdr #mainContent  #restaurant-details p {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 12px !important;
	text-decoration: none;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
}
.thrColFixHdr #mainContent #restaurant #restaurant-pic {
	margin: 0px;
	float: left;
	width: 170px;
	height: 120px;
	padding: 0px;
}
.thrColFixHdr #mainContent #restaurant #restaurant-pic img{
	border:3px double #FFFFFF;
}

.thrColFixHdr #mainContent #restaurant-meta a {
	color: #B91B20;
	text-decoration: none;
}
.thrColFixHdr #mainContent #restaurant-meta a:hover {

	color: #000000;
	
}

#navigation {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#slidebox {
	height:390px;
	width:535px;
	color:#FFF !important;
	padding: 0px;
}
.nivo-caption p {
margin:0;
padding:5px !important;
color:#FFF !important;
}
#socialIcons {
	float:right;
	color: #FFFFFF;
	height: 25px;
	}
#socialIcons img {
	margin: 0px;
	padding-left: 5px;
	border: 0px;
	}
	
#newsStories {
	font-size: 11px;
	}
#buyCardbox {
	font-size: 11px;
	padding-top: 75px;
	}
