/*
Theme Name: Mates Leather Weekend
Version: 1.0
Author: Scott A. Beyer
Author URI: http://www.appleseedvt.com/
*/

			/* font faces */
			
			@font-face {
				font-family: "Platoon";
				src: url(type/Platoon.otf) format("opentype");
				}
					
			/* splash screen slideshow */
											
			#splash-slideshow {
				display: none;
			}
						
			/* page layout */
			
			body {
				position: relative;
				font-size: 70%;
				color: black;
				text-align: center;
				font-family: Verdana, "Lucida Grande", Arial, sans-serif;
			}
			
			#page-container {
				z-index: 0;
				position: relative;
			}
			
			#page-container .banner {
				display: none;
			}
			
			
			#main {
				margin-left: 15px;
				position: relative;
				width: 920px;
			}
			
			#footer {
				margin-left: 15px;
				clear: both;
				padding: 0px;
				margin-top: 30px;
				text-align: left;
				font-size: 0.9em;
				line-height: 1em;
			}

			#banner-image-right {
				display: none;	
			}
			
			#banner-image-left {
				display: none;	
			}
			
			.three-col-float{
				min-height: 200px;
				float: left;
				margin-right: 20px;
				width: 285px;
			}
			
			.accommodations-float{
				min-height: 100px;
				float: left;
				margin-right: 20px;
				width: 285px;
			}
			
			.accommodations-float h3{
				margin-bottom: 0px;
			}
			
			
			/* Main */

			#main {
				text-align: left;
				font-size: 1.2em;
			}
			
			#main p{
				line-height: 1.4em;
				margin-top: 0px;
				padding-top: 0px;
			}
			
			#main h1{
				clear: both;
				padding: 5px;
				margin-top: 0px;
				margin-bottom: 0px;
				text-transform: capitalize;
				font-size: 3em;
				font-family: Platoon, Georgia, "Times New Roman", Times, serif;
				letter-spacing: 1px;
				font-style: normal;
				font-weight: normal;
			}
			
			#main #col1 h2{
				clear: both;
				font-style: italic;
				font-weight: normal;
				margin-left: 0px;
				margin-bottom: 0px;
				margin-right: 0px;
				margin-top: 1.2em;
				padding-left: 0px;
				padding-bottom: 0.3em;
				padding-right: 0px;
				padding-top: 0px;
			}
			
			
			#main #col2 h2, #inset h2{
				font-size: 1.8em;
				margin-top: 1em;
				font-family: Platoon, Georgia, "Times New Roman", Times, serif;
				margin-bottom: 0.2em;
			}
			
			#main h3{
				font-weight: normal;
				font-style: normal;
			}
			
			#main.colset-single #col1 h1, #main.colset-single #col1 h2{
				clear: none;
				float: none;
			}						
			
			#main a, #footer a {
				font-style: normal;
				font-weight: normal;
				text-decoration: none;
				border-bottom-color: #7e7e7e;
				border-bottom-style: solid;
				border-bottom-width: 1px;
				color: black;
			}

			#main #col1 h2 a, #main #col1 h2 a:hover {
				color: black;
				font-style: italic;
				border-style: none;
				border-width: 0px;
			}
			
			#main #col2 h2 a, #main #col2 h2 a:hover {
				color: black;
				font-style: none;
				border-style: none;
				border-width: 0px;
			}
			
						
			#main p.meta{
				font-style: italic;
				line-height: 1em;
				font-size: 0.8em;
			}
			
			#main #col2{
				font-size: .9em;
			}
			
			#main ul{
			}
			
			#main ul li{
				padding-bottom: 10px;
				list-style-type: square;
			}
			
			#main ul li ul{
				padding: 0px;
				margin: 0px;
			}
			#main ul li ul li{
				font-size: 0.9em;
				padding-left: 0px;
				margin-left: 0px;
				list-style-type: none;
			}

			
			/* Sidebars */
			
			.colset-single #col1 {
			}
			
			.colset-single #col2 {
				display: none;
			}
			
			.colset-single #inset {
				position: relative;
				margin-left: 20px;
				margin-bottom: 20px;
				width: 300px;
				float:right;
			}

			.colset-single #inset.box {
				padding-right: 15px;
				padding-left: 15px;
				background-color: #222222;
				width: 270px;
				float:right;
			}

			
			.colset-double #col1 {
				margin-right: 20px;
				width: 600px;
				float:left;
			}
			.colset-double #col2 {
				width: 300px;
				float:left;
			}
			
			.colset-double #inset {
				display: none;
			}
			
			.colset-half #col1 {
				margin-right: 20px;
				width: 450px;
				float:left;
			}
			.colset-half #col2 {
				width: 450px;
				float:left;
			}
			
			.colset-half #inset {
				display: none;
			}
			
			/* Misc styles */
			
			.clear {
				float: none!important;
				clear: both!important;
			}
			
			.platoon-sans {
				font-family: Platoon, Verdana, "Lucida Grande", Arial, sans-serif;
			}
			
			.photo-thumbnail{
				margin-bottom: 20px;
				margin-right: 12px;
				float: left;
				text-align: center;
				height: 170px;
				width: 170px;
			}
			
			.photo-thumbnail img{
				border-left-width: 0px;
				border-bottom-width: 2px;
				border-right-width: 2px;
				border-top-width: 0px;
				border-bottom-color: #222222;
				border-right-color: #222222;
				border-style: solid;
			}
			
			hr {
				background-color: #7f7f7f;
				border-width: 0px;
				height: 1px;
			}
			
			.wpcf7-list-item label{
				display: block;
			}
			
			
			/* Comments */
			
			p.commentmetadata{
				font-size: 0.9em;
				text-align: right;
			}
			.align-left{
				margin-right: 20px;
				float: left;
			}
			.align-right{
				margin-left: 20px;
				float: right;
			}
			.no-print{
				display: none;
			}
			