/*
--------------------------------------------------
revealfilm.com GLOBAL STYLES
Last revised 9 July 2007
--------------------------------------------------
*/
/*
--------------------------------------------------
Color palette:
--------------------------------------------------

Pantone 1595 U #f26400
Pantone 1595 U 67% #f69754
Pantone 1595 U 50% #f8b180

Pantone 215 U #b3013c
Pantone 215 U 67% #cc557c
Pantone 215 U 50% #d9809d

*/
/*
--------------------------------------------------
GLOBAL RESET
--------------------------------------------------
undohtml.css (CC) 2004 Tantek Celik. Some Rights Reserved.
*/
:link, :visited { text-decoration: none }
ul, ol	{ list-style: none }
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em }
body, html, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, img { margin: 0; padding: 0 }
a img, :link img, :visited img { border: none }
address { font-style: normal }

/*
--------------------------------------------------
DEFAULT HTML STYLES
--------------------------------------------------
This section concerns generalizations and common elements
*/
body	{
		color: #333; /* Very dark grey */
		font-size: 14px;
		font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
		text-align: center;	/* horizontal centering in Win IE */
		min-width: 980px; /* 72em -- < Win IE7 ignores this */
		background: #3b3b3b; /* Pantone 425 U */
		}

/* Links */
a		{
		color: #f26400; /* Pantone 1595 U */
		text-decoration: none;
		}
a:link	{
		}
a:visited {
		color: #f26400; /* Pantone 1595 U */
		}
a:focus {
		outline: none; /* most browsers do not support yet support this property */
		-moz-outline: none; /* remove focus outline in Mozilla browsers */
		}
a:hover {
		color: #fff; /* White */
		background-color: #f8b180; /* Pantone 1595 U 50% */
		}
a:active {
		color: #b3013c; /* Pantone 215 U */
		}
a[name] { /* remove bottom border from internal hyperlinks */
		border-bottom: none;
		}

/* Headers */
h1, h2, h3, h4, h5, h6 {
		color: #b3013c; /* Pantone 215 U */
		font-weight: normal;
		font: 1em/1.5 "Helvetica CY", "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin: 1.5em 0 .75em;
		background: transparent;
		}
h1		{
		font-size: 20px;
		line-height: 1.05;
		margin: 0 0 .525em;
		}
h2		{
		font-size: 16px;
		line-height: 1.3125;
		margin: 1.3125em 0 .65625em;
		}
h3		{
		font-size: 16px;
		line-height: 1.3125;
		margin: 1.3125em 0 .65625em;
		}

p		{
		margin-bottom: .75em;
		}
blockquote {
		margin: 1.5em;
		}
address {
		margin: .75em 0;
		}

/* Lists */
ul ul, ol ol, ul ol { /* nested list indent */
		margin: auto auto 0 1em;
		}

abbr, acronym {
		font-size: 12px;
		border-bottom: 1px solid #eee; /* Very pale grey */
		cursor: help;
		}
		
/* Forms */
input, textarea {
		color: #777; /* Dark medium grey */
		}

/*
--------------------------------------------------
PAGE STRUCTURE
--------------------------------------------------
This section defines layout elements and respective environmental formatting
*/
#wrapper {
		text-align: left; /* reset Win IE workaround */
		width: 980px; /* 70em */
		margin: 0 auto; /* standard CSS horizontal centering */
		background: transparent;
		}
#banner { /* identity + navigation */
		font-family: Baskerville, Georgia, serif;
		height: 6em;
		position: relative;
		background: transparent;
		}
#banner h2 {
		font-size: 14px;
		width: 202px;
		height: 35px;
		float: right;
		margin: 0;
		background: transparent url(../images/logos/logo-name.png) no-repeat;
		}
#banner h2 span {
		visibility: hidden;
		}

#container { /* grouping for content + sidebar */
		line-height: 1.5;
		clear: left;
		margin: 1.5em 0 .75em;
		padding: 1.5em;
		background: transparent;
		}

/* Main content */
#content {
		height: 33em;
		width: 51.3125em;
		position: relative;
		float: left;
		padding-right: 1.5em;
		border-right: .1875em solid #f8b180; /* Pantone 1595 U 50% */
		background: transparent;
		}
#content .first, #sidebar .first {
		margin-top: 0;
		}
#content p {
		margin-bottom: .875em;
		}
#content p.last {
		margin-bottom: 0;
		}
#content p.last:after {
		margin-left: .375em;
		content: url(../images/utility/background-leaf-sm.png);
		}
#content p span {
		font-style: italic;
		}

#content .inset.left {
		float: left;
		margin-right: 1.5em;
		}
#content .inset.right {
		float: right;
		margin-left: 1.5em;
		}

/* Swap box */
#swap {
		color: #222; /* Very dark grey */
		width: 12em;
		background: transparent;
		}
#swap h3, #swap h4 {
		color: #0093d8; /* Signature light blue */
		font-weight: bold;
		font-size: 12px;
		line-height: 1.75;
		text-transform: uppercase;
		letter-spacing: .1em;
		}
#swap p:first-line {
		font-size: 12px;
		line-height: 1.75;
		text-transform: uppercase;
		letter-spacing: .1em;
		}
#hold	{
		display: none;
		}


/* Slideshow */
#photodiv {
		position: absolute;
		top: 0;
		left: auto;
		z-index: 0;
		/* left: 13%; */ /* for 1024x686 dimensions */
		background-repeat: no-repeat;
		}
#photodiv a, #photodiv a:hover {
		border-bottom: none;
		background: none;
		}
#photoimg {
		/* assign to placeholder image in slideshow */
		}

/* Thumbnail gallery */
.thumb	{
		margin: 0;
		padding: 0;
		}
.thumb li {
		display: inline;
		}
.thumb li a {
		border-bottom: none;
		background: none;
		}
.thumb img {
		height: 3em;
		}

/* Tables */
.galleries {
		width: 100%;
		}
.galleries td {
		padding-right: .75em;
		}
.galleries td.last {
		padding-right: 0;
		}
.galleries td.place span {
		font-size: 12px;
		line-height: 1.75;
		text-transform: uppercase;
		letter-spacing: .1em;
		}
.galleries td.last {
		padding-right: 0;
		}

/* Columns */
/* 2-column layout */
#content .column {
		width: 23.85em;
		float: left;
		margin-right: 1.5em;
		background: transparent;
		}
#content .column.right { /* rightmost column -- matches selectors with both class .column and .right */
		margin-right: 0;
		}

/* Sidebar */
#sidebar {
		font: 1em/1.5 "Helvetica CY", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
		width: 14em;
		position: relative;
		float: right;
		padding: 0;
		background: transparent;
		}
#sidebar div.subsection {
		font-size: 12px;
		line-height: 1.75;
		margin-bottom: 1.75em;
		}
#sidebar div.last-subsection {
		margin-bottom: 0;
		}
#sidebar div.subsection h2 {
		padding-left: .65625em;
		}

/* Footer */
#footer {
		color: #fff; /* White */
		font: 12px/1.75 "Helvetica CY", "Helvetica Neue", Helvetica, Arial, sans-serif;
		position: relative;
		clear: both;
		margin: 0;
		list-style: none;
		}
#footer li {
		padding: 0 .5em;
		display: inline;
		background: url(../images/utility/pipe.gif) no-repeat right;
		}
#footer li.first {
		padding-left: 0;
		}
#footer li.last {
		background: none;
		}
#footer li.byline { /* use for site-design credit */
		font-size: 11px;
		line-height: 1.909;
		text-transform: uppercase;
		letter-spacing: .1em;
		position: absolute;
		right: -.65625em;
		background: none;
		}
#footer a {
		}
#footer a:hover {
		color: #fff;
		padding: .1875em 0;
		background: #f8b180; /* Pantone 1595 U 50% */
		}
#footer a:active {
		background: #f26400; /* Pantone 1595 U */
		}

/*	Utility elements */
.hidden { /* completely remove from layout */
		display: none !important;
		}
.invisible { /* does not display but remains in layout flow */
		visibility: hidden;
		}
.display {
		display: block !important;
		visibility: visible !important;
		}
.scroll	{
		overflow: auto;
		}
.clip	{
		overflow: hidden;
		}
.clearance {
		height: 0;
		clear: both;
		}
.clear	{
		clear: both;
		}

/*
--------------------------------------------------
NAVIGATION
--------------------------------------------------
*/
/* Main navigation */
#nav	{
		height: 36px;
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		background: transparent url(../images/utility/background-nav.gif) repeat-x bottom left;
		}
#nav li {
		position: relative;
		float: left;
		top: 0;
		left: 0;
		}
#nav a	{
		text-decoration: none;
		text-transform: lowercase;
		letter-spacing: .1em;
		text-align: center;
		display: block;
		padding: 5px 1em; /* .375em = @5px -- Firefox rounds inconsistently; also adjust for background image */
		border-bottom: none;
		background: #f69754; /* Pantone 1595 U 67% */
		}
#nav a:link, #nav a:visited {
		color: #fff; /* White */
		}
#nav a:hover {
		background: #f26400; /* Pantone 1595 U */
		}
#nav a:active {
		color: #b3013c; /* Pantone 215 U */
		}
#nav a.selected {
		/* Overwrites preceding :hover + :active properties */
		font-weight: bold;
		font-size: 10px;
		text-transform: uppercase;
		letter-spacing: .1em;
		color: #f26400 !important; /* Pantone 1595 U */
		padding: 8px 1.575em;
		background: #b3013c !important; /* Pantone 215 U */
		}

/* Subnavigation -- dropdown menus */
#nav li ol {
		display: none; /* hide before :hover */
		position: absolute; /* element does not disrupt page layout */
		top: auto;
		left: 0;
		z-index: 20; /* ensure element appears above everything */
		margin: 0; /* reset style */
		border-bottom: 1px solid #a9a9a9; /* Gray */
		}
#nav li:hover ol {
		display: block; /* display on :hover */
		}
#nav li li {
		display: block;
		}
#nav ol a, #nav ol a:link, #nav ol a:visited {
		color: #b3013c; /* Pantone 215 U */
		/* reset styles */
		font-weight: normal;
		text-transform: none; /* reset style */
		letter-spacing: normal;
		text-align: left;
		float: none;
		display: block; /* give layout */
		width: 10em;
		padding: .21875em .875em;
		border-right: 1px solid #dcdcdc; /* Gainsboro */
		border-left: 1px solid #dcdcdc; /* Gainsboro */
		background: transparent url(../images/utility/light/transparent-90.png);
		}
#nav ol a.last {
		padding-bottom: .4375em;
		}
#nav ol a:hover {
		color: #fff; /* White */
		background: #f17433; /* Pantone 159 C */
		}
#nav ol a:active {
		color: #b3013c; /* Pantone 215 U */
		}

/* Auxiliary navigation */
#sidebar .sidenav a, #sidebar .sidenav a:visited {
		color: #fff;
		text-transform: uppercase;
		letter-spacing: .1em;
		display: block;
		padding: .375em .75em .375em 1.5em;
		background: transparent url(../images/utility/blue/transparent-50.png);
		}
#sidebar .sidenav a:hover {
		color: #f26400; /* Pantone 1595 U */
		background: transparent url(../images/utility/background-sidenav.png) no-repeat right;
		}
#sidebar .sidenav a:active {
		color: #0093d8; /* Signature light blue */
		background: #013469; /* Signature dark blue */
		}
#sidebar .sidenav a.selected {
		color: #0093d8 !important; /* Signature light blue */
		background: #013469 !important; /* Signature dark blue */
		}
/* Auxiliary subnavigation */
#sidebar .sidenav ol ol {
		margin-left: 0;
		}
#sidebar .sidenav ol ol li a {
		text-transform: none;
		letter-spacing: normal;
		margin-bottom: 0;
		padding: 0 .75em;
		}
#sidebar .sidenav  ol ol li a:hover {
		padding-left: 1.5em;
		}
#sidebar .sidenav ol ol li.first {
		margin-top: -3px;
		}
#sidebar .sidenav ol ol li.last {
		margin-bottom: 3px;
		}

/*
--------------------------------------------------
FORMATTING STYLES
--------------------------------------------------
Positional, text, font, and miscellaneous formatting not defined in environmental contexts
*/
/* Positioning elements */
.center {
		text-align: center;
		}
.flush-right {
		text-align: right;
		}
.justify {
		text-align: justify;
		}		
.inline {
		display: inline;
		}
.float-left {
		float: left;
		}
.float-left.pad {
		margin-right: 1.5em;
		}
.float-right {
		float: right;
		}
.float-right.pad {
		margin-left: .875em;
		}
.allPad {
		padding: 1.5em;
		}
.leftPad {
		padding: 0 0 .75em 1.5em;
		}
.rightPad {
		padding: 0 1.5em .75em 0;
		}
.bottomPad { /* also use to provide paragraph spacing in IE Win */
		padding-bottom: 1em;
		}
.trim	{
		margin: 0;
		padding: 0;
		}

/* Fonts */
.italic {
		font-style: italic;
		}
.bold	{
		font-weight: bold;
		}
.caps	{
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: .1em;
		}
.lowercase {
		text-transform: lowercase;
		}
.normal {
		font-variant: normal !important;
		font-style: normal !important;
		font-weight: normal !important;
		text-transform: none !important;
		letter-spacing: normal !important;
		}
.smaller {
		font-size: smaller;
		}
.caption {
		font-style: italic;
		font-size: 12px;
		line-height: 1.75;
		}
#sidebar #inset .caption {
		font: italic 11px/1.909 Georgia, "Times New Roman", serif;
		width: 10.909em;
		}
.quote {
		font-style: italic;
		text-align: right;
		margin-top: -.875em;
		}
.quote span {
		font-style: normal;
		font-weight: bold;
		}
.sig	{ /* highlight of signature color */
		color: #fc0064; /* Dark pink */
		}

/* Typography */
#content h1 + p {
		font-size: 16px;
		line-height: 1.3125;
		}
h1 + p:first-line {
		font: 14px "Helvetica CY", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		}
#sidebar h2 + p:first-line {
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .1em;
		}

/* Links */
a.img:link, a.img:visited, a.img:hover, a.img:active,
#sidebar a.img:link, #sidebar a.img:visited, #sidebar a.img:hover, #sidebar a.img:active {
		/* remove dotted underline beneath or colored background behind linked images */
		border-bottom: none !important;
		background: none !important;
		}
.pdf	{
		padding-left: 1.75em;
		background: transparent url(/images/utility/pdf.gif) no-repeat left;
		}

/* Lists */
#content ol, #content ul {
		margin: 0 0 .75em;
		}
#content ol ol, #content ul ul {
		margin-bottom: 0;
		}
.square {
		margin: auto 0 .75em 1.1em;
		list-style: square;
		}
#content .square {
		padding: .75em 0;
		}
.inline li {
		margin-right: 1em;
		display: inline;
		}

/* Forms */
.button { /* only applies to Win Firefox, Win/Mac IE*/
		}