body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.clear {
	clear: both;
}

header {
  height: 120px;
  width: 100%;
  text-align: left;
  padding: 20px 0;
  background: url(/images/main_bg.png) repeat;
  position: relative;	
}

nav {
	position: absolute;
	right: 25px;
  top: 70px;
}

nav	li {
	list-style: none;
	display: inline-block;
	padding-left: 15px;
}

nav	li a {
  color: white;	
  text-decoration: none;
}

nav	li a:hover {
	text-decoration: underline;
}

#content_wrapper {
	padding: 20px 0px;
	width: 90%;
	margin: 0px auto;
	max-width: 1200px;
}

#sidebar {
	border: 2px solid #335E8C;
	width: 20%;
	height: 600px;
	float: left;
	padding: 10px;
	margin-right: 20px;
	font-size: 0.8em;
	overflow: scroll;
}

#sidebar #search {
	margin-bottom: .25em;
}

#sidebar a {
	color: black;
	text-decoration: none;
}

#sidebar div.resort {
	padding: .5em;

}

#sidebar div.resort:hover {
	background-color: #335E8C;
	color: white;
}

#sidebar div.resort:hover a{
	color: white;
	cursor: pointer;
}

#sidebar input {
	width: 100%;
}

#content {
	padding: 10px;
	float: left;
	width: 70%;
}

#content h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#content .row {
	padding: 10px 0;
}

#content .row .label {
	width: 18%;
	display: inline-block;
}

/*#content .row input {
	width: 75%;
}*/

#content .row textarea {
	height: 100px;
  font-size: 0.9em;	
}

#content .row .two_column {
	float:	left;
	width: 48%;
}

#content .k-tabstrip-wrapper textarea {
  width: 98%;
  margin: 0 0.5em;
}

#content .row.city_state .label {
	width: 7%;
}

#content .row.city_state .postal_code {
	width: 12%;
}


#content .row.province_country .label {
	width: 11%;
}

/*#content .row.province_country input {
	width: 45%;
}*/

#home_content {
	width: 90%;
	margin: 0 auto;
}

#home_content .left {
	float: left;
	width: 48%;
}

.k-input {
	padding: .25em;
}

/* bootstap updates */
.form-signin {
	max-width: 370px;
	padding: 15px;
	margin: 30px auto 0;
}
.form-select {
	height: 27px;
}
.tab-pane {
	min-height: 100px;
	border: 1px solid #ddd;
	border-top: none;
	padding: 10px;
}
.form-inline label {
	width: 100px;
}
.checkbox-inline {
	width: 140px;
}
.checkbox-inline+.checkbox-inline {
	margin-left: 0px;
}
div.resort:hover {
	background-color: #335E8C;
	color: white;
}
div.resort:hover a{
	color: white;
	cursor: pointer;
}
div.image_wrapper {
	margin: 5px;
	display: inline-block;
	position: relative;
}
div.image_overlay {
	position: absolute;
	top:0;
	left:0;
	width: 100px;
	height: 100px;
	display: none;
}
div.image_overlay button {
	margin: 11px 20px;
	width: 60px;
}
div.image_wrapper:hover > div.image_overlay {
	display: block;
}
