/* @override 
	http://localhost:3000/stylesheets/content.css?1218130359
	http://localhost:3000/stylesheets/content.css
	http://cuc.dev/stylesheets/content.css
*/

h1, h2, h3, h4, h5, h6 {
  margin: 0.8em 0 0.3em 0;
  color:#145192;
  font-weight: normal;
  line-height: 1.4em;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size:1.4em;
  margin: 0.8em 0 0.5em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.8em;
}

p {
  margin: 0 1em 0.7em 0;
  line-height: 1.4em;
}

blockquote {
  color:#145192;
}

ul, ol {
  margin: 1em 0 1em 2em;
}

li {
  line-height: 1.4em;
  margin: 0 0 1em 0;
  padding: 0;
}

li ul {
  font-size: 0.9em;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

	sup, sub {
  	height: 0;
  	line-height: 1;
  	vertical-align: baseline;
  	_vertical-align: bottom;
  	position: relative;	
  	font-size: 90%;
  	margin: 0 0.1em;
  }

  sup {
  	bottom: 1ex;
  }

  sub {
  	top: .5ex;
  }

p.footnote {
  margin-top: 1.5em;
}

p.footnote, small {
  font-size: 0.85em;
}

table.styled {
  width: 93%;
  margin: 1em 3%;
}

table.styled th, table.styled td {
  padding: 5px;
  border: 1px solid #ddd;
}

table.styled .header th, table.styled .header td {
  background: #eee;
  font-weight: bold;
}

table.styled .alt th, table.styled .alt td {
  background: #fafafa;
}

table.styled th {
  font-weight: bold;
}

a.return {
  position: relative;
  top: -0.4em;
  font-size: 0.85em;
}

dl.articles dt {
  font-weight: bold;
}

dl.articles ul {
  margin-left: 0;
}

dl.articles ul li {
  list-style: none;
}

.rss_feeds {
  z-index: 10;
  background: #fafafa url(/images/rss_feed_shadows_top.gif) no-repeat center top;
  position: relative;
  padding-top: 6px;
}

.rss_feeds_inner {
  background: #fafafa url(/images/rss_feed_shadows_bottom.gif) no-repeat center bottom;
  padding: 0 5px;
}

.rss_feeds a {
  color: #293c4b;
}

.rss_feeds a:hover {
  color: #2f8ed9;
}

.rss_feeds h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
}

.rss_feeds h3 a {
  text-decoration: none;
}

.rss_feeds h3 img {
  position: relative;
  top: 3px;
  left: 3px;
}

.rss_feed {
  margin: 0.5em 0 1em 0;
}

.rss_feed .item {
  clear: both;
  margin: 0;
  padding: 0 0 1em;
  background: url(/images/rss_feed_shadows_middle.gif) no-repeat center bottom;
}

.rss_feed .last {
  background: none;
}

.rss_feed h3 {
  font-size: 24px;
  margin: 0 0 0.2em 0;
  text-transform: none;
}

.rss_feed .content {
  line-height: 1.4em;
  font-size: 0.95em;
}

.rss_feed img.feed-image {
  float: right;
  position: relative;
  margin: 0.5em 0 0.5em 1em;
  border: 1px solid #ccc;
  padding: 3px;
}

.rss_feed p.read-more {
  margin: 1em 0 0;
  text-transform: uppercase;
  font-size: 11px;
}

.rss_feed p.read-more a {
  text-decoration: none;	
  padding: 0.5em;
  position: relative;
  left: -0.5em;
}

.rss_feed p.read-more a:hover {
  color: #fafafa;
  background: #293c4b;	
}

#cnn_money_feed .content p {
  display: none;
}

#mortgage_news_daily_feed .content a {
  display: none;
}

/*** Dinkytown ***/
body.has_dinkytown div#content div.sidebar {
  display: none;
}

body.has_dinkytown div#content div.content_area {
  width: 624px;
  padding: 17px 26px 30px 20px;
}

body.has_dinkytown div#content div.content_area div.content_image {
  display: none;
}

div.dinkytown td {
  padding: 3px;
}

#mortgage-bot {
	margin: 0 1em;
}

#mortgage-bot h2 {
	font-size: 13px;
	margin: 0.5em 0 0.4em;
	font-weight: bold;
}

#mortgage-bot p.meta {
   font-size: 0.8em;
   margin: 1em 0;
}

#mortgage-bot table {
  width: 260px;
  margin: 0 0 1em 0;
  font-size: 0.9em;
}

#mortgage-bot table th, #mortgage-bot table td {
  text-align: center;
  border: none; 
  padding: 3px;
  font-weight: normal;
  font-size: 1.2em;
}

#mortgage-bot table th {
  color: #145192;
  font-size: 1em;
}

input.error {
  background: #FBE3E4;
  border: 1px solid #ccc;
  padding: 2px;
}
label.error {
  color: #8A1F11;
  padding: 0 0 0 5px;
}