/*

	Title:      FFRF Screen styles
	Modified:   6/23/2009

	-----------------------------------
	colors:
	-----------------------------------
	dk blue: #2f5b72
	lt blue: #d6eaf4
	rust: #ba5437
	-----------------------------------

*/

@import "reset.css";

body {
	margin: 0; padding: 0;
	font-family: arial, helvetica, sans-serif; 
	color: #343434;
	line-height: 1.5;
	text-align: center;
	background: #fff url(../images/site/bg_body.gif) repeat-x 0 0;
}

a { 
    color: #3f7794;
	text-decoration: none;
}
a:hover { 
	color: #2f5b72;
	text-decoration: underline;
}
a.more {
    font-weight: bold;
    padding-right: 8px;
    white-space: pre;
    background: url(../images/site/icn_more.gif) no-repeat center right;
}
a.strong {
	font-weight: bold;
}


/* =typography defaults
------------------------------------------------------ */

h1,h2,h3,h4,h5,h6 { font-family: georgia, times, "Times New Roman", serif; font-weight: normal; color: #2f5b72; }

h1 { font-size: 2.6em; line-height: 1; margin-bottom: 0.5em; color: #2f2f2f; }
h2, h2 a, h2 a:hover { 
	margin: 1em 0 1em 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	color: #ba5437;
	text-transform: uppercase;
	text-decoration: none;
}

h3 { font-size: 1.6em; line-height: 1.2; margin-bottom: 1em; }
h4 { font-size: 1.6em; line-height: 1.2; margin-bottom: 0.25em; }
h5 { font-size: 1.2em; line-height: 1.2; font-weight: bold; margin-bottom: 0.25em; font-family: arial, helvetica, sans-serif;}
h6 { font-size: 1.2em; font-weight: bold; font-family: arial, helvetica, sans-serif;}

h1.title, h2.title, h3.title, h4.title { margin-bottom: 0.25em; }
h2.byline, h3.byline { font-family: georgia, times, "Times New Roman", serif; font-weight: normal; font-style: italic; text-transform: none; color: #888; margin-top: 0.5em; }
h3.dateline { font-size: 1.5em; margin: 0; text-transform: none; color: #888; font-style: italic; margin: 0 0 0.5em; }

h1.title-alt {
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 0.25em;
	margin-bottom: 0;
}
h1.alt {
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 0.25em;
}
p, li, dt, dd { font-size: 1.2em; }



p { margin: 0 0 1.5em; }

ul, ol { margin: 0 1.5em 1.5em 0; }
ul { list-style-type: none; }
ol { list-style-type: decimal; margin: 0 0 1.5em 1.75em;}
ul li { margin-bottom: .4em; padding: 0 0 0 10px; line-height: 1.2em; background: url(../images/site/bullet.gif) no-repeat 0 0.43em; }
ul.linklist, ul.plain { margin: 0 0 1.5em 0; }
ul.linklist li, ul.plain li { background-image: none; padding: 0; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

li p, li li { font-size: 1em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; font-weight: normal; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }



/* =structure
------------------------------------------------------ */

#skip-links {
	position: absolute;
	top: 0; left: -999em;
}

#container {
	width: 960px;
	margin: 0 auto; 
	text-align: left;
}
#header {
	height: 175px;
	margin: 0;
	position: relative;
    background: url(../images/site/bg_header.jpg) no-repeat 0 0;
}
#main {
	margin: 0; padding: 20px 0;
	background: #fff;
}
#main-inner {
	min-height: 450px;
}
/* figure out */
body.news #main-inner {
	background: none;
}
body.news #primary { padding-top: 0; }
body.news #primary h2 { margin-bottom: 0.5em; }

#content {
	float: left;
	width: 560px;
	margin: 0 0 0 20px;
	min-height: 500px;
}
#secondary {
	float: left;
	width: 560px;
	margin: 0 0 0 20px;
	min-height: 500px;
}
#primary {
	float: left;
	margin: 0 0 0 20px;
	padding: 15px 0 0;
	padding: 0;
	width: 670px;
}
.columns-2 { /* lets change this to a content wrapper or something */
  background: url(../images/site/bg_page-2col.gif) repeat-y -20px 0;
}
	#primary div.column, .columns-2 .col-1, .columns-2 .col-2 {
	  float: left;
	  width: 320px;
	  overflow: hidden;
	  clear: none;
	}
	#primary div.col-1 {
	  margin-right: 30px;
	}

body.home #primary {
    float: right;
    width: 310px;
	margin: 0 20px 0 0;
}

#sidebar {
  float: right;
  margin: 0 20px 0 0;
  width: 230px;

}


#footer {
	clear: both;
	margin: 0 20px 20px 20px;
	text-align: center;
}

/* action alert teaser */

div.alert-box {
	border-top: 1px solid #d5e49d;
	border-bottom: 1px solid #d5e49d;
	padding: 10px;
	margin: 0 0 10px;
	background: #fffad5;
	text-align: center;
}
div.alert-box-inner {
	display: inline;
	padding: 4px 10px 4px 25px;
	color: #557f30;
	text-transform: uppercase;
	font-size: 11px;
	background: #fffad5 url(../images/site/icn_action-alert.gif) no-repeat 0 50%;
	line-height: 11px;
}
div.alert-box a {
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	color: #557f30;
}
div.alert-box a:hover {
	color: #557f30;
	text-decoration: underline;
}

div#press-message {
	background: #fff;
	padding: 0 0 10px;
}


/* =header
------------------------------------------------------ */

#tagline {
    position: absolute;
    top: 71px; right: 0;
    font-family: Georgia, Times, sans-serif;
    font-size: 1.8em;
    color: #e2dfcb;
    word-spacing: 1px;
}
#logo a {
    position: absolute;
    top:15px; left: 4px;
    display: block;
    width: 279px; height: 150px;
    background: url(http://ffrf.org/uploads/images/header.jpg) no-repeat 0 0;
    text-indent: -9999px;
}
#quick-search {
    width: 157px; height: 35px;
    position: absolute;
    top: 6px; right: 0;
    background: url(../images/site/bg_search.gif) no-repeat 0 0;
}
#quick-search fieldset {
	border: 0; padding: 0; margin: 0; background: none;
}
#quick-search #keywords {
    border: 0; outline: 0;
    background: none;
    width: 100px;
    padding: 4px 6px 0 6px;
    font-size: 10px;
    height: 16px;
    position: absolute;
    top: 6px; left: 13px;
    line-height: 1em;
    color: #738ba2;
}
#quick-search #submit {
    border: 0; background: 0;
    background: none;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 5px; right: 12px;
    text-indent: -9999px;
    cursor: pointer;
}
ul#member-links {
	position: absolute;
	right: 160px; top: 13px;
	list-style: none;
}
ul#member-links li {
	display: inline;
	margin: 0 6px 0 0; padding: 0 7px 0 0;
	background: none;
	font-size: 11px;
	color: #bbced7;
	border-right: 1px solid #98b5c3;
}
ul#member-links li.minicart {
	border-right: 0; padding-right: 0; margin-right: 0;
}
ul#member-links li a {
	font-size: 11px;
	color: #bbced7;
	text-decoration: none;
}
ul#member-links li a:hover {
	text-decoration: underline;
}
ul#member-links #foxee_cart_container {
	display: inline;
}


/* =navigation
------------------------------------------------------ */

#nav { 
    margin: 0; padding: 0; background: #95b1c0;
}
#nav li {
    margin: 0; 
    padding: 0; 
    background: none; 
	float: left; 
	height: 44px; 
	text-align: center;
	font-family: arial, helvetica, sans-serif; font-size: 1.2em;
	position: relative;
}
#nav li a {
    float: left; 
    height: 44px; 
    display: block;
    color: #fff; 
    text-transform: uppercase; font-weight: bold; text-decoration: none;
    background: url(../images/site/nav_bg-right.gif) no-repeat bottom right;
}
#nav li a span {
    display: block; height: 44px; line-height: 48px;
    background: url(../images/site/nav_bg-left.gif) no-repeat bottom left;    
}

#n-home span { width: 55px; }
#n-about span { width: 100px; }
#n-legal span { width: 66px; }
#n-publications span { width: 114px; }
#n-news span { width: 64px; }
#n-press span { width: 124px; }
#n-outreach span { width: 162px; }
#n-involved span { width: 110px; }
#n-donate span { width: 76px; }
#n-shop span { width: 30px; padding: 0 46px 0 13px; }

#nav #n-home a { width: 55px; padding: 0; text-indent: -9999px; background: url(../images/site/nav_home-off.gif) no-repeat 0 0; }
#nav #n-shop a { background: url(../images/site/nav_bg-shop-right.gif) no-repeat bottom right; }
#nav #n-shop a span { background: url(../images/site/nav_bg-left.gif) no-repeat bottom left; }
#nav #n-donate a { background: #feb81b url(../images/site/nav_bg-donate-right.gif) no-repeat bottom right; }
#nav #n-donate a span { background: url(../images/site/nav_bg-donate-left.gif) no-repeat bottom left; }

/* you are here */
#nav li.active a, #nav li.active span { background: #fff; color: #2f5b72; }
body.home #nav #n-home a { background: #fff url(../images/site/nav_home.gif) no-repeat 0 0; }
body.shop #nav #n-shop a { background: #fff url(../images/site/nav_bg-shop.gif) no-repeat bottom right; }
body.shop #nav #n-shop a span, body.shop #nav #n-shop a:hover span { background: none; color: #2f5b72; }

/* rollover */
#nav li a:hover, #nav li a:hover span,
#nav li.current a, #nav li.current span { background: #2f5b72; color: #f2efd9; }
#nav #n-donate a:hover, #nav #n-donate a:hover span { background: #f08801; }
#nav #n-home a:hover { background: #2f5b72 url(../images/site/nav_home-on.gif) no-repeat 0 0; }
#nav #n-shop a:hover { background: #2f5b72 url(../images/site/nav_bg-shop-right-on.gif) no-repeat bottom right; }
#nav #n-shop a:hover span { background: none; color: #f2efd9; }

/* drop-down menus */
#nav ul {
    position: absolute;
    left: 0; top: 44px;
    padding: 10px 0;
    width: 194px;
    z-index: 100;
    background: #2f5b72;
	left: -999em;
}
#nav li:hover, #nav li.current ul {
	left: 0;
}
#nav ul li {
    float: none; 
	text-align: left; 
    margin: 0; padding: 4px 11px;  background: none;
    color: #fff;
    font-size: 1em;
    height: auto;
    width: 180px;
}
#nav ul li a, #nav li.active ul li a {
    display: block;
    margin: 0; padding: 0;
    float: none; height: auto; width:auto;
    text-transform: none; font-weight: bold;
    color: #f2efd9; background: none !important;
}
#nav ul li a:hover, #nav li.active ul li a:hover {
    color: #fff;
}
/* subnav drop shadows for modern browsers */
#nav ul {
	-moz-box-shadow: 3px 3px 6px #666;
	-webkit-box-shadow: 3px 3px 6px #666;
	box-shadow: 3px 3px 6px #666;
}


/* =shop
------------------------------------------------------ */

body.shop #primary h2 {
	padding: 10px 0;
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
}
div.thumbs-row {
	clear: left;
}
ul.thumbs, div.thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0 -15px 1.5em 0;
}
ul.thumbs li, div.thumb {
	background: none;
	border: 0;
	text-align: center;
	margin: 0 15px 10px 0;
	padding: 0;
	width: 200px;
	overflow: hidden;
	float: left;
}
ul.thumbs a, div.thumb a {
	line-height: 1.2;
	font-size: 12px; font-weight: bold;
	display: block;
	padding: 10px;
	width: 180px;
	text-decoration: none;
}
ul.thumbs a:hover, div.thumb a:hover {
	background: #edf7fc;
	text-decoration: none;
}

ul.thumbs img, div.thumb img {
	display: block;
	padding: 4px;
	border: solid 1px #d7d7d7;
	background: #fff;
	margin: 0 auto 6px auto;
}

ul.thumbs span.img, div.thumb span.img {
	display: block;
	height: 130px;
	width: 170px;
	display: table-cell;
	vertical-align: middle;
	border: solid 1px #d7d7d7;
	background: #fff;
	padding: 4px;
	margin: 0 auto;
}
ul.thumbs span.img img, div.thumb span.img img {
	display: inline;
	border: 0; padding: 0; margin: 0;
}
ul.thumbs span.name, div.thumb span.name {
	margin: 6px 0 0;
	display: block;
}
div.thumb a span.price {
	display: block;
	font-weight: normal;
	color: #787878;
}

/* Details */

div#shop-details-image {
	width: 270px;
	float: left;
	text-align: center;
}
div#shop-details {
	width: 360px;
	float: right;
	padding-right: 15px;
}
div#shop-details p.price {
	font-weight: normal;
	font-family: georgia, sans-serif;
	color: #888;
	font-size: 2em;
}

div#shop-details form {}
div#shop-details form p {}
div#shop-details form label {}

div#shop-details p.submit {
	margin-top: 2em;
}
div#shop-details form select#sizes {
	width: 140px;
}

/* membership */


ul.buttons {
    margin: 0 0 1.5em; padding: 0; list-style: none;
}

ul.buttons li {
    margin: 0 0 3px; padding: 0;
    background: none;
}
ul.buttons li a {
    display: block;
    padding: 6px 3px 6px 3px;
    border: 4px double #84abba;
    font-weight: bold;
    text-decoration: none;
    background: #d6eaf4;
    text-align: center;
    
}
ul.buttons li a:hover {
    background: #4785a6;
    border-color: #9fbbca;
    color: #fff;
}
ul.buttons li a.active {
    background: #3f7794;
    border-color: #9fbbca;
    color: #fff;
}
form.membership-form a.cancel {
    padding-left: 10px;
    text-decoration: underline;
    font-size: 11px;
}


/* fix */
div.thumb-grid .thumb {
	width: 200px; height: 185px;
	float: left;
	text-align: center;
	margin: 0 10px 10px 10px;
}
div.thumb-grid .thumb:hover {
	background: #edf7fc;
}
div.thumb-grid .thumb a {
	line-height: 1.2;
	font-size: 12px; font-weight: bold;
}
div.thumb-grid .thumb a img {
	margin: 15px auto 10px auto;
	background: #fff;
}
div.thumb-grid .thumb p {
	padding: 0 15px;
	line-height: 1.2;
}




/* mini cart */

#sidebar div.mini-cart {
	margin: 0 0 1.5em;
}
#sidebar .mini-cart h2 {
	font-size: 1.1em; font-weight: bold; font-family: arial, helvetica, sans-serif;
}

div.shipping-note {
	clear:both;
	margin: 5em 0 1.5em;
	padding-top: 15px;
	text-align: center;
	border-top: 1px dotted #d7d7d7;
	border-bottom: 1px dotted #d7d7d7;
	font-family: georgia, times, "Times New Roman", sans-serif;
	font-style: italic;
	color: #787878;
}
div.shipping-note p {
	font-size: 1.25em;
}


/* =content
------------------------------------------------------ */

div.breadcrumbs {
	font-size: 1.1em;
	margin: 0 0 25px 0;
}

#primary blockquote {
	border-left: 4px solid #d6eaf4;
	padding: 0 0 0 15px;
	margin: 0 50px 1.5em 0;
}
#primary blockquote p {
	font-family: georgia, serif;
	font-size: 18px; line-height: 1.2;
	color: #7195a7;
	font-style: italic;
	font-weight: normal;
}
/* fotd fix - old content pasted in divs instead of paragraphs */
#primary blockquote div {
	font-family: georgia, serif;
	font-size: 18px; line-height: 1.2;
	color: #7195a7;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 1.5em 0;
}

#primary blockquote p.attr {
	margin: -10px 0 0 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #7195a7;
	font-weight: normal;
	font-style: normal;
	width: 60%;
	margin-left: 15px;
	text-indent: -15px;
}

#primary blockquote.plain p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-style: normal;
}

div.photo-right .caption, div.photo-left .caption, div.photo .caption {
	font-size: 11px;
	color: #888;
	line-height: 1.2;
	text-align: center;
	padding: 5px 0;
}
div.photo-right {
	float: right;
	margin: 0 0 15px 15px;
	display: inline;
}

div.photo-left {
	float: left;
	margin: 0 15px 15px 0;
}

/* repeating entries */

#primary div.module {
	padding: 1.5em 15px 0 0;
	border-top: 1px solid #c7c7c7;
}

div.module .top-link {
	text-align: right;
	clear: both;
	margin-bottom: 1em;
}

div .mod-intro {
	margin: 0 0 30px;
	padding: 1.5em 15px 0 0;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}

dl.entries { margin: 0 0 1.5em; line-height: 1.2; }
dl.entries dt { margin: 1.5em 0 0.5em 0; padding: 0; font-weight: bold; }
dl.entries dt:first-child, dl.entries dt.first { margin: 0; }
dl.entries dd { margin: 0; padding: 0; }

/* FT Today */

div.mod-issue-info {
	padding: 1em 0; margin: -10px 0 25px;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}
div.mod-issue-info h2, div.mod-issue-info h2 a {
	margin: 0;
	font-family: georgia; font-style: normal; font-weight: normal;
	color: #000; 
	font-size: 22px; 
	text-transform: none;
}
div.mod-issue-info h2 a { color:#2f5b72; }
div.mod-issue-info h2 span {
	font-size: 15px; color: #888;  font-style:italic; 
}
div.mod-issue-info h3 {
	font-size: 15px; font-family: georgia, times, "Times New Roman", serif; font-weight: normal; font-style: italic; text-transform: none; color: #888; margin-top: 0;
}


/* News entries with calendar day */

#primary div.mod-dateline {
	padding: 1.5em 0 0;
}
div.mod-date {
    float: left;
    width: 52px;
    margin: .3em 0 1.5em 0;
    padding: 6px 0 6px 0;
    background: #d6eaf4;
    color: #3f7794;
    text-align: center;
    line-height: 1;
    font-family: arial, helvetica, sans-serif;
}
div.mod-date .month {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0; padding: 0;
}
div.mod-date .day {
  margin: -4px 0 0 0; padding: 0;
  font-family: georgia, times, "Times New Roman", serif;
    display: block;
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 1;
}
div.mod-dateline .mod-entry { /* full width */
	float: right;
	width: 581px;
	padding-right: 15px;
}
div.column div.mod-dateline .mod-entry { /* 2-col layout */
    float: right;
    width: 251px;
    padding-right: 0;
}
div.mod-entry h3 {
  margin: 0 0 0.4em;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.2;
  color: #3f7794;
}
div.mod-entry p {
  font-family: arial, helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
}

/* photo gallery */
div.mod-thumbs {}
div.mod-thumbs div.tn {
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
	width: 90px;
}
div.mod-thumbs div.tn img {
	border: solid 1px #d7d7d7;
	padding: 4px;
}

/* freethought of the day */

#primary div.mod-day {
	padding: 30px 15px 15px 0;
}
div.mod-day h3 {
  margin: 0 0 0.5em;
  font-size: 2.2em;
  font-weight: normal;
  line-height: 1.2;
  color: #333;
}
#primary div.mod-day-list li {
	background-image: none;
	padding-left: 0;
	clear: left;
	line-height: 1.3;
	margin: 0 0 10px 0;
	padding: 4px 0 0 0;
}

div.mod-day-list a.number {
	display: block; float: left;
	min-width: 20px;
	background: #d6eaf4;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	margin: -4px 10px 0 0;
	text-decoration: none;
}
div.mod-day-list a.number:hover {
	background: #3f7794;
	color: #fff;
}
div.mod-day-list span.divider {
	display: none;
}

/* headlines list */

dl.headlines {
	padding: 1.5em 15px 0 0;
	border-top: 1px solid #c7c7c7;
}
dl.headlines dt {
  font-weight: normal;
  font-size: 1.3em; line-height: 1.2;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
}
dl.headlines dt .dateline {
  font-family: georgia, times, "Times New Roman", serif;
  display: block;
  color: #888;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6em;
}
dl.headlines dd {
  margin: 0 0 1.5em 0;
  font-size: 1.2em;
  font-family: arial, helvetica, sans-serif;
}


#primary div.mod-faq {
	margin-top: 1em;
	padding: 1em 0 1em 0;
}
#primary div.mod-faq p {
	margin-bottom: 0.5em;
}
#primary div.mod-fineprint p {
	color: #888;
	font-size: 1.1em;
	line-height: 1.4;
	margin: 0 0 1em 0;
}
#primary div.mod-fineprint a {
	color: #888;
	text-decoration: underline;
}


#primary img.photo {
	border: solid 1px #d7d7d7;
	padding: 4px;
}

#primary img.photo-right {
	float: right;
	border: solid 1px #d7d7d7;
	padding: 4px;
	margin: 0 0 15px 15px;
}
#primary img.photo-left {
	float: left;
	border: solid 1px #d7d7d7;
	padding: 4px;
	margin: 0 15px 15px 0;
}

/* entry meta */
.module p.excerpt {
	margin-bottom: 4px;
}
.module p.entry-meta {
	color: #888;
	font-size: 1.1em;
}
.module p.entry-meta a {
	color: #888;
	text-decoration: underline;
}
.module p.entry-meta a:hover {
	color: #2f5b72;
}
.entry-meta span.category {
	padding: 8px 0 8px 22px;
	background: url(../images/site/icn_folder.gif) no-repeat 0 5px;
}

/* search results */

.mod-search h3 {
	font-size: 1.3em;
	margin: 0 0 0.25em;
}
.mod-search .date {
	color: #888;
	font-size: 90%;
	display: block;
}
form#search-form select {
	margin: 0 10px 0 0; 
	width: 140px;
}

.paging {
	font-family: arial, helvetica, verdana, sans-serif;
	border-top: 1px solid #c7c7c7;
	padding-top: 1.5em;
}
.paging a {
	padding: 3px 6px; border: 1px solid #c7c7c7;
	text-decoration: none;
}
.paging a:hover {
	background: #d6eaf4;
	text-decoration: none;
}
.paging b, .paging strong {
	padding: 3px 6px; border: 1px solid #357897; background: #357897;
	color: #fff;
}

/* Membership */

.mod-join form .buttons {
	width: 150px; float: left;
}
.mod-join form .buttons p button {
	width: 130px;
	margin: 0 0 6px;
}
.mod-join form .details {
	float: right;
	width: 480px;
}
#primary .mod-join form .details h3 { 
	margin: 0; 
	font-size: 2em; 
}
#primary .mod-join form .details p.note { 
	margin: 0;
}
#primary .mod-join form .details p.price { 
	font-size: 2em; 
	font-family: georgia, sans-serif; 
	color: #787878;
	margin: 0 0 10px 0;
}

.mod-join form p label { font-weight: normal; }

/* Event registrations */

.mod-registration .quantity {
	width: 5em; float: left;
}
.mod-registration .quantity input {
	width: 2em;
}
.mod-registration .details {

}
#primary .mod-registration .details h3 { 
	margin: 0; 
}
#primary .mod-registration .details p.note { 
	margin: 0;
}
#primary .mod-registration .details p.price { 
	font-size: 1.6em; 
	font-family: georgia, sans-serif; 
	color: #787878;
	margin: 0 0 10px 0;
}
.mod-registration .message {
	margin-left: 5em;
}

/* Blog comments styling */

#comments { margin: 30px 0 0 0; width: 600px; }

dl.comment { background: url(/images/site/comment-bot.gif) no-repeat bottom left; }
dl.comment dt { font-weight: bold; padding: 5px 15px 14px 0; background: #fff url(/images/site/comment-top.gif) no-repeat bottom left; }
dl.comment dt span { font-weight: normal; font-style: italic; }
dl.comment dd { line-height: 1.3; padding: 15px; }
dl.comment dd p { margin-bottom: 0; }

#comment-form { margin-top: 25px; }
#comment-form .input-txt { width: 200px; }
#comment-form .input-area { width: 90%; height: 150px; }


/* =listnav Link list nav (jQuery ListNav plugin)
------------------------------------------------------ */

#primary ul li.heading {
	padding: 0; background: none; margin: 0;
}


#link-list-nav { margin: 1.5em 0 1.5em; }

.ln-letters {
	overflow: hidden;
}
.ln-letters a {
	font-size: 1.2em;
	display: block;
	float: left;
	padding: 2px 6px;
	border: 1px solid #2f5b72;
	border-right: none;
	text-decoration: none;
	color: #3f7794;
}
.ln-letters a.ln-last {
	border-right: 1px solid #2f5b72;
}
.ln-letters a:hover,
.ln-letters a.ln-selected {
	background-color: #3f7794;
	color: #fff;
}
.ln-letters a.ln-disabled, .ln-letters a.ln-disabled:hover {
	color: #ccc;
	background-color: transparent;
	cursor: default;
}
.ln-letter-count {
	text-align: center;
	font-size: 0.8em;
	line-height: 1;
	margin-bottom: 3px;
	color: #336699;
}

/* =content
------------------------------------------------------ */

/* lists */
ul.link-list a {
    color: #434343; 
	text-decoration: none;
}
ul.link-list a:hover {
    color: #2f5b72;
	text-decoration: underline;
}

/* calendar style lists */
#link-list dl {}
#link-list dl dt {
	font-size:  1em;
	float:  left;
	clear:  both;
	width:  2em;
	margin:  0;
}
#link-list dl dt a {
	font-weight: bold;
	display:  block;
	padding: 3px;
	text-align:  center;
	text-decoration: none;
	color:  #555;
}
#link-list dl dt a:hover {
	color:  #2f5b72;
	background:  #d6eaf4;
}
#link-list dl dd {
	font-size:  1em;
	margin:  0 0 0 2.5em;
	padding: 3px 0;
}
#link-list dl dd a {
		white-space: pre;
}

/* =landing pages
------------------------------------------------------ */

#spotlight {
	padding: 10px;
	margin: 0 20px 1.5em 20px;
	background: #f3f3e6;
	position: relative;
}
#spotlight h1 {
	color: #333;
	text-align: center;
}
.spotlight-entry {
	float: left;
	width: 195px; /* 215 - 20 */
	padding: 10px;
	margin: 0 4px;
	border: 1px solid #cccbc2;
	text-align: center;
	background: #f9f9f2;
}
.spotlight-entry div.spot-title {
	min-height: 50px;
}
.spotlight-entry h2 {
	font-family: arial, helvetica, sans-serif;
	color: #ba5437;
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	margin: 8px 0 0;
	line-height: 1.2;
}
.spotlight-entry h3 {
	margin: 4px 0 0;
	font-family: georgia, times, "Times New Roman", serif;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #666;
	line-height: 1.2;
}
.spotlight-entry div.spot-content {
	min-height: 190px;
}
.spotlight-entry img {
	margin: 0 0 7px;
}

.spotlight-entry p {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2;
	color: #666;
	margin: 0;
}
.spotlight-entry p.btn {
	margin: 0;
	font-size: 1.2em;
	height: auto;
}
.spotlight-entry a.btn {
	display: block;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	background: #3f7794;
	text-decoration: none;
}
.spotlight-entry a.btn span {
	padding: 7px 5px;
	border: 1px solid #9fbbca;
	display: block;
}
.spotlight-entry a.btn:hover {
	background: #4785a6;
	text-decoration: none;
}
.spotlight-entry a.btn:hover span {
	background: #5792b0;
}



a#spotlight-rss {
	position: absolute;
	top: 8px;
	right: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #888;
	padding: 10px 30px 10px 0;
	line-height: 12px;
	background: url(../images/site/feed-icon-20x20.gif) no-repeat 100% 50%;
}
a#spotlight-rss:hover {
	color: #3f7794;
	text-decoration: underline;
}

/* TOC */
#primary .landing-toc {
	padding: 25px;
	background: #f5f3e7;
	color: #2f2f2f;
}
#primary .landing-toc dl {
	width: 195px;
	float: left;
	margin: 0 45px 0 0;
}
#primary .landing-toc dl.col-3 {
	width: 140px;
	margin-right: 0;
}
#primary .landing-toc dl dt {
	font-size: 2.2em;
	line-height: 1.2;
	font-family: georgia, times, "Times New Roman", serif;
	font-weight: normal;
	color: #2f2f2f;
	margin: 0 0 15px 0;
}
#primary .landing-toc dl dd {
	line-height: 1.2;
	margin: 0 0 15px 0;
}
#primary .landing-toc dl a {
	color: #2f2f2f;
	text-decoration: none;
	font-weight: bold;
}
#primary .landing-toc dl a:hover {
	color: #3f7794;
	text-decoration: none;
}
#primary .category-toc {
	margin: 0 0 1.5em;
}
#primary .category-toc ul {
	width: 180px;
	margin: 0 10px;
	float: left;
}
#primary .category-toc ul li.sub {
	margin-left: .8em;
}

/* fixme */

div.spotlight-box-wrap {
	padding: 4px;
	margin: 0 0 10px 0;
	background: #f3f3e6;
	position: relative;
}
div.spotlight-box {
	padding: 20px;
	margin: 0;
	border: 1px solid #cccbc2;
	text-align: left;
	background: #f9f9f2;
}
.spotlight-box h2 {
	margin: 0 0 0.5em;
}
div.btn {
	margin: 0;
	font-size: 1.2em;
	text-align: left;
}
div.btn a  {
	padding: 3px;
	color: #fff;
	font-weight: bold;
	background: #3f7794;
	text-decoration: none;
	display: block; float: left;
}
div.btn-full {
	margin: 0 0 1.5em 0;
}
div.btn-full a {
	float: none; width: auto; text-align: center;
}
div.btn a span {
	padding: 7px 12px;
	border: 1px solid #9fbbca;
	display: block;
}
div.btn a:hover {
	background: #4785a6;
	text-decoration: none;
}
div.btn a:hover span {
	background: #5792b0;
}

#spotlight-vertical h1 {
	color: #333;
	text-align: left;
	padding: 10px 0 0 10px;
}
#spotlight-vertical {
	padding: 10px;
	margin: 0 0 20px 0;
	background: #f3f3e6;
	position: relative;
}
#spotlight-vertical .spotlight-entry {
	float: none;
	width: auto; /* 215 - 20 */
	padding: 20px;
	margin: 0 4px 1.5em;
	border: 1px solid #cccbc2;
	text-align: left;
	background: #f9f9f2;
	position: relative;
}
#spotlight-vertical .spotlight-entry p.btn {
    width: 175px;
    text-align: center;
    position: absolute;
    bottom: 20px; right: 20px;
}

#spotlight-vertical .spotlight-entry h2 { margin: 0 0 15px 0; font-size: 18px; }
#spotlight-vertical .spotlight-entry p.teaser { 
    margin: 4px 0 0;
	font-family: georgia, times, "Times New Roman", serif;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #444;
	line-height: 1.4;
	width: 370px;
}

/* utility - feed icons */
div.utility-link {
	display: inline;
	float: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;	
}
div.utility-link a {
	text-decoration: none;
	color: #888;
	padding: 10px 30px 10px 0;
	line-height: 12px;
}
div.utility-link a:hover {
	color: #3f7794;
	text-decoration: underline;
}
div.utility-link a.rss {
	text-transform: none;
	background: url(../images/site/icn_feed-20x20.gif) no-repeat 100% 50%;
}
div.utility-link a.itunes {
	margin-left: 10px;
	text-transform: none;
	background: url(../images/site/icn_itunes-25x25.gif) no-repeat 100% 50%;
}
div.utility-link a.help {
	padding-right: 0;
	margin-left: 10px;
}
/* Sharethis widget */
div.addthis_toolbox {
	/*float: right;
		margin-left: 30px;*/
		margin-bottom: 1.5em;
	font-size: 1.1em;
	position: relative;
}


/* =sidebar
------------------------------------------------------ */

#sidebar .sidebar-module {
	margin: 0 0 1em 0;
}
div.mini-cart {
	background: #f7f7f7;
	padding: 3px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
div.mini-cart-inner {
	padding: 12px 6px 12px 18px;
 	border: 1px solid #d0d0d0;
	background: #f7f7f7;
}

div.mini-cart p {
	margin: 0 0 0.5em;
	padding: 0;
	color: #888;
}
div.mini-cart p.view-cart {
	margin: 0;
	padding: 4px 0 4px 22px;
	font-weight: bold;
	color: #888;
	background: url(../images/site/icn_cart.png) no-repeat 0 3px;
}


/* =subnavigation
------------------------------------------------------ */

div.subnav {
	background: #d6eaf4;
	padding: 4px;
	margin-bottom: 15px;
}
div.subnav div {/* inner */
	padding: 6px;
	border: 1px solid #fff;
}
div.subnav h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #ebf5fa;
	padding: 8px 12px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #3f7794;
	margin: 0 0 1em 0;
}
div.subnav ul {
	font-family: arial, helvetica, sans-serif;
	list-style: none;
	margin: 0 0 30px 0;
}
div.subnav ul li {
	margin: 0 0 5px 0;
	padding: 0 5px 5px 14px;
	background: none;
	line-height: 1.2;
	border-bottom: 1px solid #ebf5fa;
}
div.subnav ul li.last {
	border: 0;
}
/*div.subnav ul li.here {
	background: url(../images/site/subnav_on.gif) no-repeat 5px 2px;
}*/
div.subnav ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #5895b6;
	text-decoration: none;
}
/*div.subnav ul li.here a,*/
div.subnav ul li a:hover {
	color: #3f7794;
	text-decoration: none;
}
/* green current section overrides */
div.subnav-section {
	background: #dce9ab;
}
div.subnav-section h2 {
	background: #edf5d0;
	color: #40463b;
}
div.subnav-section ul li {
	border-color: #edf5d0;
}
div.subnav-section ul li.here {
	background: url(../images/site/subnav_on-green.gif) no-repeat 5px 2px;
}
div.subnav-section ul li a {
	color: #5b8734;
}
div.subnav-section ul li.here a,
div.subnav-section ul li a:hover {
	color: #3c5a22;
}


/* =home page
------------------------------------------------------ */

body.home #main-inner {
	background: url(../images/site/bg_page-home.gif) repeat-y 0 0;
}

/* Features Slider */
#features {
    height: 366px; width: 560px;
    border-bottom: 1px dotted #919191;
    margin: 0 0 1.5em;
}
#viewer {
    height: 330px; width: 560px;
    overflow: hidden;
    background: #fef9e6;
/*    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;*/
}
#viewer .feature {
    height: 330px; width: 560px;
}
#viewer-nav-wrap {
    float: left;
    position: relative;
    left: 50%;
    text-align: left;
}
#viewer-nav {
    float: left; margin: 8px 0 0;
    position: relative;
    left: -50%;
}
#viewer-nav a {
    float: left;
    display: block;
    position: relative;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px; line-height: 16px; color: #a8a798;
    text-decoration: none;
    text-align: center;
    height: 16px; width: 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 0 3px; padding: 0;
    background: #fff; 
    border: 1px solid #a8a798;
}
#viewer-nav a:hover {
    background: #fef9e6;
}
#viewer-nav a.activeSlide {
    color: #fff;
    background: #a8a798;
}

/* individual slides */
div.feature-node {
    padding: 10px 20px 0 20px;
}
div.feature-node h1 {
    margin: 0 0 6px 0;
    font-size: 2em;
    font-style: italic;
    color: #272617;
}
div.feature-node p {
    margin: 0 0 3px;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.3em;
    line-height: 1.4;
}
div.feature-node strong {
    color: #f03901;
}
div.goddless {
    padding-top: 17px;
}
div.goddless img {
    float: left; margin: 0 10px 10px 0;
}

/* Promo Columns */
body.home .col-1, body.home .col-2, body.home .col-3 {
    float: left;
    width: 175px;
    margin: 0 17px 0 0;
}
body.home .col-3 {
    margin-right: 0;
}
.promo-ads {
	margin: 0 0 5px 0; padding: 0;
}
.promo-links {
    border-bottom: 1px dotted #919191;
    margin-bottom: 20px;
}
.promo-links h2 {
font-size:16px;
    
margin-top: 0;
}
.promo-links h2 a {
font-size:16px;
    
margin-top: 0;
}

li.front {
list-style-type: none;
margin-top:15px;
margin-bottom:15px;
padding-top:7px;
border-top:1px dotted #bc7c6b;
}

/* Feature rows */

body.home div.current {
	clear: both;
	padding-top: 15px;
    border-top: 1px dotted #919191;
	margin: 0 0 10px 0;
}

/* Callout "Ads" */

#callouts { 
    padding: 6px 0;
    background: url(/images/site/rule-vert.gif) repeat-y 50% 0;
}
    .callouts-col-1 {
        float: left;
        width: 265px;
        margin: 0 8px 0 0;
    }
    .callouts-col-2 {
        float: right;
        width: 265px;
        margin: 0 0 0 15px;
    }
    .callout {
        text-align: center;
        line-height: 1.2;
        font-size: 13px;
        font-family: arial, helvetica, sans-serif;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dotted #919191;
    }
    #callouts .last {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
        .callout h2, .callout h2 a {
            text-transform: uppercase;
            font-size: 30px;
            line-height: 1.2;
            color: #3f7794;
            margin: 0 0 10px 0;
            padding: 0;
            letter-spacing: -0.05em;
        }
        .callout h2 a:hover {
             color: #2f5b72;
        }
        .callout p {
            font-size: 13px;
            line-height: 1.5;
            margin: 0;
        }
        .callout h2 strong {
            font-size: 50px;
            font-weight: normal;
        }

/* Welcome */
div.freedom-box {
	margin: 0 0 1.5em; padding: 0;
	background: #7dab54;
	border: 3px solid #7dab54;
	text-align: center; line-height: 1.2;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
div.freedom-box-inner {
	background: #d5e49d;
	padding: 8px 0;
	border: 3px solid #dfe6c3;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
div.freedom-box h2 {
    margin: 0 0 3px; padding: 0; border: 0;
    font-size: 1.1em; font-weight: bold; font-family: arial, helvetica, sans-serif;
    text-transform: uppercase; color: #2e2d24;
}
div.freedom-box p {
    margin: 0; padding: 13px 0 0 0;
    font-size: 2em; line-height: 1em; color: #2e2d24;
	font-family: georgia, sans-serif;
    background: url(../images/site/bg_box-green-embellish.gif) no-repeat top center;
}
div.freedom-box p a {
	color: #2e2d24;
	text-decoration: none; border: 0;
}
div.freedom-box p a:hover {
	color: #2f5b72;
	text-decoration: none; border: 0;
}
#welcome {
    margin: 0 0 1em;
	font-family: georgia, sans-serif;
	font-size: 1.2em;
}
#welcome p {
	margin-bottom: 1em;
}
p span.dropcap {
    font-size: 46px;
    float: left;
    line-height: 40px;
    margin: 0 6px 0 0;
    text-transform: uppercase;
}

/* Famous Freethinkers */
.freethinkers {
	padding-top: 15px;
    border-top: 1px dotted #919191;
	margin: 0 0 10px 0;
}
.freethinkers h2 {
	margin: 0 0 0.5em 0;
}
.figure {
    float: left;
    width: 93px;
    margin: 0 15px 0 0;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    font-size: 1em;
	overflow: hidden;
}
.last { 
	margin-right: 0; 
}
.figure span {
    display: block;
	width:93px;
	height:120px;
    margin: 0 0 4px;
	background-repeat: no-repeat;
	background-position: top center;
}
.figure a {
    color: #373737;
    text-decoration: none;
}
.figure a:hover {
    color: #2f5b72;
	text-decoration: underline;
}


/* =extra Pre-footer
------------------------------------------------------ */

#extra {
	clear: both;
	margin: 0 20px 20px 20px; 
	padding: 24px 0;
	background: #f3f3e6;
	color: #6e6853;
}
#extra a {
    color: #6e6853;
}
#charity-navigator {
	float: left;
	width: 440px;
	margin: 0 95px 0 85px; 
	padding: 3px 0 0 0;
}
#charity-navigator img {
    float: left;
    margin: -3px 30px 0 0;
}
#charity-navigator p {
    font-family: georgia, times, "Times New Roman", serif; font-size: 1.2em; line-height: 1.4;
	margin-bottom: 0.5em;
}
#charity-navigator p.last {
    margin: 0;
}
#social {
  float: left;
  width: 240px;
  text-align: left;
}
#social h2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    text-transform: uppercase;
    color: #8e8b7c;
    margin: 0 0 1em 0;
}
#social ul {
    margin: 0;
    list-style: none;
}
#social ul li {
    margin: 0 0 12px; padding: 0;
    background: none;
    font-size: 1.2em;
    color: #6e6853;
    font-family: arial, helvetica, sans-serif;
}
#social a.facebook {
    padding: 4px 0 4px 25px;
    background: url(../images/site/icn_facebook.gif) no-repeat 0 3px;
}
#social a.twitter {
    padding: 4px 0 4px 25px;
    background: url(../images/site/icn_twitter.gif) no-repeat 0 3px;   
}
#social a.youtube {
    padding: 4px 0 4px 25px;
    background: url(../images/site/icn_youtube.gif) no-repeat 0 3px;   
}

/* =footer
------------------------------------------------------ */

#footer p { margin: 0.4em; font-family: arial, helvetica, sans-serif; font-size: 1.2em; color: #5b5b54; }
#footer a { text-decoration: none; color: #5b5b54; border-bottom: 1px dotted #5b5b54; }


/* =Tables - Tabular Data!
-------------------------------------------------------------- */

table.data { margin-bottom: 1.4em; border-top: 1px solid #ddd; width: 100%; }
table.data th { border-bottom: 1px solid #ddd; font-weight: bold; }
table.data td { border-bottom: 1px solid #ddd; }
table.data th,table.data td { padding: 4px 10px 4px 0; font-size: 1.2em; }
table.data tfoot { font-style: italic; }
table.data caption { background: #ffc; }


/* =forms
------------------------------------------------------ */

/* Default form styles */
fieldset { border: 1px solid #c7c7c7; padding: 20px; margin: 0 0 1.5em 0; background: #d6eaf4; position: relative; }
legend { border: 1px solid #c7c7c7; font-size: 1.3em; font-weight: bold; color: #2f5b72; padding: 4px 8px; background: #d6eaf4; }
label { font-weight: bold; color: #555; }
textarea { margin: 0.5em 0.5em 0 0; padding: 4px; width: 300px; border: 1px solid #c7c7c7; background: #fff url(../images/site/bg_form-input.gif) repeat-x 0 0; }
input[type=text], input.input-txt { width: 250px; padding: 4px; border: 1px solid #c7c7c7; background: #fff url(../images/site/bg_form-input.gif) repeat-x 0 0; }
textarea:focus, input[type=text]:focus, input.input-text:focus { background: #fff; border-color: #888; outline: 0;}
select { width: 250px; }
form label em, em.required { font-weight: bold; color: #600;} /* required asterisks */

/* Simple forms */
form.ffrf-form { width: 500px; }
form.ffrf-form-full { width: auto; }
form.ffrf-form textarea { width: 450px; }
form.ffrf-form p { margin: 0 0 0.75em; padding: 0; clear: both; }
form.ffrf-form label { display: block; padding-left: 2px; margin-bottom: 0.25em; }
form.ffrf-form label span.note { display: block; font-weight: normal; color: #666; line-height: 1.2; }

/* Complex forms */
form.ffrf-form ol { list-style: none; margin: 0; padding: 0; }
form.ffrf-form li { margin: 0 0 1.5em; padding: 0; clear: both; }
form.ffrf-form li:after, form.ffrf-form div:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* self-clearing float */
form.ffrf-form div { margin: 0 0 0.75em; padding: 0; clear: both; }
form.ffrf-form li div { margin-bottom: 0.5em; }

form.ffrf-form li div label,
form.ffrf-form li p label,
form.ffrf-form li span label,
form.ffrf-form p span label { display: block; padding: 0 0 0 2px; font-size: 1em; font-weight: normal; color: #666; }
form.ffrf-form li .checkbox label,
form.ffrf-form p .checkbox label,
form.ffrf-form div  label.inline,
form.ffrf-form li label.inline,
form.ffrf-form p label.inline  { display: inline; margin-right: 1em; }

form.ffrf-form span.group { float: left; margin-right: 3px; }
form.ffrf-form span.group input[type=text], form.ffrf-form span.group input.txt { width: auto; }
form.ffrf-form span.group label { display: block; font-weight: normal; color: #666; padding: 0 0 0 2px; }

/* Buttons */
form p button { margin: 0; padding: 7px 18px; font-size: 1em; font-family: arial, helvetica, sans-serif; font-weight: bold; text-align: center; color: #fff; border: 4px double #9fbbca; background: #3f7794; }
form p button:hover { background: #4785a6; cursor: pointer; }

/* User messages */
form .error, form.ffrf-form .error { background:#FBE3E4; color:#D12F19; } /* elements */
div.error, p.error, .notice,.success { margin-bottom:1em;border:2px solid #ddd;padding:15px; }
div.error, p.error { background:#FBE3E4;color:#D12F19;border-color:#FBC2C4; }
.notice { background:#FFF6BF;color:#817134;border-color:#FFD324; }
.success { background:#E6EFC2;color:#529214;border-color:#C6D880; }
div.error a, p.error a { color:#D12F19; text-decoration: underline; }
.notice a { color:#817134; text-decoration: underline; }
.success a { color:#529214; text-decoration: underline; }
div.error p, div.notice p, div.success p { margin: 0; }
div.error label { color: inherit; font-weight: inherit; }

/* Contact Form Help text */
select#recipient { width: 300px; }
#help-options { position: relative; }
#help-text { position: absolute; top: -10px; left: 310px; width: 300px; }
#help-text #tooltip-top { padding: 30px 20px 15px 0; background: url(../images/site/tooltip_bg.png) no-repeat top left; }
#help-text #tooltip-bot { height: 15px; background: url(../images/site/tooltip_bg.png) no-repeat bottom left; }
#help-text p { margin: 0 0 0 50px; font-family: georgia, sans-serif; font-style: italic; line-height: 1.2; color: #2f5b72; }
#help-text a { text-decoration: underline; }

/* Archive Selects */
div#archive-filter { margin-bottom: 30px; position: relative; }
#archive-filter fieldset { margin-bottom: 0; }
#archive-filter fieldset, #archive-filter legend { background: #ebf5fa; }
#archive-filter div.select { float: left; }
#archive-filter div.select label { display: block; padding-left: 5px;margin: 0 0 5px; font-size: 1.1em; line-height: 1; font-weight: bold; color: #2f5b72; }
#archive-filter select { margin: 0 10px 0 0; width: 140px; }
#archive-filter a#advanced-link { position: absolute; bottom: 15px; right: 30px; font-size: 1.1em; }
#loading { padding: 10px 0 10px 25px; font-size: 1.2em; color: #555; background: url(../images/site/ajax-loader.gif) no-repeat 0 50%; }
#loading-alt { padding: 10px 0 10px 25px; font-size: 1.2em; color: #555; background: url(../images/site/ajax-loader-alt.gif) no-repeat 0 50%; }


/* =misc
------------------------------------------------------ */

hr { height: 1px; width: 100%; margin: 0 0 1.5em; padding: 0; border: 0; color: #c7c7c7; background-color: #c7c7c7; clear:both !important; }
.clear { clear:both; }
.hide {	display: none; }
.highlight { background: #ffc; }
.nobr { white-space: pre; }

.newsfooter { font-size: 1.2em; color: #2f5b72; border-top: 1px solid #c7c7c7; padding-top: 1.5em;	margin: 0 0 1.5em 0; }
.newsfooter p {	font-size: 1em; }

.fineprint  { margin-top: 2.5em; font-size: 1.1em; line-height: 1.4; color: #888; }
.fineprint a { color: #888; text-decoration: underline; }
.quiet  { color: #888; }
.quiet a { color: #888; text-decoration: underline; }

.left { float: left; margin: 0 15px 15px 0; }
.right { float: right; margin: 0 0 15px 15px; }

/* file icons */

a.pdf,p.pdf a { padding:4px 0 4px 25px;background:url(../images/site/icn_pdf.gif) no-repeat 0 center; }
a.doc,p.doc a { padding:4px 0 4px 25px;background:url(../images/site/icn_doc.gif) no-repeat 0 center; }
a.xls,p.xls a { padding:4px 0 4px 25px;background:url(../images/site/icn_xls.gif) no-repeat 0 center; }
a.txt,p.txt a,
a.rtf,p.rtf a,
a.file,p.file a { padding:4px 0 4px 25px;background:url(../images/site/icn_txt.gif) no-repeat 0 center; }

div.edit-link { margin: 0 0 5px; }
div.edit-link a { font-size: 10px; font-family: arial, sans-serif; padding: 2px 6px; background: #000; color: #fff; text-decoration: none; -moz-border-radius: 6px; -webkit-border-radius: 6px;}

/* self-clearing floats */
div.btn:after, .wrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
