/* --- css reset / ins,small,abbr,acronym,del,dfn,code,samp,kbd,tt,var,address left as default or defined in generic style instead of being unnecessarily added in reset --- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,b,i,img,q,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,thead,tbody,tfoot,th,tr,td,hr {margin:0;padding:0; border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}/* --- not reset for strong, em --- */
/* 10/12/08 removed caption from there as  the vertical-align rule prevented aving a bottom caption in ie6 */
a,a:link,a:visited,a:hover,a:active,a:focus { color:inherit; border: inherit;}/* --- IE inherit override (border:inherit; fix IE Win issues w/underline using border element) Note: IE seems to lack inherit support while firefox and safari extend inherit rules too far down the line to <a> tags --- */
a img,a input,a span,li a{ text-decoration: none; border: none !important; } /* --- reset border and decoration to none for these tags (!important rule needed for ff and safari or else it inherits wrongly from border specs in other classes applied to the <a> tag) NOTE: override with !important will be needed to apply borders on <a> tags associated with these elements --- */
table { border-collapse:collapse; border-spacing:0; empty-cells: show;}/* --- cellspacing="0" / table shared cell borders and always visible  (only inside html) --- */
div { float: inherit; }/* --- standardardization to simplify code and better handle float (avoid float repetitions and substitute the need for Easy Clearing Hacks 'clearfix') --- */
q { quotes:none }/* --- remove default quotes  --- */
ol,ul { list-style:none; }/* --- remove list markers  --- */
input, select, textarea { margin:0; padding:0; }/* --- reset form input spacing (styling/border left default)  --- */
input[type='hidden'] { display:none; }/* --- address vertical spacing issues (for ie will put .hd class in addition --- */
/* --- strict xhtml and deprecated html 4 tag warnings--- */
center,font,u,s,strike,applet,basefont,blink,dir,isindex,marquee,menu,nobr,xmp { color:red; background-color: yellow; }
/* --- generic hexa css --- */
html { width: 100%; font-weight: normal; margin-bottom: 1px;}/* --- perm vscroll --- */
abbr,acronym { text-transform:uppercase; font-size:92%; }/* --- small caps --- */
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }/* --- links default style --- */
blockquote { line-height: inherit; width:94%; margin: 0.5em auto 1.25em; padding: 0.5em 3% 0.75em;float: left;display: block;clear:both; }/* --- blockquote style --- */
blockquote cite { float: right; text-align: right; padding: 0.5em 0; width:95%; display: block; clear:both;}/* --- sub-block to mention author using inline <cite> tag --- */
blockquote > *:before { content: "\201C"; font-size: 2.5em; color:#ccc; line-height: 0.1em; vertical-align:bottom; letter-spacing: 0.1em}/* --- start quote --- */
blockquote > *:after { content: " \201D"; font-size: 2.5em; color:#ccc; line-height: 0; vertical-align:bottom; }/* --- end quote --- */
del { text-decoration: line-through; color: #666; }/* --- shaded gray w/line through default --- */
dfn, ins { text-decoration:none; border-bottom: 1px solid #ccc; } dfn { font-style: italic; }/* --- non italic underline default --- */
samp, kbd, pre, tt { font-size: 1.2em; font-family: courier; color:#000;}/* --- black style courier default --- */
code { font-size: 1em; font-family: monaco; color:#000;}/* --- black style monaco default --- */
big { font-size: 125%; line-height: 80%; }/* --- keep line leading  --- */ small { font-size: 92%; line-height: 1.2em;}
pre { white-space: pre; } pre * { font-size: 100%; white-space: pre; }
sub,sup { font-size: 85%; line-height: 100%; display:inline-block; }/* --- keep line leading intact --- */ sup { vertical-align: top; }/* --- keep inline --- */ 
q { quotes: "\201C" "\201D" "\2018" "\2019"; } /* --- quote style  --- */
*[lang|='en-us'] q:before { content:'\201C'; } *[lang|='en-us'] q:after { content:'\201D'; } *[lang|='en-us'] q q:before { content:'\2018'; } *[lang|='en-us'] q q:after  { content:'\2019'; } /* --- safari quote support --- */
caption,th,td { text-align:left; }
input[type='button'],input[type='submit'],input[type='checkbox'],input[type='radio'],input[type='reset'],select,button, input.button { cursor: pointer; }/* --- force pointer --- */
/* --- emt --- */
ins.e { direction:rtl; unicode-bidi:bidi-override; word-spacing: -0.25em; text-transform: lowercase; border: none;}
ins.mt { text-decoration: none; border: none; text-transform: lowercase;}
/* --- custom generic classes (dom query usage) --- */
.fl { float: left; }
.flc { float: left; clear:left; }
.fln { float: left; clear:none; }
.fr { float: right; }
.frc { float: right; clear:right; }
.frn { float: right; clear:none; }
.fn { float: none; }
.hb { background: none; }/* --- hide background  --- */
.hd { display:none; }/* --- hide  --- */
.hv { visibility:hidden; }/* --- make invisible  --- */
.lb { padding-bottom: 0px; display: block; visibility:hidden; }/* --- conditional line break class for static fill in --- */
/* --- base site styles --- */
a,a:link,a:hover,a:active,a:focus { color:#e1b78d; text-decoration: none;}/* --- links default style --- */
b { background-color: #ffff7f; padding: 0 3px; }/* --- highlight (only inside html) --- */
br {font-size: 8px;line-height: 8px; }/* --- defined standard min height for separators --- */
hr { height: 1px; background: #ccc; color: #ccc; }/* --- full underline for titles --- */
i { border-bottom: 1px dashed #ccc; }/* --- dotted underline  --- */
blockquote { background-color: #fafafa; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
img { float: left; vertical-align:top; }/* --- left top alignment  --- */
.c p { padding: 0.9em 2.5em 0.35em 0; line-height: 1.75em;}/* --- nice paragraph leading along with headings --- */
p a { overflow: hidden; }/* --- word-wrap: break-word; for paragraph links in non IE browsers  --- */
ul { list-style-position: inside; }/* --- wrap list in block  --- */
/* --- form style --- */
form { vertical-align:top; }
fieldset { padding: 10px; border: solid 1px #ccc; }
legend { text-transform: capitalize; padding: 0 6px; }
label { }
input, select, textarea { font-size:11px; font:1.1em Arial, Helvetica, sans-serif; padding:2px; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border: 1px inset #ccc;}
/* --- structure --- */
body {
	background: #480000 url(/i/b/bg_body.gif) no-repeat scroll center -30px;
	font-size:12px;
	color: #efd1b3;
	text-align:center;}
.dim {
	z-index: 20;
	left: 0px;
    top: 0px;
    position: fixed;
    background-color: #000;
	background-repeat:no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	filter: alpha(opacity=50); /* IE */}
#page {
	font-family: Arial, Helvetica, Lucida Grande, Lucida Sans;
	width: 780px;
	height: 100%;
	margin:0 auto;}
#header {
	width: 100%;
	height: 330px;
	text-align:left;
	float: left; }
#wrap {
	text-align: left; 
	float:left;}
#left {
	width: 210px;
	float:left;}
#main {
	width:570px;
	float:right;}
#content {
	width: 550px;
	float: left}
#bc {
	width:570px;}
#right {}
#pgn {
	width: 94%;}
#footer {
	width: 100%;
	float: left;}
#ref { }
#track { }

/* --- top navigation --- */
#nav {
	width: 150px;
	padding: 3px 0 0 60px;}
#nav li {
	font-size: 12px;
	font-family: Lucida Grande, Lucida Sans;
	padding-bottom: 10px;
	color: #e1a365;
	list-style-position:  outside;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-shadow: #320000 1px 1px 0;
}
#nav li:active {
	font-size: 12px;
	color: #e1a365;
	list-style-type: disc;
	list-style-position:  outside;
}
#nav li a {
	font-size: 15px;
	color: #ffe3c8;
}
#nav li a:hover {
	color: #daaa66;
}

#work .n .work,
#nav.n .current_page_item {
	color: #daaa66;
	list-style-type: disc;
	list-style-position: outside;}
#work .n .work a,
#nav li.current_page_item a {
	color: #cb0000;}
#icons {
	width: 150px;
	padding: 10px 0 0 60px;}
h1 {
	font: normal 20px/20px Avant Garde, Avantgarde, Century Gothic, Lucida Grande, Lucida Sans;
	word-spacing: 2px;
	text-transform: uppercase;
	letter-spacing: 20px;
	color: #e1b78d;
	text-shadow: #320000 1px 1px 0;}
h1.smg {
	letter-spacing: 13px;}
#home h1{
	letter-spacing: 13px;}
#breadcrumb {
	line-height: 35px;
	color: #7d2917;}
#breadcrumb a{
	font: normal 13px/35px Avant Garde, Avantgarde, Century Gothic, Lucida Grande, Lucida Sans;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: lowercase;
	color: #914d2a;
}
#breadcrumb a:hover {
	color: #daaa66;}
.c {
	padding: 6px 0;
	color: #e5ceb7;}
.c a {
	color:#e1b78d;
	border-bottom: 1px solid #5a1314;}
.c a:hover {
	color: #daaa66;
	border-bottom: 1px solid #7f3f40;}
.c ul {
	text-indent: 1em;
	padding-top: 0.7em;
	list-style-type: disc;}
.c ul li {
	line-height: 1.65em; }
.c span{
	line-height: 28px;
}
.cat ul {
	text-indent: 0.5em;
	list-style:none;}
h2 {
	font: normal 17px/32px Lucida Grande, Lucida Sans;
	letter-spacing: 1px;
	border-bottom: 1px solid #5a1314 !important;
	width: 94%;
	clear: right;}
h2 a{
	border-bottom: none !important;}
#Home h2 {
	font-size: 14px;
	line-height: 26px;}
#Home p {
	padding-top: 0.4em;
	line-height: 1.5em; }
#Home ul {}
.post {
	margin: 6px 0;}
h3 {
	font: normal 12px Avant Garde, Avantgarde, Century Gothic, Lucida Grande, Lucida Sans;
	word-spacing: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 12px 0 2px 0;}
.posts ul{
	text-indent: 0;
	font-family: Lucida Grande, Lucida Sans;
	list-style:none;}
.posts a:hover{
	border-bottom: 1px solid #5a1314 !important;}
p img {
	padding-right: 14px;}
p.post-meta {
	color: #9d6853;
	margin-bottom: 25px;}
.thumb ul {
	text-indent: 0em;
	padding-top: 0;
	width: 480px;
	float: left;}
.thumb li {
	width: 145px;
	display: inline;
	float: left;
	padding:3px 0 3px 3px;
	margin: 6px 10px 6px 0;
	border: 1px solid #7f4537;}
.thumb li:hover {
	border: 1px solid #7e1800;
	background-color: #cb0000;}
.thumb dt.categories {
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.thumb img {
	padding-top: 2px;}
.thumb dl {
	float: left;
	font: 11px Arial, Helvetica, Geneva, sans-serif;}
.thumb p {
	margin-bottom: 2px;}
.f span{
	width: 460px;
	font-size: 11px;
	color: #7d4631;
	text-align: left;
	margin: 140px 0 20px 220px;
	float: left;
}
.f a{
	color: #9d6853;
}
.lpbcArchive ul {
	text-indent: 0em;
	padding-top: 0em;
	padding-bottom: 1em;
	list-style-type: disc;}

.lpbcArchive li {
	list-style-type: none;
	padding-top: 0.5em;
}

a.lpbcTitle {
	font: normal 14px/32px Lucida Grande, Lucida Sans;
	letter-spacing: 1px;
	border-bottom: 1px solid #5a1314 !important;
	width: 94%;
	clear: right;}
	
h4 {
	font: normal 12px Avant Garde, Avantgarde, Century Gothic, Lucida Grande, Lucida Sans;
	word-spacing: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 0 2px 0;}
