/*
Theme Name: Vegashotelspecial
Theme URI: http://www.dizzain.com/blog_customization/
Description: The WordPress theme for site <b>Vegashotelspecial</b>.
Version: 1.0
Author: Dizzain.com
Author URI: http://www.dizzain.com/
*/

/*
	Reset by Eric Meyer
	http://meyerweb.com/eric/tools/css/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,
b, u, i, center,
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

h1 {
  text-align: center;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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


sup, sub {
	font-size: 80%;
	vertical-align: baseline;
	position: relative;
}

sup {
	top: -0.4em;
}

sub {
	bottom: -0.4em;
}

/*
	Main styles
*/

html { width: 100%; }

html, body {
	height: 100%;
}

body, textarea, input, select {
	font: 13px/20px "Trebuchet MS", Arial, Verdana, Tahoma;
}

body {
	color: black;
	background: #fff url("images/back.jpg") 0 0 repeat-x;
}

p {
	margin: 10px 0 0 0;
}

ul, ol, dl {
	margin: 5px 0 5px 20px;
}

blockquote {
	margin: 10px 0 0 20px;
	font-style: italic;
}

pre {
	font: 14px/18px "Courier New", Courier, monospace;
	color: #333;
	margin: 10px 0;
}

a {
	color: #25aae1;
}

a:hover {
	text-decoration: none;
}

/*
	Global styles
*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.overflow {
	overflow: hidden;
}

/*
	Layonts
*/

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 980px;
}

#header {
	float: left;
	height: 120px;
	overflow: hidden;
	width: 100%;
}

#page {
	display: inline;
	float: left;
	overflow: hidden;
	width: 728px;
}

#content {
	display: inline;
	float: left;
	margin: 0;
	width: 728px;
}

#aside {
	display: inline;
	float: right;
	margin: -80px 10px 0 0;
	width: 230px;
  text-align: left;
}

#footer {
	background: url("images/footer_icon.png") 95% 0 no-repeat;
	height: 120px;
	margin: 10px auto 0;
	width: 100%;
}

	#footer .wrapper {
		background: url("images/footer.png") 0 bottom repeat-x;
		height: 80px;
		width: 100%;
		padding-top: 40px;
	}

/*
	Header
*/

/* Logo */

#logo {
	display: inline;
	float: left;
	height: 100px;
	margin: 5px 0 0 20px;
	width: 239px;
}

	#logo, #logo h2 {
		position: relative;
		margin: 0;
		padding: 0;
	}

		#logo a, #logo h2 a {
			display: block;
			height: 100px;
			width: 239px;
		}

#description {
  float: left;
  margin: 10px 0 0 40px;
  text-align: center;
	color: #005f86;
	font: 18px/24px "Trebuchet MS";
	letter-spacing: -1px;
}

/* Social */

.social {
	color: #ffffff;
  background-color: #fff;
  border: 2px #000;
/*	display: inline;*/
	float: left;
	width: 460px;
  height: 45px;
  margin-left: 10px;
}

.social_button {
}

.social .facebook {
  overflow: hidden;
  width: 90px;
  position:absolute;
  margin-top: 10px;
  margin-left: 7px;
}

.social .twitter {
  position:absolute;
  margin-top: 10px;
  margin-left: 105px;
}

.social .rss {
  position:absolute;
  margin-left: 180px;
  margin-top: 10px;
}

.social .gplus_badge {
  overflow: hidden;
  position:absolute;
  margin-left: 325px;
  margin-top: -10px;
  width: 130px;
}

.social .gplusone {
  position:absolute;
  margin-left: 280px;
  margin-top: 10px;
}

/* Search */

#search {
	float: right;
	height: 33px;
	margin: 24px 94px 0 0;
	width: 274px;
}

	#searchform {
		background: url("images/searchform.jpg") 0 0 no-repeat;
		height: 33px;
		width: 274px;
	}

		#searchform div {
			margin: 0;
		}

		#searchform input {
			background: none;
			border: 0 none;
			float: left;
			margin: 9px 0 0;
			padding: 0 0 0 25px;
			width: 175px;
			color: #929292;
		}

			#searchform input#searchsubmit {
				cursor: pointer;
				height: 25px;
				margin: 5px 0 0 5px;
				width: 65px;
			}

/*
	Content
*/

/* Typograpthy */

.content_tabs {
  margin-bottom: -6px;
}

.content_tab_img {
  margin-right: -3px;
}

#content ul {
	list-style: disc;
}

#content ol {
	list-style: decimal;
}

	#content ol ol li {
		list-style-type: lower-alpha;
	}

	#content ul ul li {
		list-style-type: circle;
	}

#content dt {
	font-weight:bold;
}

#content dd {
	margin: 0 0 10px 10px;
}

/* Layout */

#content .posts {
	background: #fff;
	/*border-left: 1px solid #25aae1;*/
	border-bottom: 4px solid #25aae1;
	display: inline;
	float: left;
	margin: 0;
	width: 728px;
}

	#content .posts .post {
		border-bottom: 1px solid #92d4f0;
border-left: 1px solid #25aae1;
    float: left;
		margin: 0;
		padding: 0 0 0px;
		width: 728px;
	}

		#content .posts .post .title {
			background: #25aae1;
			float: left;
			height: 50px;
			width: 100%;
		}

			#content .posts .post .title .price {
				background: #ff9b01 url("images/content/date_large.png") right 0 no-repeat;
				color: #fff;
				float: left;
				font: 20px/50px Tahoma, "Trebuchet MS";
				height: 50px;
				padding: 0 20px;
				width: 140px;
        margin-left: -5px;
			}

			#content .posts .post .title .date {
				background: #ff9b01 url("images/content/date_large.png") right 0 no-repeat;
				color: #fff;
				float: left;
				font: 18px/40px Tahoma, "Trebuchet MS";
				height: 50px;
				padding: 0 20px;
				width: 180px;
			}

      #content .posts .post .title h2 {
				color: #fff;
				font: 25px/60px "Trebuchet MS";
        text-align: center;
				/*float: left;*/
				overflow: hidden;
				height: 60px;
				padding: 0 0 20px 10px;
      }

      #content .posts .post .title h1,
      #content .posts .post .title h3 {
				color: #fff;
				font: 20px/50px "Trebuchet MS";
				/*float: left;*/
				overflow: hidden;
				padding: 0 0 0 10px;
			}

				#content .posts .post .title h1 a,
				#content .posts .post .title h2 a,
        #content .posts .post .title h3 a {
					color: #fff;
					text-decoration: none;
				}

					#content .posts .post .title h1 a:hover,
					#content .posts .post .title h2 a:hover {
						text-decoration: none;
					}

		#content .posts .post .back {
			float: left;
			margin: 10px 0 0 20px;
			width: 100%;
		}

			#content .posts .post .back a {
				display: block;
				height: 23px;
				margin: 10px 0 0;
				width: 162px;
			}

		#content .posts .post .entry {
			display: inline;
			float: left;
			margin: 10px 0 0 20px;
			width: 650px;
		}

			#content .posts .post .entry h1,
			#content .posts .post .entry h2 {
				font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
				line-height: 26px;
			}

			#content .posts .post .entry h1 {
				font-size: 22px;
				margin: 10px 0;
			}

			#content .posts .post .entry h2 {
				font-size: 20px;
				margin: 10px 0;
			}

			#content .posts .post .entry h3 {
        color: #000;
				font-size: 18px;
				margin: 10px 0;
			}

			#content .posts .post .entry h4 {
				font-size: 16px;
				margin: 10px 0;
			}

			#content .posts .post .entry h5 {
				font-size: 15px;
				margin: 10px 0;
			}

			#content .posts .post .entry h6 {
				font-size: 14px;
				margin: 10px 0;
			}

	#content .posts .post.small {
		margin-top: 00px;
    margin-bottom: 20px;
	}

		#content .posts .post.small .title {
			background: #25aae1;
			/*background: none;*/
      color: #fff;
			float: left;
			height: 38px;
			overflow: hidden;
			width: 100%;
		}

			#content .posts .post.small .title .price {
				background: #ff9b01 url("images/content/date_large.png") right 0 no-repeat;
				color: #fff;
				float: left;
				font: 20px/38px Tahoma, "Trebuchet MS";
				height: 38px;
				max-width: 200px;
				margin-right: 10px;
				padding-left: 15px;
			}

			#content .posts .post.small .title h3 {
				display: block;
				/*float: left;*/
				font: 20px/38px "Trebuchet MS";
				padding-left: 20px;
			}

				#content .posts .post.small .title h3 a {
					color: #ffffff;
					text-decoration: none;
				}

		#content .posts .post .related {
			display: inline;
			float: left;
			margin: 10px 0 0 20px;
			width: 650px;
		}

			#content .posts .post .related h4 {
				color: #353535;
				font: 20px/24px "Trebuchet MS", Arial;
			}

			#content .posts .post .related ul a {
				color: #25aae1;
				font: bold 15px/22px "Trebuchet MS", Arial;
				list-style-type: square;
			}

	#content .posts .more {
		background: #25aae1;
		clear: left;
		float: left;
		font: bold 15px/38px "Trebuchet MS", Arial;
		height: 38px;
		margin: 0;
		width: 100%;
	}

		#content .posts .more a {
			color: #fff;
			padding-left: 20px;
		}

/* Columns */

#content .columns {
	float: left;
}

	#content .columns .column {
		width: 363px;
		display:inline-block;
    vertical-align:top;
   }

		#content .columns .column.odd {
			border-left: 1px solid #25aae1;
			margin-left: -5px;
		}

		#content .columns .column.even {
			border-right: 1px solid #25aae1;
		}

	#content .columns .column .title {
		background: #25aae1;
		float: left;
		height: 27px;
		width: 100%;
	}

		#content .columns .column.odd .title {
			border-left: 1px solid #fff;
		}

		#content .columns .column .title h2 {
			background: url("images/content/date.png") right 0 no-repeat;
			color: #fff;
			font: 17px/27px "Trebuchet MS", Arial;
			float: left;
			height: 27px;
			letter-spacing: 0px;
			overflow: hidden;
			padding-left: 10px;
			width: 253px;
		}

   		#content .show .columns .column .title h2 {
			background: none;
		}

			#content .columns .column .title h2 a {
				color: #fff;
				display: block;
				max-width: 220px;
				text-decoration: none;
			}

		#content .columns .column .title .price {
			background: #fcb03b;
			color: #000;
			font: bold 13px/27px Tahoma, "Trebuchet MS", Arial;
			float: right;
			height: 27px;
			overflow: hidden;
			padding-left: 10px;
			width: 90px;
		}

	#content .columns .column .entry {
		float: left;
		margin: 10px;
	}

		#content .columns .column .entry h3 {
			font: bold 15px/20px "Trebuchet MS", Arial;
			margin: 0 0 10px;
		}

			#content .columns .column .entry h3 a {
				color: #25aae1;
				text-decoration: underline;
			}

				#content .columns .column .entry h3 a:hover {
					text-decoration: none;
				}

		#content .columns .column .entry a {
			color: #000;
			text-decoration: none;
		}

		#content .columns .column .entry .readmore a {
			color: #25aae1;
			text-decoration: underline;
		}

 		#content .columns .column .entry .readmore a:hover {
			text-decoration: none;
		}

		.readmoredots {
			color: #25aae1;
		}


		#content .columns .column .entry .date span {
			color: #25aae1;
      font-size: 80%;
		}

	#content .columns .column .meta {
		float: left;
		font-size: 12px;
		margin: 10px;
		width: 320px;
    vertical-align: bottom;
	}

		#content .columns .column .meta .date,
		#content .columns .column .meta .link {
			float: left;
			width: 50%;
      font-size:90%;
		}

			#content .columns .column .meta .link a {
				display: block;
				float: right;
				height: 23px;
				width: 95px;
			}

/* Images */

#content img {
	padding: 0;
	max-width: 100%;
	margin: 5px;
}

	#content img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#content img.alignright {
		padding: 4px;
		margin: 10px 0 10px 10px;
		display: inline;
	}

	#content img.alignleft {
		padding: 4px;
		margin: 10px 10px 10px 0;
		display: inline;
	}

.wp-caption {
	text-align: center;
  /*float: left;*/
	border:1px solid #ddd;
	background-color:#f3f3f3;
	margin: 0px 0px 0px 0px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 11px;
	padding: 0 0px 10px;
	margin-top: -15px;
}

.wp-caption p.new-image-text {
  margin-top: 0px;
}

/* Tables*/

#content .posts table {
	border: 0 none;
}

	#content .posts table.full {
		width: 100%;
	}

#content .posts table th {
}

#content .posts table td {
}

/*
	Aside
*/

#aside ul {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 110px 0 0 0;
	width: 230px;
}

	#aside ul li {
		float: left;
		margin: 0 0 10px;
		width: 220px;
	}

	#aside ul li ul {
		list-style-type: none;
		margin: 0;
	}

		#aside ul li ul li {
			font: 13px/18px "Trebuchet MS", Arial;
			list-style-type: none;
			margin: 0;
			padding-left: 10px;
		}

	#aside a {
		color: #000;
	}

	#aside h3 {
		display: block;
	}

	/* Widgets */

	#aside .widget_categories {
		margin: 10px 0;
	}

		#aside .widget_categories ul {
			margin: 10px 0;
		}

		#aside .widget_categories h3 {
			display: block;
		}

			#aside .widget_categories.hotels h3 {
				background: url("images/aside/hotels.png") 0 0 no-repeat;
				height: 74px;
				width: 145px;
			}

			#aside .widget_categories.holidays h3 {
				background: url("images/aside/holidays.png") 0 0 no-repeat;
				height: 67px;
				width: 194px;
			}

			#aside .widget_categories.specials h3 {
				background: url("images/aside/specials.png") 0 0 no-repeat;
				height: 69px;
				width: 150px;
			}

			#aside .widget_categories.links h3 {
				background: url("images/aside/links.png") 0 0 no-repeat;
				height: 72px;
				width: 119px;
			}

			#aside .widget_categories.scoop h3 {
				background: url("images/aside/las-vegas-scoop.png") 0 0 no-repeat;
				height: 69px;
				width: 245px;
			}

			#aside .scoop li {
				list-style-type:circle;
        list-style-position:inside;
        text-indent: -14px;
			}



	/* Subscribe*/

	#subscribe {
		float: left;
		width: 229px;
	}

		.subscribeform {
			background: url("images/aside/sub-form.png") 0 0 no-repeat;
			float: left;
			height: 32px;
			overflow: hidden;
			width: 230px;
		}

			.subscribeform div {
				float: left;
				margin: 22px 0 0;
			}

			.subscribeform input {
				background: none;
				border: 0 none;
				float: left;
				padding: 0 0 0 5px;
        margin-top: -12px;
				width: 180px;
				color: #555;
			}

				.subscribeform input#subscribesubmit {
					cursor: pointer;
					height: 32px;
					margin: -20px 0 0 10px;
					width: 34px;
				}

        .subscribeform input#passwordsubmit {
					cursor: pointer;
					height: 32px;
					margin: -20px 0 0 10px;
					width: 34px;
				}


  .sub-orange {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    color: #e3702d;
  }

  .sub-grey {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    color: #505050;
  }

  .under-subscribe {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 11px;
    color: #505050;
  }
  .under-subscribe-orange {
  }
  .logged-in {
    font-family: "Trebuchet MS", sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #309930;
  }
  .more-info {
    text-decoration: underline;
    color: #e3702d;
  }
.sub-popup {
	visibility:hidden;
  position:absolute;
  right:20px;
  background-color:#eee;
	border:5px solid black;
	padding:10px;
}

.cancel-popup {
	visibility:hidden;
  position:absolute;
  left:100px;
  background-color:#eee;
	border:5px solid black;
	padding:10px;
  z-index: 9999;
}

.rate-popup {
  color: #000;
  width: 700px;
	font: 13px/20px "Trebuchet MS", Arial, Verdana, Tahoma;
	visibility:hidden;
  position:absolute;
  left:100px;
  background-color:#eee;
	border:5px solid black;
	padding:10px;
  z-index: 9999;
}



	/* Banners */

	#aside .banners {
		float: left;
		width: 100%;
	}

		#aside .banners ul {
			float: left;
			margin: 0;
		}

			#aside .banners ul li {
				float: left;
				/*height: 71px;*/
				padding-left: 0;
				width: 114px;
			}

			#aside .banners.wide ul li {
				width: 100%;
			}

		#aside .banners img {
			float: left;
		}

		/* Contact us banner */

		#aside .banners.wide ul li .try {
			background: url("images/aside/try.png") 0 0 no-repeat;
			color: #fff;
			float: left;
			display: block;
			height: 116px;
			text-align: center;
			width: 214px;
		}

			#aside .banners.wide ul li .try .f {
				border-bottom: 2px solid #92d5f0;
				float: left;
				font: 14px/18px "Trebuchet MS", Arial, Verdana, Tahoma;
				height: 40px;
				letter-spacing: -1px;
				margin: 10px 0 0 7px;
				width: 200px;
			}

			#aside .banners.wide ul li .try .s {
				float: left;
				font: 18px/22px "Trebuchet MS", Arial, Verdana, Tahoma;
				height: 55px;
				letter-spacing: -1px;
				margin-top: 5px;
				width: 200px;
			}

			#aside .banners.wide ul li .try a {
				color: #fff;
				display: block;
			}

				#aside .banners.wide ul li .try .f a {
					text-decoration: none;
				}

#aside .strip-hotels-title {
   font-weight: bold;
}

#aside #strip-hotels-list {
  display: none;
}

#aside #off-strip-hotels-list {
  display: none;
}

/*
	Footer
*/

#footer .alignleft {
	padding: 0 0 0 20px;
}

#footer .alignright {
	margin: 0 20px 0 0;
}

	#footer p {
		color: #fff;
		font: bold 11px/50px "Trebuchet MS";
		text-align: left;
		margin: 0 0 5px;
	}

	#footer .alignright p {
		text-align: right;
	}

#footer a {
	color: #fff;
}

/*
	Other
*/

.dates-primary {
  width: 100%;
}

.dates-secondary {
  float: right;
  width: 300px;
  padding: 0px 0px 10px 10px;
}

.share-buttons {
  margin: 0px 0 20px 0;
}
.field-title {
	color: #000;
  font-weight: bold;
}

.in-post-cat-link {
  text-decoration: none;
  color: #000;
}

.shows-in-post {
	border:1px solid #ddd;
	background-color:#f3f3f3;
	padding:4px 5px 7px 10px;
	margin: 10px 0 20px 0px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}

.posts .post .reserve {
	display: block;
	height: 35px;
  margin:10px auto 0px 20%;
}

	.posts .post .reserve div a {
		background: url("images/content/book.png") right top no-repeat;
		color: #fff;
		display: inline;
		float: left;
		font: bold 13px/35px "Trebuchet MS", Arial;
		padding: 0 10px 0 10px;
		text-decoration: none;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	}


.clear {
	clear: both;
}

.more-link {
	text-decoration: none;
}

.private-deal {
   color: #30bb30;
   text-align: center;
   font-weight: bold;
}

.private-deal-logged-out {
   text-align: center;
   color: #30bb30;
}

.logged-out-buttons {
   text-align: center;
   padding-top: 15px;
}

.private-promo-from {
   color: #157915;
}

.private-promo-teaser {
  font-weight: bold;
   color: #30bb30;
}

.book_now {
    margin: -40px 0 0 200px;
}

/*
	advanced search
*/

#content .posts .post .entry.adv_search {
	margin:10px 0 0 30px;
	width:640px;
  line-height: 110%;
}

.hotel-area {
	width:230px;
	float:left;
}

.class {
	float:left;
	width:200px;
}

	.class p input {
		position:relative;
		top:2px;
		margin:0 3px 0 0;
	}

	.class b {
		display:block;
	}

.deal-select {
	float:left;
	width:280px;
}

.bottom-left-search {
	float:left;
	width:320px;
}


.show_individial_hotels {
  float: left;
	padding:20px 0 0 0;
}

	.show_individial_hotels p {
		display:inline-block;
		background:url("images/content/show_hide.png") 0 0 no-repeat;
		height:37px;
		width:215px;
		margin:0;
	}
	
		.show_individial_hotels p input {
			height:37px;
			width:215px;
			background:none;
			cursor:pointer;
			border:0 none;
		}
	
		.show_individial_hotels p.show {
			background-position:0 0;
		}
		
		.show_individial_hotels p.hide {
			background-position:0 -37px;
		}

		#hotel-area p.show {
			display: block;
		}

		#hotel-area p.hide {
			display: none;
		}

#searchResults h2 {
	font: bold 25px "Trebuchet MS", Arial;
  color: #25AAE1;
  float: left;
  margin: 10px 20px 0 10px;
}

#searchResults .found {
  vertical-align: -95%;
}

.adv_search #hotels table {
	border-collapse:separate;
	border-spacing:2px;
	border:0 none;
	margin:25px 0 0 0;
}

	.adv_search #hotels table td {
		border:none;
	}
	
		.adv_search #hotels table td input {
			position:relative;
			top:2px;
			margin:0 3px 0 0;
		}

.bottom_nav {
	padding:30px 0 0 0;
}

#endmonth {
	position: absolute;
	left: 110px;
	text-align: right;
	width: 120px;
}

#sliderbg {
    position: relative;
    height: 20px;
    width: 220px;
    background: #fff url(images/slide-bg.gif) 15px 0 no-repeat	;
}

#minthumb, #maxthumb {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0; /* assumed, but for redundancy */
}

#hotels {
  display: none;
}

#sliderlabels {
  margin-top: 7px;
	position:relative;
}

.searching {
    margin: 20px 0 0 70px;
}

.ajax-loader {
    background: url("images/ajax-loader.gif") 0 0 no-repeat;
    height: 42px;
    width: 42px;
    margin: 10px 0 0 20px;
}

img.search-results {
	margin-left: -5px;
}

#extended-hotel-info {
  display: none;
}

.logo-image {
  float: left;
  width: 300px;
  margin-top: 25px;
}

.right-post-specific-top {
  float: left;
  width: 350px;
}

.click-for-more {
  vertical-align: 40%;
  cursor: pointer;
}

.hotel-top-left {
  float: left;
}

.expired-post-message {
  color: red;
  text-align: center;
	margin: 15px 15px 15px 15px;
  font-weight: bold;
}

.hotel-image {
	border:1px solid #ddd;
	background-color:#f3f3f3;
	padding-top:4px;
	margin: 0px 15px 0px 0px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}
.hotel-bottom {
  clear: both;
  line-height: 135%;
}
.hotel-description {
  margin-top: 10px;
  text-align: justify;
}

.hotel-deals-column {
  width: 320px;
}

.left-column {
  float: left;
  width: 320px;
}

.right-column {
  float: right;
  width: 320px;
}

.archive-top-ad {
  position:relative;
  left: -20px;
}

.map {
	font-weight: bold;
/*  float: right;*/
}

.address {
  margin: 0 10px 0px 10px;
}

.scoop-title-img {
  border:1px solid #ddd;
  width:250px;
  float:left;
  padding:5px;
  margin: 5px;
}

.holiday .entry {
  background-color:#f3f3f3;
	border:1px solid #ddd;
	padding-top:4px;
	margin: 0px 15px 10px 0px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}

.holiday-image {
  float: left;
  padding: 0 0 0 10px;
  margin: 0 0 0 0;
}

.holiday-description {
  margin-top: 30px;
  float: right;
  text-align: center;
  padding-right: 20px;
  width: 450px;
}

.holiday-description1 {
  font-weight: bold;
}

.holiday-description2 {
  margin-top: 10px;
}

.holiday-long-description {
  clear: both;
  margin: 0 45px 0 20px;
  padding-top: 10px;
}

.bottom-ad {
  margin-top: 25px;
  margin-right: 250px;
}

.hotel-description-ad {
  float: right;
  width: 320px;
}

.expired {
  color: red;
  font-weight: bold;
}

.almost-expired {
  color: green;
  font-weight: bold;
}

.resort-fee-popup {
	visibility:hidden;
  position:absolute;
  left:320px;
  background-color:#eee;
	border:5px solid black;
	padding:10px;
}

/* Show Pages ============================================ */
.shows_categories {
  font-size: smaller;
  margin-top: -12px;
}

.shows_category_list {
  margin: 0 0 60px 30px;
}

.show_index_header {
  float: none;
  display: inline-block;
}

.show_index_header_left {
  float: left;
  width: 320px;
}

.page_index_category_title {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.5em;
}

.show_list_hotel {
  font-size: .8em;
  font-style: italic;
  font-weight: normal;
}

.shows_category_list_column {
  width: 140px;
  float: left;
}

.show_index_title a {
  text-decoration: none;
  color: #000;
}

.show_index_header_right {
  float: right;
}

.featured_discount {
	border:2px solid #f59b23;
	background-color:#e6f5fc;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
  font-size: 1.1em;  
  width: 360px;
  margin: 40px 0 10px 0;
  padding: 0 10px 0 10px;
  clear: both;
}

.shows_index_top_ad {
  margin: 0 0 0 85px;
  width: 234px;
  height: 60px;
  clear: both;
}


.featured_name {
  font-size: 16px;
}

.featured_title {
  text-decoration: none;
  color: #000;
}


.featured_hotel {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
}

.show_featured_content {
  display: inline-block;
}

.show_featured_image {
  float: left;
  width: 75px;
  height: 75px;
  margin: 0 15px 15px 0;
}

.show_featured_description {
  margin-left: 80px;
}

.index_top_box {
 /* margin: 20px 20px 0 20px;*/
  border: solid #25aae2;
  border-width: 16px 4px 4px 4px;
  padding: 0 0 10px 0;
}

.show_index_icon {
  padding: 0 0px 0 60px;
}

.show_thumbnail {
  float: left;
  padding-top: 7px;
  width: 100px;
}

.show_list_iten {
}

.show_index_description {
  margin: 0 0 0 100px;
  position: relative;
  top: -15px;
}

.show_single {
  margin: 10px 20px 0 20px;
}

.return_to_shows_top {
  margin: 0.5em 0 0.5em 1em;
}

.return_to_shows_bottom {
  height: 2em;
  margin: 0.5em 0 0.5em 1em;
  float: none;
  clear: both;
}

table.shows_times_table td {
  border: 1px solid black;
  padding: 2px 12px 2px 12px;
}


.shows_left_column {
  float: left;
  width: 320px;
}

.show_time_description {
  width: 300px;
}

.show_left_ad {
  margin: 10px 0 0 0px;
  width: 300px;
  height: 250px;
}

.shows_right_column {
  margin: 0 0 0 0px;
  width: 360px;
  float: left;
}

.shows_times {
  margin: 30px 0 30px 5px;
}

.show_ticket_link {
	border:2px solid #f59b23;
	background-color:#e6f5fc;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
  font-size: 1.1em;
	padding: 10px 10px 10px 10px;
}

.highlight_box {
	border:2px solid #f59b23;
	background-color:#e6f5fc;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}

.show_discount {
  font-size: 1.1em;
}

.discount_available_img {
  position: relative;
  top: +10px;
}

.show_single_discount {
	margin: 0px 0px 10px 10px;
}


.show_deal_header {
  font-size: 1.4em;
  margin: 10px 0 5px 0;
  text-align: center;
}

.shows_image {
	margin: 0px 15px 0px 5px;
}

.show_single_categories {
  margin: 0 0 10px 0;
}

.show_field {
  margin: 10px 0 10px 0;
}

.show_field .field_title {
  font-weight: bold;
}

.show_single_title {
  margin: 10px 0 0 0;
  font-weight: bold;
  font-size: 1.2em;
}

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

.featuredincat {
    width: 365px;
   /*font-size: smaller;*/
}

.incolumntitle {

}

.larger-text {
	font: 15px/23px "Trebuchet MS", Arial, Verdana, Tahoma;
}


/* Navigation =============================================== */

.wp-pagenavi {
	color: #2b86b1;
	display: inline;
	float: right;
	font: bold 16px/22px "Trebuchet MS";
	height: 23px;
	margin: 10px 0 0 10px;
	text-align: right;
	width: 100%;
}

.wp-pagenavi a {
  color: #2b86b1;
  display: block;
  float: left;
  text-align: center;
  margin: 0 5px;
}

.wp-pagenavi .current {
  background: url("images/content/pages_active.png") 0 0 no-repeat;
  color: #fff;
  display: block;
  float: left;
  height: 23px;
  text-align: center;
  text-decoration: none;
  width: 23px;
}


.disclaimers {
  margin-top: 10px;
  line-height: 100%;
  font-size: 12px;
}

.disclaimer {
  margin-top: 5px;
}

.page_notes h2 {
  font: 19px "Trebuchet MS";
  background-color: #e6f5fc;
  width: 380px;
}

.page_notes_content {
  margin-bottom: 10px;
}

.page_img {
	border:1px solid #ddd;
	background-color:#f3f3f3;
	padding: 4px 4px 0 4px;
	margin: 0px 15px 0px 0px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}

.page_updated_date {
  font-size: 11px;
  color: #454545;
}

.page_share {
  font: 17px "Trebuchet MS";
  margin: 20px 0 10px 0;;
}

.page_back_to_top {
  margin-bottom: 20px;
}

.page_prev {
  float: left;
  width: 260px;
}

.page_next {
  float: right;
}

.page_top_index_ad {
  background: #25aae1;
  height: 150px;
}

.freebies_inline_index_ad {
  float: right;
  margin-left: 20px;
}

.freebies_inline_index_ad {
  float: right;
  margin-left: 20px;
  margin-bottom: 30px;
}


.freeies_top_box {
  display: block;
  padding-bottom: 30px;
}

.freebie_index {
  float: left;
}

.freebie_list_item {
	margin: 10px 20px 0 20px;
}

.freebie_list_item h3 {
	font: bold 18px/20px "Trebuchet MS", Arial;
	margin: 20px 0 10px;
}

  
.freebie_category_title {
  background: #25aae1;
  height: 20px;
  width: 100%;
  color: #fff;
  font: 20px/40px "Trebuchet MS";
  text-align: left;
  overflow: hidden;
  padding: 0 0 20px 20px;

}

.freebie_content_box h2.freebie_sub_heading{
	font: 20px/50px "Trebuchet MS";
  background-color: #ffffff;
  margin-bottom: 0px;
}

.freebie_icon {
  margin: 25px 20px 0 10px;
  float: left;
}

.freebie_intro {
  padding: 10px 20px 10px 40px;  
}

.freebies_areas {
  padding-left: 30px;
}

.freebies_category_list {
  margin: 0 0 60px 30px;
}

.freebies_category_list_column {
  width: 140px;
  float: left;
}

.freebies_categories {
  float: left;
  margin-right: 90px;
}

.freebie_content_box {
  padding: 20px 20px 20px 20px;
  margin: 20px 0 20px 0;
}

.ad-padding {
    height: 20px;
}

.freebie_content_box p {
  margin: 0 0 10px 0;
}

.freebie_content_box h2 {
  background-color: #e6f5fc;
  overflow: hidden;
	font: 22px/30px "Trebuchet MS";
  margin: 20px 10px 20px 0;
}

.freebie_content_box h3 {
  font-size: 16px;
  margin: 0 0 0px 0;
}

.freebie_logo_img {
  float: left;
}

.freebie_content {
  border: 2px solid red;
  float: left;
}

.freebie_thumbnail {
  float: left;
  width: 100px;
}

.freebie_info_box {
  float: right;
  width: 250px;
  padding: 0px 10px 10px 10px;
  margin: 0px 10px 10px 10px;
}

.freebie_under_info_ad {
  clear: right;
  float: right; 
  margin-right: 15px;
}

.freebie_info_box h3 {
	font: 20px/50px "Trebuchet MS";
}

.free_transportation_title {
  background: #25aae1;
  height: 20px;
  width: 100%;
  color: #fff;
  font: 20px/40px "Trebuchet MS";
  text-align: left;
  overflow: hidden;
  padding: 0 0 20px 20px;
}

.free_transportation_icon {
  margin: 0 10px 0 10px;
  float: left;
}

.free_transportation_info_box {
  margin-top: 20px;
  padding: 0 20px 0px 20px;
}

.free_transportation_category_list {
  margin: 0 0 0px 30px;
}

.free_transportation_top_box_ad {
}

.free_transportation_categories {
  float: left;
  margin-right: 100px;
}

.new_icon {
  margin-left: -10px;
}

.page_review_div {
  margin-top: 20px;
}

.author_text {
  vertical-align: 30%;
}

.page_review {
	border:1px solid #ddd;
	background-color:#f3f3f3;
	padding:4px 5px 7px 10px;
	margin: 10px 0 20px -20px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}

.page_review hr {
  color: #555;
}

.page_review_div h3 {
  margin-top: 10px;
}

.page_review_email {
  margin-top: 10px;
}

.page_review_page_rating {
  margin-top: 10px;
}
.page_review_comment {
  margin-top: 10px;
}

.review_submit {
  background-color: #fcb03b;
  padding: 0px 10px 0 10px;
  color: #fff;
	font: bold 15px/27px Tahoma, "Trebuchet MS", Arial;
  margin-bottom: 20px;
}