/* ------------------------------------------------------------------------------  */
/* REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! */
/*                                                                                 */ 
/*              ALL CUSTOM STYLES MUST BE ADDED TO MOBILE STYLES AS WELL!          */
/*                                                                                 */
/*                                                                                 */ 
/* ------------------------------------------------------------------------------- */
@import  url(https://fonts.googleapis.com/css?family=Roboto:300);
@import  url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700);

/* ----- North Coast defaults.css ----- ### 636 Lines ### */
p {margin: 1.12em 0;}
strong {font-weight: 700;}
em {font-style: italic;}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 78%;
  color: #000;
  background: #fff;
}
div#gridClamp {
  background: #fff;
  padding:0 8px;
}
/* --- This is a cool property --- */
html *,body * {
  text-rendering: optimizeLegibility;
}
/* --- "a" Special Defaults --- */
a {
  color: #999;
  text-decoration: none;
  outline: 0 none;
}
a:hover {
  color: #6a350e;
}
img {
  color: #999;
}
#userPics img.memberThumb {width:100%;}

.cal-wrap {
    z-index: 3;
}
/* --- Because it makes way more sense --- */
input[type=submit] {
  cursor: pointer;
}
/* --- I'll decide what inputs do. --- */
input {
  outline: 0 none !important;
}
body.Amelia7Zone div#gridMainColumn {
  float: left;
  width: 468px !important;
  margin: 0;
  padding-right: 10px;
  border-right: 2px dotted #DFEBEB;
}
body.Amelia7Zone div#gridRightSidebarTop {
  text-align: left;
}
body.Amelia7Zone.SearchPage div#gridMainColumn,body.ArticlesAndArchivesLanding div#gridMainColumn {
  width: 475px !important;
  padding-right: 18px !important;
}
body.Trantor6Zone #gridMainColumn {
  width:560px!important;
}
body.Trantor6Zone #gridMainSidebarRight {
  margin:0 0 0 12px !important;
}
body.Trantor6Zone #gridMainColumn li.archiveImage {
  float: left;
  margin: 5px 10px 10px 0;
  clear: left;
}
body.Trantor6Zone #gridMainColumn div.Profile {
  padding: 0 10px 5px;
  margin-bottom: 20px;
  border: 1px solid #dfebeb;
}
body.Trantor6Zone #gridMainColumn .storyItem ul {
margin-bottom: 5px;
}
body.Trantor6Zone #ArchivesAuthorBio h3 {
font-size: 20px!important;
text-transform: none!important;
color: #000!important;
}
.ContentFullWidth.Kanji10Zone #leftColumnCenter {
  margin-top:0!important;
}
.ContentFullWidth.Kanji10Zone #gridRightSidebar,
.ContentFullWidth.Kanji10Zone #homeSidebarTop {
  width:300px!important;
}

span.commentCount {
  min-width: 10px;
  height: 14px;
  border-radius: 4px;
  padding: 0px 3px 2px;
  margin-left: 5px;
  display: inline-block;
  text-align: center;
  background: #619e9f;
  display:none;
}
span.commentCount a {
  color: #fff !important;
  font-size: 12px !important;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.commentCount:after {
content: " ";
display: block;
background: url(/images/backgrounds/commentCountBtm.png) right -1px no-repeat transparent;
height: 10px;
margin: 0 0 0 0;
position: relative;
right: -3px;
}
li.commentCount:after{display:none;}
/* -- Force lists in blogs to have default list style -- */
.postBody ol li {list-style: decimal inside;}
.postBody ul li {list-style: disc inside;}
.postBody ul li.imageCredit,.postBody ul li.imageCaption {list-style:none;}
/* ---------------------------------------------------- */
/* clearfix - for closing elements containing floats across browsers */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
a.inlineEdit,span.inlineEdit {
  font-family: Arial, Helvetica, Verdana, sans-serif !important;
  font-weight: 400 !important;
  font-size: 10px !important;
  color: #999 !important;
  text-decoration: none !important;
  text-transform: uppercase;
}
a.inlineEdit:hover,span.inlineEdit:hover {
  color: red !important;
}
.hidden_element {
  display: none;
}
.image_magnify {
  position: absolute;
  top: 0;
  right: 10px;
  width: 16px;
  height: 16px;
}
.clicktozoom {
  display: block;
  text-align: right;
  font-size: 10px;
  margin: 0 1px 1px 0;
  text-decoration: none;
  color: #777;
}
.headline,.headline a {
  font-family: Georgia, "Times New Roman", serif;
  color: #000;
  text-decoration: none;
  font-size: 17px;
  margin: 3px 0;
}
h1.headline,h1.headline a {
  font-size: 30px;
}

p.categorytags {
  margin: 0;
}
.subheadline,.subheadline a,div.subhead {
  color: #777;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 3px;
}
body#Content .subheadline,body#Content .subheadline a,body#BestOf .subheadline,body#BestOf .subheadline a {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 4px;
}
#storyBody {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.55;
}
div#StoryHeader {
    margin: 0 0 5px;
}
#Content #storyBody p:first-of-type::first-letter {
  font-size: 4.8em;
  padding-top: 5px;
  padding-right: 5px;
  font-style: normal;
  float: left;
  line-height: 42px;
  font-weight: 700;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  margin-bottom: 5px;
}
.summarytext {
  color: #888;
  font-size: 12px;
}
cite.byline,cite.byline a {
  color: #630;
  text-transform: uppercase;
}
.excerpt {
  background: #eee;
  padding: 15px;
  margin: 10px 15px;
  border: 1px dotted #000;
}
.notice {
  background-color: #eee;
  margin: 0;
  padding: 9px;
  text-align: center;
}
.pagination {
  font-size: 10px;
}
div.storyPagination {
  font-size: 1.1em;
}
a.memberThumb {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
input.searchbox {
  background: url(/images/icons/navMag.png) no-repeat 0 1px #fff;
  padding: 1px 2px 3px 21px;
  width: 160px;
  height: 12px;
  border: 2px solid #636363;
  outline: none;
  float: left;
  box-shadow: -1px -1px 0 #fff;
  transition: ease-in 55ms;
}
input.searchbox:focus,input.searchbox:active {
  border-radius: 4px;
  box-shadow: 2px 2px 4px #999;
}
.BlogButton {
  display: block;
  width: 140px;
  height: 45px;
  background-repeat: no-repeat;
  text-indent: -6000px;
}
.sectionHeader {
  font-weight: 400;
  color: #888;
}
#gridMainSidebar1 div.MainSidebar {
  background: none;
  margin-bottom: 15px;
}
#gridMainSidebar1 div.MainSidebar h3 {
  background: none;
  padding: 0 0 10px;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  text-align: left;
  line-height: 1em;
  letter-spacing: -1px;
}
#gridMainSidebar1 div.MainSidebar h3 a {
  color: #000;
  text-decoration: none;
}
#gridMainSidebar1 div.MainSidebar ul {
  padding: 0;
}
div.tools {
  color: #000;
}
/* --- Hide "Tools" Header --- */
div.tools h3 {
  display: none;
}
div.tools h4 {
  padding: 0 0 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}
div.tools *+h4 {
  padding-top: 8px;
}
div.tools ul {
  border: 1px solid #e3e3e3;
  padding:1px;
}
div.tools ul li {
  font-size: 11px;
}
div.tools ul li.shareLink {
  padding: 4px 5px;
}
div.tools ul li a {
  background-repeat: no-repeat;
  background-position: 5px center;
  display: block;
  padding: 2px 3px 2px 26px;
}
div.tools ul li * a,div.tools ul li.shareLink a {
  display: inline;
  padding: 0;
  text-transform: none;
}
div.tools ul li.l1 {
  padding: 5px;
}
div.tools ul li.l0 ul {
  margin-bottom: 5px;
}
div.tools div.togglePanel {
  padding: 5px;
  background-color: #eee;
}
div.horizontalToolsTogglePanel {
  padding: 5px;
  background-color: #eee;
}
div.tools div.togglePanel textarea,div.horizontalToolsTogglePanel textarea,div.tools div.togglePanel input[type=text],div.horizontalToolsTogglePanel input[type=text] {
  width: 132px;
  padding: 2px;
  border: solid 1px #000;
}
div.tools div.loading,div.horizontalToolsTogglePanel div.loading {
/* loader image from ajaxload.info */
  background-image: url(/images/icons/toolsloader.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding: 0 20px;
}
div.tools a.emailAction {
  background-image: url(/images/icons/article_tools/icon_email_white.png);
}
div.tools a.printAction {
  background-image: url(/images/icons/article_tools/icon_print_white.png);
}
div.tools a.shareAction {
  background-image: url(/images/icons/article_tools/icon_share_white.png);
}
div.tools a.saveAction {
  background-image: url(/images/icons/article_tools/icon_favorite_white.png);
}
div.tools a.listAction {
  background-image: url(/images/icons/article_tools/icon_list_white.png);
}
div.tools a.icalAction {
  background-image: url(/images/icons/article_tools/icon_ical_white.png);
}
div.tools a.commentItem {
  background-image: url(/images/icons/article_tools/icon_comment_white.png);
}
div.tools a.reminderAction {
  background-image: url(/images/icons/article_tools/icon_remind_white.png);
}
.tools a{
  background-size: contain;
}
div.tools a.addAction {
  display: block;
  padding: 5px 0 5px 18px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-image: url(/images/icons/article_tools/add.gif);
}
div.tools form a.addAction {
  background-image: none;
  padding: 5px;
  text-decoration: none;
}
div.horizontalTools {
  border: 1px solid #dfebeb;
  border-width: 1px 0;
  float: left;
  margin-bottom: 10px;
  padding: 2px 0px;
  width: 100%;
}
div.horizontalTools ul {
  padding: 0;
}
div.horizontalTools li.l0 {
  float: left;
  margin: 0 5px;
  padding: 1px 6px;
}
div.horizontalTools li.l0 a {
  text-decoration: none;
  font-size: .9em;
  padding: 1px 0 1px 23px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
}
div.horizontalTools li.l0 a.emailAction {
  background-image: url(/images/icons/article_tools/email.gif);
}
div.horizontalTools li.l0 a.printAction {
  background-image: url(/images/icons/article_tools/print.gif);
}
div.horizontalTools li.l0 a.shareAction {
  background-image: url(/images/icons/article_tools/share.gif);
  padding-top: 2px;
}
div.horizontalTools li.l0 a.saveAction {
  background-image: url(/images/icons/fav_icon.png);
  padding-top: 2px;
}
div.horizontalToolsTogglePanel {
  width: auto !important;
  height: auto !important;
  padding: 10px;
}
div.horizontalToolsTogglePanel .toolsInner {
  padding: 5px;
}
div.horizontalToolsTogglePanel .toolsInner h3 {
  margin: 5px 0;
}
div.horizontalToolsTogglePanel ul li.l1 {
  background: #eee;
  padding: 2px;
  margin: 2px 0;
}
div.processOutput {
  background: #eee;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #000;
}
div.tinyTools {
  float: right;
  font-size: 10px;
  line-height: 1em;
  margin-left: 5px;
  padding: 2px;
  border: 1px solid #f4f4f4;
}
body#LocationSearch div.tinyTools,body#EventSearch div.tinyTools {
  clear: right;
}
div.tinyTools h3 {
  display: none;
}
div.tinyTools h4 {
  margin: 5px 0 2px;
  font-size: 10px;
  font-weight: 700;
}
div.tinyTools ul li.l0 {
  margin-bottom: 2px;
}
div.tinyTools ul li.l0 a {
  display: block;
  padding: 1px;
  text-decoration: none;
  color: #999;
}
div.tinyTools div.togglePanel ul {
  margin: 0;
}
div.tinyTools div.togglePanel {
  padding: 4px;
}
div.tinyTools div.togglePanel textarea,div.tinyTools div.togglePanel input[type=text] {
  width: 102px;
  padding: 2px;
  border: solid 1px #000;
}
div.flipBook {
  position: relative;
  margin-top: 10px;
}
div.flipBook .credit {
  margin: 2px 0;
  text-align: right;
  font-size: 10px;
  text-transform: uppercase;
}
div.flipBook div.photGridWrap {
  text-align: center;
}
div.flipBook div.photoGrid {
  display: inline-block;
  margin-top: 4px;
  border-top: dotted 1px;
  padding: 4px 0 4px 1px;
}
div.flipBook div.photoGrid a,div.flipBook div.photoGrid a:link,div.flipBook div.photoGrid a:visited,div.flipBook div.photoGrid a:hover {
  position: relative;
  float: left;
  text-decoration: none;
  border: none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #000;
  margin: 3px 5px 4px 0;
  width: 46px;
  height: 46px;
}
div.flipBook div.photoGrid a:hover {
  width: 50px;
  height: 50px;
  left: -2px;
  top: -2px;
  margin-right: 1px;
  margin-bottom: 0;
}
/* Comments */
div.commentsHeader a.feedLink {
  background: transparent url(/images/rss-small.gif) no-repeat top center;
  color: transparent;
  font-size: .7em;
  text-decoration: none;
  text-indent: -6000px;
}
/* Inline Images */
.contentImageCenter {
  text-align: center;
  
  margin-bottom: 10px;
}
#Blog .contentImageCenter,body.BlogPost .contentImageCenter {
  margin: 0 auto 10px;
}
.contentImageRight {
  float: right;
  margin-left: 10px;
  position: relative;
}
.contentImageLeft {
  float: left;
  margin-right: 10px;
  position: relative;
}
/* blog images */
.postBody img.blogImageLeft,.postBody img.blogImageRight,.postBody img.blogImageCenter {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #000;
  display: block;
  margin: 5px;
  padding: 5px;
  text-align: center;
}
.postBody img.blogImageLeft {
  float: left;
  display: inline;
  margin: 0 10px 10px 0;
}
.postBody img.blogImageRight {
  float: right;
  display: inline;
  margin: 0 0 10px 10px;
}
.postBody img.blogImageCenter {
  display: inline;
  margin: 0 10px;
}
div.blogImageRight {
  float: right;
  margin: 0 0 5px 10px;
}
div.blogImageCenter {
  clear: both;
  margin: 10px auto;
}
div.blogImageLeft {
  float: left;
  margin: 0 10px 5px 0;
}
div.blogImageCenter ul,div.blogImageLeft ul,div.blogImageRight ul {
  padding: 0;
  margin: 0;
  color: #000;
  font-size: .9em;
  text-align: right;
  margin-top: -5px;
}
ul li.imageCredit {
  font-size: 10px;
  text-transform: uppercase;
  list-style: none outside none;
  text-align: right;
  color: #555;
}
ul li.imageCaption {
  text-align: left;
  list-style: none outside none;
  color: #777;
}
li.l0.caption {
  color: #777;
}
p.caption {
  color: #777;
  margin: 2px 0;
  text-align: left;
}
p.credit {
  color: #555;
  margin: 2px 0;
  text-align: right;
  font-size: 11px;
  text-transform: uppercase;
}
p.tags {
  color: #888;
  background: #f5f5f5;
  padding: 2px;
  clear: both;
}
.Location p.tags,.Event p.tags {
  clear: none;
 overflow: hidden;
  margin: 5px 0 !important;
}
li.digitalIssue {
  padding-top: 5px;
}
a.digitalIcon {
  background: #eee url(/images/icons/paper.gif) no-repeat scroll 1px center;
  padding: 1px 3px 1px 15px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #000;
}
#archiveIssueHeader ul {
  margin-bottom: 10px;
}
#archiveIssueHeader ul li.issueDates {
  color: #777;
  font-size: 18px;
}
#archiveIssueHeader ul li.issuePhrase,#archiveIssueHeader ul li.issueVolume {
  color: #777;
  font-size: 12px;
}
#archiveIssueHeader ul li.IssueTitle {
  font-family: Georgia, "Times New Roman", serif;
  color: #000;
  text-decoration: none;
  font-size: 17px;
  margin: 3px 0 0;
}
#archiveIssueHeader a.digitalIcon {
  font-size: .8em;
  background: #eee url(/images/icons/paper-large.png) no-repeat scroll 2px center;
  padding-left: 25px;
  margin-top: 5px;
  display: inline-block;
}
#TwitterFeed {
  background: #eee;
  padding: 0;
}
#TwitterFeed h2.widget_head {
  text-align: center;
  padding: 5px 10px;
  background: #eee url(/images/icons/twitter-bird.gif) no-repeat 1px 1px;
}
#TwitterFeed h2.widget_head a {
  color: #000;
  text-decoration: none;
}
div#TwitterFeed.MainColumn h2.widget_head {
  text-align: left;
  background: transparent;
  padding: 0;
}
div#TwitterFeed.MainColumn h2.widget_head a {
  color: #000;
  font-size: 16px;
}
#twitter_div {
  padding: 0 5px 5px;
}
#twitter_div ul {
  padding: 0;
  overflow: hidden;
}
#twitter_div ul li {
  margin: 5px 0 0;
  padding: 5px;
  background: #eee;
  font-size: .9em;
  border-bottom: 2px solid #000;
  color: #000;
}
#twitter_div ul li a.twitterTime {
  color: #000;
  font-style: italic;
  font-size: .9em;
  font-family: Georgia,serif;
  text-decoration: none;
}
a.widget_link {
  text-align: center;
  display: block;
  font-size: .8em;
  width: 100%;
  background: #eee;
  color: #000;
  padding: 2px 0;
}
div#TwitterFeed.MainColumn a.widget_link {
  color: #000;
  background: #eee;
}
#locationsGroup.displayOptional {
  display: block;
}
li.eventItem span.eventSource {
  display: block;
  float: right;
  height: 20px;
  line-height: 20px;
}
li.eventItem span#Soket.eventSource {
  color: #0067a2;
}
li.eventItem span.eventSource a {
  display: inline-block;
  text-decoration: none;
  text-indent: -6000px;
}
table.archivetable {
width: 540px;
margin: 20px;
}
table.archivetable tr.alternate {
background: #E7E8E9;
}
table.archivetable td.archlink {
width: 50%;
}
table.archivetable td {
padding: 1px;
}
table.archivetable td.archlink a {
font-weight: bold;
text-decoration: none;
}
table.archivetable td.archcount {
width: 25%;
text-align: right;
}
span#GETn2it.eventSource a {
  width: 18px;
  height: 20px;
  background: url(/foundation/images/buttons/getn2it-logo.png) center no-repeat;
}
span#Soket.eventSource a {
  width: 20px;
  height: 20px;
  background: url(/foundation/images/buttons/soket-logo.png) left center no-repeat;
}
.inlineComponent.inlineLeft {
  float: left;
  margin: .25em 10px .25em 0;
}
.inlineComponent.inlineRight {
  float: right;
  margin: .25em 0 .25em 10px;
} 
.inlineComponent.inlineCenter{
  margin:.5em auto;
  text-align: center;
}
.inlineComponent.inlineCenter div {
  margin:auto;
}  

.inlineComponent.inlineLeft {
  float: left;
  margin: .25em 10px .25em 0;
}
.inlineComponent.inlineRight {
  float: right;
  margin: .25em 0 .25em 10px;
} 
.inlineComponent.inlineCenter{
  margin:.5em auto;
  text-align: center;
}
.inlineComponent.inlineCenter div {
  margin:auto;
}  

.socialLogInHolder a {
  color:#000;
  }
/* -- Global Drop Cap Style -- */
.fdnDropCap {
    display: block;
    float: left;
    font-size: 5em;
    margin: 20px 10px;
    font-weight: 700;
    line-height: 0.5em;
}

#Location #MagnumImage>div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content:flex-end;
  justify-content: flex-end;
  font-size: 0;
}
#Location #MagnumImage img{
  order:1;
}
#Location #MagnumImage .credit {
  order:3;
  font-size: 11px;
}
#Location #MagnumImage .caption{
  order:2;
  font-size: 12px;
}
#Location #MagnumImage .credit+.caption::after{
  content: ", ";
  font-size: 12px;
  margin: 0 3px 0 -3px;
}
#Location #MagnumImage .credit,
#Location #MagnumImage .caption {
  display: inline-block;
  margin: 0;
  text-transform: none;
}