/* Front Page elements */

/* The term-list class is set in the view and the term-pane class is set in the panel */

/* FEATURED */

.featured {
	width:600px;
	margin:0 auto 0 auto;
}

.featured_row { /*Set in the panel layout editor*/
	border-bottom:1px solid #900;
	margin-bottom:10px;
}

/*.views_slideshow_singleframe_slide {
  text-align: center;
  width: 100% !important; 
}
*/
.featured p {
	margin-top:5px;
}

.featured .featured-link {
	width:600px;
	height:300px;
	cursor:pointer;
	position:relative;
	z-index:0;
}

.featured .featured-link .title-text {
	color:#fff;
	font-weight:bold;
	font-size:20px;
	background:url(../images/black_trans_60.png);
	padding:5px;
	position:absolute;
	bottom:0;
	left:0;
	width:590px;
}

.view-featured {
	position:relative;
	width:600px;
}

#views_slideshow_singleframe_controls_featured-default {

}

#views_slideshow_singleframe_controls_featured-default a {
	margin:5px;
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
	background:url(../images/black_trans_60.png);
	font-size:24px;
	font-weight:bold;
}

.featured-slideshow {
  width:300px;
}

#views_slideshow_singleframe_prev_featured-default {
	position:absolute;
	top:130px;
	z-index:10;
	left:0;
}

#views_slideshow_singleframe_playpause_featured-default {
	display:none;
}

#views_slideshow_singleframe_next_featured-default {
	position:absolute;
	top:130px;
	right:0;
	z-index:10;
	right:0;
}

.featured .teaser {
	clear:both;
}

.featured p.read-more {
	float:right;
}

.featured .photo-credit {
	float:right;
	margin:0;
	padding:0;
}

.featured .author {
	font-weight:bold;
}

/** FEATURED ISSUE **/

.featured-issue {
	margin-bottom:10px;
}

.featured-issue .views-field-title a {
	font-weight:bold;
	font-size:18px;
	margin-bottom:3px;
}

.featured-issue .views-field-tid {
	font-weight:bold;
	margin-bottom:5px;
}

.featured-issue .views-field-teaser {
	font-size:16px;
	line-height:22px;
}

.featured-issue .views-field-view-node {
	font-weight:bold;
	float:right;
	margin-bottom:10px;
}

/** taxonomy lists */

.term-list a {
	color:#900;
	text-decoration:none;
}

.term-pane {
	margin-top: 10px;
	background: #eee;
}

.term-pane .pane-title {
	background-image: -moz-linear-gradient(top, #f0f0f0, #d0d0d0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d0d0d0));
  -moz-border-radius: 2px; -webkit-border-radius: 2px;
	padding: 8px;
}

.term-pane .pane-content {
	padding: 8px;
}

.term-pane h2 {
	cursor:pointer;
	position:relative;
}

.term-pane .item-list ul li,
.term-pane .region-list ul li {
	margin: 0.5em 0;
	padding: 0;
	list-style: none;
}

#topic-terms {
	margin-top: 10px;
}

#section-terms {
}

#region-terms .region-list ul li {
}

#region-terms .region-list ul li ul li {
	margin-left: 10px;
}

.exp-col-image {
	position:relative;
	top:3px;
}

#region-terms h5, #region-terms h6, #region-terms span.h7 {
	display:none;
}

/** homepage - featured article */

.pane-featured .featured .featured-link {
	margin-bottom: 1em;
}

.pane-featured .featured .featured-link .title-text:hover {
	text-decoration: underline;
	cursor: pointer;
}

.pane-featured .featured p {
	font-size: 1.2em;
	line-height: 140%;
}

/** homepage - arts box */

.pane-arts-column {
	margin-top: 10px;
}

.pane-arts-column .views-field-title {
	font-size: 1.75em;
	line-height: 133%;
	margin: 0.5em 0;
	font-weight: bold;
}

.pane-arts-column .views-field-teaser {
	margin-top: 1em;
	font-size: 1.1em;
	line-height: 140%;
}

.pane-arts-column .views-field-field-photo-essay-photo-fid {
	float: left;
	width: 100%;
	border-bottom: solid 1px #900;
	padding-bottom: 2em;
	margin-bottom: 2em;	
}

.pane-arts-column img {
	float:left;
	margin:3px;
}

/** homepage - recent articles */

.pane-recent-articles .pane-title {
/*	text-transform: uppercase;*/
	color: #333;
}

.pane-recent-articles .views-row {
	border-bottom: solid 1px #ddd;
	padding-bottom: 1em;
}

.pane-recent-articles .views-field-title, .pane-recent-articles .title {
	font-size: 1.75em;
	line-height: 133%;
	margin: 0.5em 0;
	font-weight: bold;
}

.pane-recent-articles .views-field-tid, .pane-recent-articles .meta {
	font-weight: bold;
}

.pane-recent-articles .views-field-teaser, .pane-recent-articles .teaser {
	margin-top: 1em;
	font-size: 1.1em;
	line-height: 140%;
}

.pane-recent-articles .views-field-teaser p, .pane-recent-articles .teaser p {
	line-height: 133%;
}

/** homepage right sidebar area */

.panels-flexible-column-last {
}

.panels-flexible-column-inside-last {
	padding-left: 1em;
}

.panels-flexible-column-last .pane-title {
/*	text-transform: uppercase;*/
	font-size: 1.2em;
}

.panels-flexible-column-last .pane-content {
	color: #333;
}

/** homepage sidebar - special page */

.special-page {
	background: #F2ECE2;
	padding: 1em;
	margin-bottom: 1em;
}

.special-page h2.pane-title {
	margin-bottom:5px;
}

.special-page ul.links {
	float:right;
}

/** homepage sidebar - radio */

.pane-radio-box {
	border: solid 1px #DDD4C9;
  background-image: -moz-linear-gradient(top, #FFFBF8, #ECDBC8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFBF8), to(#ECDBC8));
	padding: 1em;
  -moz-border-radius: 4px; -webkit-border-radius: 4px;
}

.pane-radio-box .views-field-title {
/*	color: #900;*/
	font-weight: bold;
	margin: 0.75em 0;
}

.pane-radio-box .views-field-teaser {
	margin: 0.75em 0;
}

/** homepage sidebar - cartoon */

.pane-cartoon {
	margin: 1em 0;
/*	border-bottom: solid 1px #ddd;*/
	padding-bottom: 1em;
	margin: 1em 0;
}

.pane-cartoon .view-footer {
	margin-top: 0.25em;
}

/** homepage sidebar - friends list */

.friends-pane {
	background: #F2ECE2;
	padding: 1em;
	margin-bottom: 1em;
}

.friends-pane h2.pane-title {
	margin-bottom: 0.5em;
}

.friends-pane .views-row {
	margin: 0.5em 0;
	line-height: 133%;
}

.friends-pane .views-row a {
	font-weight: bold;
}

/** homepage sidebar - five from archive */

.pane-random-five {
	background: #F2ECE2;
	padding: 1em;
	margin-bottom: 1em;
}

.pane-random-five .views-row {
	margin: 1em 0;
	border-bottom: solid 1px #ccc;
	line-height: 133%;
}

.pane-random-five .views-row-last {
	border: none;
}

.pane-random-five .views-field-title {
	font-size: 1.25em;
	margin: 0.5em 0;
	font-weight: bold;
	line-height: 140%;
}

.pane-random-five .views-field-tid {
	font-weight: bold;
}

.pane-random-five .views-field-teaser {
	margin-top: 1em;
	line-height: 133%;
}

.pane-random-five .views-field-created {
	margin-bottom: 1em;
	line-height: 133%;
}

.pane-random-five .random-five-footer {
	margin:25px 0 0 0;
}

.pane-random-five .random-five-footer a {
	text-align:right;
	font-weight:bold;
}

/* Edit Panel */

.edit-comments table.views-table.cols-25.sticky-enabled.tableSelect-processed {
	margin-right:50px;
}

.edit-comments td.views-field-comment {

}