@import "layout.css";

#main {
  background-color: #ffffff;
}

h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0;
	margin: 0;
	color: #603913;
}

h2 {
	font-size: 1.7em;
	line-height: 1.0em;
	font-style: italic;
}

h3 {
	font-size: 1em;
}

h4 {
	color:#603913;
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
	padding:3px;
}

#content ul {
  margin: 0 0 10px;
}

#content ul ul {
  margin: 0;
}

#content li {
  margin: 0 25px;
}

#content {
  line-height: 1.4em;
}

#content p {
  margin: 1.1em 0;
}

#content p img {
  margin: 0 5px;
}

/*BEGIN - CONTENT DEFINITIONS FOR TEMPLATE 2*/
#content_type_2{ 
  float: left;
  line-height: 1.4em;
  color: #333;
  margin: 10px 0 0 10px;
  padding: 0px;
  width: 750px;
  display: inline;
  position: relative;
}

#content_type_2 p {
  margin: 1.1em 0;
}
/*END - CONTENT DEFINITIONS FOR TEMPLATE 2*/

.category_name {
	margin: 0;
	padding: 3px;
	text-align: left;
	background-color: #ffffff;
	color: #603913;
}
/*START OF STUFF NEEDED FOR SPECIALS PAGES*/

.story {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 1em;
}

.side {
	float: right;
	width: 265px;
	padding: 10px 0 20px 0px;
}

.story_links a {
  color: #603913;
  text-decoration: none;
}

.story_links a:hover {
  color: #000000;
  text-decoration: underline;
}

.story h2 {
	font-size: 1.7em;
	margin: 0;
	padding: 3px;
	text-align: left;
	font-style: italic;
	background-color: #ffffff;
	color: #603913;
}

.story h2, #stories_page #content #rightcolumn .story_headlines > h4 {
	padding: 3px;
	background-color: #ffffff;
	color: #603913;
}

.story_headlines_lc {
	text-align: left;
}

ul.story_links {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

div.story_links .story_summary {
	margin: 0px;
	clear: both;
}

.story_summary img {
	width: 150px;
	float: left;
	margin: 0 10px 75px;
  	background-color: #ffffff;
	border: 1px solid #a9a9a9;
  	padding: 4px;
}

.story_summary h3, .story_summary p {
	margin: 0;
	padding: 0;
}

.story_summary h3 {
	padding-top: 0px;
	font-size: 1.05em;
}

.story_headlines {
  	background-color: #ffffff;
}

.story_image p {
	background-color: #ffffff;
}

.story_image img {
	border: 1px solid #999999;
}

.coupon_table td {
  font-size: 0.9em;
}
/*END OF STUFF NEEDED FOR SPECIALS PAGES*/

/* Lower Navs */
#header_area .navigation a:hover, #header_area .navigation a.current {
  color: #000 !important;
  background-color: #FBF1DF !important;
}
