/* @override http://sunset.site/styles/print.css */

@font-face {
  font-family: 'TheMixLight';
  src: url('fonts/TheMixLight-Plain.eot');
  src: local('TheMixLight'), local('TheMixLight'), 
         url('fonts/TheMixLight-Plain.otf') format('opentype');
}

body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size: .85em;
}
#content {
	padding: 0 .5em .5em .5em;
}
#sidebar,
#load-img {
	display: none;
}
#logo {
	display: block;
	background: #000 url(/images/sunset-ballroom-logo.png) no-repeat 50% 50%;
	height: 80px;
	margin: 0 .5em;
	padding: .5em;
	text-indent: -9999px;
}
a {
	color: #000;
	text-decoration: underline;
}
#content h1 {
	font-family: 'TheMixLight',Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: .25em;
	font-weight: normal;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	margin-top: 0;
	line-height: 1;
	padding: .25em 0;
}
h2 {
	border-bottom: 1px #ddd solid;
	color: #333;
	clear: both;
}
h3 {
	color: #666;
}
blockquote {
	border-top: 1px #ddd solid;
	margin: 0;
	padding: .5em 0;
}
table {
	margin: 0 auto;
	width: 100%;
	text-align: left;
}
td,th {
	border-bottom: 1px #ddd solid;
	padding: .2em .5em;
}
th {
	text-align: left;
	background: #eee;
}
.float_r {
	float: right;
	border: .5em #fff solid;
	margin-top: .5em;
	border-right: none;
}
.float_l {
	float: left;
	border: .5em #fff solid;
	border-left: none;
	margin-top: .5em;
}
#content .bottom {
	clear: both;
	height: 1px;
}
#footer {
	font-size: .75em;
	line-height: 1;
	color: #999;
	border-top: 1px #ddd solid;
	padding-top: 1em;
}
body.menu #content,
#footer,
#head,
body.gallery {
	text-align: center;
}
body.menu #content ul {
	padding-left: 0;
	list-style: none;
}
body.menu table {
	width: auto;
}
.price {
	font-style: italic;
	color: #666;
}
.col2_l,
.col2_r,
.col4_l,
.col4_r {
	float: left;
	width: 48%;
}
.col4_l,
.col4_r {
	width: 48%;
	margin-left: 1%;
}
#thumbnails li {
	list-style: none;
	float: left;
	margin-right: .5em;
}

