/*
Theme Name: Burlington Hotel
Author: Creative Bedlam
Author URI: http://www.creativebedlam.com
Version: 1.0
*/

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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

em {
	font-style:italic;
}

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

a{
	color:#325831;
}

.entry-content li{
	color:#325831;
	list-style:circle;
}

.entry-content p{
	margin-bottom:15px;
}

body {
	line-height:1.375em;  /* 22px/16px */
	padding:0px;
  	margin:0px;
  	background-color:#000;
	/* include for a fixed background image */
  	background-image:url(images/burlington_hotel_bg.jpg);
  	background-position:center top;
  	background-repeat:no-repeat;
	/* ends */
  	width:100%;
  	text-align:center;
  	font-family:sans-serif;
  	font-size:100%;
  	color:#111;
	font-weight:normal;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width:100%;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

strong {
	font-weight:bold;
}

.clear {
	clear:both;
	display:block;
	height:1px;
	width:1px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:26px;
	margin:0px 0px 20px 0px;
	color:#325831;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:26px;
	margin:0px 0px 20px 0px;
	color:#111;
}

#container {
	max-width:960px;
	height:auto;
	padding:0px;
	margin:0px auto 0px auto;
	text-align:left;
	font-size:0.75em; /* 12px/16px */
	line-height:16px;
}

#content_frame {
	width:960px;
	height:auto;
	-moz-background-clip: padding; 
    -webkit-background-clip: padding; 
    background-clip: padding-box;
	background-color:#fff;
	border-bottom-right-radius:40px;
	margin:45px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	border:10px solid rgba(255, 255, 255, 0.5);	
}

header #tel_no {
	float:right;
	width:auto;
	height:37px;
	margin:5px 20px 0px 0px;
	padding:14px 0px 0px 37px;
	background:url(images/burlington_hotel_icon_tel.gif) top left no-repeat;
	font-size:14px; /* 14px/12px */ 
}

header #tel_no span {
	font-weight:bold;
	color:#325831;
}

header #logo {
	width:383px;
	height:95px;
	background:url(images/burlington_hotel_logo.gif) no-repeat;
	margin:15px 0px 0px 20px;
}

header #logo a {
	display:block;
	width:383px;
	height:95px;
}

header nav {
	clear:both;
	margin:30px 0px 0px 0px;
	padding:0px;
}

header nav ul#dropdown {
	padding:0px 20px 0px 20px;
	margin:0px;
	list-style:none;
	position:relative;
	z-index:9999;
}

header nav ul#dropdown li {
	float:left;
	margin:0px 25px 0px 0px;
	padding:0px 0px 0px 0px;
}

header nav ul#dropdown li a {
	color:#111;
	text-decoration:none;
	width:auto;
	height:25px;
	padding:5px 10px 5px 10px;
	text-transform:uppercase;
}

header nav ul#dropdown li:last-child{
	margin:0px;
	padding:0px;
}

header nav ul#dropdown li ul li:last-child{
	height:25px;
	padding:5px 5px 5px 5px;
}

header nav ul#dropdown li a:hover, header nav ul#dropdown li a.on {
	text-decoration:none;
	background-color:#ebebeb;
	border-radius:5px;
}

/* the sub nav links */
header nav ul#dropdown ul li {
	width:200px;
	padding:8px 5px 5px 5px;
	border-bottom:1px solid #e0e0e0;
}

header nav ul#dropdown ul li a {
	display:block;
	width:190px;
	height:auto;
	color:#111;
	padding:0px;
}

header nav ul#dropdown ul li a:hover {
	color:#adadad;
	text-decoration:none;
	background:none;
	border-radius:0px;
}

header nav ul#dropdown ul li:last-child {
	border:none;
}	

header nav ul#dropdown li.last {
	margin:0px;
}	

/* the sub nav bg */
header nav ul#dropdown li ul {
	position:absolute;
	z-index:1234;
	left:-999em;
	width:215px;
	padding:20px 5px 40px 5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	box-shadow:0px 5px 5px #000;
	background:url(images/burlington_hotel_fleur_black.png) bottom center no-repeat;
	background-color:#fff;
}

header nav ul#dropdown li:hover ul {
	left:auto;
}

header nav ul#dropdown li:hover ul, #nav li.sfhover ul {
	left:auto;
}

/* ENDS */

section#slides {
	width:940px;
	height:300px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

ul#jq_slider {
	height:263px;
	overflow:hidden;
}

ul#jq_slider li {
	width:940px;
	height:263px;
	border-bottom:solid 1px #666;
}

/* HOME SLIDES */
ul#jq_slider li.slide1 {
	background:url(images/burlington_hotel_home_slide_1.jpg) top left no-repeat;
}

ul#jq_slider li.slide2 {
	background:url(images/burlington_hotel_home_slide_2.jpg) top left no-repeat;
}

ul#jq_slider li.slide3 {
	background:url(images/burlington_hotel_home_slide_3.jpg) top left no-repeat;
}

ul#jq_slider li.slide4 {
	background:url(images/burlington_hotel_home_slide_4.jpg) top left no-repeat;
}

/* OFFERS SLIDES */
ul#jq_slider li.offers_slide1 {
	background:url(images/burlington_hotel_offers_slide_1.jpg) top left no-repeat;
}

ul#jq_slider li.offers_slide2 {
	background:url(images/burlington_hotel_offers_slide_2.jpg) top left no-repeat;
}

ul#jq_slider li.offers_slide3 {
	background:url(images/burlington_hotel_offers_slide_3.jpg) top left no-repeat;
}

ul#jq_slider li.offers_slide4 {
	background:url(images/burlington_hotel_offers_slide_4.jpg) top left no-repeat;
}

/* EVENTS SLIDES */
ul#jq_slider li.events_slide1 {
	background:url(images/burlington_hotel_events_slide_1.jpg) top left no-repeat;
}

ul#jq_slider li.events_slide2 {
	background:url(images/burlington_hotel_events_slide_2.jpg) top left no-repeat;
}

ul#jq_slider li.events_slide3 {
	background:url(images/burlington_hotel_events_slide_3.jpg) top left no-repeat;
}

ul#jq_slider li.events_slide4 {
	background:url(images/burlington_hotel_events_slide_4.jpg) top left no-repeat;
}

/* WEDDINGS SLIDES */
ul#jq_slider li.weddings_slide1 {
	background:url(images/burlington_hotel_weddings_slide_1.jpg) top left no-repeat;
}

ul#jq_slider li.weddings_slide2 {
	background:url(images/burlington_hotel_weddings_slide_2.jpg) top left no-repeat;
}

ul#jq_slider li.weddings_slide3 {
	background:url(images/burlington_hotel_weddings_slide_3.jpg) top left no-repeat;
}

ul#jq_slider li.weddings_slide4 {
	background:url(images/burlington_hotel_weddings_slide_4.jpg) top left no-repeat;
}

/* WEDDINGS SLIDES */
ul#jq_slider li.meetings_slide1 {
	background:url(images/burlington_hotel_meetings_slide_1.jpg) top left no-repeat;
}

ul#jq_slider li.meetings_slide2 {
	background:url(images/burlington_hotel_meetings_slide_2.jpg) top left no-repeat;
}

ul#jq_slider li.meetings_slide3 {
	background:url(images/burlington_hotel_meetings_slide_3.jpg) top left no-repeat;
}

ul#jq_slider li.meetings_slide4 {
	background:url(images/burlington_hotel_meetings_slide_4.jpg) top left no-repeat;
}





.bx-pager {
	text-align:left;
	padding:0px 0px 0px 0px;
	width:18px;
	height:18px;
	margin:12px 0px 0px 420px;
}

.bx-pager a {
	width:18px;
	height:18px;
	margin:0px;
	text-decoration:none;
	color:rgba(0, 0, 0, 0);
	padding:0px 10px 0px 0px;
	background:url(images/burlington_hotel_slide_marker.png) top left no-repeat;
	background:none\9;	
}

.bx-pager .pager-active, .bx-pager a:hover {
	background-position: bottom left;
	color:rgba(0, 0, 0, 0);
}

section#slides aside {
	position:absolute;
	z-index:1000;
	width:220px;
	height:260px;
	background-color:#000;
	background-color:rgba(0, 0, 0, 0.7);
	text-align:center;
	color:#fff;
	padding:20px 0px 0px 0px;
}

section#slides aside p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px; /* 24px/12px */ 
	font-weight:normal;
	width:175px;
	height:27px;
	background:url(images/burlington_hotel_icon_reservations.png) center left no-repeat;
	padding:7px 0px 0px 40px;
	margin:0 auto;
}

section#slides aside a {
	display:block;
	width:170px;
	height:105px;
	background:url(images/burlington_hotel_btn_booknow.png) no-repeat;
	margin:15px auto 15px auto;
}



.fleur_underline {
	width:184px;
	height:23px;
	background:url(images/burlington_hotel_fleur_underline.png) center left no-repeat;
	margin:3px auto 0px auto;
}


.guarantee {
	width:173px;
	height:39px;
	background:url(images/burlington_hotel_guarantee.png) center left no-repeat;
	margin:0px auto;
}

section#breadcrumb {
	width:100%;
	height:30px;
	padding:0px 10px 10px 10px;
}

section#breadcrumb aside {
	float:right;
	width:200px;
}

section#breadcrumb article {
	float:left;
	color:#a5a5a5;
}

section#breadcrumb a {
	display:inline-block;
	color:#a5a5a5;
	font-size:12px;
	text-decoration:none;
}

section#breadcrumb a:hover {
	text-decoration:underline;
}

.addthis_toolbox * {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

section#pullthrus {
	width:100%;
	padding:0px 10px 0px 10px;
	margin-bottom:20px;
}

section#pullthrus article {
	float:left;
	width:296px;
	height:205px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	margin:0px 16px 0px 0px;
	background-color:#666;
}

section#pullthrus article a {
	display:block;
	width:296px;
	height:145px;
}

section#pullthrus article a:hover {
	background-color:rgba(255, 255, 255, 0.5);
}

section#pullthrus article p {
	width:100%;
	height:60px;
	background-color:#000;
	background-color:rgba(0, 0, 0, 0.75);
	padding:10px 10px 0px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	border-bottom-left-radius:20px;
}

section#pullthrus article p a.plus_btn {
	float:right;
	display:block;
	width:22px;
	height:22px;
	background:url(images/burlington_hotel_btn_plus_black.png) center no-repeat;
	background-color:#ebebeb;
	border-radius:5px;
	margin-top:10px;
}

section#pullthrus article p a.plus_btn:hover {
	background:url(images/burlington_hotel_btn_plus_white.png) center no-repeat;
	background-color:#65af62;
}

section#pullthrus article.pullthru1 {
	/*background:url(images/burlington_hotel_home_img_restaurant.jpg) center no-repeat;*/
}

section#pullthrus article.pullthru2 {
	background:url(images/burlington_hotel_home_img_weddings.jpg) center no-repeat;
}

section#pullthrus article.pullthru3 {
	background:url(images/burlington_hotel_home_img_folkestone.jpg) center no-repeat;
}

section#pullthrus article.last {
	margin-right:0px;
}

section#home_offers {
	float:left;
	margin:0px 16px 20px 10px;
	width:608px;
	height:270px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	background:url(images/burlington_hotel_bg_offers_gradient.jpg) top left repeat-x;
	background-color:#012000;
	padding:20px 10px 20px 10px;
}

section#home_offers article {
	width:100%;
	color:#fff;
}

section#home_offers article a.offer_title {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:26px;
	color:#fff;
	text-decoration:none;
	margin-bottom:10px;
}

section#home_offers article a.offer_title:hover {
	color:#67af63;
	text-decoration:none;
}

a.text_btn {
	display:block;
	float:right;
	width:auto;
	height:26px;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	background:url(images/burlington_hotel_btn_plus.png) top right no-repeat;
	padding:6px 36px 0px 0px;
}

a.text_btn:hover {
	background:url(images/burlington_hotel_btn_plus.png) bottom right no-repeat;
	color:#65af62;
}

.fleur_line {
	clear:both;
	width:410px;
	height:15px;
	border-bottom:solid 1px #496549;
	margin:0px auto 20px auto;
}

.fleur_line span {
	position:absolute;
	width:22px;
	height:23px;
	background:url(images/burlington_hotel_fleur_green.png) no-repeat;
	margin:4px 0px 0px 194px;
}

section#tweets {
	float:left;
	width:296px;

	height:auto;
}

footer {
	clear:both;
	width:960px;
	height:auto;
	margin:20px 0px 20px 0px;
	padding:0px 20px 0px 20px;
	color:#a5a5a5;
}

footer article {
	float:left;
	margin:0px 20px 20px 0px;
	width:608px;
	height:auto;
}

footer aside {
	float:left;
	width:290px;
	height:auto;
}

footer nav {
	clear:both;
	height:85px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	width:auto;
}

footer nav ul {
	float:left;
	width:90px;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}

footer nav ul li {
	margin-bottom:3px;
}

footer nav ul li a {
	color:#a5a5a5;
	font-size:12px;
	text-decoration:none;
}

footer nav ul li a:hover {
	text-decoration:underline;
}

footer ul#address {
	margin-left:10px;
}

footer ul#address li {
	display:inline;
	padding:0px 10px 0px 10px;
	border-right:solid 1px #3a3a3a;
	font-size:12px;
}

footer aside h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:26px;
	text-decoration:none;
	margin:39px 0px 50px 0px;
	color:#a5a5a5;
}

footer aside ul#socials {
	width:160px;
	height:119px;
}

footer aside ul#socials li {
	display:inline-block;
	width:40px;
	margin:0px 10px 10px 0px;
}

footer aside ul#socials li a {
	display:block;
	width:40px;
	height:40px;
	overflow:hidden;
	background-position:top left;
}

footer aside ul#socials li a.facebook {
	background:url(images/burlington_hotel_icon_facebook.gif) no-repeat;
}

footer aside ul#socials li a.twitter {
	background:url(images/burlington_hotel_icon_twitter.gif) no-repeat;
}

footer aside ul#socials li a.google {
	background:url(images/burlington_hotel_icon_google.gif) no-repeat;
}

footer aside ul#socials li a.pinterest {
	background:url(images/burlington_hotel_icon_pinterest.gif) no-repeat;
}

footer aside ul#socials li a.linkedin {
	background:url(images/burlington_hotel_icon_linkedin.gif) no-repeat;
}

footer aside ul#socials li a.blogger {
	background:url(images/burlington_hotel_icon_blogger.gif) no-repeat;
}

footer aside ul#socials li a:hover {
	background-position:bottom left;
}

footer aside .socials_caption {
	float:right;
	width:125px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	text-align:center;
	margin:30px 0px 0px 0px;
}

footer article #external_badges {
	height:130px;
	margin-left:0px;
}

footer ul#tsncs li {
	display:inline;
	padding:0px 10px 0px 10px;
	border-right:solid 1px #3a3a3a;
}

footer ul#tsncs li.last, footer ul#address li.last {
	border-right:none;
}

footer ul#tsncs li.first {
	padding-left:0px;
}

footer ul#tsncs li a {
	color:#a5a5a5;
	font-size:12px;
	text-decoration:none;
}

footer ul#tsncs li a:hover {
	text-decoration:underline;
}

#vizzbook {
	float:left;
	width:142px;
	height:108px;
	background:url(images/burlington_hotel_bg_vizzbook_gradient.jpg) top left repeat-x;
	background-color:#2a2f81;
	border:solid 1px #1d1f61;
	text-align:center;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	margin-top:10px;
	border-radius:0px 10px 0px 10px;
}

#vizzbook p {
	margin-top:0px;
	line-height:14px;
}

section#subpage {
	width:100%;
	height:auto;
	padding-bottom:50px;
}

section#subpage aside {
	float:left;
	width:230px;
	height:auto;
	margin:0px 10px 0px 0px;
	padding:10px 20px 50px 10px;
	border-right:solid 1px #e0e0e0;
}

section#subpage aside h1 {
	color:#a5a5a5;
}

section#subpage aside ul {
	padding-bottom:50px;
	background:url(images/burlington_hotel_fleur_black.png) center bottom no-repeat;
}

section#subpage aside ul li ul {
	background:none;
	padding:0px;
	margin:0px;
	list-style:disc;
	margin-left:15px;
	color:#cecece;
}

section#subpage aside ul li {
	width:200px;
	padding:8px 5px 5px 5px;
	border-bottom:1px solid #e0e0e0;
}

section#subpage aside ul li a {
	display:block;
	width:190px;
	height:auto;
	color:#111;
	padding:0px;
	text-transform:uppercase;
}

section#subpage aside ul li a:hover {
	color:#adadad;
	text-decoration:none;
	background:none;
	border-radius:0px;
}

section#subpage aside ul li:last-child {
	border:none;
}	

section#subpage aside ul li a.on {
	color:#adadad;
}

section#subpage article {
	float:left;
	width:680px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 10px;
}

section#subpage article h1 {
	width:100%;
	height:38px;
	color:#fff;
	padding:5px 0px 0px 10px;
	margin-bottom:25px;
	background-color:#325831;
}

.offer {
	width:100%;
	height:auto;
	margin:20px 0px 40px 0px;
	padding:0px 0px 0px 0px;
}

.event {
	width:100%;
	height:auto;
	background-color:#e4e4e4;
	border-radius:0px 20px 0px 20px;
	padding:20px;
}

.title_link {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:26px;
	color:#111;
	text-decoration:none;
	margin-bottom:15px;
}

.title_link:hover {
	color:#325831;
	text-decoration:none;
}

section#subpage .tel_no {
	width:auto;
	height:37px;
	margin:20px 20px 0px 0px;
	padding:14px 0px 0px 37px;
	background:url(images/burlington_hotel_icon_tel.gif) top left no-repeat;
	font-size:14px; /* 14px/12px */ 
}

section#subpage .tel_no span {
	font-weight:bold;
	color:#325831;
}

a.text_btn_blk {
	display:block;
	float:right;
	width:auto;
	height:26px;
	font-size:14px;
	color:#325831;
	text-decoration:none;
	background:url(images/burlington_hotel_btn_plus_blk.png) top right no-repeat;
	padding:6px 36px 0px 0px;
	margin-top:8px; 
}

a.text_btn_blk:hover {
	background:url(images/burlington_hotel_btn_plus_blk.png) bottom right no-repeat;
	color:#65af62;
}

.fleur_line_blk {
	clear:both;
	width:410px;
	height:15px;
	border-bottom:solid 1px #888;
	margin:10px auto 20px auto;
}

.fleur_line_blk span {
	position:absolute;
	width:22px;
	height:23px;
	background:url(images/burlington_hotel_fleur_black.png) no-repeat;
	margin:4px 0px 0px 194px;
}

section#subpage article ul.bullets {
	list-style:none;
	margin:40px 0px 40px 9px;
	padding:0px 0px 0px 0px;
}

section#subpage article ul.bullets li {
	font-weight:bold;
	background:url(images/burlington_hotel_bullet.gif) center left no-repeat;
	padding:0px 0px 0px 27px;
	margin-bottom:10px;
}

.download_links {
	margin:40px 0px 40px 0px;
}

a.downloads_btn_blk {
	display:inline-block;
	width:auto;
	height:26px;
	font-size:14px;
	color:#325831;
	font-weight:bold;
	text-decoration:none;
	background:url(images/burlington_hotel_btn_downloads_blk.png) top left no-repeat;
	padding:6px 0px 0px 36px;
	margin:0px 0px 5px 0px;
}

a.downloads_btn_blk:hover {
	background:url(images/burlington_hotel_btn_downloads_blk.png) bottom left no-repeat;
	color:#65af62;
}

section#subpage a.booknow_btn {
	float:right;
	display:block;
	width:170px;
	height:105px;
	background:url(images/burlington_hotel_btn_booknow.png) no-repeat;
	margin:15px 0px 15px 0px;
}

section#subpage a.enquiry_btn {
	float:right;
	display:block;
	width:170px;
	height:105px;
	background:url(images/burlington_hotel_btn_enquiry.png) no-repeat;
	margin:15px 0px 15px 0px;
}

section#subpage .date_when {
	width:auto;
	height:37px;
	margin:0px 0px 20px 0px;
	padding:14px 0px 0px 0px;
	font-size:14px; /* 14px/12px */ 
}

section#subpage .date_when span {
	font-weight:bold;
	color:#325831;
}

.event a.title_link, .promo a.title_link {
	margin-bottom:0px;
}

.subpage_img {
          float:right;
          width:220px;
          height:220px;
          background-color:#fff;
          padding:0px 0px 0px 0px;
          margin:0px 0px 20px 20px;
}

.event_img {
          float:left;
          width:220px;
          height:220px;
          background-color:#fff;
          padding:0px 0px 0px 0px;
          margin:0px 20px 20px 0px;
}


.event_img img{
	float:left;
}

.promo {
	width:100%;
	height:auto;
	background-color:#e4e4e4;
	border-radius:0px 20px 0px 20px;
	padding:20px;
}

ul.gallery {
	width:100%;
	margin:45px 0px 45px 0px;
	padding:0px;
}

ul.gallery li {
	float:left;
	width:155px;
	height:159px;
	background-color:#fff;
	border-bottom:solid 1px #111;
	padding:0px 0px 0px 0px;
	margin:0px 16px 20px 0px;
}

ul.gallery li:nth-child(4n+4) {
	margin-right:0px;
}

.popup {
	width:100%;
	height:auto;
	padding:20px;
	background-color:#fff;
	border-radius:0px 20px 0px 20px;
	text-align:left;
}

.popup figcaption {
	margin:10px 0px 20px 0px;
}

.popup figcaption span {
	font-weight:bold;
	color:#325831;
}

#mapholder {
	width:100%;
	height:304px;
	background-color:#fff;
	border-bottom:solid 1px #111;
	padding:0px 0px 3px 0px;
	margin-bottom:30px;
}

#map_canvas {
	width:100%;
	height:300px;
}

.col_l {
	float:left;
	width:320px;
	margin:0px 20px 40px 0px;
	padding:0px;
}

.col_l p {
	line-height:22px;
	margin-top:6px;
}	

.col_r {
	float:left;
	width:320px;
	margin:0px 0px 40px 0px;
	padding:0px;
}

#contact_tel {
	width:auto;
	height:23px;
	background:url(images/burlington_hotel_contact_tel.gif) no-repeat;
	padding:9px 0px 0px 38px;
	margin:0px 0px 0px 0px;
}

#contact_fax {
	width:auto;
	height:23px;
	background:url(images/burlington_hotel_contact_fax.gif) no-repeat;
	padding:8px 0px 0px 38px;
	margin:0px 0px 0px 0px;
}

#contact_email {
	width:auto;
	height:23px;
	background:url(images/burlington_hotel_contact_email.gif) no-repeat;
	padding:6px 0px 0px 38px;
	margin:0px 0px 0px 0px;
}

#contact_email a {
	color:#111;
	text-decoration:none;
}

#contact_email a:hover {
	color:#325831;
	text-decoration:none;
}

section#subpage form {
	clear:both;
	margin:0px 0px 100px 0px;
}

#required_text {
	float:right;
	color:#888;
	margin:30px 0px 30px 0px;
}

section#subpage form label {
	display:inline-block;
	width:123px;
	color:#111;
	margin:0px 0px 20px 0px;
}

section#subpage form input {
	display:inline-block;
	width:193px;
	height:28px;
	background-color:#ebebeb;
	border:solid 1px #aaa;
	border-radius:3px;
	padding:0px 5px 0px 5px;
	margin:0px 0px 0px 3px;
}

section#subpage form select {
	display:inline-block;
	width:193px;
	height:28px;
	background-color:#ebebeb;
	border:solid 1px #aaa;
	border-radius:3px;
	padding:0px 0px 0px 5px;
}

section#subpage form textarea {
	display:inline-block;
	width:100%;
	height:199px;
	background-color:#ebebeb;
	border:solid 1px #aaa;
	border-radius:3px;
	padding:5px;
	margin:1px 0px 11px 0px;
	font-family:inherit;
}

section#subpage form input.submit {
	display:block;
	float:right;
	width:167px;
	height:64px;
	background-color:#fff;
	border:none;
	border-radius:0px;
	padding:0px;
	margin:15px 0px 0px 0px;
	background:url(images/burlington_hotel_btn_enquiry.png) no-repeat;
	cursor:pointer;
}

.error {
	font-size:12px;
	color:red;
	font-style:italic;
	padding:0px;
	margin:0px 0px 5px 0px;
}









/* FANCYBOX STYLES */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(images/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

/* Overlay helper */

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 0px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 96%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border-bottom: 1px solid #000000;
	margin-bottom:10px;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
.entry-content ul{
margin-left:30px;
}

a.downloads_btn_blk {
          display:inline-block;
          width:auto;
          height:26px;
          font-size:14px;
          color:#325831;
          font-weight:bold;
          text-decoration:none;
          background:url(images/burlington_hotel_btn_downloads_blk.png) top left no-repeat;
          padding:6px 0px 0px 36px;
          margin:0px 0px 5px 0px;
}
 
a.downloads_btn_blk:hover {
          background:url(images/burlington_hotel_btn_downloads_blk.png) bottom left no-repeat;
          color:#65af62;
}

.event-content{
	width:auto;
	height:100px;
}