/*******************************************************************************

  CSS on Sails Framework
  Title: Copper Moon
  Author: XHTMLized (http://www.xhtmlized.com/)
  Date: September 2010

*******************************************************************************/



html { font-family: arial, helvetica, sans-serif; font-weight: normal; }
h1 { font-size: 2.4em; font-weight: normal; }
h2 { font-size: 2.0em; color: #D06733; font-style:normal; margin-bottom:0.25em; }
h3 { font-size: 2.0em; color: #376880; margin-bottom:0.25em; }
h4 { font-size: 1.5em; font-weight:bold; }
h5 { font-size: 1.5em; font-weight:bold; color: #D06733; }
h6 { font-size: 1.5em; font-weight:bold; color: #376880; }
a { color:#376880; }
a:visited { color:#000066; }
a:hover, a:visited:hover { color: #D06733; }
body.interior #content ul { list-style-type:disc; margin-left: 2em; }
body.interior #content ul li { font-size:1.5em; padding-top:0.2em; }
body.interior #content ol { margin-left: 2em; }
body.interior #content ol li { font-size:1.5em; padding-top:0.2em; }

ul.rss-items {
 list-style-type: none;
  margin:0;
}

li.rss-item {
  margin-bottom: 15px;
}

a.rss-item{
 color: #fff !important;
  font-size: 12px;
  font-weight:bold;
  
}

span.rss-date {
 color: #dcdcdc;
  font-size: 11px;
  font-weight: normal;
  
}


/* Homepage
------------------------------------------------------------------------------*/

body.home #content h1 {
 color: #cc6633;
  font-size: 20px;
  font-weight: normal;
  
}


body.home #content h1.top-heading {
  border-bottom: 1px solid #666666;
  padding-bottom: 5px;
}

body.home #content a {
 color: #999999; 
  text-decoration: underline;
}

body.home #content a:hover {
 text-decoration: none; 
}


/* Interior Pages
------------------------------------------------------------------------------*/

body.interior #content table.services { margin-top: 10px; }

body.interior #content table.services tr td ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 2em;
  padding: 10px;
}

body.interior #content p { font-size: 1.5em; line-height: 1.25em; margin-top:0.75em; }
body.interior #content p em { font-weight: bold; font-size: 1.14em; line-height: 1.25em; }
body.interior #sidebar h4 { font-size: 2em; line-height: 1.2em; }
body.interior #sidebar p { font-size: 1.2em; line-height: 1.2em; }
body.interior #sidebar ol li h5 { font-size: 4.2em; }
body.interior #sidebar ol li p { font-size: 2em; line-height: 1.15em; }

