/* ------------------------------------------------------------------
Base
Styles to be used globally throughout a site
------------------------------------------------------------------ */


/* Reset CSS
----------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {margin-left:0;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
html, body {height: 100%;}

/* Fonts
----------------------------------------------- */
/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body { font-family:Arial, Helvetica, sans-serif; font-size: 12px;}
table { font-family:inherit; font-size:inherit; }

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace; font-size: inherit;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.42em;}


/* Tags
------------------------------------------------------------------ */
body { background: #fff; } 
p { margin-bottom: 15px; } 
ul { margin-bottom: 15px; margin-left: 0px; list-style-type: square; color:#487d8c;}
ol { margin-bottom: 15px; margin-left: 0px; list-style-type: decimal; }
dl { margin-bottom: 15px; }
dl dt { padding-left: 0; margin-top: 10px; }
dl dd { margin-left: 15px; }
blockquote { background: #f8f8f8; border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; color: #444; font-size: 90%; padding: 15px 15px 0 15px; margin-bottom: 15px; }
table { font-size: 100%; border-collapse: collapse; border-spacing: 0; }
td, th { text-align: left; vertical-align: top; } 
h1, h2, h3, h4, h5 { color: #487d8c; text-transform: uppercase; font-weight: bold; margin-bottom: 7px; letter-spacing: -1px; } 
h1 { font-size: 140%; line-height: 110%; } 
h2 { font-size: 140%; line-height: 110%; } 
h3 { font-size: 125%; line-height: 110%; } 
h4 { font-size: 110%; line-height: 110%; } 
h5 { font-size: 100%; line-height: 110%; } 
small { font-size: 90%; } 
fieldset { padding: 5px 0; margin-bottom: 15px; }


/* Form Elements
------------------------------------------------------------------ */
.input-text { border: 1px solid #929497; padding: 2px; color: #666; font-size: 12px; }
.input-select { border: 1px solid #929497; color: #666; font-size: 12px; }


/* Links
------------------------------------------------------------------ */
a img { border: 0; } 
a:link, 
a:visited { color: #000; text-decoration: none; } 
a:hover { color: #000; text-decoration: underline; } 

/* Feedburner Links
------------------------------------------------------------------ */
div.feedburnerFeedBlock p.date {
display: inline;
margin-right: 5px;
}
div.feedburnerFeedBlock ul li div {
display: inline;
list-style: none;
}
div.feedburnerFeedBlock span.headline {
font-weight: normal;
display: block;
text-indent: 0;
}
div.feedburnerFeedBlock ul li {
margin-bottom: 1em;
margin-left: -25px;
list-style: none;
}
#creditfooter {
display: none;
}