BODY {
	height: 100%;
	background-color: #F7BE8A;
	font-family: verdana, serif;
	font-size: 14px;
	margin: 0px;
	position: relative;
}

H1 {
	color: #E56717;
	border-top: 2px solid #E06212;
}

H2 {
	color: #E56717;
}

DIV { z-index: 9999; }

P {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	text-align: justify;
}

LI { margin-bottom: 5px; }
FORM { margin: 0px; border: 0px; padding: 0px; } /* Have I told you lately how much I hate Internet Explorer ? */

.MainDiv {
	overflow: auto;
	position: absolute;
	top: 30px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #F5F5DC;
	z-index: 5;
	*width: 100%;
	*height: expression(document.body.clientHeight - 30);
}

.sidebar {
	float: right;
	width: 310px;
	height: auto;
	text-align: center;
	margin-right: 8px;
	margin-left: 5px;
	margin-top: 5px;
}

.llbanner {
	background-color: #F7BE8A;
	border-bottom: 2px outset #F3F3DA;
	background-image: url(http://www.LostLuggageStudios.com/images/clouds.png);
	background-repeat: repeat;
	margin: 0px;
	height: 220px;
}

.llbanner_logo {
	display: block;
	float: left;
}

.llbanner_script {
	display: block;
	float: left;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.llbanner_social {
	display: block;
	float: right;
	top: 0px;
	margin-right: 10px;
}

.llbanner_social_link IMG {
	border: 0px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

.llbanner_social_link:hover IMG {
	opacity: 1.0;
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}

.menubar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid black;
}


/* =-=-=-=-=-=-=-= NEWS  ITEMS =-=-=-=-=-=-=-=-=-= */
.newsTicker
{
	text-align: left;
	width: 300px;
	height: auto;
	background-color: aliceblue;

	border: 2px outset blue;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #AAAAAA;
	-webkit-box-shadow: 3px 3px 3px #AAAAAA;
	-moz-box-shadow: 3px 3px 3px #AAAAAA;
}

.newsLatestCaption {
	color: #E56717;
	font-weight: bold;
	padding: 5px;
	font-size: 24px;
	font-variant: small-caps;
	text-shadow: 3px 3px 5px #AAAAAA;
	margin-top: 0px;
	margin-left: 5px;
	width: 200px;
	display: block;
}

.newsRssImage {
	display: block;
	float: right;
	margin: 0px;
	top: 8px;
	right: 10px;
	width: 40px;
	height: 40px;
	margin-top: 8px;
}

.newsRssImage A { margin: 0px; }
.newsRssImage A IMG { margin: 0px; }

.newsItem
{
	clear: both;
	margin: 10px;
	border: 1px solid gray;
	background-color: white;
	overflow: hidden;
	width: 280px;
	max-width: 280px;
}

.newsTitle
{
	padding: 5px;
	font-family: verdana, tahoma, serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-image:url(http://www.LostLuggageStudios.com/images/BannerDarkBar.jpg);
	background-repeat: repeat-x;
	width: 280px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.newsFooter TD
{
	width: 100%;
	white-space: nowrap;
	padding: 5px;
	font-family: verdana, tahoma, serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 30px;
}

.newsFooter A
{
	margin-left: 30px;
	color: navy;
	text-decoration: none;
}

.newsFooter A:hover
{
	color: yellow;
	text-decoration: underline;
}

.newsDetails
{
	background-color: white;
	padding: 5px;
}

.newsDate
{
	font-family: monospace;
	font-size: 14px;
	padding-left: 5px;
	width: 270px;
}

.newsSummary
{
	padding: 3px;
	width: 270px;
}

.newsSummaryFV /* fullview version used on the detail page */
{
	padding: 3px;
}

.newsLink
{
	margin: 10px;
}

/* ===================== Project page items ================= */
#projectHeader {
	margin-top: 5px;
	font-size: 16px;
}

.projectHeaderDetails {
	padding: 10px;
	width: 500px;
	height: 250px;
	float: left;
}

.projectTitleScreen {
	margin: 5px;
	display: block;
	float: left;
}

.projectRating {
	cursor: pointer;
	color: black;
	text-decoration: none;
	background: none;
	display: block;
	float: right;
	margin-left: 10px;
}

#projectTitle {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #E56717;
	margin-top: 10px;
	margin-bottom: 5px;
	text-shadow: 3px 3px 5px #AAAAAA;
}

#projectTagline {
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
}

/* base class for Download and Buy Now buttons */
.projectNiceButton {
	float: left;
	display: block;
	text-align: center;
	font-weight: bold;
	width: 170px;
	height: 70px;
	max-width: 170px;
	max-height: 70px;
	padding: 5px;
	cursor: pointer;
	margin: 10px;

	border: 1px solid gray;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 5px 5px 5px #888888;
	-moz-box-shadow: 5px 5px 5px #888888;
	box-shadow: 5px 5px 5px #888888;
}

#projectDownloadLink {
	background-color: #F0F8FF;
	background: -moz-linear-gradient(top,#F0F8FF,rgba(170,170,170,0.5));
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F8FF), to(#AAAAAA));
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#AAAAAA', startColorstr='#F0F8FF', gradientType='0');
}

#projectDownloadLink:hover {
	background-color: #B0E0E6;
	background: -moz-linear-gradient(top,#B0E0E6,#F0F8FF);
	background: -webkit-gradient(linear, left top, left bottom, from(#B0E0E6), to(#F0F8FF));
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#F0F8FF', startColorstr='#B0E0E6', gradientType='0');
}

#projectDownloadLinkText { margin-top: 20px; }

.projectHeaderInfoLine { margin-left: 10px; }
#projectBuyLink {
	display: block;
	padding: 2px;
	padding-top: 10px;
	background-color: #00A000;
	background: rgba(0,200,0,100);
	background: -moz-linear-gradient(top,#F0F8FF,rgba(0,200,0,0.5));
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F8FF), to(#00A000));
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#00A000', startColorstr='#F0F8FF', gradientType='0');
}

#projectBuyLink:hover {
	background-color: #00F000;
	background: rgba(0,200,0,150);
	background: -moz-linear-gradient(top,#F0F8AF,rgba(0,200,0,1));
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F8FF), to(#00FF00));
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#00FF00', startColorstr='#F0F8FF', gradientType='0');
}

.projectReviewItem {
	display: inline;
	margin: 10px;
	padding: 10px;
	width: 400px;
	background-color: #EEEEEE;
	border: 1px outset gray;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline; /* fix IE, argh */
	vertical-align: top;
}

.projectReviewItem SPAN {
	display: block;
	font-size: 18px;
	font-style: italic;
	padding: 5px;
}

.projectReviewLink {
	color: blue;
	text-decoration: none;
	font-size: 16px;
	padding: 5px;
}
.projectReviewLink:hover { text-decoration: underline; }

.projectImageLink {
	margin: 5px;
	text-align: center;
	padding: 5px;
	border: 1px solid navy;
	background-color: aliceblue;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 3px 3px 3px #AAAAAA;
	-moz-box-shadow: 3px 3px 3px #AAAAAA;
	box-shadow: 3px 3px 3px #AAAAAA;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline; /* fix IE, argh */
	*width: 170px;
	vertical-align: top;
}

.projectImageLink A {
	display: block;
}

.projectDownloadChoice {
	margin: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 2px solid black;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 5px 5px 5px #AAAAAA;
	-moz-box-shadow: 5px 5px 5px #AAAAAA;
	box-shadow: 5px 5px 5px #AAAAAA;
	width: 300px;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline; /* fix IE, argh */
	vertical-align: top;
}

.projectDownloadChoice H2 { margin-bottom: 2px; margin-top: 5px; }
.projectDownloadChoice IMG { display: block; float: right; }
.projectDownloadChoice A { clear:right; font-size: 16px; text-decoration: none; color: blue; }
.projectDownloadChoice A:hover { text-decoration: underline; }


.projectDownload_Windows {
	background-color: #FFFFCC;
	background: rgba(240,240,0,50);
	background: -moz-linear-gradient(top, white, rgba(240,240,0,0.5));
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F000));
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#F0F000', startColorstr='#FFFFFF', gradientType='0');
}

.projectDownload_Linux {
	background-color: #00FF99;
	background: rgba(0,240,0,50);
	background: -moz-linear-gradient(top, white, rgba(0,240,0,0.5));
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#00F000));
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#00F800', startColorstr='#FFFFFF', gradientType='0');
}

.projectDownload_Mac {
	background-color: #FFCCFF;
	background: rgba(240,150,240,50);
	background: -moz-linear-gradient(top, white, rgba(240,150,240,0.5));
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F096F0));
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#F096F0', startColorstr='#FFFFFF', gradientType='0');
}

.projectDownload_Other {
	background-color: #FFCC66;
	background: rgba(250,160,80,20);
	background: -moz-linear-gradient(top, white, rgba(250,160,80,0.5));
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FAC0A0));
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FAC0A0', startColorstr='#FFFFFF', gradientType='0');
}

.projectDownloadTabBuyLink {
	float:right;
	margin: 10px;
}


/* ===================== About Us ================= */
.empDiv {
	width: 80%;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
	height: auto;
}

.empDivImage {
	float: left;
	width: 250px;
	margin-right: 10px;
}

.empName {
	font-size: 20px;
	font-weight: bold;
	color: #000088;
	white-space: nowrap;
}

.empCat {
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
}

.empData {
	vertical-align: top;
	font-size: 14px;
	margin-left: 20px;
	margin-bottom: 5px;
}


/* ******* Press Releases ******** */
.pressReadMore
{
	text-decoration: none;
	color: navy;
	font-weight: bold;
	margin-left: 30px;
}

.pressReadMore:hover
{
	text-decoration: underline;
	color: blue;
}

/* ********* Main Page banner ********** */
#divAjaxBanner
{
	position: absolute;
	height: auto;
	text-align: center;
}

#divAjaxTinyBanner
{
	min-height: 170px;
	height: 170px;
	text-align: center;
}

.bnrTopImage
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 200px;
	max-width: 500px;
	width: expression(this.width > 500 ? 500 : true); /* stupid IE */
}

.bnrTagline
{
	font-size: 20px;
	font-weight: bold;
	text-shadow: 5px 5px 5px #CCCCCC;
	text-align: center;
}

.bnrQuickInfo
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 60%;
	width: expression(this.width > document.body.clientWidth *0.6 ? document.body.clientWidth *0.6 : true); /* stupid IE */
}

.bnrScreenShot
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	max-width: 60%;
	width: expression(this.width > document.body.clientWidth *0.6 ? document.body.clientWidth *0.6 : true); /* stupid IE */
	padding-left: 20px;
	padding-right: 20px;
}

.bnrMoreInfoLink
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: blue;
	text-align: center;
}


/* ****************** Novels **************** */

.headerMedium {
	font-weight: bold;
	font-size: 26px;
	color: #E56717;
	font-variant: small-caps;
	margin: 10px;
}

.novelCover IMG {
	float: right;
	margin: 15px;
	width: 40%;
	max-width: 600px;
}

.novelTeaser {
	margin: 20px;
	text-align: justify;
	font-family: monospace;
}

.novelInfo {
	color: black;
	padding-bottom: 10px;
	font-size: 12px;
	margin-left: 30px;
}

.novelSampleLink {
	margin: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 2px solid black;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 5px 5px 5px #AAAAAA;
	-moz-box-shadow: 5px 5px 5px #AAAAAA;
	box-shadow: 5px 5px 5px #AAAAAA;
	width: 45%;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline; /* fix IE, argh */
	vertical-align: top;

	background-color: #FFFFCC;
	background: rgba(0,0,240,50);
	background: -moz-linear-gradient(top, white, rgba(0,0,240,0.3));
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#AAAAF0));
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#AAAAF0', startColorstr='#FFFFFF', gradientType='0');
}

.novelSampleLink H2 { margin-bottom: 2px; margin-top: 5px; }
.novelSampleLink A { display: block; text-align: center; font-size: 16px; text-decoration: none; color: blue; }
.novelSampleLink A:hover { text-decoration: underline; }

.novelBuyLinks {
	margin: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 2px solid black;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 5px 5px 5px #AAAAAA;
	-moz-box-shadow: 5px 5px 5px #AAAAAA;
	box-shadow: 5px 5px 5px #AAAAAA;
	width: 45%;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline; /* fix IE, argh */
	vertical-align: top;

	background-color: #00FF99;
	background: rgba(0,240,0,50);
	background: -moz-linear-gradient(top, white, rgba(0,240,0,0.5));
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#88F088));
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#88F088', startColorstr='#FFFFFF', gradientType='0');
}

.novelBuyLinks H2 { margin-bottom: 2px; margin-top: 5px; }
.novelBuyLinks DIV {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline; /* fix IE, argh */
	margin: 5px;
}

.novelBuyLinks A { font-size: 16px; text-decoration: none; color: blue; }
.novelBuyLinks A:hover { text-decoration: underline; }


/* Media view panel */
.mediaHeader {
	font-weight: bold;
	font-size: 28px;
	margin-left: 5px;
	color: darkorange;
	font-style: italic;
	font-variant: small-caps;
	text-shadow: 3px 3px 5px #CCCCCC;
	clear: both;
}

.mediaItem {
	margin: 10px;
	text-align: center;
	padding: 10px;
	border: 1px solid navy;
	background-color: #DDFFDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 3px 3px 3px #DDDDDD;
	-moz-box-shadow: 3px 3px 3px #DDDDDD;
	box-shadow: 3px 3px 3px #DDDDDD;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline; /* fix IE, argh */
	*width: 170px;
	vertical-align: top;
}

.mediaItem A {
	margin-bottom: 3px;
	display: block;
	color: black;
	text-decoration: none;
}

.mediaItem A:hover {
	color: blue;
	text-decoration: underline;
}

.mediaReviewItem {
	display: inline;
	margin: 10px;
	padding: 10px;
	width: 45%;
	background-color: #EEEEEE;
	border: 1px outset gray;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline; /* fix IE, argh */
	vertical-align: top;
}

.mediaReviewItem SPAN {
	display: block;
	font-size: 18px;
	font-style: italic;
	padding: 5px;
}

.mediaReviewLink {
	color: blue;
	text-decoration: none;
	font-size: 16px;
	padding: 5px;
}
.mediaReviewLink:hover { text-decoration: underline; }

/* Misfortune Cookie Baker */
.misfortuneCookie {
	width: 60%;
	height: 250px;
	background: aliceblue;
	border: 1px outset navy;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 3px 3px 3px #DDDDDD;
	-moz-box-shadow: 3px 3px 3px #DDDDDD;
	box-shadow: 3px 3px 3px #DDDDDD;
	font-size: 24px;
}

.misfortuneCookie H2 { text-align: center; padding: 0px; margin: 0px; margin-bottom: 5px; margin-top: 5px; text-shadow: 2px 2px 3px #AAAAAA; }
.misfortuneCookie IMG { float:left; }
.misfortuneCookie A { font-size: 20px; display: block; text-align: center; text-decoration: none; }
.misfortuneCookie A:hover { text-decoration: underline; }
.misfortuneCookie DIV { text-align: left; padding: 10px; }

