/* Copyright (c) 2006 Service First Webmasters, Inc. All Rights Reserved. */
/* Banner photo copyright 2007 Kirk Carter */
body,html {
	text-align: center; /*for IE5x only*/
	margin:0; padding:0;
}
body {/*this is separated because DW applies the html background to everything */
	background-color: #f8f6f6; /* Keep as is so that the UA editor shows the content correctly */
	
}
.body {
/* EDIT: Set the body class to "body" as in body class="body" ...  for all public pages NOT converted to UA */
	background-color: #222222; /* EDIT for style: the color shown outside the 780 to 1004-wide page div */
	
}
.bodyPopup {
	background-color: #f8f6f6;
}
/* page (the biggest div, containing everything else) ------------*/
div#page {
	text-align:left;/* to counteract the IE5x hack in the body tag for centering*/
	padding: 0;
	margin: auto; /* set this margin to zero for stuck-left designs, auto for float-center */
	/* for a left column that goes all the way down, we have a bg image in the page div: background: url(assets/content_bg.gif) 0 0 repeat-y #FFFFFF; */
	background: #f8f6f6; /*EDIT: color of the content area bg*/
	width: 96.8%;
	min-width: 850px;
	max-width: 1004px; 
	width:expression(document.body.clientWidth < 850 ? "850px": document.body.clientWidth > 1004 ? "1004px": "auto" );
	_width:expression(document.body.clientWidth < 850 ? "850px": document.body.clientWidth > 1004 ? "1004px": "auto" );
	/*font settings for the whole page, which only change where another style overrides them */
	font-family:"Palatino Linotype", "Palatino Roman", Palatino, "Hoefler Text", Cochin, Baskerville, Georgia, sans-serif;/* EDIT for style */
	font-size:15px;/* EDIT for style */
	color:#000000;/* EDIT for style */
}
div#pagePopup {
	text-align:left;/* to counteract the IE5x hack in the body tag for centering*/
	padding: 0;
	margin: auto; /* set this margin to zero for stuck-left designs, auto for float-center */
	/* for a left column that goes all the way down, we have a bg image in the page div: background: url(assets/content_bg.gif) 0 0 repeat-y #FFFFFF; */
	background: #f8f6f6; /*EDIT: color of the content area bg*/
	
	font-family:"Palatino Linotype", "Palatino Roman", Palatino, "Hoefler Text", Cochin, Baskerville, Georgia, sans-serif;/* EDIT for style */
	font-size:15px;/* EDIT for style */
	color:#000000;/* EDIT for style */
}
/* page ^ ---------------*/

/* banner -----------------*/
div#banner {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(assets/sunset/banner.jpg) 0 0 no-repeat transparent; /*EDIT for bg image name and left or right*/
	height:102px; /*EDIT for style:match height of banner bg image: prefer 80-170px*/
	width: 100%;
}

div#logo {/*usually we put the logo image directly into the div and give it a link to Home*/
	position: absolute;
	top: 8px; /*EDIT for style:logo div position */
	left: 20px; /*EDIT for style:logo div position */
	padding: 0; 
	margin: 0; 
	width:460px; /*EDIT for style:logo image size */	
	height:50px; /*EDIT for style:logo image size */
	font-size:25px;
	color: #fadd68;
	background: transparent; 
	font-weight:bold;
		/* usually transparent. For a custom design, put the logo in the background of this div */
	/*EDIT for logo image; if logo is in the banner.jpg, use background: transparent */
	/* for a transparent .png logo image, use this:	background: url(assets/logo.png) top left no-repeat; background: expression("transparent"); 	filter:expression("progid:DXImageTrans.Microsoft.AlphaImageLoader(src='assets/logo.png', sizingMethod='scale')"); z-index:10; */	
	/* DO NOT put the transparent .png image in the div; the filter only works with a background image */
}
.logoDiv {
	cursor:pointer; /*the div itself links back to the home page, so you can have a background image as the logo*/
}
.logoDivYAH {
	cursor:text !important; /*the div itself links back to the home page, so you can have a background image as the logo*/
}
div#blogSlogan {
	position: absolute;
	top: 40px; /*EDIT for style:logo div position */
	left: 20px; /*EDIT for style:logo div position */
	font-size:20px;
	color: #ef984a;
	font-weight:bold;
}
div#bannerRight{
/*holds the byLine div, floats right*/
	text-align: right;
	position: relative;
	top: 30px; /*EDIT for style:position*/
    float:right;
	padding: 0 20px 5px 0; 
	margin: 0 0 0 0; 
	height:50px; /* EDIT for style*/
	width:295px; /* EDIT for style */
	vertical-align:baseline;
	margin-right:expression(document.body.clientWidth < 830 ? "50px": document.body.clientWidth > 1004 ? "0": "0" );
}
div#byLine {
	font-size: 20px;/* EDIT for style */
	color: #fadd68;/* EDIT for style */
	font-weight: bold;/* EDIT for style */
}
div#bannerBackstage div#blogSlogan {
	top:44px;
}
div#bannerBackstage div#bannerRight {
	top:44px;
}
.inputBoxBlogTitle {
	font-size: 18px;
	background: #483335;
	color: #fadd68;
	border:0;
	padding:3px;
}
.inputBoxSubtitle {
	font-size: 13px;
	background: #483335;
	color: #ef984a;
	font-weight:bold;
	border:0;
	padding:3px;
}
.inputBoxByLine {
	font-size: 15px;
	background: #653433;
	color: #fadd68;
	font-weight:bold;
	border:0;
	padding:3px;
}
/* banner ^ -----------------*/


/* left column and s ----------*/
div#leftcol {
	float: left;
	 /* to have a colored column bg, make a content_bg.gif and put it as the page div bg */
	background: transparent;
	margin: 5px 0 0 0;	
	padding: 0; 
	width: 223px; /* EDIT for style: could go to 180px, but no wider than 190px */
}
div#searchBlock {
	margin: 0 0 0 27px;
	padding: 7px 0 0 0;
}
.searchInput {
	border-top:2px solid #666666;
	border-left:2px solid #666666;
	border-right:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	margin:1px 0 0 0;
}
.goButton {
	position:relative;
	top:0;
	_top:1px;
	left:3px;
	cursor:pointer;
	background: url(assets/sunset/btn_bg_small.jpg) -3px 0 repeat-y transparent;
	border: 1px solid #000000;
	color: #fadd68 !important;
	font-weight:Bold;
	padding:2px 5px 3px 6px;
	margin: 0 0 0 2px;
	width: 27px;
	height:20px;
	text-decoration:none !important;
}
*:first-child+html .goButton{/*IE7 only*/
	top:-2px;
}
.goButton:hover {
	background: #000000;
	color: #ef984a !important;
}
div#textSizeWidget {
	color: #000000;
	font-size:16px;
	font-weight:bold;
}
div#leftAds {
	margin: 0;
	background: #f8f6f6;
	width:223px;
	padding: 15px 0 10px 19px;
}
/* left column ^ ----------*/
div#nav {
	padding:0;
	margin:0;
	background: transparent;
}
/* vertical navigation-------------*/
div#nav ul {
	list-style-position:outside;
	list-style-type:none;
	margin: 8px 0 0 0;/*EDIT for style*/
	padding: 0;/*EDIT for style*/
	width: 223px;/*EDIT for style*/
}
div#nav li {
	font-family:inherit;/*EDIT for style*/
	color: #000000;/*EDIT for style*/
	font-weight: bold;/*EDIT for style*/
	font-size: 16px;/*EDIT for style*/
	margin: 0 0 0 15px;
	padding: 3px 0 3px 5px;/*EDIT for style: controls button separation vertically*/
	background: transparent;
	width: 188px;
}
div#nav li a:link, div#nav li a:visited {	
    display: block;
	text-decoration: none;
	margin: 0 10px 0 0;/* EDIT for style: controls button width */
	color: #fadd68 !important;/* EDIT for style */
	background: url(assets/sunset/btn_bg_large.jpg) 0 0 repeat-y transparent;
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;
	width:178px;
	_width:188px;
}
div#nav li a:hover,div#nav li a:active, div#nav li a.YAH:link, div#nav li a.YAH:visited  {
	background: #000000;
	color: #ef984a !important;
}
div#nav a.YAH {
	cursor: text !important;
}
div#navBottom {
	background: transparent;
	width: 223px;
	height: 1px;
}
/* vertical  navigation ^ -------------*/

/*----------text size manipulation ---------*/

.textSizeLink {
	cursor:pointer;
	color: #fadd68 !important;
}
.textSizeLinkYAH {
	cursor:text;
	background: #000000 !important;
	border: 1px solid #000000;
	color: #ef984a !important;
}
div#textSizeWidget a:link, div#textSizeWidget a:visited {	
	text-decoration: none;
	color: #fadd68;/* DO NOT ADD !important to this one! */
}
div#textSizeWidget a:hover, div#textSizeWidget a:active, div#textSizeWidget a.YAH:link, div#textSizeWidget a.YAH:visited  {
	background: #000000 !important;
	border: 1px solid #000000;
	color: #ef984a !important;
}
div#textSizeWidget a.YAH {
	background: #000000;
}

a#c1_textToSmall {	
	font-size:14px;/*14px for Georgia, 12px for Trebuchet, 14px for Palatino, 16 for Times, 13 for Verdana*/
	margin:1px;	
	padding: 3px 8px 5px 7px;
	background: url(assets/sunset/btn_bg_small.jpg) 0 0 repeat-y transparent;
	border: 1px solid #000000;	
}
a#c1_textToMedium {
	font-size:16px;/*14px for Georgia, 12px for Trebuchet, 14px for Palatino, 16 for Times, 13 for Verdana*/
	margin:1px;
	padding: 4px 5px 5px 5px;
	background: url(assets/sunset/btn_bg_small.jpg) 0 0 repeat-y transparent;
	border: 1px solid #000000;	
}
a#c1_textToLarge {
	font-size:18px;/*14px for Georgia, 12px for Trebuchet, 14px for Palatino, 16 for Times, 13 for Verdana*/
	margin:1px;
	padding: 3px 8px 5px 7px;
	background: url(assets/sunset/btn_bg_small.jpg) 0 0 repeat-y transparent;
	border: 1px solid #000000;	
}
div#textSizeWidget {
	padding:10px 5px 10px 27px;
	margin:0;
	vertical-align:middle;
}

/*---------^text size manipulation ^--------*/


/* content div ---------------*/
div#content {
	background: #f8f6f6;/*EDIT for style*/
	margin: 13px 0 0 28%; /* EDIT for style: left margin for left navigation width */
	padding: 0 1% 50px 0; /* EDIT for style: right padding for content margin (and left, if we are using horiz nav */
	text-align: left;
	min-height: 700px; /* EDIT for style: keeps the content area taller than the left column on the shortest page */
	_height:700px; /*EDIT for style: IE6 only*/
	max-width:600px;
	min-width:600px;
	width:600px;
	/*width:expression(document.body.clientWidth < 830 ? "545px": document.body.clientWidth > 1004 ? "600px": "600px" );*/
	
}

/* content div ^  ---------------- */

/* text in the content area ---------------- */

h1 {
	font-size: 21px;/*EDIT for style: one size larger than the large size set below. */
	font-weight: bold;/*EDIT for style */
	margin: 1.3em 0 0 0;
	line-height: 1.2em;
	font-family:"Palatino Linotype", "Palatino Roman", Palatino, "Hoefler Text", Cochin, Baskerville, Georgia, sans-serif;
	color:#000000;
}
h2 {
    font-size: 20px;/*EDIT for style: one size smaller than h1. */
	font-weight:bold;/*EDIT for style */
	margin: 1.3em 0 0 0;
	line-height: 1.2em;
	font-family:"Palatino Linotype", "Palatino Roman", Palatino, "Hoefler Text", Cochin, Baskerville, Georgia, sans-serif;
	color:#000000;
}
h3 {
    font-size: 19px;/*EDIT for style: one size smaller than h2 */
	font-weight:bold;/*EDIT for style */
	margin: 1.3em 0 0 0;
	line-height: 1.2em;
	font-family:"Palatino Linotype", "Palatino Roman", Palatino, "Hoefler Text", Cochin, Baskerville, Georgia, sans-serif;
	color:#000000;
}
h4 {
    font-size: 18px;/*EDIT for style: one size smaller than h3 */
	font-weight:bold;/*EDIT for style */
	margin: 1.3em 0 0 0;
	line-height: 1.2em;
	font-family:"Palatino Linotype", "Palatino Roman", Palatino, "Hoefler Text", Cochin, Baskerville, Georgia, sans-serif;
	color:#000000;
}
h5 {
    font-size: 17px;/*EDIT for style: one size smaller than h4 */
	font-weight:bold;/*EDIT for style */
	margin: 1.3em 0 0 0;
	padding-bottom:0;
	line-height: 1.2em;
	font-family:"Palatino Linotype", "Palatino Roman", Palatino, "Hoefler Text", Cochin, Baskerville, Georgia, sans-serif;
	color:#000000;
}
div#bodyCopy {

}
.smallText, div.smallText table tr td {
font-size:15px;/*14px for Arial,Georgia,Trebuchet, 15px for Palatino, 16 for Times, 12 for Verdana, 13 Lucida Sans*/
line-height:1.4em;
font-family:"Palatino Linotype", "Palatino Roman", Palatino, "Hoefler Text", Cochin, Baskerville, Georgia, sans-serif;
}
.mediumText, div.mediumText table tr td {
font-size:17px;/*16px for Arial,Georgia,Trebuchet, 17px for Palatino, 18 for Times, 14 for Verdana, 15 Lucida Sans*/
line-height:1.4em;
font-family:"Palatino Linotype", "Palatino Roman", Palatino, "Hoefler Text", Cochin, Baskerville, Georgia, sans-serif;
}
.largeText, div.largeText table tr td {
font-size:19px;/*18px for Arial,Georgia,Trebuchet, 19px for Palatino, 21 for Times, 16 for Verdana, 17 Lucida Sans*/
line-height:1.4em;
font-family:"Palatino Linotype", "Palatino Roman", Palatino, "Hoefler Text", Cochin, Baskerville, Georgia, sans-serif;
}

p {
	line-height: 1.4em;
	padding-top: 0.3em; /*0.1em;inherits font size from page, has bottom margin built in by browser*/
font-family:"Palatino Linotype", "Palatino Roman", Palatino, "Hoefler Text", Cochin, Baskerville, Georgia, sans-serif;
	color:#000000;/* EDIT for style */
	margin-top:0;/* remove if this hoses up spacing with floated photos, etc. -- an attempt to simplify the css*/
}

.firstH1 {
	padding-top: 0.3em;
	margin-top:0;
}
a {
	color: #d45c04 !important;/*EDIT for style */
	text-decoration: underline;
}
ul {
	list-style-type: disc;/*EDIT for style */
	list-style-position: outside;
	margin: 0em 0 0 3em; /* T R B L */
	padding: 0 0 0.6em 0;
}
/* text in the content area ^ ---------------- */


/* contact  ------------------------- */
.formPanel {

}
table.contactForm {
	clear: both;
	margin: 10px auto 0px auto; 
	border-collapse: collapse;
	width: 465px; 
	/*font-size: 12px;EDIT for style*/
}
td.contactLabel {
	text-align:right;
	vertical-align:top;
	padding: 3px 3px 3px 0;
	font-size: 12px;/*EDIT for style*/
}
td.contactBox {
	text-align:left;
	vertical-align:middle;
	font-size: 12px;/*EDIT for style*/
}
.Box {
	background-color:#FFFDDA;/*EDIT for style*/
	line-height: 1.1em;
	padding: 2px;
}
.button, .buttonEntriesList, .buttonLong {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	color: #fadd68 !important;/*EDIT for style*/
	text-decoration: none !important;
	background: url(assets/sunset/btn_bg_large.jpg) -90px 0 repeat-y transparent; /*EDIT for style*/
	padding: 4px 13px 7px 11px; 
	border: 1px solid black;
	margin: 2px 0 2px 0;
	height: 25px; /*EDIT for style*/
}
.buttonLong {
	background: url(assets/sunset/btn_bg_large.jpg) -30px 0 repeat-y transparent; /*EDIT for style*/
}
.button:hover, .buttonEntriesList:hover, .buttonLong:hover {
	color: #ef984a !important;/*EDIT for style*/
	background: #000000;
}
.buttonTDHeight {
	font-size:25px;/*EDIT:increase this if the top edge of the button does not show in IE7 */
}
.buttonEntriesList {
	font-size: 13px;
	background: url(assets/sunset/btn_bg_large.jpg) -10px 0 repeat-y transparent; /*EDIT for style*/
	height: 20px; /*EDIT for style*/
}
/* do not edit the styles below pertaining to the validation summary */
.validationSummary, .validationSummary ul {
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	line-height: 1.4em;
	margin: 0.2em 0 0 3em;
	padding: 0 0 10px 0;	
}
.validationSummary li {
	color: #FF0000 !important;
	list-style-type: disc;
	list-style-position: outside;
}
.validationSummary li b{
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
/* contact  ^ ------------------------- */
div#bottomAds {
	margin: 30px 0 20px 0;
}
/* footer (copyright) -----------*/
div#footer {
	clear: both;
	margin: 0;
	padding: 2px 0 0 10px;/*EDIT for style*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* if you want the left column to extend to the bottom of the page, put the page div's background image into the footer; or you could have a different image in the background, such as a continuation of the banner photo */
	background: url(assets/sunset/footer_strip.jpg) 0 0 no-repeat #000000;/*EDIT for style*/
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;/*EDIT for style*/
	height: 29px;
	font-weight:bold;
}
div#footer .copy {/* do not edit this style */
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
}
div#footer .allRights {
	float: left;
	padding: 7px 0 0 5px;
	background: transparent;
	margin: 0;
}
div#footer a {
	color: #FFFFFF !important ;/*EDIT for style*/
	text-decoration: none;
}
div#footer a:hover {
	text-decoration:underline;
}
.goRight {
	float:right;
	padding: 7px 30px 0 0;
	color:#FFFFFF;
}
div#footer span.goRight a {
    color:#FFFFFF !important;
}
/* footer ^ ----------------*/

div#stats {
	margin: 0;
	padding:0;
	width:100%;
	height:1px;
	background:#222222 !important;

}
/* --------------------- entry formatting ----------------------------*/
/* ---------------- pager -------------------------- */
div.divPager {
	background: #6c6466;
	padding: 7px;
	margin: 5px 0 5px 0;
	height:19px;
	width:600px;
}
div#prevButton, div#nextButton {
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	padding: 2px 0 3px 0;
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
div#prevButton span.noMore, div#nextButton span.noMore {
	color: #f8f6f6;
}
div#prevButton {
	float:left;
}
div#nextButton {
	float:right;
}
div#prevButton a:link, div#prevButton a:visited {
	color:#f78d3f !important;
	text-decoration:none;
    background: url(assets/icons/previous_entry.gif) 0 0 no-repeat transparent;
	padding: 2px 0 3px 28px;
	line-height:normal;
}
div#nextButton a:link, div#nextButton a:visited{
	color:#f78d3f !important;
	text-decoration:none;
	background: url(assets/icons/next_entry.gif) right 0 no-repeat transparent;
	padding: 2px 25px 3px 0;
	line-height:normal;
	margin: 0 0 0 0;
	_margin:0;
}
div#prevButton a:hover, div#prevButton a:active, div#nextButton a:hover, div#nextButton a:active{
	color:#f78d3f !important;
	text-decoration:underline;
}
/* ---------------^ pager ^------------------------- */
/* ---------------- entry counter -------------------------- */
div.divEntryCounter {
	background: #6c6466;
	padding: 4px 0 3px 10px;
	_padding: 4px 0 3px 10px;
	margin: 0;
	height:18px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color: #f8f6f6;
	line-height:normal;
	width:600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* ---------------^ entry counter ^------------------------- */
/* ---------------- entry byline -------------------------- */
div.divByLine {
	text-transform:uppercase;
	font-size:x-small;
	_font-size:xx-small;
	margin: 5px 0 10px 0;
	color: #726e6e;
	font-weight:normal;
	letter-spacing:0.05em;
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p.divByLine {
	text-transform:uppercase;
	font-size:x-small;
	_font-size:xx-small;
	margin: 4px 0 0 0;
	color: #726e6e;
	letter-spacing:0.05em;
	line-height:normal;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* ---------------^ entry byline ^------------------------- */
a.titleLink:link, a.titleLink:hover, a.titleLink:visited, a.titleLink:active {
	color: #000000 !important;
	text-decoration:none;
}
/* ---------------- bottom links -------------------------- */
div.divBottomLinks {
	text-transform:uppercase;
	margin: 35px 3px 5px 1px;
	font-size:smaller;
	height: 25px;
	padding: 0 0 3px 2px;
	border-bottom: 1px dashed #5e5b5f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	position:relative;
}
div.divLinkTo {
	border: 1px solid black;
	background:#ffffe4;
	text-transform:none;
	font-size:1.3em;
	padding:5px 5px 0px 20px;
	_padding:5px 5px 8px 20px;
	width:600px;	
	position:absolute;
	top:-215px;
	_top:-234px;
	left: 0px;
	z-index:50;
	display:none;
	visibility:hidden;
}
*:first-child+html div.divLinkTo {/*IE7 only*/
	top:-228px;
}
.balloonPoint {
	position:relative;
	top:21px;
	left:290px;
	_top:29px;
	_left:290px;
}
div.closeX {
	float:right;
	text-align:center;
	margin:0;
	padding:1px;
	background:#EF4B4B;
	border:1px solid #000000;
	width:15px;
	height:15px;
	line-height:0.7em;
	_padding:0 1px 1px 1px;
	_line-height:0.8em;
}
div.closeX a{
	color:black !important;
	text-decoration:none;
}
div.divBottomLinks a.printLink:link, a.printLink:visited {
	background: url(assets/icons/printer.gif) 0 0 no-repeat transparent;
	padding: 2px 30px 4px 22px;
	text-decoration:none;
	color: #d45c04 !important;
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.divBottomLinks a.permaLink:link, a.permaLink:visited{
	background: url(assets/icons/info.gif) 0 2px no-repeat transparent;
	padding: 2px 30px 4px 22px;
	text-decoration:none;
	color: #d45c04 !important;
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.divBottomLinks a.emailLink:link, a.emailLink:visited {
	background: url(assets/icons/email.gif) 0 1px no-repeat transparent;
	padding: 2px 30px 4px 22px;
	text-decoration:none;
	color: #d45c04 !important;
	line-height:normal;
}
div.divBottomLinks a.convLink:link, a.convLink:visited {
	background: url(assets/icons/comments_right.gif) 0 3px no-repeat transparent;
	padding: 2px 30px 4px 22px;
	text-decoration:none;
	color: #d45c04 !important;
	line-height:normal;
}
div.divBottomLinks a.printLink:hover, div.divBottomLinks a.printLink:active, div.divBottomLinks a.permaLink:hover, div.divBottomLinks a.permaLink:active, div.divBottomLinks a.emailLink:hover, div.divBottomLinks a.emailLink:active, div.divBottomLinks a.convLink:hover, div.divBottomLinks a.convLink:active {
	text-decoration: underline;
	line-height:normal;
}
/* ---------------^ bottom links ^------------------------- */
a.sortLink:link, a.sortLink:visited {
	background: url(assets/icons/reverse_sort.gif) 0 3px no-repeat transparent;
	padding: 2px 20px 4px 20px;
	margin: 0 0 15px 2px;
	text-decoration:none;
	color: #d45c04 !important;
	line-height:normal;
	text-transform:uppercase;
	font-size:13px;
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.addCommentLink:link, a.addCommentLink:visited {
	background: url(assets/icons/comment_new.gif) 0 3px no-repeat transparent;
	padding: 2px 0px 4px 20px;
	margin: 0 0 15px 0;
	text-decoration:none;
	color: #d45c04 !important;
	line-height:normal;
	text-transform:uppercase;
	font-size:13px;
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.commentNowLink:link, a.commentNowLink:visited {
	background: url(assets/icons/comment.gif) 0 3px no-repeat transparent;
	padding: 2px 0px 4px 20px;
	margin: 0 0 15px 0;
	text-decoration:none;
	color: #d45c04 !important;
	line-height:normal;
	text-transform:uppercase;
	font-size:13px;
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.showEntryLink:link, a.showEntryLink:visited {
	background: url(assets/icons/page_find.gif) 0 3px no-repeat transparent;
	padding: 2px 0px 4px 20px;
	margin: 0 0 15px 0;
	text-decoration:none;
	color: #d45c04 !important;
	line-height:normal;
	text-transform:uppercase;
	font-size:13px;
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.hideEntryLink:link, a.hideEntryLink:visited {
	background: url(assets/icons/page_deny.gif) 0 3px no-repeat transparent;
	padding: 2px 0px 4px 20px;
	margin: 0 0 15px 0;
	text-decoration:none;
	color: #d45c04 !important;
	line-height:normal;
	text-transform:uppercase;
	font-size:13px;
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.sortLink:hover, a.sortLink:active, a.addCommentLink:hover, a.addCommentLink:active, a.showEntryLink:hover, a.showEntryLink:active, a.hideEntryLink:hover, a.hideEntryLink:active{
	text-decoration: underline;
	line-height:normal;
}


/* ---------------- feed, cb -------------------------- */
div.divFeedCB {
	margin: 15px 0 0 3px;
	font-size:13px;
	color: #d45c04;
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.divFeedCB a.cbLink:link, a.cbLink:visited {
	background: url(assets/icons/pencil.gif) 0 0 no-repeat transparent;
	padding: 2px 30px 4px 22px;
	text-decoration:none;
	color: #d45c04 !important;
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
div.divFeedCB a.cbLink:hover, a.cbLink:active {
	text-decoration:underline;
}
div.divFeedCB a.feedLink:link, a.feedLink:visited {
	background: url(assets/icons/feed.gif) 0 2px no-repeat transparent;
	padding: 2px 30px 4px 22px;
	text-decoration:none;
	color: #d45c04 !important;
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.divFeedCB a.feedLink:hover, a.feedLink:active {
	text-decoration:underline;
}
/* ---------------^ feed, cb ^------------------------- */

.uaLoginFormBox img {
	border:0;
	background:transparent;
}
.formBox { /* style of the contact form question box and other form elements */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
.publicButtonBarBottom {
	text-align:right;
	padding-right:90px;
	_padding-right:155px;
}
*:first-child+html .publicButtonBarBottom{/*IE7 only*/
	text-align:right;
	padding-right:155px;
}
.lblSignedIn {
	display:block;
	padding: 15px 0 0 23px;
	font-weight:normal;
	margin:0;
}
.authorLogin {
	display:block;
	padding: 0 0 15px 23px;
	font-weight:bold;
	margin:0;
}
.warningBoxLogin {
	border:2px solid red;
	padding:0 15px 5px 15px;
	margin: 5px 0 5px 0;
}@media all {
.puzzle {
    visibility:hidden;
    display:none;
    padding: 0 20px 0 0;
}
.tester {
    visibility:hidden;
    display:none;
    padding: 0 20px 0 0;
}
}
.contentPopupConversation {
	text-align:left;
	width: 550px; 
	margin: auto; 
	margin: 0 0 0 1em;
	padding: 15px 0 0 20px; 
	_padding: 15px 0 0 5px;
}
*:first-child+html .contentPopupConversation  {/*IE7 only*/
    margin: 0 0 0 0;
	padding: 5px 0 0 10px; 
}
.contentPopupAddComment {
	text-align:left;
	width: 550px; 
	margin: auto; 
	margin: 0 0 0 1em;
	padding: 15px 0 0 20px; 
	_padding: 15px 0 0 5px;
}
.contentPopupAddComment p { /* prevents add comment page from scrolling in the popup */
	margin-top:0;
	padding-top:0;
}
*:first-child+html .contentPopupAddComment  {/*IE7 only*/
    margin: 0 0 0 0;
	padding: 15px 0 0 15px; 
	
}
.divEmailTo { /* prevents bottom ads from punching through comment and email to friend windows in FF and Safari */
	z-index: 20;
}