/* ------------------------------------- 
   - CSS style sheet for screen layout -
   -------------------------------------
   - Created by Dan Bielaski           -
   -------------------------------------
   - Website: shooting-star-farm.com   -
   ------------------------------------- */

#status
{
	margin: 0 0 1em 10em;
	padding-top: 1em;
	background: transparent;
	border: #f00 1px solid;
	width: 55%;
}

#status a
{ 
	color: #000099;
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #007;
}

#status a:hover
{ 
	border-bottom: 1px solid #900;
	color: #900;
}

#status h2
{
  position: relative;
	top: -40px;
	left: -5px;
  background-color: #f00;
	border: #c00 1px solid;
	color: #fff;
	text-align: center;	
	width: 350px;
}

#status p.firstline
{
  margin: -50px 0px 0px 0px;
	padding: 10px;
	text-indent: 20px;
}

#status p.middleline
{
  margin: 0px 0px 0px 0px;
	padding: 10px;
	text-indent: 20px;
}

#status p.lastline
{
  margin: 0px 0px 0px 0px;
	padding: 10px;
	text-indent: 200px;
}

em 
{ 
	font-weight: bold;
	font-style: normal; 
	color: #006600;
}
		 
#intro
{
	margin-left: 30px;
	margin-top:	 30px;
	width:		 90%;
}	

#intro a
{ 
	color: #000099;
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #007;
}

#intro a:hover
{ 
	border-bottom: 1px solid #900;
	color: #900;
}

#intro ul
{
 list-style-type: none; 
 margin-left: 40px;
 padding-left: 0;
}

#intro ul li
{
 padding-left: 25px;
 padding-bottom: 10px;
}

.tm 
{ 
	vertical-align: top;
	font-size: 40%;
	font-weight: bold; 
}

#star
{
 background: transparent url(../images/boarding/star.gif) no-repeat;
}

#broom
{
 background: transparent url(../images/boarding/broom.png) no-repeat;
}

#fly
{
 background: transparent url(../images/boarding/fly.gif) no-repeat;
}

#bucket
{
 background: transparent url(../images/boarding/bucket.gif) no-repeat;
}

#grain
{
 background: transparent url(../images/boarding/grain.gif) no-repeat;
}

#hay
{
 background: transparent url(../images/boarding/hay.gif) no-repeat;
}

#blanket
{
 background: transparent url(../images/boarding/blanket.gif) no-repeat;
}

#horse
{
 background: transparent url(../images/boarding/horse.gif) no-repeat;
}

#clock
{
 background: transparent url(../images/boarding/clock.png) no-repeat;
}

#trailer
{
 background: transparent url(../images/boarding/trailer.gif) no-repeat;
}

img.novacimg 
{
	margin: 0px 0px 0px 35px;
}

img.floatleft 
{
	float: left;
	margin: 4px 20px 10px -10px;
}

img.floatright 
{
	float: right;
	margin: 4px 0px 10px 5px;
}