/* 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: #FFFFFF; /* 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: #fffbe5; /* EDIT for style: the color shown outside the 780 to 1004-wide page div */
	
}
.bodyPopup {
	background-color: #FFFFFF;
}
/* 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: #FFFFFF; /*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:Verdana, Arial, Helvetica, sans-serif;/* EDIT for style */
	font-size:14px;/* 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: #FFFFFF; /*EDIT: color of the content area bg*/
	
	font-family:Verdana, Arial, Helvetica, sans-serif;/* EDIT for style */
	font-size:14px;/* EDIT for style */
	color:#000000;/* EDIT for style */
}
/* page ^ ---------------*/

/* banner -----------------*/
div#banner {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(assets/beach/banner.jpg) 0 0 no-repeat transparent; /*EDIT for bg image name and left or right*/
	height:106px; /*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: 10px; /*EDIT for style:logo div position */
	left: 15px; /*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:22px;
	color: #FFFFFF;
	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: 15px; /*EDIT for style:logo div position */
	font-size:16px;
	color: #efff8b;
	font-weight:bold;
}
div#bannerRight{
/*holds the byLine div, floats right*/
	text-align: right;
	position: relative;
	top: 55px; /*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: 17px;/* EDIT for style */
	color: #505c6e;/* EDIT for style */
	font-weight: bold;/* EDIT for style */
}
div#bannerBackstage div#blogSlogan {
	top:54px;
	left:15px;
}
div#bannerBackstage div#bannerRight {
	top:10px;
}
.inputBoxBlogTitle {
	font-size: 18px;
	background: #70863c;
	color: #FFFFFF;
	border:0;
	padding:3px;
}
.inputBoxSubtitle {
	font-size: 13px;
	background: #70863c;
	color: #efff8b;
	font-weight:bold;
	border:0;
	padding:3px;
}
.inputBoxByLine {
	font-size: 15px;
	background: #c8cbc2;
	color: #505c6e;
	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/beach/btn_bg.jpg) 0 0 no-repeat transparent;
	border-bottom: 2px solid #bbd060;
	border-left: 2px solid #bbd060;
	border-top: 2px solid #8cc8fc;
	border-right: 2px solid #b4dbfc;
	color: #235888 !important;
	font-weight:Bold;
	padding:1px 4px 2px 5px;
	margin: 0 0 0 2px;
	width: 27px;
	height:20px;
	text-decoration:none !important;
}
*:first-child+html .goButton{/*IE7 only*/
	top:-2px;
}
.goButton:hover {
	color: #76a7dd !important;
}
div#textSizeWidget {
	color: #263067;
	font-size:14px;
	font-weight:bold;
}
div#leftAds {
	margin: 0;
	background: #FFFFFF;
	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: 15px;/*EDIT for style*/
	margin: 0 0 0 15px;
	padding: 1px 0 5px 5px;/*EDIT for style: controls button separation vertically*/
	background: transparent;
	width: 190px;
}
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: #235888 !important;/* EDIT for style */
	background: url(assets/beach/btn_bg.jpg) 0 0 no-repeat transparent;
	border-bottom: 2px solid #bbd060;
	border-left: 2px solid #bbd060;
	border-top: 2px solid #8cc8fc;
	border-right: 2px solid #b4dbfc;
	padding: 4px 4px 4px 4px;
	width:180px;
	_width:190px;
}
div#nav li a:hover,div#nav li a:active, div#nav li a.YAH:link, div#nav li a.YAH:visited  {
	color: #76a7dd !important;
	/* background: url(assets/beach/btn_bg_bottom_yah.png) left bottom no-repeat transparent; */
}
div#nav a.YAH {
	cursor: text !important;
}
div#navBottom {
	background: transparent;
	width: 223px;
	height: 1px;
}
/* vertical  navigation ^ -------------*/

/*----------text size manipulation ---------*/

.textSizeLink {
	cursor:pointer;
	color:#235888 !important;
}
.textSizeLinkYAH {
	cursor:text;
	color: #76a7dd !important;
}
div#textSizeWidget a:link, div#textSizeWidget a:visited {	
	text-decoration: none;
	color: #235888;/* 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  {
	color: #76a7dd !important;
}
div#textSizeWidget a.YAH {
	color: #76a7dd;
}
a#c1_textToSmall {	
	font-size:14px;/*14px for Georgia, 12px for Trebuchet, 14px for Palatino, 16 for Times, 13 for Verdana*/
	margin:1px;	
	padding: 2px 7px 4px 6px;
	background: url(assets/beach/btn_bg.jpg) 0 0 no-repeat transparent;
	border-bottom: 2px solid #bbd060;
	border-left: 2px solid #bbd060;
	border-top: 2px solid #8cc8fc;
	border-right: 2px solid #b4dbfc;
}
a#c1_textToMedium {
	font-size:16px;/*14px for Georgia, 12px for Trebuchet, 14px for Palatino, 16 for Times, 13 for Verdana*/
	margin:1px;
	padding: 3px 4px 4px 4px;
	background: url(assets/beach/btn_bg.jpg) 0 0 no-repeat transparent;
	border-bottom: 2px solid #bbd060;
	border-left: 2px solid #bbd060;
	border-top: 2px solid #8cc8fc;
	border-right: 2px solid #b4dbfc;}
a#c1_textToLarge {
	font-size:18px;/*14px for Georgia, 12px for Trebuchet, 14px for Palatino, 16 for Times, 13 for Verdana*/
	margin:1px;
	padding: 2px 7px 4px 6px;
	background: url(assets/beach/btn_bg.jpg) 0 0 no-repeat transparent;
	border-bottom: 2px solid #bbd060;
	border-left: 2px solid #bbd060;
	border-top: 2px solid #8cc8fc;
	border-right: 2px solid #b4dbfc;
}
div#textSizeWidget {
	padding:10px 5px 10px 27px;
	margin:0;
	vertical-align:middle;
}

/*---------^text size manipulation ^--------*/


/* content div ---------------*/
div#content {
	background: #FFFFFF;/*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: 18px;/*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:Verdana, Arial, Helvetica, sans-serif;
	color:#616e7a;/* EDIT for style */
}
h2 {
    font-size: 17px;/*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:Verdana, Arial, Helvetica, sans-serif;
	color:#616e7a;/* EDIT for style */
}
h3 {
    font-size: 16px;/*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:Verdana, Arial, Helvetica, sans-serif;
	color:#616e7a;/* EDIT for style */
}
h4 {
    font-size: 15px;/*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:Verdana, Arial, Helvetica, sans-serif;
	color:#616e7a;/* EDIT for style */
}
h5 {
    font-size: 14px;/*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:Verdana, Arial, Helvetica, sans-serif;
	color:#616e7a;/* EDIT for style */
}
div#bodyCopy {

}
.smallText, div.smallText table tr td {
font-size:14px;/*14px for Arial,Georgia,Trebuchet, 15px for Palatino, 16 for Times, 12 for Verdana, 13 Lucida Sans*/
line-height:1.4em;
font-family:Georgia, "Times New Roman", Times, serif;
}
.mediumText, div.mediumText table tr td {
font-size:16px;/*16px for Arial,Georgia,Trebuchet, 17px for Palatino, 18 for Times, 14 for Verdana, 15 Lucida Sans*/
line-height:1.4em;
font-family:Georgia, "Times New Roman", Times, serif;
}
.largeText, div.largeText table tr td {
font-size:18px;/*18px for Arial,Georgia,Trebuchet, 19px for Palatino, 21 for Times, 16 for Verdana, 17 Lucida Sans*/
line-height:1.4em;
font-family:Georgia, "Times New Roman", Times, 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:Georgia, "Times New Roman", Times, 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: #35457f !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: 15px;
	font-weight: bold;
	color: #235888 !important;/*EDIT for style*/
	text-decoration: none !important;
	background: url(assets/beach/btn_bg.jpg) 0 0 no-repeat transparent;
	border-bottom: 2px solid #bbd060;
	border-left: 2px solid #bbd060;
	border-top: 2px solid #8cc8fc;
	border-right: 2px solid #b4dbfc;
	padding: 3px 12px 6px 10px; 
	margin: 2px 0 2px 0;
	height: 25px; /*EDIT for style*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.button:hover, .buttonEntriesList:hover, .buttonLong:hover {
	color: #76a7dd !important;/*EDIT for style*/
}
.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/beach/btn_bg.jpg) 0 0 repeat-y transparent; /*EDIT for style*/
	padding: 4px 12px 5px 10px;
	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 300px;/*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/beach/banner.jpg) 0 0px no-repeat #FFFFFF;/*EDIT for style*/
	font-size: 10px;
	font-weight: normal;
	color: #000000;/*EDIT for style*/
	height: 29px;
	font-weight:bold;
	border-top: 2px solid #2d88d7;
}
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: #000000 !important ;/*EDIT for style*/
	text-decoration: none;
}
div#footer a:hover {
	text-decoration:underline;
}
.goRight {
	float:right;
	padding: 7px 30px 0 0;
	color:#000000;
}
div#footer span.goRight a {
    color:#000000 !important;
	white-space:nowrap;
}
/* footer ^ ----------------*/

div#stats {
	margin: 0;
	padding:0;
	width:100%;
	height:1px;
	background:#fffbe5;
}
/* --------------------- entry formatting ----------------------------*/
/* ---------------- pager -------------------------- */
div.divPager {
	background: #fff5be;
	padding: 7px;
	margin: 5px 0 5px 0;
	height:19px;
	width:600px;
	border-bottom: 1px solid #aed148;
	border-top: 1px solid #aed148;
}
div#prevButton, div#nextButton {
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	padding: 2px 0 3px 0;
	line-height:normal;
}
div#prevButton span.noMore, div#nextButton span.noMore {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#prevButton {
	float:left;
}
div#nextButton {
	float:right;
}
div#prevButton a:link, div#prevButton a:visited {
	color:#2f608d !important;
	text-decoration:none;
    background: url(assets/icons/previous_entry.gif) 0 0 no-repeat transparent;
	padding: 2px 0 3px 28px;
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#nextButton a:link, div#nextButton a:visited{
	color:#2f608d !important;
	text-decoration:none;
	background: url(assets/icons/next_entry.gif) right 0 no-repeat transparent;
	padding: 2px 28px 3px 0;
	line-height:normal;
	margin: 0 15px 0 0;
	_margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#prevButton a:hover, div#prevButton a:active, div#nextButton a:hover, div#nextButton a:active{
	color:#35457f !important;
	text-decoration:underline;
}
/* ---------------^ pager ^------------------------- */
/* ---------------- entry counter -------------------------- */
div.divEntryCounter {
	background: #fff5be;
	padding: 4px 0 2px 10px;
	_padding: 3px 0 3px 10px;
	margin: 0;
	height:18px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color: #000000;
	line-height:normal;
	width:600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #aed148;
	border-top: 1px solid #aed148;
}
/* ---------------^ entry counter ^------------------------- */
/* ---------------- entry byline -------------------------- */
div.divByLine {
	text-transform:uppercase;
	font-size:x-small;
	_font-size:xx-small;
	margin: 2px 0 10px 0;
	color: #7491a9;
	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: #828282;
	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: #616e7a !important;
	text-decoration:none;
}
/* ---------------- bottom links -------------------------- */
div.divBottomLinks {
	text-transform:uppercase;
	margin: 25px 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:-229px;
	left: 0px;
	z-index:50;
	display:none;
	visibility:hidden;
}
*:first-child+html div.divLinkTo {/*IE7 only*/
	top:-223px;
}
.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: #2f608d !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 1px no-repeat transparent;
	padding: 2px 30px 4px 22px;
	text-decoration:none;
	color: #2f608d !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: #2f608d !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: #2f608d !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: #2f608d !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: #2f608d !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: #2f608d !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: #2f608d !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: #2f608d !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: #2f608d;
	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: #2f608d !important;
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
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: #2f608d !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;
}
.publicButtonBarBottom {
	text-align:right;
	padding-right:90px;
	_padding-right:155px;
}
*:first-child+html .publicButtonBarBottom{/*IE7 only*/
	ttext-align:right;
	padding-right:155px;
}
.lblSignedIn {
	display:block;
	padding: 15px 0 0 23px;
	font-weight:normal;
	margin:0;
	font-size:13px;
}
.authorLogin {
	display:block;
	padding: 0 0 15px 23px;
	font-weight:normal;
	margin:0;
	font-size:13px;
	color: #35457f !important;/*EDIT for style */
}
.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;
}
*: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;
}