/*******
Five Dollar Layout
Author: Nahum Reduta <freshredmeat@netscape.net>
Edition: 20030815
*******/

@charset "US-ASCII";
@import url("5DS-Global.css");

	@media screen	{

.leftside	{color: #e6e6d0; background: transparent; }
.rightside	{color: #e6e6d0; background: transparent; }
.caption	{font-family: "Franklin Gothic Medium Cond", Helvetica, Arial, sans-serif; }

.aside, ACRONYM	{color: #e09050; background: transparent; }
.fine, SMALL	{color: #c0c0d0; background: transparent; font-family: "Franklin Gothic Medium Cond", Helvetica, Arial, sans-serif; font-size: smaller;}
.new	{color: #ffff60 ! important; background: transparent; }
.voice	{color: #e02020; background: transparent; font-family: Garamond, "Bell MT", "Times New Roman", Times, serif; }
.comment	{color: e09050; background: #000000; font-family: "Courier New", Courier, Prestige, monospace; }
	.comment:before	{content: "/*"; }
	.comment:after	{content: "*/"; }

/*******Element Properties*/

BODY	{color: #d0d0a0; background: #000000; margin-right: 1.5em; font-size: 16px;
	font-family: "Franklin Gothic Book", Helvetica, Verdana, Arial, sans-serif; }

A:link {color: #90d090; background: transparent; }
A:visited {color: #a06030; background: transparent; }
A:hover {color: #80ff50; background: transparent; }
A:active {color: #d00000; background: transparent; }

BODY.logo	{color: #d0d0a0; background: url(images/5DS-BG-ScriptLogo.jpg) repeat fixed; }
BODY.banner	{color: #d0d0a0; background: #000000 url(images/5DS-TitleBanner.png) no-repeat top right; margin-top: 120px; }
BODY.inset	{color: #d0d0a0; background: #000000; font-family: "Franklin Gothic Book", Helvetica, Verdana, Arial, sans-serif; margin: 0.5ex 18px 0.5ex 0.5ex; }
BODY.overlay	{color: #d0d0a0; background: transparent; }

BODY.nav		{color: #606030; background: url(images/5DS-BG-Navigate.png) #ffffff repeat-y right; text-align: center; margin-top: 0; }
BODY.nav A:link		{color: #306030; background: transparent; }
BODY.nav A:visited	{color: #904020; background: transparent; }
BODY.nav A:hover	{color: #ff0000; background: transparent; }
BODY.nav A:active	{color: #ff0000; background: #ffffa0; }

H1	{margin: 1em 0 12px; color: #c09050; background: transparent; font-family: Elephant, Georgia, serif; font-size: 30px; font-weight: normal; }
H2	{margin: 1em 0 12px; color: #c09050; background: transparent; font-family: Elephant, Georgia, serif; font-size: 24px; font-weight: normal; }
H3	{margin: 1em 0 12px; color: #c09050; background: transparent; font-family: Haettenschweiler, Impact, sans-serif; font-size: 20px; font-weight: normal; }
H4, .time	{margin: 1em auto 0.5em; color: #c09050; background: transparent; font-family: Haettenschweiler, Impact, sans-serif; font-size: 18px; font-weight: normal; }

.subtitle	{color: #c09050; background: transparent; font-family: "Copperplate Gothic Light", Copperplate, "Engravers MT", serif; }

HR	{color: #d0d0a0; background: transparent; }

IMG		{margin: auto; border: none; padding: 0; }
IMG.std		{width: 640px; height: 480px; }
IMG.wide	{width: 960px; height: 480px; }
IMG.pan		{width: 1280px; height: 480px; }
IMG.tall	{width: 480px; height: 640px; }
IMG.long	{width: 480px; height: 960px; }

IMG.thumb8-10	{width: 150px; height: 100px; border: solid 4px #ffffff; }
IMG.thumb10-8	{width: 100px; height: 150px; border: solid 4px #ffffff; }

LEGEND {color: #c09050; background: transparent; font-weight: bolder; }

/*******Special Sections*/

DIV.script, BODY.script	{color: #000000; background: #ffffff; font-family: "Courier New", Courier, Prestige, monospace; font-size: smaller; margin: auto 10%; padding: 1em; }
.char	{margin-bottom: -1em; text-transform: uppercase; text-align: center; }
.para	{margin: 0 auto; padding-left: 25%; padding-right: 25%; font-style: italic; }
  .para:before	{content: "("; }
  .para:after	{content: ")"; }
.dlog	{padding-left: 15%; padding-right: 15%; }
.shot	{text-transform: uppercase; }

TABLE.gallery TR {}
TABLE.gallery TD {padding: 10px; border: none; text-align: center; vertical-align: top; font-weight: normal; }

DIV.artwork IMG.thumb	{float: left; margin: auto 1em 1ex auto; vertical-align: text-top; }
DIV.artwork H3		{clear: both; }
TD.caption H4		{color: #c09050; background: transparent; font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold; margin: 0; }

	/*END @media screen*/	}