




/*
     FILE ARCHIVED ON 13:21:54 Oct 26, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:13:42 Jul 5, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Typography
==================================================
  font-family: "chaparral-pro";
  font-family: "prenton";


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background-color: #e6e0dd;
		background-image: url('/images/main_bg.png');
		background-position: 50% 0;
		background-repeat: no-repeat;
		background-attachment: fixed;  
		border-top: 5px solid #776d68;			
		color: #9B928A;
		font: 14px/21px "prenton", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }
	.container{
		margin: 0 auto;
		width: 967px;
}
	::selection { background: #f9f9f9; color: #333333; /* Safari */ }
	::-moz-selection { background: #f9f9f9;  color: #333333; /* Firefox */ }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #545456;
		font-family: "prenton", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 24px; line-height: 36px; margin-bottom: 0;}
	h2 { font-size: 18px; line-height: 27px; margin-bottom: 0; }
	h3 { font-size: 16px; line-height: 24px; margin-bottom: 0; }
	h4 { font-size: 14px; line-height: 21px; margin-bottom: 0; }

	p { margin: 0 0 21px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font: 14px/21px "prenton", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
	blockquote { margin: 0 0 21px 0; color: #333;  padding: 0 0 0 0; border-left: 2px solid #eaeaea; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 21px 0; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #00ADEE; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #000; }
	a:hover img{opacity: 0.5;}
	p a, p a:visited { line-height: inherit; }
	
	a.more{display: block;font-size: 13px; line-height: 18px; padding: 11px; margin-left: 0;}
	a.rss{background: url('/images/rss.png') 0 50% no-repeat; display: block; font-size: 13px; line-height: 18px; padding: 5px 5px 5px 33px; margin-left: 0;}

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }


