/* ================================================================================================= */

/* Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* ================================================================================================= */

// Preamble

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ================================================================================================= */


/*begin main styles*/

/*
body {
	font: 16px/1.4em 'PT Sans', sans-serif;
	color: #1c1c1c;
}
*/

body {
	font: 0.9em verdana,arial,sans-serif;
	color: #000000;
}


img {
    max-width: 100%;
}

ul {
	margin: 0 0 1.5em;
}

p {
	margin: 0.5em 0em 1em 0em;
}


ul {
	list-style: disc;
	padding: 0 0 0 20px;
}

a {
	color: #000099;
}

a:link{color: #000099;}
a:visited{color: #0000cc;}
a:hover{color: #003399;}
a:active{color: #cc0000;}


h1{
	border-bottom: 1px dotted #eeeeee;
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
	font-family: verdana, Arial,Helmet,Freesans,sans-serif;
	padding-bottom:3px;
}

/*
	letter-spacing: -1px;
	line-height: 24px;
	margin: 0 0 8px;
	padding: 4px 0;
*/


/* h2		{ font-family: Verdana, sans-serif; color: #333333; font-size: 10pt; margin-bottom: 8px; margin-top: 8px;} */

h2 {

    font-family: verdana, arial, sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
	padding-bottom:3px;
}

h2.underlined {border-bottom: 1px dotted #cccccc;}

h2.box	{ font-family: Verdana, sans-serif; color: #ffffff; font-size: 1.3em; margin-bottom: 0px; margin-top: 0;}
h2.red	{ font-family: Verdana, sans-serif; color: #cc0000; font-size: 1.3em; margin-bottom: 0px; margin-top: 0;}
h2.about-this-page-header	{ font-family: Verdana, sans-serif; color: #505050; font-size: 1.3em; margin-bottom: 10px; margin-top: 0;}

h3		{ font-family: Arial, sans-serif; color: #0066CC; font-size: 1.2em; font-weight: bold; margin: 20px 0px 10px 0px}
h4		{ font-family: Verdana, sans-serif; color: #0066CC; font-size: 1.2em; }


/* p,h1,pre {	margin:0px 10px 10px 10px;	} */
		
h2.fp-section-heading {  background-color:#f4f4f4; letter-spacing:0px; font-weight:bold; font-family:arial, verdana; color: #0066CC; font-size:1.2em; margin-bottom: 0.5em; margin-top: 1em; padding:2px}



h3.fp-article-heading	{ font-family: Verdana, sans-serif; font-size: 1.2em; font-weight: bold; margin: 0 0 0.2em 0}

.fp-pic	{float:left; border:0px; margin:0px 10px 0px 0px}

strong, b {font-weight:bold}

/* ================================================================================================= */



/*layout*/

.wrapper {
}

.article {
	border-bottom: 1px solid #d8d8d8;
	padding: 10px 20px 0 20px;
	margin: 10px 0;
}

/*header*/

#header {
	background: #000000;
	padding: 15px 0px;

}

		/*shorter clearfix http://nicolasgallagher.com/micro-clearfix-hack/*/
		#header:before,
		#header:after {
		    content:"";
		    display:table;
		}
		
		#header:after {
		    clear:both;
		}
		
		/* For IE 6/7 (trigger hasLayout) */
		#header {
		    zoom:1;
		}


/* Nav button */

a.to_nav {
	float: right;
	color: #fff;
	background: #4e4e4e;
	text-decoration: none;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

a.to_nav:hover,
a.to_nav:focus {
	color: #1c1c1c;
	background: #ccc;
}
	
/*navigation*/	

#primary_nav ul {
	list-style: none;
	background: #000000;
	padding: 5px 0;
}

#primary_nav li a {
	display: block;
	padding: 0 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	letter-spacing: 0.1em;
	line-height: 2em;
	height: 2em;
	border-bottom: 1px solid #383838;
	font-size:0.8em;
}

#primary_nav li:last-child a {
	border-bottom: none;
}

#primary_nav li a:hover,
#primary_nav li a:focus {
	color: #ffffff;
	background: #cc0000;				// illuminated button colour on hover 
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*media queries*/

		@media only screen and (min-width: 768px) {
		
			a.to_nav {
				display: none;
			}
			
			.wrapper {
				position: relative;
				width: 100%;
				margin: auto;
			}
			
			#primary_nav {
				position: absolute;
				top: 10px;						// was 5px
				left: 10px;						// right:10px
				background: none;
				font-family:Arial, sans-serif;
			}
			
			#primary_nav li {
				display: inline;
			}
			
			#primary_nav li a {
				float: left;
				border: none;
				padding: 0 7px;							// was 0 10px
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
			}
			
			#primary_nav li.top {
				display: none;
			}
	
		}









/* ================================================================================================= */



/*
.hide {
  display: none;
}
*/

.button{
background-color: #0066CC;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 0.6em;
    font-weight: bold;
    padding: 6px 8px 6px 6px;
    text-align: center;

}

.less{display:none;}

.morecontent span {
    display: none;
}

a.morelink {
    text-decoration:none;
    outline: none;
}

.address-inline {font-size: 0.8em; color:#666666;}


/* ================================================================================================= */
// Grid

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}



/* ================================================================================================= */




/*  GO FULL WIDTH AT LESS THAN 768 PIXELS FOR PHONES AND TABLETS */

@media only screen and (max-width: 768px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}



#footer{
position:relative;
top:20px
 height:200px; 
  background-color:#ffffff; 
 clear:both;
 display:block;
 overflow:auto;
} 
 
	

/* ================================================================================================= */

// Engine Specific

/* Rev */

.report-error-container {clear:both; border: 1px #cc0000 solid; padding:15px 5px 15px 15px; margin:10px 10px 20px 0px;width:90%;}
.submit-review-container {clear:both; border: 1px #0066CC solid; padding:15px 5px 15px 15px; margin:10px 10px 20px 0px;width:90%;}

.report-error-form {display:inline;float:right;}
.submit-review-form {display:inline;float:right;}

/* width: 120px; background-color: #0066CC; color: #ffffff; font-family: Verdana; border: 1px solid #333333; */


.submit-review-button {
    font-size: 1em;
    font-weight: bold;
    background-color: #8AC00a;
    border: 1px solid #0066CC;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 0;
    padding: 3px 10px 4px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.report-error-button {
    font-size: 1em;
    font-weight: bold;
    background-color: #cc6666;
    border: 1px solid #cc0000;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 0;
    padding: 3px 10px 4px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}


}

.info-block {clear:both; border: 0px; padding:0px; margin:20px 0px 20px 0px; width:90%;}
.info-block-heading-space {background-color: #0066CC; border: 0px #0066CC solid; padding:5px; width:100%;}
.info-block-main-space {background-color: #ffffff; border: 0px #0066CC solid; padding:5px; width:100%;}

.xsummary {background-color: #f4f4f4; border: 0px padding:5px; width:100%;}


/* Foot */

.footer-bar {height:22px;width:100%;background-color:#0066CC}

.zfooter-links-row {position: relative;left:120px;top:10px; height:40px;width:600;background-color:#ffffff;}
.footer-links-row {margin-left:120px; margin-top:10px; height:40px;width:600;background-color:#ffffff;}

.footer-middle-container {margin-left:120px; width:648px;background-color:#ffffff;}



.footer-cse {float:left; padding:0px 20px 0px 0px; }
.footer-space {height:10px;width:600px;background-color:#ffffff;}



.footer-black-row {height:24px;width:100%;background-color:#000000;vertical-align: middle; margin-top:20px}
.footer-black-inner-container {position:relative; left:120px; width:600px}
.footer-britainonline-logo {position:relative; top:3px}

.footer-britainonline-text {color:#999999;}


.embolden {font-weight:bold;}

/* Rev excerpts */

.review-title {margin:0px; font-weight:bold;}
.review-author {margin:0px; font-size: 7pt; color: #999999; text-decoration: none }
.review-excerpt {margin:0px;}


li.revteaser {margin:10px 0px 10px 0px; font-weight:bold; font-size: 7pt;border-bottom: 1px dotted #cccccc; list-style-image:none}
.revteaser-title {margin:0px; font-size: 8pt; color: #999999; text-decoration: none }
.revteaser-title a:link { font-size: 8pt; color: #000099; font-family: Verdana }
.revteaser-title a:visited     { font-size: 8pt; color: #000099; font-family: Verdana}
.revteaser-title a:hover     { font-size: 8pt; color: #0066CC; font-family: Verdana }


.revteaser-excerpt{font-weight:normal; color: #484848; margin:0px 0px 10px 0px; font-size: 8pt;}


/* Rev page */ {margin:0px; font-size: 7pt; color: #999999; text-decoration: none }


.review-quick-link {padding:5px; background-color:#eeeeee; text-align:right;}
.review-authorship {grey div}
.review-disc{background-color:#eeeeee;}

/* listing excerpts */

.cityguide-list {}
.subcategories-heading {}
.submit-listing-container {}
.submit-listing-heading {}
.submit-listing-inner {border-left:1px solid #999999; border-right:1px solid #999999; border-bottom:1px solid #999999; border-top:0px}

.listing-heading {font-weight:bold; color: #000099;}
.listing-heading a:link {font-weight:bold; color: #000099;}
.listing-heading a:visited {font-weight:bold; color: #0000aa;}


.listing-desc {}
.listing-tel {}
.listing-add {}
.listing-more {margin-bottom:20px}
.toolbar {margin-top:20px;margin-bottom:20px}

.green {font-weight:bold; color:#0066CC;}

.about-this-page {background-color:#ededed; width:250px; float:right}

.imagenoborder{border:0px;}

/* 320 : 320 */
.content-top-left-box {
float:left;
width:400px;
background:#ffffff;
}
.content-top-right-box {
float:right;
width:100%;
}

.on-this-page{
border-top:16px solid #ff0000;
background:#f4f4f4;
padding:10px;
margin-top:20px;
margin-bottom:20px;
border-left:1px dashed #cccccc;
}

.rev-exc-mini{
border-top:16px solid #ff9933;
background:#f4f4f4;
padding:20px;
margin-top:20px;
margin-bottom:10px;
border-left:1px dashed #cccccc;
}

.pullq{
font-family: Arial, Verdana, sans-serif; color: #666666; font-size: 13pt;margin:0px;
}

.bqstart {
     float: left;
     font-size: 500%;
     color: #FF0000;
 }


 .bqend {
     float: right;
     font-size: 500%;
     color: #FF0000;
 }

 .bigquote {
margin-top:20px;
margin-bottom:10px;
 }

.embolden{
font-weight:bold;
color: #666666;
}


.smlprnt{font-size: 8pt; color: #777777; text-decoration: none}

.heading-recent {font-weight:bold; color: #333333;margin:7px}

.recent-box
{
border: 1px solid #cccccc;
padding: 3px;
margin: 0px;
}

.recent-list
{
margin:0px;
}

.breadcrumb{font-family: Verdana, Arial, sans-serif; color: #ffffff; font-size: 0.8em;}
.breadcrumb a:link, .breadcrumb a:visited{color: #ffffff;}
.breadcrumb a:hover, .breadcrumb a:active {font-weight: bold;}

/* ================================================================================================= */



.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  





#impliedsubmit {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:14px;
	line-height:14px;
	width:48px;
	text-decoration:none;
	text-align:center;

}
#impliedsubmit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}
#impliedsubmit:active {
	position:relative;
	top:1px;
}




a.cookie-link {
	font-size: 11px;
}

a.cookie-link:link {
    color: #dddddd;
text-decoration:underline;
}

a.cookie-link:visited {
    color: #dddddd;
}

a.cookie-link:hover {
    color: #ffffff;
}

a.cookie-link:active {
    color: #ffffff;
} 

.arrow_box {
	position: relative;
	background: #777777;
	border: 1px solid #ffffff;
	border-top: 0px;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(204, 0, 0, 0);
	border-right-color: #777777;
	border-width: 5px;
	margin-top: -5px;
}
.arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 6px;
	margin-top: -6px;
}









