/*
** HTML elements
*/

/* tinymce: off */
/*
.content {
	color: #303030;
	font-size: 12px;
	line-height: 1.5;
}
.content * {
	color: #303030;
	font-size: 12px;
	line-height: 1.5;
}
*/
/* tinymce: on */
.content a, .content em, .content strong {
	font-size: inherit;
	line-height: inherit;
}
/* tinymce: off */
.content h6 {
	display: none;
}
/* tinymce: on */
.content a, .content .ui-widget-content a {
	color: #517ba1;/* #f79725;*/
	cursor: pointer;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.content a.button {
	font-size: 10px;
	line-height: 1;
	padding: 2px;
	border: 1px dotted  #517ba1;/*#f79725;*/
}
.content a.button:hover {
	border: 1px solid  #517ba1;/*#f79725;*/
	text-decoration: none;
}
.content address {
	padding: 0em 10px 0em 20px;
}
.content dl {
	margin: 0px 0px 17px 0px;
}
.content dt {
	font-family: Georgia, Times, serif;
}
.content dd {
	margin: 0px 0px 8px 0px;
	padding: 0em 0px 0px 20px;
	font-style: italic;
}
.content fieldset {
	margin: 0em 0px 1em 0px;
	border: 1px solid #4E4E44;
}
.content h1, .content h1 * {
	color: #6e9bd2;
	font-weight: normal;
	font-size: 36px;
	line-height: 1.18;
	margin: 18px 0px;
}
.content h1 .surtitle {
	color: #6e9bd2;
}
.content h1 .title {
	color: #5c8e56; /*#9ebc43;*/
}
.content h2, .content h2 * {
	color: #5c8e56; /*#6e9bd2;*/
	font-weight: normal;
	font-size: 18px;
	line-height: 1.2em;
	margin: 1em 0px;
	clear: both;
}
.content a h2:hover, .content a h2:hover * {
	color: #6e9bd2;
	text-decoration: underline;
}
.content h2 .surtitle {
	color: #517ba1;
}
.content h2 .title {
	color: #5c8e56; /*#9ebc43;*/
}
.content a h2 .title {
	color: #517ba1;
}
.content h3, .content h3 a, .content h5, .content h5.xTreeCollapsed {
	color: #5c8e56; /* #6e9bd2; /*#000099;*/
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	margin: 17px 0px;
	clear: both;
}
.content h4, .content h4 a {
	color: #6e9bd2; /*#000099;*/
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	margin: 20px 0px 17px 0px;
	clear: both;
}
.content h5, .content h5.xTreeCollapsed { /* This tag is hijacked by xTree.js to be an expand/collapse tag */
	padding-left: 15px;
	cursor: pointer;
/*	clear: both; */
	background: url(/images/theme/h5-collapsed.png) no-repeat left center;
}
.content h5.xTreeExpanded {
	padding-left: 15px;
	background: url(/images/theme/h5-expanded.png) no-repeat left center;
	margin-bottom: 0px;
}
.content h5:hover {
	text-decoration: underline;
}
.content div.xTreeCollapsed {
	display: none;
}
.content div.xTreeExpanded {
	margin-bottom: 17px;
	padding: 0px 0px 0px 6px;
	border-left: 9px solid #eeeeee;
}
.content hr {
	display: block;
	/*color: #303030;*/
	color: #ccc;
	background-color: #303030;
	background-color: #ccc;
	height: 1px;
	border: 0;
	margin: 18px 0px 17px 0px;
	width: 100%;
}
.content hr {
	display: block;
	/* color: #303030; */
	color: #ccc;
	background-color: #303030;
	background-color: #fff;
	height: 0px;
	border-top: 1px dotted;
	margin: 18px 0px 17px 0px;
	width: 100%;
}
.content img {
	border: 0px;
}
.content input, .content textarea {
	color: #007baf;
	font-size: 12px;
	line-height: 1.5;
	border: 1px solid #ccc;
	padding: 2px;
	margin: 2px 0px;
}
.content input[type=radio], .content input[type=checkbox] {
	border: 0;
}
.content input:focus, .content textarea:focus {
	background-color: #eee;
}
.content input.number {
	text-align: right;
}
.content select,.content option,.content optgroup {
	color: #009999;
}
.content legend {
	font-weight: bold;
	color: #006633;
}
.content optgroup {
	font-style: normal;
	font-weight: normal;
	color: #990033;
	padding: 0em 0px 0em 3px;
}
.content optgroup option {
	padding: 0em 0px 0em 10px;
}
.content option {
	padding: 0em 0px 0em 3px;
}
.content ol, .content p, .content table, .content ul {
	margin: 0.5em 0;
}
.content pre {
	background-color: transparent;
	padding: 0.5em 10px 0.5em 10px;
	border: 1px solid #ccc;
}
.content sub {
	color: inherit;
	font-size: 8px;
	vertical-align: text-bottom;
	padding: 0px 1px;
}
.content sup {
	color: inherit;
	font-size: 8px;
	vertical-align: text-top;
	padding: 0px 1px;
}
.content tbody { /* Bypasses evil styles in /modules/system/defaults.css */
	border: 0;
}
.content td {
	padding: 5px 5px 5px 5px;
}
.content td:first-child {
	padding-left: 5px;
}
.content td:last-child {
	padding-right: 5px;
}
.content ul {
	padding: 0px 0px 0px 15px;
	list-style-type: disc;
}
.content ol {
	padding: 0px 0px 0px 20px;
}
.content ul li {
	margin: 10px 0px;
}
.content ol li {
	margin: 10px 0px;
}

.content .boxleft {
	float: left;
	width: 200px;
	background-color: #e3eaf7;
	padding: 8px;
	margin: 9px 15px 9px 0px;
}
.content .boxright {
	float: right;
	width: 200px;
	background-color: #e3eaf7;
	padding: 8px;
	margin: 9px 0px 9px 15px;
}
.content .captionleft {
	color: #6e9bd2;
	font-size: 16px;
	line-height: 1.125;
	font-weight: bold;
	width: 200px;
	text-align: left;
	float: left;
	margin: 18px 0px;
	padding-right: 10px;
}
.content .captionright {
	color: #6e9bd2;
	font-size: 16px;
	line-height: 1.125;
	font-weight: bold;
	width: 200px;
	float: right;
	text-align: right;
	margin: 18px 0px;
	padding-left: 10px;
}
.content .imgleft {
	float: left;
	margin-right: 18px;
	padding-right: 0;
	border: 1px solid #eee;
	margin-bottom: 18px;
}
.content .imgright {
	float: right;
	margin-left:18px;
	padding-left: 0;
	margin-bottom: 18px;
	border: 1px solid #eee;
}

.content .iframeleft {
	float: left;
	padding-right: 18px;
}
.content .iframeright {
	float: right;
	padding-left:18px;
}
.content .label {
	color: #666600;
	font-weight: bold;
}
.content .quotation, .content blockquote {
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.8;
	display: block;
	padding: 0px 20px;
}
.content .quotation-author:before {
	content: '-- ';
}
.content .quotation-author {
	color: #888888;
	display: block;
	text-align: right;
	padding: 0px 20px;
}

.large {
	font-size: 14px;
	line-height: 1.286;
}
.loud {
	color: #666600;
}
.quiet {
	color: #888888;
}
.small {
	font-size: 10px;
	line-height: 1.8;
}


/* tinymce: off */
.content div.xCaption {
}
.content p.xCaption {
	color: #797979;
	font-size: 10px;
	line-height: 1.3;
	text-align: left;
	margin: 0;
	padding: 2px 0px 9px 0px;
}
.content p.xCaption a {
	color: #797979;
	font-size: 10px;
	line-height: 1.25;
}
.content img.xCaption {
	margin: 0;
}

.content tr.header {
	font-weight: bold;
}
.content .required {
	color: #0078ae;
}
.content .submitted {
	color: #e08c16;
}
.content .submitted a {
	color: #e08c16;
	text-decoration: underline;
}

/* Tighten padding in MCE toolbar */
.content td.mceToolbar table {
	margin-bottom: 0px;
}

/* Raise "like" widget above all other content (slideshows play at z-index=20! */
html .fb_iframe_widget_lift {
	z-index: 22;
}

.block {
	position: relative;
}

.block .block-edit,
.node .node-edit {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
	font-size: 10px;
	line-height: 1;
	padding: 2px;
	border: 1px dotted #517ba1;/* #f79725;*/
	text-transform: lowercase;
	text-decoration: none;
	background-color: rgba(255,255,255,0.1);
}

.block .block-edit:hover,
.node .node-edit:hover {
	border: 1px solid #517ba1;/* #f79725;*/
}

.block:hover .block-edit,
.node:hover .node-edit {
	display: block;
	font-size: 12px;
}

/* Episodes */

h2.episodes-section {
	font-size: 2em;
}

.episodes.latest-episode,
.episodes.recent-episodes,
.episodes.top-stories {
	width: 100%;
	clear: both;
	float: left;
}

.episodes .item  {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

.episodes .item-image {
	float: left;
	margin-right: 10px;
}

.episodes .item-image img {
	border: 1px solid #eee;
}

.episodes  .item-textual.keystone-image-on {
	float: left;
}

.episodes .item-textual {
	width: 100%;
}

.episodes .item-textual.keystone-image-on {
	width: 462px;
}

.episodes.latest-episode .item-textual.keystone-image-on{
	width: 362px;	
} 

.episodes h2 {
	margin-top: 0;
	margin-bottom: 0.6em;
}

#resources h2 {
	margin-top: 1em;
	margin-bottom: 0.6em;
}

/* Episodes search */

.episodes-list-filter {
	display: block;
	width: 100%;
	margin-bottom: 1em;
	float: left;
}

/*line-height: 28px;*/

.episodes-list-filter .label {
	margin-right: 0.5em;
}

.episodes-list-filter input.keywords {
	border-radius: 4px;
	line-height: 1;
}

.episodes-list-filter .field {
	float: left;
	margin-right: 2em;
}

.episodes-list-filter .field.tags {
	line-height: 25px;
}

.episodes-list-filter .submit {
	float: left;
	background-color: #fff;
	cursor: pointer;
	border-radius: 4px;
	padding: 0px 8px;
}

.episodes-list-filter select {
	background-image: none;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	/*border-radius: 0;
  -webkit-border-radius: 0px;*/
}

.episodes-list-filter .submit:hover {
	background-color: #eee;
}

.episodes.top-stories .item {
	/*width: 30%;
	margin-right: 3%;
	margin-bottom: 20px;*/
}

.episodes.top-stories .item-textual.keystone-image-on,
.episodes.top-stories .item-textual  {
	width: 188px;
}

.episodes.top-stories .item-textual {
	
}

.episodes.top-stories .topic-tile {
	width: 30.33%;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
	padding: 0;
	border: 1px dotted #ccc;
}

.episodes.top-stories h3 {
	background-color: #5c8e56;
	color: #fff;
	margin: 0;
	padding: 17px 5px;
	text-align: center;
	

}

.episodes.top-stories h2 {
	padding: 5px;
	font-size: 15px;
}

.content .episodes.top-stories  h2, .content .episodes.top-stories  h2 * {
	font-size: 15px;
	margin-bottom: 0;
	padding-top: 5px;
}

.episodes.top-stories .item-image {
	margin-right: 0;
}

.episodes.top-stories .item-image a {
	float: left;
	display: block;
}


.episodes.top-stories .topic-tile img {
	width: 100%;
	border: none;
	display: block;
	float: left;
}

.episodes.top-stories .topic-tile.delta-2,
.episodes.top-stories .topic-tile.delta-5,
.episodes.top-stories .topic-tile.delta-8 {
	margin-right: 0;
} 

.episodes.top-stories .topic-tile.delta-3,
.episodes.top-stories .topic-tile.delta-6,
.episodes.top-stories .topic-tile.delta-9 {
	clear: both
} 

.home-splash-text p {
	
}


.home-splash-text p span {
	
		font-size: 1.5em;
	line-height: 1.2;
	color: #555; 
	margin-bottom: 0.5em;
}

/* Header */

#follow-icons {
	width: 120px;
}

#follow-icons .social-icon {
	background: url("images/social-icons.png") left no-repeat;
	width: 26px;
	height: 25px;
	margin-right: 5px;
	display: block;
	float: left;
	padding-right: 0px;
}	

#follow-icons .social-icon.twit {
	background-position: -33px 0;
}

#follow-icons .social-icon.flikr {
	background-position: -67px 0;
}

#follow-icons .social-icon.sc {
	background-position: -100px 0;
	margin-right: 0px;
}

#follow-icons a.donate-subscribe {
	background-color: #f47316;
	text-align: center;
	width: 119px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	margin-top: 6px;
	float: left;
	font-size: 13px;
	text-decoration: none;
	padding-right: 0;
}

#follow-icons .donate-button {	
	
}

#follow-icons a.subscribe-button {
	background-color: #5c8e56;	
}


#main h5, #main h5.xTreeCollapsed {
	background-image: url("images/expand-box.png");
	background-position: left 1px;
	background-repeat: no-repeat;
	margin: 5px 0px 25px 0px;
	font-size: 18px;
	color: #517ba1;
	text-indent: 11px;
}

#main h5.xTreeExpanded {
	background-image: url("images/contract-box.png");
	background-position: left 1px;
	margin: 5px 0px 20px 0px;
}

#main h2.subtitle {
	color: #303030;
}

.addthis-main {
}

.fb-like-only {
	top: 5px;
	position: relative;
}
