/* 
COLORS
#3c2115; dark brown
#7b4d39; footer text brown
#bb8e5a; util text tan
#c9ac87; medium brown/tan
#e7d5bc; light tan;
#70410B; reddish brown
#503023; brown
#BD8D5C; light tan input text
#E19401; orange
#E0C99F; tan
#E3CBA2; image border tan
#301B11; text brown
#F3E3CD; border tan
#BC8F5B; post author brown
#F8ECD8; legend bg tan
#3f78f9; link blue
#f4e5cb; left nav tan
#e6d3b8; med light tan

AUTHOR COMMENT COLORS
#e2efff; light blue
#cee4ff; border blue 
#6891c3; med blue
*/

.success {
    display: block;
    font-size: 1.4em;
    color: Green;
    margin: 10px 0;
    border: 1px solid green;
    padding: 15px;
    background: #dfffe3;
    font-weight: bold;
}

/* HTML OVER-RIDES */
body {
    background: #3c2115 url(images/bg_body.gif) repeat-x top;
    font-size: 62.5%;
    margin: 0 auto;
    font-family: verdana;
    color: #301B11;
}
form {
    margin: 0;
    padding: 0;
}
a img {
    border: none;
}
a {
    color: #3f78f9;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
a:visited {
    color: #DD940C;
}
table td {
    vertical-align: top;
    text-align: left;
}
h1 {
    margin: 0 0 17px 0;
    font-size: 2.1em;
}
h2 {
    margin: 0 0 17px 0;
    color: #E19401;
    font-size: 1.6em;
    line-height: 1.3em;
}
h3 {
    color: #E19401;
}
h3, h4, h5, h6 {
    margin: 0 0 12px 0;
}
#Content .column200 .padder h3 {
    color: #BC8F5B; 
    border: none;
}
p, pre {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 0 25px 0;
}
/*p+p {
    margin-bottom: 25px;   
} */
ul, ol, dl {
    font-size: 12px;
    line-height: 1.5em;
}
dl {
   
}
dl dt {
    font-weight: bold;
}
dl dd {
    margin-bottom: 8px;
    margin-left: 0;
    padding-left: 0;
}
ol li {
    margin-bottom: 8px;
}
#Content .column200 .padder p {
    font-size: 1.1em;
}
blockquote {
    font-family: Georgia, serif;
    font-size: 12px;
    font-style: italic;
}
address {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 0 15px 0;
    font-style: normal;
}

/* STRUCTURAL STYLES */
#Page {
    width: 960px;
    margin: 0 auto; 
}
#Header {
    height: 101px;
    background: url(images/bg_header.gif) no-repeat 0 0;
    position: relative;
	margin-top: 40px;
}
#Logo {
    position: absolute;
    width: 181px;
    height: 118px;
    top: -28px;
    left: 20px;
    background: url(images/logo.png)
}
#Logo img {
    display: none; 
}
#ContentWrapper {
    background: url(images/bg_content.png) repeat-y center;
}
#Content {
    background: url(images/bg_content_bottom.png) no-repeat bottom center;
    padding: 0 0 40px 0;
    width: 940px;
    margin: 0 auto;
}
#BillboardWrapper {
    background: url(images/bg_billboard.jpg) no-repeat top;
    overflow: hidden;
}
#MainContent {
    /*padding-top: 40px;*/
    padding-top: 20px;
    margin: 0 20px;
}

/* footer */
#PreFooter {
    background: url(images/bg_footerwrapper.png) repeat-y center;
}
#Footer {
    background: url(images/bg_footer.png) no-repeat top;
    padding: 20px 25px 10px;
    color: #7b4d39;
}
#Footer p {
    font-size: 10px;
    margin-top: 5px;
}
#Footer a {
	color: #915f4a;
}
#Footer .develisys {
    
} 
#Footer .develisys a {
    color: #7b4d39;
    text-decoration: none;
}
#Tagline {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 218px;
    top: 23px;
    background: url(images/bg_tagline.png) no-repeat 0 0;
    width: 500px;
    height: 22px;
    text-indent: -999999px;
}
/*search box*/
#BillboardWrapper .dig-button {
	position: relative;
}
a.digLink {
	line-height:40px;
	color:#BC8F5B;
	text-decoration:none
	;margin-left:20px;
	font-size:14px;
}
a.digLink strong {color:#E19401;}
a.digLink:hover strong {color:#fff;}


#BillboardWrapper table.searchBox {
	padding: 5px 25px;
    overflow: hidden;
	float: right;
}
#BillboardWrapper table.searchBox td {
	padding: 0;
	vertical-align: middle;
	height: 31px;
	background: url(images/bg_search.gif) no-repeat left center;
}
.searchBox .searchInput {
	margin: 0 6px 0;
    width: 225px;
	border: none;
    background: #fff;
    color: #B70410b;
    padding: 6px 6px;
	font-size: 13px;
}
.searchBox .searchSubmit {
	background: url(images/bg_searchsubmitbutton.gif) no-repeat center;
    width: 32px;
	height: 31px;
	overflow: hidden;
	text-indent: -200px;
    border: none;
    font-size: 1.1em;
    cursor: pointer;
}
.searchBox .searchSubmit:hover {
    color: #fff;
}
/* search form on search results page */
#MainContent .searchBox {
    margin-bottom: 20px;
    border: 1px solid #F3E3CD;
    background: #F8ECD8;
    padding: 20px;
	overflow: hidden;
}
#MainContent .searchBox .input {
    background: #fff; 
    padding: 4px;
    width: 700px;
    border: 1px solid #F3E3CD;
}
#MainContent .searchPage .searchBox .input {
    width: 570px;
	float: left;
	margin-right: 3px;
}
#MainContent .searchBox .searchSubmit {
    background: url(images/bg_searchsubmitbutton2.gif) no-repeat;
    color: #fff6e6;
    width: 62px;
	text-indent: 0;
	float: left;
	margin: 0;
	padding:0;
	height: 24px;
}
/*<DEVELISYS>*/
#MainContent .searchBox #comment
{
    display: none;
}
#MainContent .searchBox label
{
    display: none;
}
/*</DEVELISYS>*/

/* COLUMN GRID STYLES */
.column200 {
    width: 200px;
    float: right;
}
#Content .column200 .padder {
    margin: 0 20px 0 0;
}
#Content .column200alt .padder {
    margin: 0 0 0 20px;
}
.column700 {
    width: 700px;
    float: right;
}
.column555 {
    width: 554px;
    float:left;
    border-right: 1px solid #F3E3CD;
    border-top: 1px solid #F3E3CD;
}
.column750 {
    width: 750px;
    float:left;
    border-right: 1px solid #F3E3CD;
    border-top: 1px solid #F3E3CD; 
}
#Content .column555 .padder,
#Content .column750 .padder {
    margin: 20px 30px 0 0;
}
.column145 {
    width: 145px;
    float: left;
    border-top: 1px solid #F3E3CD;
}
#Content .column145 .padder {
    margin: 20px 0 0 20px; 
}
/* REUSABLE STYLES */
p.noteBox {
	padding: 10px 10px;
    background: #F8ECD8;
    border: 1px solid #F3E3CD;
    color: #7b4d39;
	font-size: 10px !important;
}

.photoCredit {
    font-family: "Courier New", Courier, monospace;
}
.bold {
    font-weight: bold;
}
a.linkArrow {
    font-weight: bold;
    padding-right: 10px !important;
    background: url(images/bg_linkarrow.gif) no-repeat right 4px;
    font-size: 11px;
}
.linkArrow:hover {
    text-decoration: none;
}
.leftImg {
    float: left;
    padding: 4px;
    background: #fff;
    border: 1px solid #E3CBA2;
    margin-right: 15px;
}
.rightImg {
    float: right;
    padding: 4px;
    border: 1px solid #E3CBA2;
    background: #fff;
    margin-left: 15px;
    margin-bottom: 10px;
}
#Legend {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 8px 20px;
    overflow: hidden;
    background: #F8ECD8;
    border-bottom: 1px solid #F3E3CD;
    border-left: 1px solid #F3E3CD;
    color: #7b4d39;
}
#Legend li {
    margin: 0;
    float: left;
    list-style: none;
    padding-right: 17px;
    font-size: 11px;
}
.Technical,
.NonTechnical,
.Expert {
    padding-left: 20px;
}
.Technical {
   background: url(images/bg_technical.gif) no-repeat left top; 
}
.NonTechnical {
    background: url(images/bg_nontechnical.gif) no-repeat left top; 
}
.Expert {
    background: url(images/bg_expert.gif) no-repeat left top;    
}
.rule {
    background: url(images/bg_rule.jpg) no-repeat bottom;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.ruleMed {
    background: url(images/bg_rule-med.png) no-repeat bottom;
    overflow: hidden;
    padding-bottom: 50px;
    margin-bottom: 10px;
}
.ruleWide {
    background: url(images/bg_rule-wide.png) no-repeat bottom;
    overflow: hidden;
    padding-bottom: 50px;
    margin-bottom: 10px;
}
.inlineIcon {
    margin-bottom: -2px;
    padding-right: 4px;
}
.smallP {
    font-size: 10px;
    color: #BC8F5B;
}
.introText {
    font-size: 1.4em;
}
.introText p {
    font-size: 14px;
}
/*.feed img {
    margin-bottom: -2px;
}
.feed a {
    text-decoration: none;
}*/
.researchFeed a {
    display: block;
    width: 180px;
    height: 40px;
    overflow: hidden;
    background: url(images/feed_research.gif) no-repeat 0 0;
    text-indent: -200px;
}
.researchFeed a:hover {
    background: url(images/feed_research.gif) no-repeat 0 -40px;
}
.currentEventsFeed a {
    display: block;
    width: 180px;
    height: 40px;
    overflow: hidden;
    background: url(images/feed_currentevents.gif) no-repeat 0 0;
    text-indent: -200px;
}
.currentEventsFeed a:hover {
    background: url(images/feed_currentevents.gif) no-repeat 0 -40px;
}
p.ArchiveLink {
    margin-bottom: 3px;
}
.ArchiveLink a {
    display: block;
    background: url(images/bg_archive.gif) no-repeat 0 0;
    height: 60px;
    overflow: hidden;
}
.ArchiveLink a:hover {
    background: url(images/bg_archive.gif) no-repeat 0 -60px;
}
.checkBoxWrapper input,
.checkBoxWrapper label {
    vertical-align: middle;
    margin: 10px 2px;
}

/* MAIN NAV */
ul#Nav {
    position: absolute;
    right: 25px;
    bottom: 4px;
    height: 36px;
    margin: 0 auto;
    z-index: 1;
    padding: 0;
    list-style: none;
    font-family: arial;
}
ul#Nav li {
    float: left;
    margin: 0 3px 0 0;
    padding: 0;
    list-style: none;
}
ul#Nav li a {
    display: block;
    width: 105px;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
    background: url(images/bg_navtab.png) no-repeat 0 0;
    font-size: 1.0em;
    color: #fff;
    padding-top: 3px;
    background: url(images/bg_navtab.png) no-repeat 0 0;
}
ul#Nav li a.homeLink {
    width: 55px;
    overflow: hidden;
    background: url(images/bg_navtab_home.png) no-repeat 0 0;
    text-indent: -200px;
}
ul#Nav li a:hover {
    background: url(images/bg_navtab.png) no-repeat 0 -36px;
}
ul#Nav li a.homeLink:hover {
    background: url(images/bg_navtab_home.png) no-repeat 0 -36px;
}
ul#Nav li a.active,
ul#Nav li a.active:hover,
ul#Nav li.activeChild a {
    background: url(images/bg_navtab.png) no-repeat 0 -36px;
}
ul#Nav li a.homeLink.active,
ul#Nav li a.homeLink.active:hover {
    background: url(images/bg_navtab_home.png) no-repeat 0 -36px;
}

ul#Nav .hideInNav {
    display: none;
}   
/* UTILNAV */
#Header #UtilNav {
    position: absolute;
    left: 213px;
    top: -22px;
    font-size: 1.2em;
}   
#Header #UtilNav a {
    font-family: arial;
    padding: 0 5px;
    text-decoration: none;
    color: #bb8e5a;
	color: #BC8F5B;
}
#Header #UtilNav a:hover {
    color: #fff;
}

/*SOCIAL*/
.social {
	position: absolute;
	top: -30px;
	right: 120px;
}

/* cart button */
.cartButton {
    position: absolute;
    right: 10px;
    top: -30px;
    width: 86px;
    height: 32px;
}

    

/* PREFOOTER AND FOOTER STYLES */
#PreFooter .padder {
    padding: 0 30px;
}
#FooterNav {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    font-family: arial;
    border-bottom: 1px solid #c9ac87;
    padding-bottom: 9px;
}
#PreFooterContentWrapper {
    border-top: 1px solid #e7d5bc;
    padding-top: 15px;
    overflow: hidden;
}
#FooterSitemap {
    overflow: hidden;
    float: left;
    width: 405px;
}
#FooterSitemap h6 {
    font-size: 1.3em;
    color: #7b4d39;
    font-weight: normal;
    margin-bottom: 5px;
}


#FooterAddress {
    width: 300px;
    float: left;
    color: #7b4d39;
}
#FooterAddress h6 {
    font-size: 1.3em;
    color: #7b4d39;
    font-weight: normal;
    margin-bottom: 5px;
}
#FooterAddress ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
#FooterAddress ul li {
	margin-bottom: 1px;
	font-size: 11px;
	line-height: 20px;
}
#FooterAddress ul li a {
	color: #7b4d39;
}


#FooterSocial {
	float: right;
	width: 170px;
	height: 50px;
}


#FooterNav li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
}
#FooterNav li a {
    padding: 0 15px;
    font-size: 1.0em;
    text-decoration: none;
    color: #7b4d39;
}
#FooterNav li a:hover,
#FooterNav li a.active {
    color: #fff;
}   
/* HOMEPAGE */  
/*#ArticleAd {
    position: relative;
    float: left;
    width: 627px;
    height: 290px;
    background: url(images/bg_article-ad.png) no-repeat bottom;
    margin-bottom: -5px;
}
#ArticleAd img {
    position: relative;
    top: 41px;
    left: 21px;
    z-index: 1;
}
#ArticleAd p {
    position: absolute;
    top: 195px;
    left: 40px;
    right: 45px;
    color: #BD8D5C;
    font-size: 1.1em;
    z-index: 2;
    line-height: 1.3em;
}
#ArticleAd a.linkAarow {
    position: relative;
    z-index: 2;
}*/



#NewArticleBox {
    float: right;
    width: 308px;
	clear: right;
}
#ArticleCategoryBox {
    margin: -20px 22px 10px;
    float: left;
}
#ArticleCategoryBox table {
    width: 575px;
    margin-bottom: 20px;
}
#ArticleCategoryBox table .c1 {
    width: 120px;  
    vertical-align: middle;
}
#ArticleCategoryBox table .c2 {
    width: 455px;
}
#ArticleCategoryBox table .c3 {
    width: 311px;
    text-align: right;
    vertical-align: bottom;
}
.c2 div,
#FooterSitemap div {
    float: left;
    width: 200px;
}
.c2 div ul,
#FooterSitemap div ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.c2 div ul li,
#FooterSitemap div ul li {
	margin-bottom: 1px;
	font-size: 11px;
	line-height: 20px;
}
.c2 div ul li a,
#FooterSitemap div ul li a {
    color: #BC8F5B;
    padding-left: 11px;
    background: url(images/bg_linkarrow.gif) no-repeat left;
}
#FooterSitemap div ul li a {
    color: #7b4d39;
}
#HomeColumnOne {
    float: left;
    width: 220px;
}
#HomeColumnOne .padder {
    padding: 0 20px 0 0;
}  
#HomeColumnTwo {
    float: left;
    width: 370px;
    background: url(images/bg_home-c2.gif) no-repeat center bottom;
}
#HomeColumnTwo .padder {
    padding: 0 20px 20px;
}
#HomeColumnThree {
    float: right;
    width: 290px;
}
#HomeColumnOne h3,
#HomeColumnTwo h3,
#HomeColumnThree h3 {
    font-size: 2.0em;
    font-weight: normal;
}
#HomeColumnOne h4,
#HomeColumnTwo h4,
#HomeColumnThree h4,
#HomeColumnOne h5,
#HomeColumnTwo h5,
#HomeColumnThree h5 {
    font-size: 1.4em;
    font-weight: normal;
    color: #BC8F5B;
    margin-bottom: 5px;
}
#HomeColumnOne p,
#HomeColumnTwo p,
#HomeColumnThree p {
    font-size: 1.1em;
    margin-bottom: 5px;
}
#HomeColumnTwo p {
	font-size: 1.1em;
	line-height: 1.8em;
    margin-bottom: 12px;
}
#HomeColumnTwo .leftImg {
	margin: 5px 10px 25px 0;
}
/* 40th Anniversary Home page banner

#Promotion {
	background: url(images/ad_celebrating40years.gif) no-repeat;
	height: 67px;
	width: 940px;
	position: relative;
}
#Promotion a.join {
	background: url(images/bg_becomemember.gif) no-repeat;
	width: 129px;
	height: 25px;
	position: absolute;
	left: 630px;
	top: 12px;
	text-indent: -99999px;
	overflow: hidden;
}
#Promotion a.donate {
	background: url(images/bg_makedonation.gif) no-repeat;
	width: 119px;
	height: 25px;
	position: absolute;
	left: 765px;
	top: 12px;
	text-indent: -99999px;
	overflow: hidden;
}
*/

#Promotion {
	height: 107px;
	width: 940px;
	position: relative;
	clear: both;
}

#Promotion a {
    background: url(images/ad_bookstore-sale.jpg) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 107px;
	width: 940px;
	text-indent: -99999px;
	overflow: hidden;
}
#Promotion.bookstore a 
{
    background: url(images/ad_bookstore-sale.jpg) no-repeat;
} 
a#Subscribe {
	display: block;
	margin-top: 15px;
}

/*BILLBOARD*/
	#Billboard {
		height: 340px;
		position: relative;
		float: left;
		width: 627px;
		background: url(images/bg_article-ad.png) no-repeat bottom;
		margin-bottom: 15px;
	}
	#Billboard ul.billboardTabs {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    position: absolute;
	    right: 25px;
	    bottom: 35px;
		z-index: 50;
	}
	#Billboard ul.billboardTabs li {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    float: left;
	    margin-right: 5px;
	}
	#Billboard ul.billboardTabs li a {
	    display: block;
	    text-align: center;
	    width: 22px;
	    height: 22px;
	    line-height: 20px;
		background: url(images/bg_billboardnav.gif) no-repeat;
	    font-size: 1.2em;
	    color: #A98048;
	    color: #A98048;
		text-decoration: none;
	}
	#Billboard ul.billboardTabs li.selected a {	
		color: #000;
		background: url(images/bg_billboardnav-selected.gif) no-repeat;
	    
	}
	#Billboard div div {
		position: absolute;
		left: 50px;
		right: 50px;
		bottom: 40px;
		z-index: 2;
	}
	#Billboard h1 {
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		color: #E19301;
		margin: 0;
	}
	#Billboard h2 {
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		color: #E19301;
		margin:  0;
	}
	#Billboard p {
		z-index: 2;
		left: 200px;
		right: 20px;
		font-size: 1.2em;
		line-height: 1.8em;
		margin: 0 0 10px;

	}
	#Billboard img {
		position: absolute;
		top: 25px;
		left: 20px;
		z-index: 1;
		width: 587px;
		height: 290px;
	}

/* IMAGE REPLACEMENT STYLES */
#ArticleAd h2 {
    background: url(images/h1_home.png) no-repeat;
    height: 45px;
    text-indent: -99999px;
    position: absolute;
    top: 145px;
    left: 40px;
    right: 45px;
    color: #fff;
    font-size: 2.0em;
    z-index: 2;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#ArticleCategoryBox h2 {
    background: url(images/img-replace/research-article-categories.png) no-repeat;
    text-indent: -99999px;
    width: 87px;
    height: 47px;
    padding: 0;
    margin: 0 0 0 10px;
}
#NewArticleBox h2 {
    background: url(images/img-replace/whats-new.png) no-repeat;
    text-indent: -99999px;
    height: 17px;
    padding: 0;
    margin: 9px 0;
}



/*NEW AND FEATURED ARTICLES TABS ON HOMEPAGE*/
#NewArticleBox #New,
#NewArticleBox #Featured {
	padding: 20px 15px 10px;
	margin: 0 22px 0 0;
	background: #231610;
}
#NewArticleBox .articleTabs {
	overflow: hidden;
	text-align: left;
	list-style: none;
	margin: 27px 25px 0 0;
	padding: 0;
}
#NewArticleBox .articleTabs li {
	float: left;
	list-style: none;
	margin: 0 3px 0 0;
	padding: 0;
}
#NewArticleBox .articleTabs li a  {
	display: block;
	padding: 8px 15px 5px;
	background: black;
	color: #865f49;
	text-decoration: none;
}
#NewArticleBox .articleTabs li a.selected {
	background: #231610;
	color: #E19301;
}



/* RECENT ARTICLES LIST ON HOMEPAGE */
#NewArticleBox .recentPosts .postTitle {
    padding-bottom: 3px;
	line-height: 1.6em;
}
#NewArticleBox .recentPosts .postTitle a {
    font-size: 1.2em;
    font-weight: bold;
    color: #E19401;
}
#NewArticleBox .recentPosts .postBody {
    color: #E0C99F;
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-right: 25px;
	border: none;
	padding: 0;
    
}
#NewArticleBox .recentPosts .postBody span {
    font-weight: bold;
}





/* RECENT ARTICLES LIST IN LEFT COLUMN */
.column200 .recentPosts  {
    margin-bottom: 20px;
}
.column200 .recentPosts .postTitle {
    padding-bottom: 3px;
}
.column200 .recentPosts .postTitle a {
    font-size: 1.1em;
    font-weight: bold;
}
.column200 .recentPosts .postBody {
    font-size: 1.0em;
    line-height: 1.3em;
    margin-bottom: 10px;
    color: #503023;
}
.column200 .recentPosts .postBody span {
    font-weight: bold;
    display: none;
}

/* RESEARCH.ASPX STYLES */
.category {
    /*background: url(images/bg_category.gif) no-repeat bottom;
    margin: 0 0 15px;*/
    background: url(images/bg_rule.jpg) no-repeat bottom;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.category h2 {
    margin-bottom: 0;
}
/*.category h2 a {
    color: #E19401;
}*/
.category .catPostListing {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}
.category .catPostListing li {
    /*line-height: 2.2em;*/
    padding-right: 15px;
    color: #BC8F5B;
    font-size: 1.0em;
    padding-bottom: 5px;
}
.category .catFooterLink {
    /*text-align: right;*/
    padding-bottom: 8px;
    padding-right: 20px;
    display: none;
}
.category .catFooterLink a {
    color: #E19401;
    padding-right: 10px;
    background: url(images/bg_linkarrow.gif) no-repeat right 4px;

}
/* CATEGORY ARTICLE LIST STYLES - research */
.BlogPostLiteItemWrapper {
    margin-bottom: 30px;
}
.BlogPostLiteItemWrapper h2 {
    margin-bottom: 7px;
}
.BlogPostLiteItemWrapper h2 span {
    display: block;
    font-size: 10px;
    color: #BC8F5B;
    font-weight: normal;
    padding-top: 5px;
}
/* CATEGORY ARTICLE LIST STYLES - current events */
.BlogPostFullItemWrapper {
    margin-bottom: 30px;
}
.BlogPostFullItemWrapper h2 {
    margin-bottom: 7px;
}
.BlogPostFullItemWrapper h2 span {
    display: block;
    font-size: 10px;
    color: #BC8F5B;
    font-weight: normal;
    padding-top: 5px;
}
.BlogPostFullItemWrapper .postDate {
    width: 52px;
    height: 55px;
    float: left;
    font-family: Georgia;
    color: #F3E3CD;
    font-size: 1.6em;
    line-height: .9em;
    background: url(images/bg_postdate.gif) no-repeat 0 0;
    text-align: center;
    padding: 5px 0;
    margin: 0 15px 0 0;
}
.BlogPostFullItemWrapper .postDate span.day {
    display: block;
    font-size: 1.8em;
    line-height: .75em;
    color: #fff;
} 
.BlogPostFullItemWrapper .postDate span.year {
    display: block;
    font-size: .9em;
    background: #c9ac87;
    margin-top: 7px;
    padding: 2px 0 4px;
    color: #F3E3CD;
}
/* LEFT NAV */
.subNav,
.pagelist {
    margin: 0 0 3px;
    padding: 0;
    list-style: none;
    line-height: 1.2em;
}
.subNav li,
.pagelist li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 2px;
}
.subNav li a,
.pagelist li a {
    display: block;
    line-height: 16px;
    padding: 6px 10px;
    font-size: 11px;
    background: #f4e5cb;
    color: #70410B;
    text-decoration: none;
}
.subNav li a:hover,
.subNav li a.active,
.subNav li.activeChild a,
.pagelist li a:hover {
    background: #fff url(images/bg_subnav.gif) no-repeat right;
    text-decoration: none;
}

/*second level*/
.subNav ul {
    margin: 2px 0 0 0;
    padding: 0 0 0 2px;
    border-left: 5px solid #f4e5cb;
}
.subNav ul li a {
    background: #E0C99F;
}

/* third level */
.subNav ul ul {
    border-left: 5px solid #E0C99F;
}
.subNav ul ul li a {
    background: #BC8F5B;
    color: #f4e5cb;
}
.subNav ul ul li a:hover {
    color: #70410B;
}
/* restyle the h2's on sitemap.aspx */
.subNav li h2 {
    margin: 0;
    font-size: 11px;
    font-weight: normal;
}
/* FULL ARTICLE PAGE STYLES */
.classAndCats {
    margin: 0 0 20px 0;
    padding: 0 20px 8px 0;
    overflow: hidden;
    /*background: #F8ECD8;
    border: 1px solid #F3E3CD;*/
    color: #7b4d39;
    font-size: 10px;
}
.classAndCats .Technical,
.classAndCats .NonTechnical,
.classAndCats .Expert {
    float: left;
    padding-right: 20px;
}
.adminLinks {
    margin: 0 0 20px 0;
    padding: 8px 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #F3E3CD;
    color: #F3E3CD;
}
.footer {
    margin: 20px 0 20px 0;
    padding: 8px 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #F3E3CD;
    color: #F3E3CD;
    text-align: right;
}
.footer .bookmarks {
    float: left;
}
.footer a {
    line-height: 15px;
    text-decoration: none;
}
.footer img {
    margin-bottom: -2px;
    padding-right: 2px;
}

/* BookSTORE STYLES */
/* store home */
#BookstoreCategoryWrapper {
    overflow: hidden;
    width: 900px;
    padding-top: 20px;
    border-top: 1px solid #F3E3CD;
}
#BookstoreCategoryWrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 920px;
}
#BookstoreCategoryWrapper ul li {
    margin: 0 20px 0 0;
    padding: 0;
    height: 150px;
    float: left;
    text-align: center;
}
#BookstoreCategoryWrapper ul li a img {
    width: 286px;
}
#BookstoreCategoryWrapper ul li a .categoryLinkText {
    display: block;
    width: 286px;
    background: #c9ac87;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#BookstoreCategoryWrapper ul li a:hover .categoryLinkText {
    background: #503023;
}
.storeCategoryListWrapper {
    margin-top: 15px;
}
.storeCategoryListWrapper .subNav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}
.storeCategoryListWrapper .subNav li {
    list-style: none;
    float:left;
    margin: 0 0 10px;
    width: 225px;
}
.storeCategoryListWrapper .subNav li a {
    margin-right: 15px;
}

.articleBody {
    margin-left: 68px;
}

/* productgrid */
ul#ProductGrid {/* <ul> */
    margin: 15px 0;
	 overflow: hidden;
    padding: 0;
    list-style: none;
}
ul#ProductGrid li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 225px;
    margin-bottom: 15px;
}
ul#ProductGrid a {
    font-size: 10px;
    line-height: 12px;
    text-decoration: none;
}
ul#ProductGrid a span {
    padding-right: 10px;
}
ul#ProductGrid a:hover span {
    text-decoration: underline;
}
ul#ProductGrid a:hover span.price {
    text-decoration: none;
}
#ProductGrid span {
    display: block;
}
#ProductGrid .price {
    margin-top: 4px;
    color: #E19401;
} 
.thumbBox {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 4px;
    background: url(images/bg_thumbbox.png) no-repeat 0 0;
}
.thumbBox {
    border-collapse: collapse;
    border: none;
    width: 70px;
    height: 70px;
}
.thumbBox td {
    vertical-align: middle;
    text-align: center;
}
.thumbBox img {
    max-height: 64px;
    max-width: 64px;
}

/* home page - productgrid overrides */
#HomeColumnOne ul#ProductGrid {
    /*margin-top: 3px;*/
}
#HomeColumnOne ul#ProductGrid li {
    width: 200px;
    margin-bottom: 8px;
}

/* product page */
#ProductColumnOne {
    float: left;
    width: 300px;
}
#ProductColumnTwo {
    float: left;
    width: 400px;
    line-height: 16px;
}
#ProductColumnOne table {
    width: 280px;
    border: none;
}
#ProductColumnOne table .r1 td {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    background: #fff;
}
#ProductColumnOne table .r2 td {
    padding: 10px;
    text-align: center;
}
#ProductColumnOne table .r2 td a {
    padding: 0 0 0 13px;
    background: url(images/zoom.gif) no-repeat left;
}
#ProductColumnTwo .productDescription {
	font-size: 12px;	
}
#ProductColumnTwo .productChoices {
    border-top: 1px solid #F3E3CD;
    padding-bottom: 20px;
}
#ProductColumnTwo .productChoices label {
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#ProductColumnTwo .productChoices table {
}
#ProductColumnTwo .productChoices table input {
    margin-right: 3px;
}
#ProductColumnTwo .productChoices table input,
#ProductColumnTwo .productChoices table label {
    vertical-align: middle;
    font-weight: normal;
    display: inline;
}
.productPrice {
    font-size: 1.6em;
    font-weight: normal;
    display: block;
    font-family: arial;
}
#FeaturedRow {
    clear: both;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 3px solid #F3E3CD;
    overflow: hidden;
}
/* FIXES FOR POSSIBLE BAD CODE INPUT INTO Blog RTE */
.post img {
    padding: 4px;
    background: #fff;
    border: 1px solid #E3CBA2;
    margin: 10px;
}
.post {
    font-size: 12px;
    line-height: 1.5em;
}
.post table td {
    text-align: center;
}


/* OUTREACH  - CALENDAR CMS */

/* CalendarIndexPage.ascx */
.calendarItemBox {
    background: url(images/bg_rule.jpg) no-repeat bottom;
    overflow: hidden;
    padding-bottom: 35px;
    margin-bottom: 10px;
}
.calendarItemBox h2 {
    margin-bottom: 5px;
    font-size: 1.4em; 
}
.calendarItemTable {
    font-size: 1.1em;
    width: 100%;
}
.calendarItemTable td {
    padding: 5px 0;
}
.calendarItemTable .c1 {
    width: 15%;
    color: #7b4d39;
}
.calendarItemTable .detailsTd {

}

.calendarFeaturedItemBox   {
    background: url(images/bg_rule.jpg) no-repeat bottom;
    overflow: hidden;
    padding-bottom: 35px;
    margin-bottom: 20px;
}
.calendarFeaturedItemBox .calendarItemTable {
    margin-bottom: 15px;
}
.calendarFeaturedItemBox .calendarItemTable .c1 {
    width: 20%;
}
.calendarFeaturedItemBox .calendarItemTable img {
    width: 175px;
    display: block;
    padding: 4px;
    background: #fff;
    border: 1px solid #E3CBA2;
    margin-right: 15px;
}

/* outreach calendar list on homepage */
#HomeColumnThree dl.calendarList {
    margin-bottom: 10px;
    font-size: 1.0em;
}
#HomeColumnThree dl.calendarList dt {
    width: 85px;
    float: left;
    font-size: 1.1em;
    line-height: 1.3em;
}
#HomeColumnThree dl.calendarList dd {
    padding: 0 0 4px 90px;
    font-size: 1.1em;
    line-height: 1.3em;
    border-bottom: 1px solid #e7d5bc;
}
#HomeColumnThree a.viewCalendarLink {
    display: block;
    padding-left: 20px;
    background: url(images/bg_calendaricon.gif) no-repeat left;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 11px;
}

/* SEARCH RESULTS */
.searchresult{
	margin-bottom: 20px;
}
.searchresult a{
	font-weight: bold;
}
.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}
.searchresult span.type{
	display: block;
}
.searchresult span.url{
	color: Gray;
}
.searchPager ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
.searchPager ul li {
    list-style: none;
    margin: 3px;
    padding: 0;
    float: left;
}
.searchPager ul li a {
    display: block;
    padding: 0 5px;
}
.searchPager ul li.active a {
    color: #fff;
    background: #c9ac87;
    text-decoration: none;
}

/* NEWSLETTER SIGNUP FORM */
.newsletterSignup {
    background: #F8ECD8;
    padding: 15px;
    margin-bottom: 15px;
}
.tintBox {
	clear: left;
	text-align: center;
	/*background: #F8ECD8;*/
	border-top:1px solid #F3E3CD;
	padding: 15px 15px 0 15px;
   margin-top: 15px;
}
.newsletterSignupFormWrapper input {
    vertical-align: middle;
}
.newsletterSignupFormWrapper .input {
    padding: 4px;
    border: 1px solid #F3E3CD;
}
.newsletterSignup p {
    margin-bottom: 0;
}
.newsletterSignup h3 {
    color: #503023;
    margin-bottom: 2px;
    font-size: 1.4em;
}

.newsletterIframe {
    border: none !important;
    width: 700px;
    /*height: 500px;*/
    margin-top: 10px;
}
#EmailArchiveContentWrapper {
    width: 700px;
    border: 1px solid #F3E3CD;
    background: #fff;
    clear: left;
}
#EmailArchiveContentWrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#EmailArchiveContentWrapper li {
    padding-bottom: 10px;
}
#EmailArchiveContentWrapper li p {
    margin-bottom: 2px;
}

/* JAVASCRIPT TABS */
.shadetabs{
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
}
.shadetabs li{
    float: left;
    padding: 0;
    margin: 0 3px 0 0;
}
.shadetabs li a {
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #F3E3CD;
    background: #F8ECD8;
    color: #E19401;
}
.shadetabs li a:visited{
    color: #2d2b2b;
}
.shadetabs li a:hover{
    text-decoration: underline;
}
.shadetabs li a.selected{ /*selected main tab style */
    position: relative;
    top: 1px;
    background: #fff;
    border-bottom-color: white;
    font-weight: bold;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
    text-decoration: none;
}
.tabcontent{
    display:none;
    margin: 20px;
}
@media print {
.tabcontent {
    display:block !important;
}
}


/*ARCHIVE*/
#archive {
}
#archive ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
#archive ul li {
    margin: 0;
    padding: 3px 0;
    float: left;
    width: 230px;
}
#archive h2 {
    font-size: 14px;
    margin-bottom: 2px;
    clear: left;
}
#archive h2 img {
	margin-right: 3px;
    margin-bottom: -1px;
    font-size: 14px;
}
#archive table {
	width: 100%;	
	border-collapse: collapse;
    background: #fff;
    margin-bottom: 20px;
}
#archive table th {
    text-align:left;
    padding: 10px !important;
    background: #F8ECD8;
    border-bottom: 1px solid #F3E3CD;
}
#archive table td {
    text-align:left;
    padding: 10px !important;
    background: #fff;
}
#archive .date {
	width: 70px;
}
#archive .comments {
	width: 70px;
	text-align: center;
}
#archive .rating {
	width: 70px;
	text-align: center;
}

/*MONTH LIST - RIGHT COLUMN CURRENT EVENTS*/
#monthList {
	font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
#monthList li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#monthList li.year {
  /*cursor: pointer;*/
  margin-top: 10px;
}
#monthList ul {
    line-height: 1.2em;
    /*display: none;*/
    margin: 0;
    padding: 0;
}
#monthList ul.open {
	display: block;
}

#monthList ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#monthList ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 2px;
}
#monthList li a {
    display: block;
    line-height: 30px;
    font-size: 11px;
    background: #f4e5cb;
    color: #70410B;
    padding-left: 10px;
    font-weight: normal;
}
#monthList ul li a:hover,
#monthList li a.active {
    background: #fff url(images/bg_subnav.gif) no-repeat right;
    text-decoration: none;
}

/* MEMBERSHIP FORM */
#SupportFormWrapper {

}
.formChoice {
	margin-bottom: 2em;
}
.formChoice label, .personalInfo label, .lblOtherSingleDonation {
	font-size: 12px;
	padding-left: 0.5em;
	font-weight: bold;
	vertical-align: 2px;
	line-height: 3em;
}
.formChoice label span {
	font-weight: normal;
}
.formChoice .chkGiftSub {
	padding-left: .25em;
}
.formChoice p {
	margin: 0 0 1em 1.55em;
}
.formChoice ul {
	margin-left: 2.5em;
}
.formChoice li {
	list-style: disc;
}


.ddl select {
	vertical-align: 2px;
    width: 175px;
}
.txtOtherSingleDonation {
	width: 55px;
	padding: 1px;
}
div.addressForm {
	clear: both;
}
.addressForm label {
	display: block;
	padding-left: 0;
	line-height: 2em;
    font-size: 1.2em;
}
.addressForm .phone label {
    clear: both;
}
.addressForm input {
	display: block;
	padding: 1px;
	margin-bottom: 0.5em;
    border: 1px solid #F3E3CD;
    padding: 4px;
}
.addressForm .state {
	float: left;
	clear: none;
	margin-right: 1.25em;
}
.addressForm .zipPostal {
	float: left;
	clear: none;
}
.addressForm .name input { width: 200px; }
.addressForm .address input { width: 200px; }
.addressForm .city input { width: 200px; }
.addressForm .state input { width: 120px; }
.addressForm .state select { padding: 2px; }
.addressForm .zipPostal input { width: 150px; margin-right: 3px; }
.addressForm .country select { width: 150px; padding: 2px;}
.addressForm .phone input { width: 100px; }
.addressForm .email input { width: 200px; }
.iptWrapper {
	margin-right: 10px;
}
.lblOtherSingleDonation {
	display: none;
	font-weight: normal;
}
.lblOtherSingleDonation input {
}
.valSummary {
	margin: 1em 0;
	padding: 1em;
	background: #c00;
	border: 1px solid #fff;
	color: #fff !important;
	font-size: 11px;
}
.valSummary strong {
	display: block;
	font-size: 14px;
	padding-bottom: .5em;
	border-bottom: 1px solid #fdd;
}
.checkout {
	text-align: center;
}
.statement {
	margin: 15px 0;
}
.statement h2, .statement h3 {
	margin-bottom: 0;
}
.altAddressFormWrapper {
    background: #F8ECD8;
    margin: 15px 0;
} 
.altAddressFormWrapper div {
    padding: 15px;
}
.altAddressFormWrapper div div {
    padding: 0;
}
.altAddressFormWrapper .checkBoxWrapper {
    padding: 9px 15px;
}

/* SITEMAP */
.siteMapColumn1 {
    float: left;
    width: 33%;
}
.siteMapColumn2 {
    float: left;
    width: 33%;
}
.siteMapColumn3 {
    float: left;
    width: 33%;
}
.siteMapColumn1 .pad {
    padding: 0 20px 0 0;
}
.siteMapColumn2 .pad {
    padding: 0 10px;
}
.siteMapColumn3 .pad {
    padding: 0 0 0 20px;
}

.siteMapColumn2 .recentPosts .postTitle {
    padding-bottom: 3px;
}
.siteMapColumn2 .recentPosts .postTitle a {
    font-size: 1.2em;
    font-weight: bold;
    color: #E19401;
}
.siteMapColumn2 .recentPosts .postBody {
    color: #301B11;
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-right: 25px;
    
}
.siteMapColumn2 .recentPosts .postBody span {
    font-weight: bold;
}


/*.siteMap,
.siteMap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.siteMap li,
.siteMap ul li {
    margin: 0;
    padding: 0;
}
.siteMap h2 {
    font-size: 16px;
    margin-bottom: 0;
}
.siteMap ul {
    margin-left: 15px;
}*/



/*BLOG POST PAGE*/	
	.pad10 {
		padding: 0 10px;
	}
	/*POST  HEADER*/
		.postHeader {
			margin-bottom: 30px;
		}
		.postHeader .postDate {
		    color: #BC8F5B;
		    font-size: 1.1em;
			/*float: left;*/
		}
		.shareWrapper {
			/*float: right;*/
			padding: 5px 0;
			height: 20px;
			border-top: 1px solid #EBD8B6;
			border-bottom: 1px solid #EBD8B6;
			margin: 10px 0;
		}
		
	/*POST INTRO*/
		.postIntro {
			
		}
		.postIntro  a.jumpLink {
			padding-right: 16px;
			background: url(images/bg_continue-reading.gif) no-repeat right;
		}
		
		.postIntro .columnOne {
			float:left; 
			width:145px; 
			color: #a47a4f;
		}
		.postIntro .columnOne div.pad {
			padding-right: 20px;
		}
		.postIntro .columnOne img {
			display: block;
			padding: 3px;
			border: 1px solid #e3cba2;
			background: #fff;
			width: 117px;
			margin-bottom: 5px;
		}
		
		.postIntro .columnTwo {
			float: left;
			width: 535px;
		}
		.postIntro .excerptLabel {
			text-transform: uppercase;
			letter-spacing: .05em;
			color: #bc8f5b;
			font-size: 11px;
		}
	
	/*POST BODY*/
		.postBody {
			border-bottom: 1px solid #ebd8b6; 
			margin-bottom: 30px;
			padding-bottom: 10px;
		}
		.postBody h5.knockoutHeading {
			background: #ebd8b6;
			color: #fff;
			text-transform: uppercase;
			padding: 2px 10px;
			margin: 20px 0 20px;
			font-size: 14px;
			letter-spacing: .05em;
		}
		.postBody h6 {
			font-size: 14px;
			color: #bc8f5b;
		}
		.postBody p {
			font-size: 11px;
			margin-bottom: 10px;
			color: #a47a4f;
			line-height: 14px;
		}
		
		/*COLUMN ONE*/
			.postBody .columnOne {
				width:530px;
				float:left;
			}
			.postBody .columnOne .knockoutHeading {
				width: 505px;
			}
			/*related posts column*/
			.postBody .relatedPostsWrapper  {
				float:left; 
				width:365px;
				overflow:hidden;
			}
			
			.postBody .relatedPostsWrapper #relatedPosts a {
			    display: block;
				font-size: 11px;
				line-height: 14px;
				margin-right:20px;
			}
			.postBody .relatedPostsWrapper #relatedPosts span {
			    display: block;
				font-size: 11px;
				margin-bottom: 10px;
				color: #a47a4f;
				line-height: 14px;
				margin-right: 20px;
			}
			/*tags column*/
			.postBody .tagWrapper {
				float:left; 
				width:145px; 
				padding-bottom: 10px;
			}
			.postBody .tagWrapper a {
				display: block;
				font-size: 11px;
				line-height: 14px;
				margin-right:20px;
			}
		
		/*COLUMN TWO*/
			.postBody .columnTwo {
				float:left; 
				width:170px; 
			}
			/*donate column*/
			.postBody .donateWrapper {
				padding-bottom: 10px;
			}
			.postBody .donateWrapper p {
				
			}

	/*POST CONTENT*/ 
		.postContent {
		}
		
		.postContent div.references {
			display: none;
			background: #fbf0dc;
			padding: 15px;
			
		}
		.postContent a.referenceButton {
			color: #301b11;
			font-weight: bold;
			text-decoration: none;
		}
		.postContent .referenceButton {
			background: url(images/bg_referencesButton.gif) no-repeat right center;
			padding-right: 17px;
		}
		.postContent .referenceButton.hide {
			background: url(images/bg_referencesButton-hide.gif) no-repeat right center;
		}
	
	/*POST FOOTER*/
		.postFooter {
			border-bottom: 1px solid #ebd8b6;
			margin-bottom: 20px;
			margin-top: 20px;
			padding-bottom: 10px;
		}
		.postFooter .columnOne {
			width: 345px;
			float: left;
			border-top: 3px solid #ebd8b6;
			clear: both;
		}
		.postFooter .columnTwo {
			width: 345px;
			float: right;
			border-top: 3px solid #ebd8b6;
		}
		.postFooter h6 {
			font-size: 14px;
			color: #bc8f5b;
			padding-top: 15px;
		}
		.postFooter p {
			font-size: 11px;
			margin-bottom: 10px;
			color: #a47a4f;
			line-height: 14px;
		}
		
		.postFooter .rssWrapper {
			float:right; 
			width:86px;
		}
		.postFooter .rssWrapper a {
			display: block;
			margin-top: 5px;
		}
		.postFooter .shareIconsWrapper {
			padding-bottom: 15px;
		}
		
	
	/*POST COMMENTS*/
		.postComments {
			
		}
		.postComments h6 {
			font-size: 14px;
			color: #bc8f5b;
			padding: 0;
		}
		
		/* COMMENT FORM */
		.postComments #comment-form {
			padding: 15px;
			margin-top: 15px;
			border-top: 1px solid #F3E3CD;
		}
		.postComments #comment-form .input {
		    margin: 5px 0;
		    padding: 4px;
		    width: 190px;
		    border: 1px solid #F3E3CD;
		    vertical-align: middle;
		    color: #7b4d39;
		}
		.postComments #comment-form label {
			display: block;
			color: #bc8f5b;
		    margin-top: 8px;
		    vertical-align: middle;
		    font-size: 1.1em;
		    clear: left;
		}
		.postComments #comment-form .labelWide {
		    vertical-align: middle;
		    clear: left;
		    font-size: 1.1em;
		    margin-top: 8px;
		}
		.postComments .bbcode {
			display: none;
		}
		.postComments #comment-form .commentForm textarea,
		.postComments #comment-form .formChoice textarea {
		    display: block;
		    clear: left;
		    border: 1px solid #F3E3CD;
		    color: #7b4d39;
		    font-family: verdana;
		    font-size: 12px;
		    width: 500px;
		}
		.postComments #comment-form #cbNotify {
			float: left;
		}
		.postComments #comment-form .notifyLabel {
			line-height: 18px;
			font-weight: bold;
		}
		
		.commentForm #btnSave,
		.btnSubmit {
		    width: inherit;
		    border: none;
		    background: url(images/button_commentsubmit.gif) no-repeat;
		    width: 94px;
		    height: 29px;
		    overflow: hidden;
		    padding-top: 30px;
		    cursor: pointer;
		    margin-top: 5px;
		}

		/* COMMENTS */
		#commentlist .comment {
		    padding: 15px;
		    overflow: hidden;
		    background: #F8ECD8;
		    border: 1px solid #F3E3CD;
		    border-bottom: 3px solid #F3E3CD;
		    margin-bottom: 10px;
		}
		#commentlist .comment p {
		    margin: 0;
		    padding: 0;
		}
		#commentlist .comment p.author {
		    color: #BC8F5B;
		    font-size: 1.0em;
		    margin-top: 15px;
		    padding-top: 15px;
		    border-top: 2px dotted #E3CBA2;
		    font-weight: bold;
		}
		#commentlist .comment.author {
		    padding: 15px;
		    overflow: hidden;
		    background: #e2efff;
		    border: 1px solid #cee4ff;
		    border-bottom: 3px solid #cee4ff;
		    margin-bottom: 10px;
		}
		#commentlist .comment.author p.author {
		    border-top: 2px dotted #cee4ff;
		    color: #6891c3;
		}
	
			
	
.tags{
    border-bottom: 1px solid #F3E3CD;
    padding-bottom: 22px;
}

.rule .addToCart {

}

#StonesCryOut {
	border-collapse: collapse;
	border:none;
}
#StonesCryOut td {
	padding: 3px 5px;
	border-bottom: 1px solid #F3E3CD;
}
.stateRow {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
}
#StonesCryOut .stateRow td {
	padding-top: 20px;
	border: none;
}


/*WIDGET ZONE CONTROLS*/
.widget {
    margin-bottom: 20px;
}
.widget .content {
    clear: both;
    padding: 0;
}
a.delete {
    float: left;
    margin: 10px 5px 5px 0;
    text-decoration: none;
    background: #E19301;
    padding: 3px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}
a.edit {
    float: left;
    margin: 10px 5px 5px 0;
    text-decoration: none;
    background: #E19301;
    padding: 3px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}
a.move {
    float: left;
    margin: 10px 5px 5px 0;
    text-decoration: none;
    background: #E19301;
    padding: 3px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: none;
}
a.delete:hover,
a.edit:hover,
a.move:hover {
    background: #351D13;
}




/*dig pages*/
#page .pageHeader {
	border-bottom:1px solid #e0c69d;
	overflow:hidden;
	padding-bottom: 20px;
}
#page .pageHeader table.digDateTable {
	width:400px; 
	float:left;	
	text-transform: uppercase;
	font-size: 14px;
}
#page .pageHeader table.digDateTable td {
	padding: 2px 0;	
}
#page .pageHeadline {
	border-bottom:1px solid #e0c69d;
	margin-bottom:20px;
}

#page .pageHeadline h2 {
	font-size: 48px;
	margin: .25em 0;
	line-height: 1.1;
	padding: 0;
	color: #371e13;
	font-family: Helvetica, Arial, sans-serif;
}
#page .pageContent {
	float: left; 
	width: 594px; 
	margin-right: 20px;
}	
#page .contentLeftCol {
	float: left; 
	width: 180px; 
	margin-right: 20px;	
}
#page .contentRightCol {
	width: 394px;
	float: left;
	overflow: hidden;
}
#page .pageColumn {
	float:left;
	width:286px;
}
#page .pageSidebar {
	padding:20px;
	background:#f6ead3;
	border-radius:8px;
}
#page .pageSidebar h4 {
	color: #341e11;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1em 0 .35em 0;
	padding: 0;
	font-size: 14px;
}
#page .pageSidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#page .pageSidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#page .pageSidebar ul li a {
	display: block;
	line-height: 1.4;
	margin:	.5em 0;
	padding-left: 15px;
	background: url(images/dig-list.gif) no-repeat left 5px;
	text-decoration: none;
	color: #0075c8;
}
#page .pageSidebar ul li a:hover {
	text-decoration: underline;	
}

/*addthis_toolbox*/
.addthis_toolbox {padding-right: 10px;}
.addthis_toolbox a {
	float: left;
}
/* <DEVELISYS> Search in comments*/
#searchcomments, #searchcommentslabel
{
    display:none;
}
/* </DEVELISYS> */