/* #33c3c3	bright blue
/* #5dcec6	brighter blue
/* #009d91	medium blue
/* #1d766f	dark blue
/* #00665e	darker blue
/*
/* #ff6f00	medium orange
/* #a64800	brown
/* #bf6e30	light brown tan
/* #ff9340	light brown/orange
/* #ffb073	pale tan
/*
/*
/* #353a40	gray-header etc
/* #2598db	blue search button
*/

body {
	margin: 0 auto;
	padding: 0;
	font-family: sans-serif;
	font-size: 10pt;
	background-color: gray;
	padding-bottom: 2em;
}

h1 {
	display: inline;
}

h1:visited {
	color: black;
}

h1 a {
	color: black;
}

h1 a:hover {
	color: white;
}

a {
	text-decoration: none;
}

#body {
	margin: 0 auto;
	width: 900px;
	min-height: 600px;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding-bottom: 2em;
}

#header {
	background-color: #353a40;
	margin: 0;
	padding: 0.2em;
	height: 44px;
}

#header_image {
	float: left;
	border: 0;
}

#header_image img {
	border: 0;
}

#header ul {
	list-style: none;
	line-height: 26px;
}

#header li {
	display: inline;
}

#header li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#header li a:hover {
	color: #2598db;
}

#header .search {
	position: absolute;
	margin: 0;
	padding: 0.5em;
	right: 0;
	top:0;
	width: 215px;
}

div#boxnav ul.previouslyknown li {
	list-style: disc;
}

#header_city {
	position: absolute;
	top: 0;
	right: 230px;
	margin-top: 5px;
	color: white;
}

#header_city_current {
	font-size:8pt;
}

#current_city_name {
	font-weight: bold;
	font-size: 13pt;
}
#current_city_name a {
	color: white;
	text-decoration: none;
}

#header form.search .search_input {
	background-color: gray;
	border: medium none;
	color: #dee6ef;
	-moz-border-radius: 4px 4px 4px 4px;
	display: inline;
	font-size: 13px;
	padding: 4px;
	width: 160px;
}

#header form.search p {
	margin: 0;
	padding: 0;
}

#header form.search .search_button {
	background:url("/images/sm_spyglass_navbar.gif") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:inline;
	height:30px;
	width: 32px;
	overflow:hidden;
	text-indent:-1000px;
	padding-right:2em;
}

#header form.search .search_button:hover {
	background-position: 0 -30px;
}

#horizontal_ad {
	width: 728px;
	margin: auto;
	margin-top: 0.4em;
}

.clear {
	clear:both;
}

#page {
	background-color: white;
	-moz-border-radius: 8px 8px 8px 8px;
	margin: 0.2em auto;
	padding: 20px 20px 0;
	width: 900px;
	position: relative;
}

.leftcontent {
	float:left;
	width:615px;
	padding-left: 0.7em;
}

div.leftindex {
	float:left;
	width:540px;
}

div.rightindex {
	float: right;
	width: 300px;
}

#sidebar {
	width: 295px;
	float:right;
	margin-left: 0.5em;
	
}

h4.name a{
	color: #2598db;
	text-decoration: none;
	font-size: 120%
}

h4, h5 {
	margin: 0;
	padding: 0;	
}

.title_wrapper {
	width: 630px;
	height: 200px;
	float:left;
	padding-top: 0.7em;
	padding-left: 0.7em;
}

.overview {
	background-color: white;
	padding: 1em;
	display: inline-block;
	margin-top: 10px;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	zoom:1;
	color: black
	-display: block; /* IE workaround */
	-width: 1px; /* IE workaround */
}

.closedvenue {
	margin-bottom: 0.5em;
	color: red;
	font-weight: bold;
	display: inline-block;
	font-size: 14pt;
	margin-top:10px;
}

.overview .title_info {
	list-style: none;
}

.content_title h1,h2 {
	margin: 0;
}

.map {
	width: 244px;
	margin-left: 0.5em;
	float:left;
	padding-top: 0.7em;
	padding-left: 0.7em;
	height: 200px;
	background-color: gray;
}

/* begin css tabs */
a#selectedtab {
        color: #0097db;
        position: relative;
        top: 1px;
        padding-top: 4px;
}

a:hover#selectedtab {
	color: white;
}



ul.tabnav .selectedtab {
        color: #0097db;
        position: relative;
        top: 1px;
        padding-top: 4px;
}

ul.tabnav .selectedtab a {
        color: blue;
        position: relative;
        top: 1px;
        padding-top: 4px;
}

ul.tabnav { /* general settings */
text-align: left /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
margin-bottom: 0;
font: bold 100% verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #c0c0c0; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul.tabnav li { /* do not change */
display: inline;
}

body#tab li.tab, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab li.tab a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
/*background-color: red; *//* set selected tab background color as desired */
/*color: #000;*/ /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}


ul.tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #c0c0c0; /* set border COLOR as desired; usually matches border color specified in .tabnav */
background-color: white; /*#B0E0E6; *//* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul.tabnav a:hover { /* settings for hover effect */
background: #0097db; /* set desired hover color */
color: white;
}


#boxnav {
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding: 1em;
}

#boxnav a#wikilink {
	color: inherit;
	background-color: #eeeeee;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none;
}

#boxnav a#wikilink:hover {
	background-color: #c0c0c0;
}

div#boxnav h2 {
	font-size: 12pt;
	display: block;
	padding-bottom: 0.4em;
}


div#boxnav h3 {
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 0.2em;
}

div#boxnav h3.comments {
	font-size: 12pt;
	background: #a2a2a2;
	padding: 0.3em;
	color: white;
}

div#boxnav li {
	margin-left: 1em;
	list-style: none;
}

div#boxnav a:hover {
	text-decoration: underline;
}

/* end css tabs */


/* Accordion CSS */
#basic-accordian{
}

.accordion_headings{
	padding:5px;
	background:#353a40;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	-moz-border-radius: 4px;

}

.accordion_headings:hover {
	background:#2598db;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
	background:#2598db;
}

table#openinghours {
	width: 100%;
}

table#openinghours td {
	text-align: center;
}

table#openinghours th {
	text-align: right;
}

table.indexstats td.prices {
	font-size: 8pt;
}
table.indexstats td.popularity {
	text-align:right;
}
table.indexstats td.extrainfo {
	text-align:right;
	font-size: 8pt;
	font-color: gray;
}

span.extrainfo {
	font-size: 8pt;
	font-color: gray;
}

div.indexbox {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: lightgray;
	padding: 1em;
	margin: 1em;
	width: 260px;
}

div.leftindex {
	width: 540px;
}

div.rightindex {

}

span.goback {
	margin-left: 1em;
}

div.clear {
	clear: both;
}

p.description {
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 1em;
	width: 560px;
}

div#accordion.ui-state-active a {
	color: #0097DB;
	font-weight: bold;
	padding: 0.2em 0.2em 0.2em 2em;
}

div#accordion div.ui-accordion-content-active {
	padding: 0.5em 2.2em;
} 

label#comment_error {
	display:block;
	font-style: italic;
	font-weight: bold;	
}

.error {
	color: red;
}

p.thanksforcomment {
	color: #0097DB;
	font-size: 120%;
	font-weight: bold;
}

table.drinkstats th {
	text-align: left;
	padding-right: 1em;
}
table.drinkstats {
	margin-bottom: 1em;
}

table.maindrinkslist {
	width: 100%;
}

table.maindrinkslist td {
	width: 50%;
}

table.mainvenuelist {
	width: 100%;
}

table.mainvenuelist td {
	width: 33%;
}

table.mainvenuelist td h1 {
	color: black;
	background-color: #c0c0c0;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

h2.drinkcategory {
	padding-top: 1em;
}

h1.letternav {
	display: block;
}

div.blogentry {
	padding-top: 1em;
	padding-bottom: 1em;
}
div.blogentry span.date {
	font-weight: bold;
}

div.blogentry span.title {
	font-weight: bold;
	margin-left: 1em;
}

div.blogentry span.text {
	display: block;
	padding:0.5em;
}

table.venuedrinkslist {
	margin-top: 1em;
}

table.venuedrinkslist th {
	text-align: left;
}

table.venuedrinkslist td {
	padding-right: 1em;
	white-space: nowrap;
}

.center {
	text-align: center;
}

span.distancetext {
	font-size: 8pt;
}

div.drinkbox {
	background-color: lightgray;
	margin-bottom: 1em;
	padding: 1em;
}

div#googlesidebarleft {
	float:left;
	margin-left: -150px;
	margin-top: -630px;
	background-color: lightblue;
	vertical-align:top;
}

div#googlesidebarright {
	float:right;
	margin-right: -1085px;
	background-color: lightblue;
	vertical-align:top;
}

.hiddenbox {
	display: none;
}

.javascriptlink {
	color: black;
}

a.javascriptlink:hover {
	text-decoration: underline;
	cursor: pointer;
}

.spaced {
	display: block;
}

input.biggerinput {
	font-size: 14pt;
}

h2.postcoderesults {
	margin-top: 0.5em;
}

table.todaysevents {
	font-size: 10pt;
	width: 100%;
}

table.todaysevents a.eventname {
	color: black;
	font-size: 12pt;
}

table.todaysevents a.venuename {
	color: #808080;
	font-size: 10pt;
}

table.todaysevents a:hover {
	color: blue;
}

div.comment span.commenttime {
	color: #808080;
	margin-left: 1em;
}

h4.commenttitle {
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid gray;
}

label.commentform {
	display: inline-block;
	width: 6em;
	vertical-align: top;
}

.spaced {
	padding: 0.5em;
}

.errorbox {
        background-color: #ffe2e2;
        border: 1px solid red;
        color: red;
}

.infobox {
        background-color:paleGreen;
        border: 1px solid green;
        color: green;
}

div.commentwrapper {
	border: 1px solid gray;
}

span.authorname {
	margin-right: 0.5em;
	font-size: 70%;
	color: navy;
	font-weight: bold;
}
span.commenttime {
	font-size: 70%;
}
span.commentbody {
	display: inline-block;
}

.postacommentbutton {
	background-color: gray;
	color: white;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 0.3em;
	padding: 0.2em;
}

.postacommentreplybutton {
	font-size: 80%;
	color: blue;
}

div.hasreplies {
	border-left: 2px solid gray;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 0.5em;
}

div.subcomment {
	margin-left: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
/*	border-left: 2px solid gray; */
	padding-left: 0.5em;
}

p.replyline {
	margin: 0;
	padding-left:1em;
}

h2.openlate {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ul.blocklist li {
	width: 235px;
	display:inline-block;

}

h2.previouslyknown {
	font-size: 10pt;
}

tr.grayline td {
	color: #808080;
}

tr.grayline td a {
	color: #808080;
}

h2.previouslyonthisstreet {
	display:block;
	margin-top:1em;
	margin-bottom: 1em;
}

span.streetno {
	font-size: 8pt;
	font-style: italic;
}

a.streetnavlink {
	color: black;
}
a.streetnavlink:hover {
	text-decoration: underline;
}
div.commentformcontainer {
	display: inline-block;
	margin-top: 1em;
	width: 100%;
	clear: both;
}

.button {
	font-size: 120%;
	color: #ffffff;
	text-decoration: none;
	background-color: gray;
	padding: 5px 10px;
	line-height: 1.5;
	font-weight: bold;
	border: 0;
}

.skinny {
	padding: 2px 4px;
}

.button:hover {
	background: #3399cc;
	cursor: pointer;
}

div.closedbox {
	font-weight: bold;
	color: red;
	font-size:14pt;
        background-color: #ffe2e2;
	padding: 1em;
	text-align: center;
	border: 1px solid red;
}

div.closedbox p {
	font-size: 10pt;
}

div.closedbox a:hover {
	text-decoration: underline;
	cursor: pointer;
}

span.closeddetail {
	font-size: 10pt;
}

div#socialnetworking {
	float:right;
}

div#socialnetworking li {
	display: inline-block;
	margin-right: 1em;
}

div#socialnetworking a {
	text-decoration: none;
}

div#socialnetworking img {
	border: none;
}

table.venueeventslist td.datecell {
	text-align: center;
}

table.venueeventslist {
	border: 1px solid gray;
	border-collapse: separate;
}

table.venueeventslist th {
	background-color: #808080;

}

span#addyourowndescription {
	display: inline-block;
	margin-top: 1em;
}

div.commentbox {
	clear:right;
}

a.eventtag {
	background-color: #808080;
	color: white;
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 8pt;
	margin-left:3px;
	margin-right:3px;
}

a.freeevent {
	background-color: #ffffe0;
	color: brown;
}

th.daytitle {
	background-color:  gray;
	text-align: left;
	color: white;
	padding:4px;
}

span.inline {
	display: inline;
	font-size: 9pt;
	margin-left: 1em;
}

.margined {
	margin: 1em;
}

a.loggedin {
	color: yellow;
}

span.postcodeintitle {
	font-size: 70%;
}

span.postcodeintitle a {
	font-size: 60%;
	color: blue;
}

.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
}

div.simplelistbox {
	display:inline-block;
}

.clear {
	clear:both;
}

th.hourtitle {
	text-align:left;
	padding:0.6em;
	background-color: whitesmoke;
}

table.todaysevents th.left {
	text-align: left;
}

table.todaysevents th.right {
	text-align:right;
}

table.todaysevents th.right a:hover {
	color: orange;
}
table.todaysevents th.left a:hover {
	color: orange;
}

h2.datetitle {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

div.taglist h1 {
	background-color: #0097DB;
	font-size: 12pt;
	color: white;
}

table#bymltable td {
	padding-right:1em;
}

table#bymltable th {
	text-align:left;
}

a.selected {
	font-weight: bold;
}

p.footerlinks {
	text-align: center;
	padding-bottom:1em;
}

ul.boxed {
	padding-left: 0;
}

ul.boxed li {
	display: inline-block;
	background-color: #808080;
	color: white;
	padding: 4px;
	margin: 2px;
}

ul.boxed li a {
	color: white;
}

ul.header_navigation span {
	color: yellow;
	padding-left:0.5em;
	padding-right:0.5em;
}

h2 span.searchmore {
	font-size: 9pt;
}

.noleft {
	padding-left: 0;
}

.highlightsearch {
	background-color: #2598db;
	padding: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em
}

div.indexbox.blog.leftindex h3 {
	margin-bottom: 0.3em;
}

div.mainpage div.row div.col-md-6 h1 a {
	color: black;
}
body > div:nth-child(3) > div > div:nth-child(1) > div:nth-child(1) > h1 > a {
	color: red;
}

div.mainpage a {
	color: green;
}
