/*
Hotel Balderdash
Master styles for screen media
Content by Charlie LeSueur
Original designs by JV
Updated: Mar-2011 by JV
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End reset */

/* Body base styles */
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 75%;
	color: #444;
	background-color: #f5f3e9;
}

/* Common element defaults */
h1 {
	font-size: 2.5em;
	font-weight: normal;
}
h2 {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0.3em;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.3em;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.3em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.3em;
}
h6 {
	font-size: 0.67em;
	font-weight: bold;
	margin-bottom: 0.3em;
}
p {
	font-size: 1em;
	margin: 0 0 1em;
	padding: 0;
}
strong {
	font-weight: bold;
	color: #222;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #505050;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}
table {
	background-color: #fff
}
td {
	text-align: left
}

/* Link defaults */
a:link, a:visited {
	color: #369;
	text-decoration: none
}
a:hover {
	color: #C03524;
	text-decoration: underline;
}

/* Headers */
#header {
	padding: 0px 0;
	border-bottom: 1px solid #fff;
	background-color: #7D6657;
	height: 110px;
	background-image: url(../img/hdbggrd1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#header-inner {
	position: relative;
	width: 960px;
	max-width: 1000px;
	min-width: 680px;
	margin: 0 auto;
	font-size: 1.1em;
	background-image: url(../img/hbtitlebg1t2.png);
	background-repeat: no-repeat;
	background-position: left 70%;
	height: 110px;
}
#header-inner {
	opacity: 1
}
#header h1 {
	color: #FFB7A2;
	font-size: 3.8em;
	padding-top: 20px;
	padding-right: 10px;
	text-shadow: 2px 2px 4px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: -9999px;
}
#header h2 {
	color: #FFF;
	margin-left: 20px;
	font-size: 1.7em;
	padding-right: 10px;
}

/* Page structure */
#wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 10px 0;
	font-size: 1em;
}
#main {
	float: left;
	width: 68%;
	margin-bottom: 1em;
}
#secondary {
	float: right;
	width: 27%;
	margin-bottom: 1em;
}
#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 30px 5px;
	font-size: 1em;
	color: #9c836e;
	border-top: 2px solid #e2e1d4;
}

/* Navigation */
#nav {
	margin: 10px 0 0;
	padding: 5px 0 5px 10px;
	overflow: hidden;
	background-color: #B79D8D;
}

/* Main styles */
#main .article {
	line-height: 1.5;
	font-size: 1.2em;
	padding-left: 5px;
}
#main .article h3 {
	line-height: 1.3;
	margin-bottom: 0.2em;
	color: #574e41;
}
#main .article p {
	margin-bottom: 1.3em;
}
#main .article div.picright,
#main .article div.picleft {
	border: 15px solid #e0ddcf;
	margin-top: 5px;
	padding: 3px;
	margin-bottom: 10px;
	width: auto;
}
#main .article div.picright {
	float: right;
	margin-left: 20px;
}
#main .article div.picleft {
	float: left;
	margin-right: 20px;
}
#main .article div.picright p,
#main .article div.picleft p {
	font-size: 0.85em;
	margin: 0px;
	padding: 2px 5px 0px;
	color: #555;
}
/* Secondary styles */
#secondary img.titlehead {
	border: 8px solid #e0ddcf;
	margin: 1em 0px;
	padding: 2px;
}
#secondary img.stndrd {
	border: 2px solid #ddd;
	margin: 0px;
}
#secondary img.bottom {
	border: 2px solid #ddd;
	margin-top: 50px;
}
#secondary ul {
	margin-left: 2px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	list-style-type: none;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #e3ddd5;
	line-height: 1.5;
}
#secondary ul li {
	margin-bottom: 0.5em;
	margin-left: 5px;
}
#secondary ul.last {
	border-bottom: none;
}
#secondary p {
	line-height: 1.3;
}
#secondary h4 {
	font-size: 1.25em;
	line-height: 1.2;
	padding-left: 5px;
}

/* Footer */

/* misc */
hr, .hide {
	display: none;
}
a img {
	border: none;
}

/* Self-clear floats */
.contain:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Float clear for IE Windows */
/* Float clear for IE6 */
* html .contain {
	height: 1%;
}
/* Float clear for IE7 */
*:first-child+html .contain {
	min-height: 1px;
}

/* Progressive enhancement */
#main .article div.picright,
#main .article div.picleft {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#secondary img.titlehead {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/*#header h1:hover {
	-webkit-transform: rotate(-9deg);
	-moz-transform: rotate(-9deg);
}*/

/* Media Queries */
@media screen and (max-width: 768px) {
	#main, #secondary {
	float: none;
	clear: both;
	width: auto;
	}
}
@media screen and (max-width: 420px) {
	#main .article div.picright, #main .article div.picleft {
	float: none;
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	width: 250px;
	}
}

