/*	Flampoeira.com CSS 
		created by Rob Baker, rrbaker (at) gmail.com
		http://www.moveabletypedesigns.com
*/


/*// =Global Elements */

html, body {
	margin: 0 0 1px 0;
	padding: 0;
	background: #252525 url(../img/bg.jpg) no-repeat 0 0;
	text-align: center;
	height: 100%;
	}
html, body, p, ul, li, input, textarea {
	font: normal small "Lucida", "Lucida Sans", Arial, Verdana, sans-serif;
	line-height: 140%;
	color: #222;
	}

/* regular links */
a, a:link {
	color: #112D61;
	font-weight: bold;
	text-decoration: underline;
	}
a:visited {
	color: #2e679b;
	}
a:hover {
	color: #407fb9;
	}
a:active {
	color: #5f9ad2;
	}

a img, img {
	border: none;
	}
acronym, abbr {
	margin-bottom: -1px;
	font-size: 100%;
	border-bottom: 1px dashed #333;
	}
.clear {
	clear: both;
	}
.hidescreen {
	display: none;
	}
	
ul {
	list-style-type: none;
	padding: 0;
	}
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}



/*// =Structure */

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 750px;
	height: 100%;
	}



/*// =Navigation */

#nav {
	position: relative;
	margin: 0;
	background: #000 url(../img/bg.jpg) no-repeat top left;
	height: 40px;
	}
#nav #navwrap {
	margin: 0 auto;
	width: 750px;
	text-align: right;
	}
#nav ul {
	position: absolute;
	left: 30%;
	margin: 0;
	padding: 0;
	}
#nav ul li {
	float: left;
	padding: 0 0 0 5px;
	}
#nav ul li a {
	display: block;
	float: left;
	padding: 11px;
	color: #f1f0e5;
	text-decoration: none;
	text-transform: uppercase;
	}
#nav ul li a:hover {
	background-color: #000;
	}

#nav #music {
	position: absolute;
	top: 10px;
	left: 13%;
	}
#nav #music iframe {
	border: 0;
	}


/*// =Masthead */

#masthead {
	margin: 0 auto;
	height: 185px;
	}
#masthead .block {
	float: left;
	margin-left: 10px;
	border-left: 1px solid #2f3339;
	width: 174px;
	height: 185px;
	}
#masthead .logo {
	margin: 0;
	border-left: 0;
	width: 380px;
	}
#masthead p {
	margin: 65px 15px 0 15px;
	color: #fff;
	font-size: 90%;
	}
#masthead a {
	display: block;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	}
#masthead a:hover {
	text-decoration: underline;
	}



/*// =Content */

#content {
	margin: 0;
	padding-bottom: 1.5em;
	background-color: #b1b098;
	}
#content #bgtop {
	margin: 0;
	background-color: #b1b098;
	height: 15px;
	}
#content h1 {
	margin: 0 0 0 .6em;
	padding: 0;
	font-size: 150%;
	font-style: italic;
	color: #8d1111;
	}
#content h1.second {
	margin-top: 1.6em;
	}
#content h2 {
	margin: 1.3em 2em 0 .9em;
	padding: 0;
	font-size: 115%;
	font-style: italic;
	color: #8d1111;
	}
#content h3 {
	margin: 1.3em 2em 0 .9em;
	padding: 0;
	font-size: 110%;
	font-style: italic;
	color: #8d1111;
	}
#content p {
	margin: .9em 1.2em;
	font-size: 93%;
	line-height: 150%;
	}
#content ul {
	margin: 0;
	}
#content ul li, #content dl dd {
	list-style-type: none;
	margin-left: 6px;
	padding: 3px 12px;
	background: url(../img/bullet.png) no-repeat 0 5px;
	}
#content dl dt {
	margin-top: 15px;
	font-weight: bold;
	color: #000;
	}
#content dl dd {
	font-style: italic;
	margin: 0;
	line-height: 14px;
	}
#content blockquote {
	margin: 2em 1.8em;
	font-size: 105%;
	font-weight: bold;
	line-height: 1.4em;
	color: #1C56C6;
	}
#content blockquote span {
	display: inline;
	float: left;
	margin-top: 25px;
	font-size: 80px;
	color: #000;
	}

#content img.right {
	float: right;
	margin: 0px 0px 15px 15px;
	}
#content img.left {
	float: left;
	margin: 0px 12px 12px 0;
	}

#content ul#subnav {
	margin: .6em;
	}
#content ul#subnav li {
	display: inline;
	padding: 3px;
	}


/* blocks */
#content .rightblock {
	float: right;
	margin: 13px 15px .6em .6em;
	border-left: 1px solid #d8d6c5;
	text-align: center;
	width: 199px;
	}
#content .rightblock p {
	margin: .5em;
	font-size: 120%;
	}


/* homepage */
#content #slideshow, #content #flashcontent {
	margin: 0;
	}

/* two column */
#content .twocolumn {
	}
#content .twocolumn .leftcolumn {
	float: left;
	margin: 0 1em;
	width: 450px;
	}
#content .twocolumn .rightcolumn {
	float: left;
	margin: 0 1em;
	width: 240px;
	}
#content .twocolumn .rightcolumn .rightcolumn-block {
	margin: 1em 0 0 0;
	text-align: center;
	border-top: 1px solid #d5d4c5;
	}
#content .twocolumn .rightcolumn .rightcolumn-block h3 {
	margin: .5em;
	font-size: 130%;
	}
#content .twocolumn .rightcolumn .rightcolumn-block img {
	margin: 0;
	border: 1px solid #222;
	}
#content .twocolumn .rightcolumn .rightcolumn-block p {
	margin: 0;
	}
#content .twocolumn .rightcolumn .top {
	margin-top: 0;
	}
	
	
/* three column */
#content .threecolumn {
	}
#content .threecolumn .block {
	float: left;
	padding: 2px
	border-right: 1px solid #d5d4c5;
	width: 200px;
	}
#content .threecolumn .block-mid {
	float: center;
	padding: 2px
                border-right: 1px solid #d5d4c5;
	width: 200px;
	}
#content .threecolumn .block-last {
	float: right;
	padding: 2px
	border-right: 0;
	width: 200px;
	}
#content .threecolumn img {
	margin: .3em 1.0em .3em 1.0em;
	}


/* menus */
body#menu #content #menu_items {
	margin: 1.2em;
	}
body#menu #content p {
	font-size: 120%;
	margin-left: 0;
	}
body#menu #content img {
	float: right;
	border: 8px solid #fff;
	margin: 0 0 1em 1em;
	}
body#menu #content dl dd span { /* for prices in menus */
	color: green;
	}
body#menu #content p span {
	color: green;
	margin-left: .8em;
	}


/* directions */
.GMapEZ {
	float: right;
	margin: 1.4em;
	border: 8px solid white;
	width: 400px;
	height: 300px;
	}


/* events */
#content .simpleviewer, #content #flashcontent {
	margin: 5px 0 0 4px;
	}
body#events #content img {
	border: 8px solid #fff;
	}


/* gallery */
body#gallery #content h2 {
	clear: left;
	padding-bottom: 2px;
	border-bottom: 1px solid #82816e;
	color: #252525;
	}
body#gallery #content h2 span {
	font-weight: lighter;
	font-style: normal;
	}
body#gallery #content img {
	border: 8px solid #fff;
	}
body#gallery #content a.gallery-block {
	float: left;
	margin: 1.4em;
	width: 150px;
	height: 150px;
	}
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption { float: left; }
#keyboardMsg { float: right; }
#closeButton { top: 5px; right: 5px; }

#lightbox img { border: none; clear: both;} 
#overlay img { border: none; }

#overlay { background-image: url(/img/overlay.png); }

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/overlay.png", sizingMethod="scale");
	}



/*// =Footer */

#footer {
	clear: both;
	margin: -11px 0 0 0;
	padding: 0;
	background-color: #b1b098;
	text-align: center;
	height: 55px;
	}
#footer p {
	margin: 0;
	padding-top: 6px;
	font-size: 11px;
	color: #666;
	}
#footer a.boldgray {
	font-weight: bold;
	color: #555;
	}
