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

#intro
{
	margin-left: 30px;
	margin-top:	 30px;
	width:		 90%;
}

h1, h2, h3, h4, h5, h6 
{
  margin: 0 0 10px 0;
  padding: 0;
}

h1 
{
	padding-bottom: 0.2em;
  font: 400 1.6em arial, sans-serif;
  color: #660000;
  border-bottom: 10px solid #660000;
}

img.newspic 
{
  position: relative;
	left: 0px;
	top: 20px;
	margin: 0 0 0 0;
}	

img.mountleft
{
	float: left;
	position: relative;
	margin: 10px 10px 10px 5px;
}

img.mountright
{
	float: right;
	position: relative;
	margin: -10px 30px 10px 5px;
}

.blue
{
  color: #000099;
}

.post 
{
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;
  margin-bottom: 1.5em;
  border-bottom: 2px solid #660000;
}

.post .date 
{
  position: absolute;
  top: 0;
  left: 0px;
  width: 2.3em;
  text-align: right;
}

.post .date .month 
{
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #888;
}

.post .date .year
{
  display: block;
  margin-top: -5px;
  font: 700 1.3em arial, sans-serif;
  color: #888;
}

.post .title 
{
  display: block;
  padding: 0 0 5px 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #586B7A;
}

.post p 
{
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 2px solid #660066;
}


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

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

.slidediv 
{ 
	margin: -280px 0 0 250px;
}

.post ul
{
	list-style-type: none; 
	margin-left: 3.5em;
	margin-top: 0;
	margin-bottom: 0;
	padding:  0 0 1em 1.2em; 
	border-left: 2px solid #660066;
}


.post ul.vid li
{
  padding-left: 40px;
	padding-bottom: 20px;
	background: transparent url(../images/news/video.gif) no-repeat;
}

.post ul.santalist li
{
  margin-left: 450px;
	margin-top: -10px;
	padding-left: 30px;
	padding-bottom: 20px;
	background: transparent url(../images/news/gift.gif) no-repeat;
}
	