@media screen {
	body {
		color: #6a0e1f;
		background: #f6f6fa;
		font-family: Helvetica, Arial, sans-serif;
		font-size: .75em;
		margin: 0;
		padding: 0 200px;
		min-width: 200px;
	}
	body div {
		position: relative;
	}
	h1 {
		font-size: 2em;
		margin-top: .2em;
	}
	h2 {
		font-size: 1.7em;
		margin-top: .2em;
	}
	h3 {
		font-size: 1.5em;
		margin-top: .2em;
	}
	h4 {
		font-size: 1.2em;
		margin-top: 0;
	}
	h5 {
		font-size: 1.0em;
		margin-top: 0;
		margin-bottom: 5px;
		color: #6a0e1f;
	}
	h1,h2,h3,h4,h5,span.email {
		color: #B92922;
	}
	textarea {
		border: 1px solid #D8D8D8;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 1em;
		line-height: 1.5em;
		color: #6A0E1F;
		padding: 3px;
	}
	img {
		border: 0;
	}
	form {
		margin: 0;
	}
	a {
		color: #FA4B00;
		background: none;
		text-decoration: underline;
	}
	a:hover {
		color: #fff;
		background: #FA4B00;
		text-decoration: none;
	}
	fieldset {
		border: 1px solid #e6e6e6;
		background: #F9F9FB;
		margin: 0;
	}
	dt {
		float: left;
		width: 100px;
		display: inline;
	}
	dd {
		width: 100px;
		float: left;
		clear: right;
		display: inline;
	}
	.wm_box {
		background: transparent url(/img/bottom-border-opaque.gif) no-repeat
			scroll right bottom;
	}
	.wm_box .wm_content {
		background: transparent url(/img/bottom-border-opaque.gif) no-repeat
			scroll left bottom;
		margin-right: 7px;
		padding-bottom: 7px;
	}
	.wm_box .wm_top .wm_left-top {
		background: transparent url(/img/top-border-opaque.gif) no-repeat scroll
			left top;
		display: block;
		margin-right: 7px;
		padding: .4em .4em 0;
	}
	.wm_box .wm_top {
		background: transparent url(/img/top-border-opaque.gif) no-repeat scroll
			right top;
		display: block;
	}
	.wm_box .wm_inner {
		background-color: #fff;
		border-color: #D8D8D8;
		border-style: solid;
		border-width: 0 1px;
		margin-right: -7px;
		padding: 5px 7px 4px;
	}
	.wm_box .wm_x {
		background-color: #FFF;
		padding: 0 .3em;
	}
	.column {
		float: left;
		position: relative;
	}
	#content-container {
		width: 100%;
		padding: 0;
	}
	#left-container {
		width: 200px;
		margin-left: -100%;
		right: 200px;
	}
	#right-container {
		width: 200px;
		margin-right: -200px;
	}
	#footer {
		clear: both;
	}
	#header {
		height: 45px;
		border-bottom: 1px solid #922;
	}
	#header img {
		display: none;
	}
	#content-container {
		background: #fff;
	}
	#content {
		border: 1px solid #eee;
		padding: 10px;
		line-height: 1.8em;
	}
	#breadcrumbs {
		font-size: .8em;
		color: #ccc;
		margin-bottom: 10px;
	}
	#breadcrumbs a {
		color: #aaa;
	}
	#breadcrumbs a:hover {
		background: #aaa;
		color: #fff;
	}
	#left-container .wm_box,#right-container .wm_box {
		margin: 0 10px 10px 10px;
		font-size: .9em;
		line-height: 1.6em;
	}
	#footer {
		color: #999;
		font-size: .8em;
		padding: 10px;
		text-align: right;
	}
	#nav {
		margin-left: -190px;
		margin-bottom: 15px;
		font-size: 1em;
		height: 32px;
		background: #FFF url(/img/bottom-border-opaque.gif) no-repeat scroll
			right bottom;
	}
	#nav .nav-inner {
		border-right: 1px solid #D8D8D8;
		padding: 5px 0;
	}
	#nav .logo {
		float: left;
	}
	#nav .mainnav {
		margin: 0;
		padding: 4px 0;
		display: inline;
		vertical-align: middle;
		text-transform: uppercase;
	}
	#nav .subnav {
		margin: 0;
		padding: 4px 0;
		display: inline;
		vertical-align: middle;
	}
	#nav li {
		list-style: none;
		padding: 0;
		margin: 0;
		display: inline;
	}
	#nav a {
		padding: 4px 8px;
		text-align: center;
		border-top: none;
		margin: 0 3px;
	}
	#nav li.active a {
		font-weight: 900;
	}
	#steps ul {
		padding-left: 0;
	}
	#steps li {
		list-style-type: decimal;
		display: inline;
		padding-right: 15px;
		text-transform: uppercase;
	}
	#steps li.active {
		font-weight: 900;
	}
	div.error {
		background: #a00;
		padding: 5px;
		margin: 5px 0;
		color: #fff;
	}
	form .row div.error {
		font-size: .8em;
		line-height: 1em;
	}
	form .row {
		margin: 10px 0;
		padding: 3px;
		clear: both;
	}
	form .row label {
		width: 150px;
		float: left;
		display: block;
		font-size: 1.1em;
	}
	.label {
		width: 150px;
		float: left;
		font-size: 1.1em;
	}
	form .help-message {
		display: none;
	}
	form .row input[type=text] {
		color: #6A0E1F;
		width: 230px;
		padding: 3px;
		border: 1px solid #D8D8D8;
	}
	form .row input[type=text].date {
		background: #FFF url(/img/calendar-icon.png) no-repeat scroll right
			bottom;
	}
	form .row input[type=password] {
		color: #6A0E1F;
		width: 230px;
		padding: 3px;
		border: 1px solid #D8D8D8;
	}
	form .row input[type=checkbox] {
		padding: 3px;
		border: 1px solid #D8D8D8;
		#
		FA4B00;
	}
	form input[type=submit] {
		color: #FA4B00;
	}
	form .row select {
		color: #6A0E1F;
		padding: 3px;
		border: 1px solid #D8D8D8;
	}
	form .captcha {
		margin-left: 150px;
	}
	form .submit {
		padding: 5px;
		margin-top: 10px;
		background: #eee;
		color: #6a0e1f;
	}
	.date-select {
		width: 155px;
		margin-top: -1px;
		padding-top: 1px;
		border: 1px solid #D8D8D8;
		background: #FFF;
		float: left;
		position : relative;
	}
	
	#search-form .date-select, #booking-form .date-select{
		z-index : 100;
		display : none;
		position : absolute;
	}
	.date-select .back,.date-select .forward {
		width: 20px;
		margin-left: 1px;
		padding: 1px 0;
		border: 1px solid #D8D8D8;
		float: left;
		text-align: center;
		position: relative;
		display: inline;
	}
	.date-select .month {
		width: 105px;
		margin-left: 1px;
		padding: 1px 0;
		border: 1px solid #D8D8D8;
		float: left;
		text-align: center;
	}
	.date-select .weekday {
		text-align: center;
		margin-left: 1px;
		margin-top: 2px;
		width: 21px;
		float: left;
		position: relative;
		background: #E6E6E6;
		display: inline;
	}
	.date-select .close {
		width: 155px;
		margin: 4px 0;
		text-align: center;
		float: left;
	}
	.date-select .dates div {
		text-align: center;
		margin-left: 1px;
		margin-top: 1px;
		width: 21px;
		float: left;
		font-weight: bold;
		position: relative;
	}
	.facility {
		padding-left: 0;
	}
	.facility li {
		display: inline;
		margin-right: 4px;
		font-size: 1.2em;
	}
	.facility img {
		margin: 0 1px;
	}
	fieldset .form-help {
		color: #B92922;
		border-color: #e6e6e6;
		border-style: solid;
		border-width: 1px;
		margin-top: 3px;
		padding: 6px;
		float: right;
		background: #f9f9fb;
		display: inline;
	}
	.top-help {
		color: #B92922;
		border-color: #e6e6e6;
		border-style: solid;
		border-width: 1px;
		background: #f9f9fb;
		width: 100%;
		margin-bottom: 10px;
	}
	fieldset .form-content {
		float: left;
		display: inline;
	}
	fieldset .form-help img {
		float: left;
		display: inline;
		margin-left: -20px;
	}
	fieldset .form-help p {
		margin: 0;
		float: right;
	}
	div.status {
		padding: 5px;
		margin: 5px 0;
	}
	.status.live {
		color: #fff;
		background: #070;
	}
	.status.draft {
		color: #fff;
		background: #fa0;
	}
	.preview-status form {
		margin-top: 5px;
	}
	.preview-status {
		margin-bottom: 10px;
	}
	.preview-date {
		font-size: .9em;
		color: #999;
	}
	#month-preview .status {
		font-weight: normal;
		font-size: .9em;
	}
	#month-preview dt {
		font-weight: bold;
	}
	.wysiwyg {
		margin: 10px 0;
	}
	.teaser {
		border-top: 1px dashed #e6e6e6;
		padding: 5px 0;
		margin: 10px 0;
	}
	.teaser h4 {
		display: inline;
	}
	.teaser-links {
		font-size: .9em;
		background: #f7f7f7;
		padding: 5px;
		line-height: 1em;
		margin-top: 5px;
		clear: both;
	}
	.teaser-image {
		float: left;
		margin: 0 5px 5px 0;
		padding: 4px;
		border-color: #e6e6e6;
		border-style: solid;
		border-width: 1px;
	}
	.image-container {
		float: left;
		margin-bottom: 5px;
	}
	.teaser dl,.teaser dt,.teaser dd {
		display: inline;
		line-height: 1.4em;
	}
	.teaser dd {
		color: #FFA200;
		display: inline;
		font-weight: 600;
		margin: 0 10px;
	}
	.post-date {
		font-size: .8em;
		color: #666;
		margin: 0 0 10px 0;
	}
	.post-image {
		float: right;
		clear: right;
		margin: 0 0 5px 5px;
	}
	#preview-images {
		margin: 5px 0;
		padding: 5px;
	}
	#preview-images ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#preview-images li {
		float: left;
		font-size: .85em;
		text-align: center;
		margin: 3px;
		padding: 2px;
		border: 1px solid #ddd;
		background: #fff;
	}
	#preview-images img {
		display: block;
	}
	#preview-images div {
		clear: both;
	}
	#preview-locations {
		margin: 5px 0;
		padding: 5px;
	}
	#preview-locations input,#preview-locations li {
		font-size: .95em;
	}
	#location-manager {
		height: 500px;
	}
	#location-add {
		margin-bottom: 10px;
	}
	.pager {
		text-align: center;
		border-top: 1px dashed #eee;
		padding-top: 5px;
		font-size: 85%;
	}
	#post-locations .map {
		height: 400px;
		clear: both;
	}
	.wm_img-border {
		display: block;
		margin: 2px;
		float: left;
		border-color: #e6e6e6;
		border-style: solid;
		border-width: 1px;
	}
	.wm_img-border img {
		margin: 3px;
	}
	#wm_details {
		position: relative;
		margin-left: 340px;
	}
	#wm_details dl {
		margin-top: 0;
		font-size: 1.3em;
	}
	#wm_details dt {
		display: inline;
		font-weight: 600;
		color: #B92922;
	}
	#wm_details dd {
		display: inline;
		color: #FFA200;
		font-weight: 600;
	}
	.wm_description {
		text-align: justify;
		color: #6a0e1f;
		font-size: 1em;
		line-height: 1.3em;
	}
	.wm_preview-delete {
		font-size: .95em;
	}
	#wm_show-hide {
		font-size: 1em;
		line-height: 1.33em;
		background: #FA0;
		color: #FFF;
		margin-top: 10px;
		padding: 3px;
		text-align: right;
		width: 100%;
	}
	#wm_photos {
		float: left;
		width: 330px;
	}
	.clear {
		clear: both;
	}
	#wm_dates {
		line-height: 1.3em;
	}
	#wm_dates div {
		display: inline;
		float: left;
		margin: -1px 0 0 -1px;
		font-size: .9em;
		text-align: center;
	}
	#wm_dates .wm_m {
		width: 78px;
		text-align: left;
		clear: left;
		padding-left: 5px;
		border-color: #e6e6e6;
		border-style: solid;
		border-width: 1px;
	}
	#wm_dates .wm_d {
		width: 18px;
		text-align: center;
		cursor: default;
	}
	#wm_dates .wm_b {
		width: 18px;
		border: 1px solid #fff;
		visibility: hidden;
	}
	#wm_dates .wm_w {
		width: 20px;
		font-weight: 900;
	}
	* html #wm_dates .wm_d {
		\width: 20px;
		w\idth: 20px;
	}
	* html #wm_dates .wm_b {
		\width: 20px;
		w\idth: 20px;
	}
	* html #wm_dates .wm_w {
		\width: 22px;
		w\idth: 20px;
	}
	#booking-form {
		mmargin-top: 10px;
	}
	#left-container ul {
		list-style-position: outside;
		padding-left: -20px;
		margin-bottom: 0;
	}
	#wm_info-window {
		height: 210px;
		width: 260px;
	}
	#wm_info-window p {
		line-height: 1.4em;
	}
	#delete-select {
		padding: 2px;
		background: red;
		color: white;
		position: absolute;
		z-index: 100;
	}
	#featured div {
		float: left;
		width: 32%;
		padding: 0.5%
	}
	.std_table {
		margin-top: 11px;
		padding: 7px;
		width: 100%;
		border: 1px solid #E6E6E6;
	}
	.std_table tr.odd {
		background: #EEE;
	}
	.std_table th {
		font-weight: normal;
		vertical-align: top;
		text-align: center;
	}
	#search-form .row {
		padding: 0;
	}
	#search-form .row input[type="text"] {
		width: 150px;
	}
	#search-form .row select {
		width: 47px;
	}
	#search-form .label
	{
		width : 110px;
		margin-top:4px;
	}
	#dates-container {
		float: left;
		width: 507px;
	}
	#dates-container .date-select {
		margin-left: 2px;
		margin-top: 13px;
		padding-bottom: 9px;
		height: 132px;
	}
	#dates-container .date-select .month {
		width: 151px;
	}
	#dates-container .change-month {
		float: left;
		vertical-align: middle;
	}
	#dates-container .change-month img {
		margin-top: 70px;
	}
	#booking-form-container {
		float: left;
		width: 308px;
	}
	#booking-form-container label {
		width: 137px;
	}
	#booking-form-container select {
		width: 158px;
	}
	#booking-form-container input[type="text"] {
		width: 150px;
	}
	#wm_calendar {
		border: 1px solid #E6E6E6;
		background: #F9F9FB;
		padding: 7px;
		display: none;
	}
	.nohover:hover {
		background: none;
	}
	.date-created {
		float: right;
		color: #AAA;
	}
	#intro {
		margin-bottom: 12px;
		padding-left: 20px;
		color: #B92922;
		background: url('/img/front6.jpg') no-repeat;
	}
	.q {
		font-size: 1.5em;
		line-height: 2em;
	}
	.q img {
		vertical-align: middle;
		margin: 3px;
	}
	.a {
		font-size: 1.2em;
		line-height: 2em;
	}
	.msg_box {
		width: 320px;
		padding: 5px;
	}
	.calendar-legend {
		margin: 8px 16px 0 16px;
		border: 1px solid #E6E6E6;
		width: 473px;
		float: left;
		display: inline;
	}
	.calendar-legend div {
		margin: 2px;
		float: left;
		display: inline;
	}
	.calendar-legend div img {
		vertical-align: middle;
	}
	#terms-list {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.hc3 {
		color: #B92922;
		font-size: 1.5em;
		margin-top: .2em;
		font-weight: bold;
	}
	.price-amt{
		color:#B92922;
		font-weight:bold;
	}
	.price-quote{
		font-size:1.1em;
		line-height:1.8em;
	}
}

@media print {
	#nav,#left-container,#right-container {
		display: none;
	}
}