/* VERSIONS
/* 1_0: General Misc Styles
/* 1_1: Added disabled, none, new icons [Author: Landon Durnan]
----------------------------------------------------------------------------- */

/* 
-----------------------------------------------------------------------------
 =Misc.
----------------------------------------------------------------------------- */
.sc { overflow: hidden; }
.button,
.edit-buttons a { 
	background: #de920b url(/images/common/button-bg.gif) left bottom repeat-x;
	/*border: 1px solid #de920b;*/
	color: #fff !important; 
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 3px !important; 
	text-decoration: none;
	zoom: 1;
	-webkit-border-radius: .6em;
	-moz-border-radius: .6em;
	border-radius: .6em;
	}
.edit-buttons a { margin-right: 2px; }
.button:hover,
.edit-buttons a:hover{ 
	color: #003976 !important; 
	text-decoration: none;
	}
.disabled { visibility: hidden; }
.giving-button a {
display: block;
height: 35px;
width: 213px;
text-indent: -9999px;
background: url(/images/common/give_button.jpg) 0 0 no-repeat;
}
.giving-button a:hover { background-position: 0 -35px; }
	
/* 
-----------------------------------------------------------------------------
 =Icons
----------------------------------------------------------------------------- */
a.file, a.img, a.aud, a.doc, a.pdf, a.ppt, a.txt, a.xls, a.vid, a.email, a.ext, a.back, a.lock, a.form, a.print, a.rss {
	padding: 2px 0 2px 22px !important;
	background: url(/images/common/icon_default.gif) 0 0 no-repeat;
	}
a.img	{ background: url(/images/common/icon_image.gif) 0 2px no-repeat; }
a.aud	{ background: url(/images/common/icon_audio.gif) 0 2px no-repeat; }
a.doc	{ background: url(/images/common/icon_doc.gif) 0 2px no-repeat; }
a.pdf	{ background: url(/images/common/icon_pdf.gif) 0 2px no-repeat; }
a.ppt	{ background: url(/images/common/icon_ppt.gif) 0 2px no-repeat; }
a.txt	{ background: url(/images/common/icon_txt.gif) 0 2px no-repeat; }
a.xls	{ background: url(/images/common/icon_xls.gif) 0 2px no-repeat; }
a.vid	{ background: url(/images/common/icon_video.gif) 0 2px no-repeat; }
a.email	{ background: url(/images/common/icon_email.gif) 0 0 no-repeat; padding-left: 20px !important; }
a.ext	{ background: url(/images/common/icon_ext.gif) 0 2px no-repeat; }
a.back	{ background: url(/images/common/icon_back.gif) 0 2px no-repeat; }
a.lock	{ background: url(/images/common/icon_lock.gif) 0 2px no-repeat; }
a.form	{ background: url(/images/common/icon_form.gif) 0 2px no-repeat; }
a.print { background: url(/images/common/icon_print.gif) 0 2px no-repeat; }
a.rss	{ background: url(/images/common/icon_rss.gif) 0 2px no-repeat; }
a.editing { background: url(/images/common/icon_editing.gif) 0 2px no-repeat; padding: 2px 0px 2px 22px; }
div.rss a { 
	display: block;
	margin: .5em 0;
	}

/* 
-----------------------------------------------------------------------------
 =General Utilities
----------------------------------------------------------------------------- */
.hidden	{ position: absolute; left: -3000px;}
.none	{ display: none; }
.production-note { color: #F00; } /*Production Note*/
.production-warn { color: #F00; } /*Production Warning*/
.wiki-note { border: 1px solid #999999; color: #990000; padding: 5px; } /*Reference Site Note*/
.clear { float: none; clear: both; }
/* Disables dropdowns in browsers that can't support them over flash */
.prevent-overlap #nav-main ul li.hover ul,
.prevent-overlap #nav-main ul li:hover ul {
	display: none;
	}
#loginForm table td { padding: 2px; } 
#sitemap li.secure { 
background: url(/images/common/lock.gif) 0 6px no-repeat; 
}

/* 
-----------------------------------------------------------------------------
Newsletter
----------------------------------------------------------------------------- */
#thursday_note h1 { 
	height: 87px;
	background: url(/images/common/note.jpg) 174px 0 no-repeat; 
	padding-top: 15px;
	width: 350px;
	}

#thursday_note .day,
#thursday_note .month,
#thursday_note .date { color: #ca8613; }
#thursday_note .date.main { position: absolute; top: 100px; color: #ccc; }
#thursday_note .news-list.feature ul.news li {
	background: #fef4db;
	border-top: 1px solid #fee5af;
	border-bottom: 1px solid #fee5af;
	color: #ca8613;
	padding: 7px;
	display: inline-block;
	width: 100%;
	}
#thursday_note .news-list.feature ul.news { display: block; width: 420px; }
#thursday_note ul.news li { display: inline; }
#thursday_note .news-list h2 { font-size: 1.6em; }
#thursday_note .news-list.feature h2 { margin-left: 7px; font-size: 1.5em; }
#thursday_note .news-list h2,
#thursday_note .news-list.feature ul.news h3,
#thursday_note .news-list.feature ul.news h4,
#thursday_note .news-list.feature ul.news h4 a,
#thursday_note .news-list.feature ul.news h5 { color: #ca8613; }
#thursday_note .NewsContent { display: none; }
.print-only { display: none; }
