/* standard tags */

h1,h2,h3,h4,h5,h6 { 
	font-family:Arial, Helvetica, sans-serif;
	margin-top:.25em;
	margin-bottom:.25em;
	font-weight:normal;
	color:#8CA349;
}

h1 {font-size:36px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-top:0;
	margin-bottom:.25em;
	line-height:1em;
	}
h2 {font-size:22px; line-height:22px;}
h3 {font-size:18px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:10px;}


body {
	background-color:#fff;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	}
	
/* page structure */

#page-body {
	background-image:url(/images/body-bg.png);
	background-repeat:repeat-x;
	background-color:#F3F4EE;
	overflow:auto;
	padding-bottom:5px;
	}

#columns {
	width:980px;
	margin:auto;
	padding:5px 0;
	overflow:hidden;
	}

/* topnav */
	
#branding-layer {
	height:115px;
	background:#fff;
	padding-top:30px;
	}
	
#branding {
	width:980px;
	margin:auto;
	position:relative;
	}
	
#navigation-layer {
	height:30px;
	background-color:#669540;
	background-image:url(/images/nav_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
.top-links {
  margin-right:15px;
	}
	
#top-nav a {
	color:#999;
	}
	
.nav-container {
	margin:auto;
	width:980px;
	position:relative;
	z-index:999;
	}
	
/* search styles */

#sitesearch {
	text-align:left;
	position:absolute;
	right:0px;
	top:130px;
	height:31px;
	width:403px;
}

#sitesearch .searchformfield, .searchform {
	height:25px;
	border:solid 1px #000;
	position:absolute;
	right:81px;
	top:0;
	margin:0;
	width:180px;
	line-height:25px;
	padding:0 3px;
}

#sitesearch .searchselect {
	margin:4px 3px 0 0;
	position:absolute;
	top:0;
	right:270px;
	
	}

#sitesearch form {
	padding:0;
}

#sitesearch #searchbutton {
	margin-right:0px;
	height:27px;
	width:76px;
	background:url(/images/search_button.png);
	background-repeat:no-repeat;
	background-position:0 0;
	border:none;
	color:#fff;
	font-weight:bold;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
}

#sitesearch #searchbutton:hover {
	background-position:0 -27px;
}
	
/* for opera */
	
html:first-child #sitesearch {
	padding-top:5px;
	height:30px;
	}
	
#weather {
	position:relative;
	height:30px;
	padding-left:30px;
	}

	
#weather img {
	width:20px;
	height:20px;
	position:absolute;
	top:5px;
	left:5px;
	}	

#weather a:hover {

	}

/* end topnav */

	
/** footer **/

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#4e0e1b;
	background-color:#fff;
}

#bottom-menu {
	padding-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	width:964px;
	margin:auto;
}

#footer a {
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;
}
	
#footer p {
	margin-top:0px;
	margin-bottom:20px;
	}
	
/* end footer */

/* general styles */

form {
	padding:0 0 0 0;
	margin:0 0 0 0;
}

input {
	margin:0 0 0 0;
}


a {
	text-decoration: none;
	outline:none;
	color:#669540;
}

a:hover {
	text-decoration: underline;
}

/* special article styles */

#article h1 {
	font-family:Georgia, "Times New Roman", Times;
	color:#000;
	}
	
#article {
	line-height: 1.7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
h3.article-subtitle {
	font-family:Arial, Helvetica;
	color:#333;
	}
	
.pullquote {
	border-bottom:solid 1px #52713C;
	border-top:solid 1px #52713C;
	font-family: Georgia, "Times New Roman", Times;
	font-size:20px;
	color:#52713C;
}

.dropcap {
	float:left;
	font-size:350%;
	line-height:90%;
	padding-top:2px;
	font-weight:normal;
	margin-right:.1em;
	font-family:Georgia, "Times New Roman", Times;
	color:#632f23;
}

.sidebar-right {
	float:right;
	margin:0 0 5px 15px;
	padding:15px 0 15px 15px;
	width:225px;
	color:#404040;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px;
	border-top:solid 1px #404040;
	border-left:solid 1px #404040;
	background-color:#fff;
	}
	
.sidebar-left {
	float:left;
	margin:0 15px 5px 0;
	padding:15px 15px 15px 0;
	width:225px;
	color:#404040;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px;
	border-top:solid 1px #404040;
	border-right:solid 1px #404040;
	background-color:#fff;
	}
	
.pullquote {
	border-bottom:solid 1px #52713C;
	border-top:solid 1px #52713C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16pt;
	color:#52713C;
}

address {
	margin-bottom:.25em;
	}
	
p	{
	margin-top:0;
	}
	
blockquote {
	margin-left:0;
	margin-right:0;
	font-style:italic;
	}
	
ul.chevron {
	list-style:none;
	margin-left:10px;
	margin-bottom:20px;
	padding:0;
	}
	
ul.chevron li {
	background:url(/images/bullet.gif);
	background-position:left 4px;
	background-repeat:no-repeat;
	padding-left:15px;
	line-height:1.25em;
	margin-bottom:.75em;
	}
	
ul.chevron-large
{
	list-style:none;
	margin:0;
	padding:0;
}

ul.chevron-large li
{
	background-position: 0pt 1em;
	line-height:2.5em;
	border-bottom: 1px solid #ccc;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	padding:0;
	padding-left:1.5em;
	font-size:125%;
	margin:0;
	list-style:none;
}

ul.chevron-large li a {
	display:block;
	}
	
ul.chevron-large li a:hover {
	text-decoration:none;
	color:#000;
	}

ul.chevron-large li:first-child
{
	border-top: 1px solid #ccc;
}

.row-01 {
	background-color:#f5f5f5;
	}

.row-02 {
	background-color:#fff;
	}
	
#breadcrumb {
	padding:0 10px;
	line-height:42px;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom:5px;
	background-color:#fff;
	border-bottom:solid 1px #aaa;
	}

.left-justify-pic {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	margin-top:5px;
	}
	
.left-justify-pic p {
	margin-bottom:0px;
	}
	
.right-justify-pic {
	float:right;
	margin-left:15px;
	margin-bottom:5px;
	margin-top:5px;
	}
	
.right-justify-pic p {
	margin-bottom:0px;
	}
	
#splash .left-justify-pic, #splash .right-justify-pic {
	margin-bottom:0;
	}
	
#splash .module {
	border:none;
	padding:0 0 0 0;
	border-bottom:solid 1px #aaa;
}

#splash .sg-splash-right-menu  {
 overflow:hidden;
}

.photo-credit {
	text-align:right;
	color:#666;
	font-size:14px;
	line-height: 1.3em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
.photo-description {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 0pt;
	}

.by-line {
	text-transform:uppercase;
	margin:15px 0px;
	font-size:12px;
	color:#000;
	letter-spacing:2px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}

	
	
/* pager styles */

#pager {
	margin-bottom:10px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#pager .pageritem {
	padding:5px;
	margin-right:3px;
	padding:5px;
	background-color:#eeeeee;
	margin-right:3px;
	}
	
#pager a.pageritem:hover {
	padding:5px;
	background-color:#8CA349;
	color:#fff;
	text-decoration:none;
	margin-right:3px;
	}
	
/* end pager styles */
	
	
p.fineprint {
	margin-top:20px;
	}
	
.fineprint {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.5em;
	}
	
.errors {
	font-size:12pt;
	color:#ff0000;
	font-weight:bold;
	}
	
a img {
	border:none;
	}

/* pagetools styles */

#pagetools {
        font-family:Arial, Helvetica, sans-serif;
        font-size:10px;
        text-transform:uppercase;
        border-bottom:solid 1px #c0c0c0;
		line-height:42px;
		padding:0 15px;
		background:#fff;
		margin-bottom:5px !important;
        }

#pagetools img {
        border:none;
        vertical-align:middle;
        }

#pagetools a {
        cursor:pointer;
        text-decoration:none;
        margin-right:10px;
        }

/* end pagetools styles */


.clear {
	clear: both;
	height:1px;
}

	
table.contact {
	border-collapse:collapse;
	border-top:solid 1px #ccc;
	margin-bottom:10px;
	width:100%;
	}
	
table.contact td, table.contact th {
	padding:5px 0;
	border-bottom:solid 1px #ccc;
	vertical-align:top;
	}


/** child page menu **/

	
ul.child-page-menu {
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	font-size:150%;
	}
	
div.column-3-box ul.child-page-menu {
	padding:0px;
	background:#fff;
	margin:0px;
	margin-bottom:0px;
	}
	
ul.child-page-menu li:first-child {
	border-top:solid 1px #ccc;
	}

ul.child-page-menu li {
	list-style:none;
	border-collapse:collapse;
	border-bottom:solid 1px #ccc;
	padding:0;
	margin:0;
	}
	
ul.child-page-menu li a {
	display:block;
	background:#fff;
	padding:.25em;
	text-decoration:none;
	font-weight:bold;
	}
	
ul.child-page-menu li a:hover {
	background:#eee;
	text-decoration:none;
	}
	
div.content-box ul.child-page-menu {
	margin-bottom:0;
	}

/* comments */

.commentsform {
	margin-bottom:10px;
	}
	
#article table#commentForm td {
	padding-left:0px;
	padding-right:0px;
	}
	
h6 {
	font-size:12px;
	font-weight:bold;
	}
	
table#commentForm #fp3 {
	margin-right:5px;
	}
	
.comments, .commentsform {
	font-family:Arial, Helvetica, sans-serif;
	}
	
#article table#commentForm td #commentField {
	width:590px;
	background-color:#f5f5f5;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-top:solid 1px #999;
	border-left:solid 1px #999;
	}
	
/* end comments */

table#advertise {
	border:none;
	border-collapse:collapse;
	width:100%;
	}
	
table#advertise td {
	vertical-align:top;
	background-color:#f5f5f5;
	padding:10px 10px 0 10px;
	border-left:solid 2px #fff;
	border-right:solid 2px #fff;
	text-align:center;
	line-height:normal;
	}
	
table#advertise tr.downloads td {
	border-bottom:solid 2px #fff;
	padding:0 10px 10px 10px;
	width:33.33%;
	}
	
table#advertise tr.downloads td a {
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	display:block;
	padding:5px;
	background-color:#eee;
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	}
	
table#advertise tr.downloads td a:hover {
	background-color:#ddd;
	text-decoration:none;
	}
	
table#advertise h3{
	margin:.75em 0;
	}
	
table#advertise h4{
	font-weight:bold;
	margin:1em 0;
	}
	
table#advertise img {
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	}
	
table#advertise p {
	margin-bottom:0;
	}


.image-container {
	margin-bottom:15px;
	}
	
table.submission-form {
	border-collapse:collapse;
	width:100%;
	}
	
table.submission-form td {
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	vertical-align:top;
	}


/* navigation */

table.nav {
	height:30px;
	padding:0;
	margin:0;
	width:100%;
	border-collapse:collapse;
	background-color:#555;
	border-left:solid 1px #8ca349;
	}
	
table.nav span {
	cursor:pointer;
}
	
table.nav td {
	padding:0;
	}
	
table.nav td a, table.nav td span {
	display:block;
	outline:none;
	height:29px;
	text-align:center;
	line-height:30px;
	padding:0 8px;
	font-weight:normal;
	border-right:solid 1px #8ca349;
	background-color:#669540;
	color:#fff;
	font-size:14px;
	border-bottom:solid 1px #55693f;
	}
	
table.nav td > a:hover, table.nav td > a.hover, table.nav td > span:hover, table.nav td > span.hover, table.nav td > a.on:hover, table.nav td > span.on:hover, table.nav td > a.on.hover, table.nav td > span.on.hover {
	text-decoration:none;
	background-color:#e75e25 !important;
	color:#fff;
	border-bottom:solid 1px #e75e25;
	}
	
table.nav td a.on, table.nav td span.on {
	background-color:rgb(155,189,83);
	border-bottom:solid 1px #6b7b4b;
}
	
table.nav td.last a, table.nav td.last span {
border-right:solid 1px #8ca349;
}

table.nav td div.flyout {
	display:none;
	position:absolute;
	z-index:9999;
	font-size:12px;
	}

table.nav td div.flyout ul {
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:relative;
	}
	
table.nav td div.flyout ul li {
	margin:0 0;
	padding:0 0;
	list-style:none;
	position:relative;
	}
	
table.nav td div.flyout ul li a, table.nav td div.flyout ul li span {
	display:block;
	padding:5px 15px 5px 7px;
	white-space:nowrap;
	color:#fff;
	background-color:#9bb453;
	border-right:none;
	text-align:left;
	font-size:12px;
	line-height:normal;
	height:auto;
	border-bottom:none;
	}
	
/* Submenu colors should match the hover states indicated above */
	

table.nav td div.flyout ul a.has-flyout, table.nav td div.flyout ul span.has-flyout {
	background-image:url(/images/flyout-bg.gif);
	background-position:center right;
	background-repeat:no-repeat;
}
	
table.nav td div.flyout ul li a:hover, table.nav td div.flyout ul li span:hover {
	color:#f8d3ab;
	text-decoration:none;
	}
	
/* IE6 hack to keep color in hover state consistent */	
	
* html table.nav td div.flyout ul li a:hover, * html table.nav td div.flyout ul li span:hover {
	color:#fff;
	}

div.flyout div.flyout ul {
	border-left:solid 1px #afcb5e;
}
/* modules */

div.default-splash h1{
	background:#993333;
	line-height:238px;
	color:#fff;
	text-align:center;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	margin-bottom:5px;
	}

.module {
	background:#fff;
	margin-bottom:5px;
	position:relative;
	border-bottom:solid 1px #aaa;
	padding:5px;
	}
	
.module .content {

	}
	
.module h2 {
	line-height:22px;
	color:#12238a;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:none;
	border-bottom:none;
	padding:3px 5px;
	font-size:16px;
	margin:0 0 5px 0;
	background-color:#f5f5f5;
	}
	
/* features */

.features a.issue-link {
	position:absolute;
	right:10px;
	top:13px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
.features h2 {
	text-transform:uppercase;
	}
	
.features .articles h4 {
	font-size:20px;
	}
	
.features .content {
	padding-top:0;
	padding-bottom:0;
	}
	
.features a.archive {
	line-height:24px;
	text-align:right;
	text-transform:uppercase;
	font-size:10px;
	display:block;
	}
	
.features table.articles tr:last-child td {
	border-bottom:solid 1px #c0c0c0;
	}
	

	
/* related articles */

.related-articles ul{
	list-style:none;
	margin:0;
	padding:0;
}

.related-articles li {
	list-style:none;
	margin:0;
	padding:5px 0;
	border-bottom:solid 1px #e6e6e6;
	font-size:14px;
	font-weight:bold;
	overflow:auto;
	line-height:16px;
	}
	
.related-articles li a {
	outline:none;
	padding:3px 0;
	display:block;
	}
	
.related-articles li a:hover {
	text-decoration:none;
	}
	
.related-articles li img {
	display:inline-block;
	padding:2px;
	background-color:#fff;
	border:solid 1px #000;
	float:right;
	margin-left:15px;
	margin-bottom:3px;
		}
	
/* current issue */

.current-issue .promotional-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	line-height:1em;
	text-transform:uppercase;
	margin-bottom:20px;
	color:#333;
}

.current-issue {
	overflow:auto;
}

.current-issue .cover-image {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}

.current-issue .promotional-text .smaller {
	text-transform:none;
	font-size:14px;
	line-height:1.2em;
}

.current-issue .call-to-action {
	font-size:14px;
	font-weight:bold;
}

/* article lists */

table.articles {
	border-collapse:collapse;
	border:none;
	padding:0;
	margin:0;
	width:100%;
	}
	
table.articles td {
	vertical-align:top;
	padding:10px 0;
	border-bottom:solid 1px #ccc;
	}
	
.departments table.articles td {
	border-bottom:solid 1px #c0c0c0;
	}
	
.departments table.articles th {
	padding-top:15px;
	}
	
table.articles h4 {
	font-size:16px;
	margin-top:0;
	}
	
table#features h4 {
	font-size:20px;
	margin-top:0;
	font-weight:normal;
	}
	
table.articles .article-byline {
	text-transform:uppercase;
	font-size:10px;
	margin-bottom:0;
	}
	
table.articles td.article-image {
	width:75px;
	padding-right:12px;
	}
	
table.articles td {
	border-bottom:solid 1px #ccc;
	}
	
table.articles tr:last-child td {
	border-bottom:none;
	}
	
table#features td {
	padding-top:15px;
	padding-bottom:15px;
	}
	
table.articles th {
	text-align:left;
	border-bottom:solid 1px #632f23;
	padding-top:10px;
	padding-bottom:0;
	}
	
table.articles th div {
	position:relative;
	}
	
table.articles tr th h4 {
	font-size:16px;
	margin-bottom:1px;
	width:70%;
	}
	
table.articles th a.archive {
	position:absolute;
	width:25%;
	right:0px;
	bottom:2px;
	text-transform:uppercase;
	font-size:10px;
	text-align:right;
	}
	
/* end article list */

.geobase-form {
	margin:0 0 10px 0;
	}
	
.geobase-form .search-field {
	width:220px;
	}
	
.small-header .geobase-form .search-field {
	width:75px;
	}
	
div.geobase-list h3 {
	background-color:#c0c0c0;
	text-transform:uppercase;
	font-size:11px;
	border-top:solid 1px #767676;
	border-left:solid 1px #767676;
	border-right:solid 1px #fff;
	margin-bottom:0;
	font-weight:bold;
	padding:0 6px;
	line-height:20px;
	color:#000;
	}
	

	
div.geobase-list p {
	margin:10px 0 0 0;
	}

div.geobase-list h2 span {
	font-size:12px;
	text-transform:uppercase;
	}
	
/** ad styles **/

.half-page-ad, .tower-ad {
	padding:10px;
	text-align:center;
	}
	
.rectangle-ad h6, .half-page-ad h6, .tower-ad h6 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	margin-top:-5px;
	}

.rectangle-ad {
	text-align: center;
	padding:10px 0px;
	background-color:#fff;
}

.rectangle-ad p, .tower-ad p {
	color:#999;
	text-transform:uppercase;
	font-size:10px;
	margin-bottom:5px;
	}

.tower-ad {
	margin-bottom: 5px;
	text-align: center;
	background-color:#fff;
	padding:10px;
}
	
/** end ad styles **/

.monthly-view {
	position:relative;
	}

.monthly-view .content h2 {
	display:none;
	}
	
.monthly-view .content h3 {
	position:absolute;
	top:11px;
	right:15px;
	text-transform:uppercase;
	font-size:14px;
	}
	
/* search results */

#searchresults {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
#searchresults dt {
	padding-top:15px;
	border-top:solid 1px #ccc;
	}
	
#searchresults dd {
	padding-bottom:15px;
	margin-left:15px;
	}
	
table.archive {
	line-height:normal;
	font-size:12px;
	}
	
table.archive td.issue {
	width:100px;
	}
	
table.archive td.article-content {
	padding-right:15px;
	}
	
div.calendar-preview div.events-links {
	position:relative;
	background:#f5f5f5;
	height:25px;
	border-bottom:solid 1px #c0c0c0;
	font-size:10px;
	text-transform:uppercase;
	}
	
div.events-links div.calendar-category {
	position:absolute;
	top:5px;
	left:10px;
	}

div.events-links div.all-events {
	position:absolute;
	top:5px;
	right:10px;
	}
	
div.calendar-preview div.content div {
	border-bottom:dashed 1px #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
	}
	
div.calendar-preview div.content div p {
	margin-bottom:0;
	}
	
div.calendar-preview ul.chevron, div.monthly-view ul.chevron, div.weekly-view ul.chevron {
	margin-bottom:0;
	}
	
div.arts-advisor .content img, div.idaho-golf .content img {
	padding-bottom:5px;
	}
	
div.idaho-golf .content {
	overflow:auto;
	}
	
/* geobase category list */

ul.category-list {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	border-right:solid 1px #fff;
	border-left:solid 1px #767676;
	}

ul.short {
	max-height:300px;
	overflow:auto;
	}
	
ul.dining-guide {
	max-height:88px;
	}
	
ul.long {
	max-height:600px;
	overflow:auto;
	}
	
ul.category-list li {
	list-style:none;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #a5acb2;
	margin:0;
	padding:0;
	}
	
ul.category-list li a {
	display:block;
	background:#F0F0F0;
	padding:3px 5px;
	text-decoration:none;
	outline:none;
	color:#666;
	}

ul.category-list li a:hover {
	background:#E5E4E4;
	text-decoration:none;
	color:#000;
	}

ul.category-list li.rowA a {
	background:#F0F0F0;
	}
	
ul.category-list li.rowB a {
	background:#fff;
	}
	
ul.category-list li.rowA a:hover, ul.category-list li.rowB a:hover {
	background:#E5E4E4;
	}


.category-list-head {
	color:#fff;
	background-color: #444444;
	font-size: 10px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top:10px;
	margin-bottom:1px;
	padding:4px 10px;	
}

/* end geobase category-list styles */



.week-view table.event-list {
	border-collapse:collapse;
	width:100%;
	}
	
.week-view table.event-list td {
	vertical-align:top;
	}
	
.week-view table.event-list tr td.time {
	width:65px;
	padding-top:8px;
	}
	
.week-view .content h2 {
	display:none;
	}
	
.week-view .content h3 {
	position:absolute;
	top:12px;
	right:10px;
	text-transform:uppercase;
	font-size:14px;
	}
	
.week-view .content table.event-list td h4 {
	margin-top:0;
	}
	
.week-view .content table.event-list td p {
	display:none;
	}
	
.arts-advisor .content {
	float:none;
	}
	
.arts-advisor {
	overflow:auto;
	}

 table.calendar-search {
	border-collapse:collapse;
	width:100%;
	margin-top:15px;
	border-top:solid 1px #ccc;
	}

 table.calendar-search td {
	border-bottom:solid 1px #ccc;
	padding:5px;
	background-color:#f5f5f5;
	}
	
 table.calendar-search td #search {
	width:90%;
	}
	
.week-view ul.chevron {
	margin-bottom:0;
	padding-bottom:0;
	}
	
.cde h3 {
	padding:0 5px;
	line-height:1.75;
	font-size:12px;
	color:#fff;
	background-color:#444;
	margin-bottom:1px;
	text-transform:uppercase;
	}
	
.cde ul {
	margin:0;
	padding:0;
	list-style:none;
	}

.cde li {
	margin:0;
	padding:0;
	border-bottom:solid 1px #fff;
	}
	
.cde li a {
	display:block;
	line-height:1.75;
	background-color:#eee;
	padding:0 5px;
	}
	
.cde li a:hover {
	text-decoration:none;
	background-color:#ccc;
	color:#000;
	}
	
.cde-info h3 {
	padding:0 5px;
	line-height:1.75;
	font-size:12px;
	color:#fff;
	background-color:#444;
	margin-bottom:1px;
	text-transform:uppercase;
	}
	
.cde-info ul {
	margin:0;
	padding:0;
	list-style:none;
	}

.cde-info li {
	margin:0;
	padding:0;
	border-bottom:solid 1px #fff;
	}
	
.cde-info li a {
	display:block;
	line-height:1.75;
	background-color:#eee;
	padding:0 5px;
	}
	
.cde-info li a:hover {
	text-decoration:none;
	background-color:#ccc;
	color:#000;
	}

.cde-info table {
	border-collapse:collapse;
	width:100%;
	margin-top:15px;
}

.cde-info table th {
	width:25%;
}

.cde-info table td.submit a {
	display:block;
	float:right;
	line-height:2em;
	padding:0 10px;
	background:#ddd;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.cde-info table td.submit a:hover {
	text-decoration:none;
	background:#ccc;
}

.cde-info table td, .cde-info table th {
	border-top:solid 1px #ccc;
	padding:5px 5px 5px 0;
}
	
.dept-list h2 .archive, .expert h2 .archive, .mini-fader h2 .archive, .article-list h2 .archive {
	float:right;
	text-transform:uppercase;
	font-size:10px;
	line-height:inherit;
	padding-left:15px;
	}
	
* html .dept-list h2 .archive,  * html .expert h2 .archive, * html .mini-fader h2 .archive, * html .article-list h2 .archive {
	position:relative;
	line-height:28px;
	}
	
.why-we-live-here h3 a {
	display:block;
	float:right;
	margin-left:10px;
	font-size:10px;
	text-transform:uppercase;
	margin-top:8px;
	}
	
.why-we-live-here h3 {
	border-bottom:solid 1px #ccc;
	}
	
.bragging-rights ul.chevron {
	margin-bottom:0;
	}
	
.featured-gardens h3 {
	border-bottom:solid 1px #999;
	}
	
.featured-gardens h3 span {
	float:right;
	font-size:10px;
	text-transform:uppercase;
	margin-top:8px;
	}
	
.expert p.question {
	border-top:dashed 1px #aaa;
	padding-top:15px;
	margin-bottom:0;
	}
	
.archive-index-cover .content {
	text-align:center;
}

table.subscribe td {
	padding:10px;
	}
	
.advertise-pubs {
	overflow:auto;
	border-top:solid 1px #999;
	padding:15px 0;
	}

.banner-ad {
	text-align:center;
	}
	
#geobase {
	line-height:normal;
	}
	
/* blogroll */

div.blog-roll h3 {
	text-align:center;
	margin-bottom:2px;
	background:url(/images/blogroll-heading-bg.gif);
	background-repeat:repeat-x;
	background-position:center;
	font-size:22px;
	}
	
div.blog-roll h3 a {
	background-color:#fff;
	display:inline-block;
	padding:0 5px;
	}
	
div.blog-roll h3 a:hover {
	text-decoration:none;
	}
	
div.blog-roll h4 {
	font-size:14px;
	font-weight:bold;
	}
	
div.blog-roll h6 {
	font-weight:normal;
	font-size:10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:0 0 10px 0;
	}
	
span.comments a {
	display:inline-block;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:10px;
	padding:0 15px 0 5px;
	background-image:url(/images/comments-arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#eee;
	line-height:15px;
	}
	
span.comments a:hover {
	background-color:#005691;
	text-decoration:none;
	color:#fff;
	}
	
#column-1 div.blog-roll h3 {
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	}
	
#column-1 span.comments a {
	margin-top:10px;
	}
	
#column-1 div.blog-entry {
	border-bottom:dotted 1px #aaa;
	margin-bottom:10px;
	}
	
#column-1 div.blog-roll img {
	position:relative;
	}
	
div.blog-entry {
	overflow:auto;
	}

.leaderboard {
	text-align:center;
	padding:3px 0;
	border-bottom:solid 1px #aaa;
	}
	
div.channel {
	background-color:#fff;
	margin-bottom:5px;
	}
	
.splash {
	background:#fff;
	overflow:auto;
	margin-bottom:5px;
	padding:5px;
}

.splash img {
	float:left;
	margin-right:15px;
}

.splash div.copy {
	padding:15px;
	font-size:14px;
	line-height:1.4;
	padding-top:0;
}

.splash div.copy .dropcap {
	line-height:80%;
	font-size:320%;
}

.most-viewed ol li {
	padding:5px 0;
	border-bottom:solid 1px #ccc;
}

.most-viewed ol {
	padding-left:25px
}

.bottom-ad {
	text-align:center;
}

/* ADDED */

#sharethis{
	position: absolute;
	right:30px;
	top: 63px;
}

ul.child-page-menu {
	font-size:100%;
	padding:5px;
}

ul.child-page-menu li a:hover {
	color:#000;
}

ul.child-page-menu li:first-child {
	border-top:none;
}

ul.child-page-menu li:last-child {
	border-bottom:none;
}

#eyebrow {
	height:61px;
}

#inner-eyebrow div.site-menu {
	border-bottom:solid 1px #ccc;
	float:none;
	display:block;
}

#branding-layer {
	height: 165px;
	padding-top:0;
	position:relative;
}

div.top-links, #sitesearch {
	margin-right:0;
	background:none;
	border:none;
}

table#top-links {
	font-size:12px;
	color:#fff;
	font-size:10px;
	margin:0;
	padding:0;
	position:absolute;
	right:0px;
	top:5px;
	width:728px;
	border-collapse:collapse;
	color:#12238a;
}

table#top-links a {
	color:#12238a;
}

table#top-links td {
	margin:0;
	padding:0;
	padding:0 7px;
	border-right:solid 1px #12238a;
	text-align:center;
	vertical-align:middle;
}

table#top-links td:first-child {
	padding-left:0;
}

table#top-links td:last-child {
	border-right:none;
	padding-right:0;
}

#logo {
	position:absolute;
	top:35px;
	}

#branding {
	height:100%;
	width:980px;
	position:relative;
	z-index:1;
}

div#branding div.region {
	position:absolute;
	top:128px;
	left:0;
	color:#9eb658;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}

div#leaderboard {
	position:absolute;
	top:28px;
	right:0;
	margin:auto;
	width:728px;
	height:90px;
	background-color:#fff;
}

div.leaderboard div {
	background-color:#ccc;
	height:90px;
	width:728px;
	margin:auto;
	line-height:90px;
	color:#fff;
	font-size:24px;
	text-align:center;
}

div.sponsorship h1{
	margin-bottom:0;
	color:#52713C;
	padding:10px;
}

.navigation-list ul {
	margin:0;
	padding:0;
	list-style:none;
}

.navigation-list ul li {
	padding:0;
	margin:0;
	list-style:none;
	border-bottom:solid 1px #ddd;
}

.navigation-list ul li:last-child {
	border-bottom:none;
}

.navigation-list ul li a, .navigation-list ul li span {
	display:block;
	line-height:normal;
	padding:5px 5px;
	background-color:#fff;
}

.navigation-list ul li ul li a, .navigation-list ul li ul li span {
	padding-left:20px;
}

.navigation-list ul li a:hover {
	background-color:#eee;
	text-decoration:none;
}

.navigation-list ul li ul {
	border-top:solid 1px #fff;
}

#splash .sg-splash-right-menu .galleryMenu div a {
	color:#669540 !important;
}

#column-2 table.articles {table-layout:fixed; width:99%;}