/* ------------------------------------- 
   - CSS style sheet for screen layout -
   -------------------------------------
   - Created by Dan Bielaski           -
   -------------------------------------
   - Website: shooting-star-farm.com   -
   ------------------------------------- */
	 
#intro
{
	margin-left: 30px;
	margin-top:	 30px;
	width:		 90%;
}	

em 
{ 
	font-style: normal; 
	text-decoration: underline;
}

#content 
{ 
	padding: 0 50px; 
	max-width: 900px; 
	margin: 0 auto;
}

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

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

.amenity 
{
	background: url(../images/facilities/checkmark.png) top left no-repeat;
	font-weight: bold;
	font-size: 150%;
	color: #660000;
	border: none;
	padding: 2px 0 0 30px;
}

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

img.floatpic 
{
	float: right;
	margin: 4px 0 10px 25px;
}

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

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

#content ul.barn li
{
 background: transparent url(../images/facilities/barn.gif) no-repeat;
}

#content ul.pasture li
{
 background: transparent url(../images/facilities/fence.gif) no-repeat;
}

#content ul.ridetrain li
{
 background: transparent url(../images/facilities/horse.gif) no-repeat;
}

