/*
Theme Name: Station Inn
Version: 2.0
Description: Station Inn Custom Theme
Author: J. Alex Lang
Author URI: http://www.jalexlang.com
Template: canvas
*/
 
@import url("../canvas/style.css");


/* tables */
	/* general product page elements */
		table.rooms  {
			
			font-size: 0.8em;
			text-align: left;
			border-collapse: collapse;
			margin-left: auto;
			margin-right: auto;
			width: 90%;
			border-spacing: 0px;
			padding: 0px;
		}
		.rooms th {
			font-size: 0.8em;
			font-weight: bold;
			padding: 4px;
			background: url('/include/gradhead.png') repeat-x;
			border-top: 2px solid #900;
			border-bottom: 1px solid #fff;
			color: #900;
		}
		.rooms td {
			padding: 4px;
			border-bottom: 1px solid #900;
			color: #900;
			border-top: 1px solid #900;
			background: url('/include/gradback.png') repeat-x;
		}
		.rooms tfoot tr td {
			background: url('/include/gradback.png') repeat-x;
			font-size: 1em;
			color: #900;
		}
		.rooms tbody tr:hover td {
			background: url('/include/gradhover.png') repeat-x;
			color: #000;
		}


.page-id-38 .entry table td, .page-id-38 .entry table th {
	padding: 0;
}


#stationinn_webcam {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 550px;
}

.stationinn_webcam_img {
	margin-bottom: 20px;
}

#stationinn_webcam_nav_main {
	border: 1;
}

#stationinn_webcam_nav_left {
	text-align: left;
	width: 45%;
}

#stationinn_webcam_nav_right {
	float: right;
	width: 45%;
	text-align: right;
}