/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  09: 2 Col Fixed Sidebar Left, Top Menu
  ------------------------------------------------
*/

body {
	font-family: Georgia, Times New Roman, serif;
	color: #333;
	background-color: #f0e8d8;
	background-image:url(/images/pagebg.jpg);
	background-repeat:repeat-x;
	margin: 20px 0px;
	padding: 0px;
}
img {
	vertical-align: bottom;
}

/*Rounded Corners
.content-wrapper {border-radius: 8px; }
.masthead {border-radius: 6px 6px 0px 0px;}
.footer { border-radius: 0px 0px 6px 6px; }*/


.masthead {
	padding: 0px;
	text-align: left;
	background-color: #fff;
}
.masthead .toplinks{
	padding: 10px;
	text-align: right;
}
.toplinks a {
	color: #9C6B26;
}

.masthead .logo {
	background-color: #222;
}
.masthead h1 {
	margin: 0;
	color: #8C8C8C;
	padding: 20px 20px 10px 20px;
	font-size: 1.35em;
	font-weight: normal;
	letter-spacing: .35em;
}
/*Max-Width allows the image to scale with the page*/
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: block;
}
.masthead .banner {
	z-index: 20;
/*	box-shadow: 0px 0px 20px #000;*/
	position: relative;
}

.content-wrapper {
	margin: 0px auto;
	overflow: hidden;
	width: 900px;
	box-shadow: 0px 0px 20px #000;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
}

.main-content {
	float: right;
	width: 72%;
}
.sidebar {
	width: 28%;
	float: right;
}

.sidebar .content {
	padding: 24px;
	font-size: .85em;
	line-height: 1.5em;
	background-color: #DBE5F1;
/*	background-image: -ms-linear-gradient(top, #FFF, #AAA);
	background-image: -moz-linear-gradient(top, #FFF, #AAA);
	background-image: -webkit-linear-gradient(top, #FFF, #AAA);
	background-image: linear-gradient(top, #FFF, #AAA); */
}
.main-content .content{
	padding: 24px;
	font-size: 1em;
	line-height: 1.5em;
	border-left: 1px solid #ddd;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 24px 0px 0px 0px;
}
h1 {
	font-size: 1.8em;
	color: #26579c;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
	color: #9C6B26;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	color: #9C6B26;
	  }
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	color: #26579c;
}

/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper { margin-top: 0px; }

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
/*Add the fancy class to the scalable class to add a drop shadow
<img class="scalable fancy"...>
*/
.fancy {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}
/* 
Add the accented class to the scalable class to add eounded corners and a border.
<img class="scalable accented"...>
*/
.accented {
	border: 2px solid #fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	background-color: #fff;
}
/* text styling rules */
.centertext {
	text-align:center;
}
.caption  {
	text-align:center;
	color: #666;
	font-style: italic;
}
.imageleft {
	float:left;
	margin: 0 10px 5px 0;
}
.imageright {
	float:right;
	margin: 0 0 5px 10px;
}
.contentlist {
	list-style-image:url(/images/pointer-li.png);
}


.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}
.menulist a {
	color: #26579c;
	border-left: 6px solid #26579c;
	padding: 0 0 0 6px;
}
/*Ordinary Link Styles*/
.content a { 	color: #9B7C00;
 }
.content a:hover, .content a:focus { color: #333333; }
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }


.menutop-wrapper {
	background-color: #fff;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 10;
	text-align: right;
	padding: 10px;
	overflow: hidden;
}
ul.menutop {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.menutop li {
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.menutop li:last-child {
	margin-right: 0px;
}
.menutop a {
	display: block;
	color: #CCC;
	text-decoration: none;
	padding: 12px 12px;
	font-size: 1em;
	border: 1px solid;
	background-color: #333;
	box-shadow: inset 0px 12px 6px rgba(255,255,255,.15), 0px 0px 10px rgba(0,0,0,.5);
	border-radius: 5px;
	border-color: rgba(255,255,255,.5);
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.menutop a:hover, .menutop a:focus {
	color: #FFFFFF;
	background-color: rgba(51,51,51,0.2);
	outline: 0;
}

/*The Footer*/
.footer {
	background-color: #222;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: .7em;
	color: #8C8C8C;
	text-align: center;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}
/*form spambot trap*/

.zip { 
visibility: hidden;
} 
/* map styles */

#map {
	width: 100%;
	height: 400px;
	border: 1px solid #999;
}

#map div.iwindow {
    line-height:1.35;
    overflow:hidden;
    white-space:nowrap;
}
#map div.iwindow b{
	color: #26579c;
}

/*styles for promo box */
.rated {
	margin: 40px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.rated .adtext .adheader {
	color: #26579c;
	font-weight:bold;
}
.rated .adtext .adlink{
	text-align:right;
	font-weight:bold;
	margin: 15px auto 10px auto;
}
.rated .adtext .adlink a{
    background: #ff290b; /* Old browsers */
	color: #fff;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	border: 2px solid #fff;
	border-radius: 8px;
	padding: 3px 5px;
	font-weight:bold;
	text-decoration:none;
	margin-top: 1px;
	margin-bottom: 3px;
}
.rated .adtext .adlink a:hover{
    background: #E11D00; /* Old browsers */
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.3);
	box-shadow:0 1px 2px rgba(0,0,0,.3);
}
/*responsive search box styles*/
#searchbox_r {
	width: 100%;
	max-width: 500px;
	margin: 20px auto;
}
/*deals holder styles*/
#dealsholder {
	width: 100%;
	text-align:center;
	margin-top: 20px;
}

/* getyourguide widget holder */
.gyg {
	max-width: 100%;
	margin: 10px auto;
	text-align:center;
}

/* hotel container */

.hotelcontainer {
	margin: 20px auto;
}
.hotelheader {
	color: #26579c;
	font-weight:bold;
}
.hotelimg {
	float:right;
	margin-left: 10px;
}
.hotelimg {
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);

}
.hotellink {
	clear:both;
	text-align:right;
	margin-top: 10px;
}
.hotellink a{
background: #D51B00; /* Old browsers */
	color: #fff;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow: 
	0 1px 0px rgba(0,0,0,0.75),
	inset 0 1px rgba(255,255,255,0.3), 
	inset 0 10px rgba(255,255,255,0.2), 
	inset 0 10px 20px rgba(255,255,255,0.25), 
	inset 0 -15px 30px rgba(0,0,0,0.3);
	border: 2px solid #fff;
	border-radius: 8px;
	padding: 3px 5px;
	font-weight:bold;
	text-decoration:none;
	-webkit-transition: all linear .3s 0s;
	transition: all linear .3s 0s;
}
.hotellink a:hover {
	color: #fff;
background: #ff290b; /* Old browsers */
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.5);
	box-shadow:0 1px 2px rgba(0,0,0,.5);
}

	
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 699px) {
body {margin: 0px;}
.content-wrapper {width: auto; margin: 0px;}
.content-wrapper, .footer, .masthead {border-radius: 0px;}
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.sidebar, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.content {
	padding: 10px 10px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1000px) {
.content-wrapper {width: auto; margin: 0px 10px;}
.content {
	padding: 10px 10px !important;
}
}
