/*   
Theme Name: Tucson 2013 
Theme URI: http://journalism.berkeley.edu/calpress/
Description: New York Times Institute, a CalPress child theme.
Template: calpress
Version: 0.1
Tags: nytimes
.
New York Times Institute theme is © The New York Times
.
*/

/* COLORS

NYT Blue: #8CCBE6
NYT Gray: #B4B4B4
NOLA Purple: #B13F00
Tucson Burnt: #B13F00

*/

/* Load CalPress Basic CSS, which includes resets, sane typography and 960 grid */
@import url('../calpress/assets/css/calpress-960-min.css');
/* add CalPress base CSS */
@import url('../calpress/assets/css/calpress-base.css');

/* CalPress Overrides */

body {
  margin: 0;
  background-image: none;
  color: #333;
  font: 16px/1.4 Arial, Helvetica, sans-serif;
}
#container {
  margin-bottom: 15px;
}
#blog-description, #pre-title, .home .entry-video-downloads {
  display: none;
}
#tertiary-stories > div {
	display: none;
}

/*************************
Header & Menu
*************************/

#header {
  padding: 10px 0 0;
}
#blog-title h1 a {
  display: block;
  width: 780px;
  height: 140px;
  background: transparent url('images/masthead.png') no-repeat 0 0;
  text-indent: -999em;
  margin: 0 auto;
}
#menu {
  font-weight: bold;
  border-width: 1px 0 3px 0;
  border-color: #000;
  border-style: solid;
}
#menu ul {
  list-style: none;
  margin: 7px 0;
  overflow: auto;
  position: relative;
}
#menu li {
  color: #999;
  float: left;
  margin: 0;
  padding: 0 5px;
  border-left: 1px solid #999;
  line-height: 12px;
  text-align: center;
  background-image: none;
}
#menu li:first-child {
  border: none;
  padding-left: 0px;
  margin-left: 0;
}
  #menu li a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    color: #333;
  }
#menu-top-nav { position: relative; }
li#menu-item-7 {
  position: absolute;
	left: 709px;
	border-left: 1px solid #999;
	padding-left: 10px;
}

/*************************
homepage
*************************/

/* layout */

#a_col, #b_col {
  float: left;
}
#a_col {
  width: 540px;
  min-height: 450px;
  border-right: 1px solid #aaa;
  padding-right: 9px;
}
#a_col p {
  font-size: 13px;
  line-height: 1.4;
}
#b_col {
  width: 140px;
  margin-left: 10px;
}
body.home #content {
  border-right: 1px solid #aaa;
  padding-right: 9px;
  margin-right: 0;
}
body.front-layout-timesinstitute_1 .entry-image {
  display: block;
  margin-bottom: 10px;
}

/* lead story */

.front-layout-artlead #lead-story p {
  padding-left: 0px;
}
#lead-story .lead-art, #lead-story .caption, 
body.single .entry-content p.slideshow-caption {
/*  width: 540px;*/
  font-size: 12px;
  line-height: 14px;
}
.lead-art{
	margin-bottom:10px;
}
.front-layout-artlead #lead-story .entry-title {
  margin-top: 10px;
}
#lead-story .caption {
/*  margin: 5px 10px 0 0;*/
  padding-top: 5px;
  margin: 0;
}
#lead-story p {
  margin-bottom: 0;
}
#lead-story .entry-title {
  color: #333;
  font: 700 26px/1.0em 'Kreon',Georgia, serif;
  margin: 10px 0 3px;
}
  #lead-story .entry-title a {color: #333;}
#lead-story .entry-meta {
  margin-bottom: 5px;
}

/* other stories */

body.front-layout-timesinstitute_1 #a_col #lead-override-image,
body.front-layout-timesinstitute_2 #a_col #lead-override-image {
  width: 160px;
  margin-left: 10px;
  float: right;
  overflow: visible;
}
body.front-layout-timesinstitute_1 #a_col #secondary-stories,
body.front-layout-timesinstitute_2 #a_col #secondary-stories {
  border-top: 1px solid #aaa;
  margin-top: 10px;
}
body.front-layout-timesinstitute_1 #a_col #secondary-stories .post,
body.front-layout-timesinstitute_2 #a_col #secondary-stories .post {
  clear: left;
  width: 540px;
  margin: 10px 0 0;
}
body.front-layout-timesinstitute_1 #a_col .p2 .entry-image,
body.front-layout-timesinstitute_1 #a_col .p4 .entry-image,
body.front-layout-timesinstitute_1 #a_col .p6 .entry-image,
body.front-layout-timesinstitute_1 #a_col .p8 .entry-image,
body.front-layout-timesinstitute_1 #a_col .p10 .entry-image,
body.front-layout-timesinstitute_2 #a_col .p2 .entry-image,
body.front-layout-timesinstitute_2 #a_col .p4 .entry-image,
body.front-layout-timesinstitute_2 #a_col .p6 .entry-image,
body.front-layout-timesinstitute_2 #a_col .p8 .entry-image,
body.front-layout-timesinstitute_2 #a_col .p10 .entry-image {
  margin: 0 10px 0 0;
  float: left;
}
body.front-layout-timesinstitute_1 #a_col #secondary-stories .p1 .entry-image,
body.front-layout-timesinstitute_1 #a_col .p3 .entry-image,
body.front-layout-timesinstitute_1 #a_col .p5 .entry-image,
body.front-layout-timesinstitute_1 #a_col .p7 .entry-image,
body.front-layout-timesinstitute_1 #a_col .p9 .entry-image,
body.front-layout-timesinstitute_2 #a_col #secondary-stories .p1 .entry-image,
body.front-layout-timesinstitute_2 #a_col .p3 .entry-image,
body.front-layout-timesinstitute_2 #a_col .p5 .entry-image,
body.front-layout-timesinstitute_2 #a_col .p7 .entry-image,
body.front-layout-timesinstitute_2 #a_col .p9 .entry-image {
  float: right;
  margin: 0 0 0 10px;
}

/* remaining front list */

body.front-layout-blog .post {
  border-top: 1px dashed #AAA;
  padding-top: 15px;
  margin-bottom: 15px;
}
body.front-layout-blog .p1 {
  border-top: 0;
  padding-top: 0;
}
body.front-layout-blog .post p {
  margin-bottom: 2px;
}
body.home.paged .post {
  border-top-style: dashed;
  border-color: #AAA;
}

body.home #content h3 {
  border-color: #AAA;
}
body.front-layout-news2 #secondary-stories > div, body.front-layout-news2-alt #secondary-stories > div {
  border-top: 1px dashed #ccc;
  padding-top: 10px;
}
body.front-layout-news2 #secondary-stories > div p, body.front-layout-news2-alt #secondary-stories > div p {
  margin-bottom: 0;
}
body.front-layout-news3 #secondary-stories, body.front-layout-news3-alt #secondary-stories, .home.paged .post {
  border-color: #ccc;
}
ul.posts li {
  margin-left: 0;
  list-style-type: none;
}
ul.posts li.more {
  background-image: none;
  border-top: 0;
}
#nav-below {
  margin: 10px 0;
}
#entry-sidebar h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
#entry-sidebar ul, .sidebar-element  {
  margin-bottom: 20px;
}
#entry-sidebar h3 + h4 {
  margin-top: 0;
}
#entry-sidebar .sidebar-element p {
  font-size: 13px;
  line-height: 1.35;
}

/*************************
Sidebar
*************************/
#sidebar .xoxo ul, #sidebar .xoxo ol {
  margin-bottom: 0px;
}
#sidebar .xoxo li#search {
  border-bottom: 1px solid #999;
  padding: 0;
}
#sidebar #searchform {
	margin-bottom:10px;
  margin-top: 7px;
}
#sidebar .socialMediaTools {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#sidebar .socialMediaTools ul {
  list-style: none;
}
#sidebar .socialMediaTools li {
  background-image: none;
  float: left;
}
#sidebar .socialMediaTools li:first-child {
  padding-left: 0;
}
#mini-rail .socialMediaTools li {
  padding: 0px 2px;
}
#sidebar h2.entry-title, body.four04 h2.entry-title {
  font: normal 16px/1.2em 'Kreon', Georgia, serif;
  margin: 0;
  padding: 0;
}
  #sidebar h2.entry-title a {color: #333;}
#sidebar h3 {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#sidebar p {
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 12px;
}
#sidebar .caption {
  display: none;
  color: #AAA;
  font-size: 12px;
  line-height: 14px;
}


/*************************
Mini Rail
*************************/
#mini-rail h2.entry-title {
  width: 120px;
  font-weight: normal;
  font-size: 12px;
  float: left;
  margin: 0 0 3px 0;
  padding: 0;
  line-height: 13px;
  clear: both;
}
#mini-rail h2.entry-title .category {color: #999; display: block;}
#mini-rail h2.entry-title a.kicker {
  color: #600;
  text-transform: uppercase;
  font-size: 10px;
}
#mini-rail h3 {
  font-size: 13px;
  margin-bottom: 10px;
}
#mini-rail .entry-date {
  color: #AAA;
  font: normal 11px arial,sans-serif;
}
.entry-byline {
  color: #AAA;
  font-size: 12px;
}
.mid-box {
  margin-top: 0px;
}
#latest-heds li {
  background: url('images/icons/bullet-dash.png') top left no-repeat;
  padding: 0 0 0 25px;
}
#latest-heds li p {
  margin-bottom: 15px;
  line-height: 1.0;
}

/* social tools */

#mini-rail .socialMediaTools li {
  list-style: none;
  background-image: none;
  margin: 0;
}
#mini-rail .socialMediaTools li:hover, #sidebar .socialMediaTools li:hover {
  opacity: 0.75;
}


/*************************
Footer
*************************/
#footer {
  clear: both;
  text-align: left;
  border-top: 3px solid black;
  margin-top: 10px;
}
#footer .meta-sep {
  display: inline;
}
#footer p {
  font-size: 13px;
  line-height: 1.4;
  margin: 10px 0 0;
}
#footer-container {
  overflow: hidden;
  margin: 5px 0 10px;
  background: url('images/footer-bkg2.png') top center repeat-y;
}
#footer-col2.col img {
  float: right;
  margin: 0 0 5px 10px;
}
#footer h2 {
  margin: 0 0 5px;
}
#footer-credits {
  clear: both;
  text-align: left;
  border-top: 1px solid black;
  padding-top: 10px;
  font-size: 13px;
}
#footer h2, #footer h3 {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
#footer h3 {
  font-size: 12px;
}

#footer-col2 h2 {
  font: 700 12px/14px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
/*************************
Social
*************************/

#share .socialMediaTools {
  list-style: none;
}
#share li {
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: none;
  padding: 0;
  background: none;
}
#share li:first-child {
  padding-left: 0;
}

#share li img {
  border: 0;
}
#share h4 {
  font-size: 16px;
  float: left;
  width: 220px;
  margin-right: 20px;
  text-align: right;
  line-height: 32px;
}
#container #share { 
	overflow: hidden; 
	border-bottom: 1px solid #aaa; 
	padding: 5px 0px 5px 0px;
}
#container #share li { 
	margin: 0; 
}
#share .stButton { 
	margin: 0 5px 0 0; 
}

/* tables */
table {
  width: 100%;
}
th {
  background: none repeat scroll 0 0 #f1f1f1;
  color: #000000;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
}
th, td {
  padding-left: 3px;
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  border-left: 2px solid #FFFFFF;
  font-size: 10px;
  letter-spacing: 2px;
  padding: 6px;
  text-align: left;
  text-transform: uppercase;
}
th:first-child, td:first-child {
  border-left: 0;
}
tr {
  background-color: #fff;
}
tr:hover {
  background-color: #eee;
}
tr.alt {
/*background-color: #a2a2a2;*/
}
/* Override Calpress defaults that mess with our formatting*/
#sidebar ul.xoxo ul {
  margin-bottom: 0;
}

/*************************
Global Text Styles
*************************/

a {
  color: #600;
  text-decoration: none;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition:    color .2s ease-in-out;
  -o-transition:      color .2s ease-in-out;
  transition:         color .2s ease-in-out;
}
a:hover {
  text-decoration: underline;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition:    color .2s ease-in-out;
  -o-transition:      color .2s ease-in-out;
  transition:         color .2s ease-in-out;
}
.entry-title a, .more a, #menu a, .navigation a {
  text-decoration: none;
  color: #222;  
  -webkit-transition: color .2s ease-in-out;
  -moz-transition:    color .2s ease-in-out;
  -o-transition:      color .2s ease-in-out;
  transition:         color .2s ease-in-out;
}
.entry-title a:hover, .more a:hover, #menu a:hover, .navigation a:hover {
  color: #600;
  text-decoration: underline;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition:    color .2s ease-in-out;
  -o-transition:      color .2s ease-in-out;
  transition:         color .2s ease-in-out;
}
.more {
  font-weight: bold;
  text-align: right;
}
.navigation {
  font-weight: bold;
  padding: 0 10px;
}
.entry-date {
  color: #AAA;
  font: normal 12px arial,sans-serif;
}
.entry-byline:after {
  content: ' on ';
}
.light-gray {
  color: #ccc;
}
.red-font {
	color:#600;
}
.orange-font{
	color:#B13F00;
}
.credit {
  font-weight: bold;
  white-space: nowrap;
}
#lead-story .caption .credit, body.single .entry-content p.slideshow-caption .credit {font-weight: bold;}
#secondary-stories h2.entry-title {
  margin-bottom: 3px;
  font: 700 19px/1.1em 'Kreon',Georgia, serif;
}
  #secondary-stories h2.entry-title a {color: #333;}
#secondary-stories p {
  margin-bottom: 10px;
}
/* >> in page */
.more a.no-emphasis:after {
  content: none;
}
.entry-title {
  font-size: 24px;
  font-weight: bold;
}

/* artlead headline */
h2.artlead-headline {
  font-size: 2em;
}
.entry-meta, .entry-short-meta {
  color: #AAA;
  font-size: 12px;
  padding: 0;
  margin: 0 0 10px 0;
}
.entry-byline {
  font-weight: 300;
  font-size: 12px;
}
.entry-byline .url {
  text-transform: uppercase;
}
.post {
  overflow: visible;
  margin-bottom: 10px;
}
p.now-playing {
  width: 115px;
  float: left;
  font-size: .9em;
  text-transform: uppercase;
  color: #7c7c7c;
  font-weight: 600;
}
h4.now-playing, #footer h4.now-playing {
  width: 185px;
  float: left;
  font-size: .9em;
  text-transform: none;
}
body.single #content .caption, 
body.single #content .wp-caption-text, 
body.page .entry-content p.wp-caption-text,
body.single .entry-content p.slideshow-caption 
{
  color: #999;  
  font-size: 12px;
  line-height: 14px;
  font-family: Arial,Helvetica,sans-serif;
}
body.single .wp-caption{
  margin-top:10px;
}
body.single p.wp-caption-text{
  margin-top:5px;
}
/* Slideshow */
.galleria-container{
  width:780px !important;
  height:439px !important;
  margin: 1.5em 0;
}
/* List */
ol, ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}
.post ol {
  list-style: decimal;
  margin-left:10px;
}
#a_col ul, #mini-rail ul, #sidebar ul, #footer-col3 ul, #footer-col4 ul {
  list-style: none;
  margin: 0;
  font-size: 13px;
}
body.page li, body.page li,  .post ul li, ol.links li, ul.links li, .popular li, ul.xoxo.blogroll > li, #footer>div ul ul li, .scroll-pane .scroll-post, #entry-sidebar ul li, #a_col li, #mini-rail li, #sidebar li, #footer-col3 li, #footer-col4 li {
  background-image: url(images/icons/bullet-dash.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 5px 0;
}
.post ul li {
  padding: 0 0 0 10px;
  font-size: 13px;
}
.post ol li {
  padding: 0px;
  font-size: 13px;
  margin: 5px 0 5px 10px;
}
body.page li{
	list-style:none;
	padding-left:10px;
	background-position: 0 3px;
}
#a_col li, #sidebar li, #footer-col3 li, #footer-col4 li, #mini-rail li {
  padding: 0 0 0 10px;
}
#a_col li, #sidebar li {
  font-weight: bold;
}
#sidebar li#front-search {
  list-style: none;
}
ol.links li:first-child, ul.links li:first-child, ul.xoxo.blogroll > li:first-child, #footer>div ul ul li:first-child {
  margin-top: 0;
}
ol.links li a, ul.links li a, #entry-sidebar .entry-sidebar-links li a {
  text-decoration: none;
}
.links.divided li {
  border-top: #ccc dashed 1px;
  margin-top: 5px;
  padding-top: 2px;
}
.links.divided li:first-child {
  border-top: 0;
  padding-top: 0;
}

/* Inputs */
input.button {
  padding: 6px 5px 4px;
  background: #999;
  border: 1px solid #666;
  color: #fff;
  font: bold 9px/1 helvetica,arial,sans-serif;
  text-align: center;
  cursor: pointer;
  font-size: 10px;
}
input.button:hover {
  background: #ccc;
  border: 1px solid #999;
}
input[type="text"] {
  background-color: #F1F1F1;
  font-size: 12px;
  line-height: 12px;
  padding: 2px 0;
}

/* Category /archive pages / 404*/
body.archive #content, body.page-template-default #content, body.four04 #content {
  border-right: 1px solid #AAA;
  padding-right: 9px;
  margin-right: 0px;
}
body.archive h2 {
  font: normal 20px/24px 'Kreon', Georgia, serif;
  margin: 0;
}
body.archive h2.page-title, body.page #author-list h2.entry-title, body.four04 h2.page-title {
  border-bottom: 6px solid #B13F00;
  font-size: 24px;
  margin-bottom: 15px;
  line-height:36px;
}
body.page-template-authorlist-php #author-list{
	width:940px;
}
body.archive p, body.four04 .latest p, body.category .entry-content {
  font-size: 13px;
  line-height: 1.4;
}
body.four04 div.latest h4, body.four04 div.archives h4 {
  border-top: 1px solid #AAA;
  padding-top: 10px;
}
body.four04 div.archives {
  margin-left: 0;
  border-left: 1px solid #AAA;
  padding-left: 9px;
}
body.archive .post, body.four04 .post {
  border-top: 1px dotted #AAA;
  clear: left;
  margin: 0 0 10px 0;
/*  min-height:100px;*/
  padding-top: 10px;
}
  body.archive #sidebar .post {border-top: 0px; width: auto;}
body.archive .p1, body.four04 .p1 {
  border-top: 0;
}
body.archive .post p, body.four04 .post p {
  margin-bottom: 0px;
}
body.archive .entry-image, body.four04 .entry-image {
  margin-bottom: 10px;
}
body.four04 .post.error404 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #AAA;
  border-top: 0;
}
body.four04 .post.error404 .entry-content {
  margin-bottom: 10px;
}
.archive-meta {
  font-style: italic;
}
.nav-previous {
  width: 50%;
  float: right;
  overflow: auto;
}
.nav-next {
  width: 50%;
  float: left;
  overflow: auto;
}
.nav-next .meta-nav {
  padding-right: 3px;
}
.navigation {
  margin: 0;
  padding: 0;
}

/* Topic Pages */
.topic-bio {
  clear: left;
  overflow: auto;
  margin-bottom: 5px;
  border-top: 1px solid #6f6f6f;
  padding: 10px 0;
}
.topic-bio.first {
  border-top: 0;
  padding-top: 0;
}
.topic-bio p {
  margin: 0;
}
.bio-pic {
  display: block;
  width: 80px;
  float: left;
  margin-right: 10px;
}
img.bio-pic {
  height: 100px;
}
.topic-bio .topic-bio-text {
  float: left;
  width: 120px;
}
.topic-curator {
  font-weight: bold;
  margin-bottom: 2px;
  font-size: .9em;
  line-height: .9em;
}
.topic-bio .profile {
  font-style: italic;
}

/* Author page */
body.author .post, body.author .post.p1, body.author #author-comments li {
  width: inherit;
  padding: 10px 0;
  margin-bottom: 4px;
  min-height:50px;
}
body.author .entry-meta, body.author .entry-content, body.author .vcard.company {
  padding: 0;
  margin-left: 0;
}
body.author h3.stories, body.author h3.comments, body.author h3.twitter {
  display: none;
}
body.author #author-meta{
  margin-bottom: 18px;
}
body.author .person{
	margin-bottom: 18px;
	width: 540px;
}
body.author .author-name a {
  text-decoration: none;
}

body.author h3.contact {
  clear: both;
}
body.author h2.page-title, body.author .author-name  {
  display: inline-block;
  border-bottom: 0;
}
body.author h3.title {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #AAA;
    font-size: 16px;
}
#contributed-content ul{
	border-bottom: 6px solid #B13F00;
}
#contributed-content li a{
	float:left;
	width:80px;
	margin: 5px 10px 0 10px;
	padding: 5px;
	background-color: #EEE;
	text-align:center;
	border-top-left-radius: 3px;
	border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}
#contributed-content li a.active{
	background-color:#B13F00;
	color:#ffffff;
}
#author-tabs {
  margin-bottom: 5px;
}
#author-stories, #author-twitter{
	padding:0;
}
body.author #author-comments, body.author .navigation .meta-nav {
  display: none;
}
body.author .navigation .nav-next a:before {
  content: "« ";
}
body.author .navigation .nav-previous a:after {
  content: " »";
}
body.page #video-profile-grid {
  padding:0;
  margin:0;
}
body.page .credit {
  margin:10px 0 0 0;
}

/* Post Pages */
#mini-bio, #article-more-posts, body.single .block {
  border-top: 5px solid #f1f1f1;
  overflow: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.single #mini-bio p, body.single #article-more-posts p {
  font-size: 12px ;
  line-height: 18px;
  margin-bottom: 10px;
}
body.single #mini-bio img {
  float: left;
  width: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #AAAAAA;
  padding: 5px;
}
body.single #article-more-posts, body.single #mini-bio, body.single .block {
  clear: left;
}
body.single #article-more-posts .post {
  width: 200px;
  float: left;
  margin-left: 10px;
  margin-bottom: 0;
  overflow: visible;
}
body.single #article-more-posts .scrollable {
  min-height: 180px;
}
body.single #article-more-posts .entry-image {
  float: none;
}
body.single #article-more-posts .entry-title {
  clear: left;
}
body.single #article-more-posts span.meta-sep {
  display: inline;
}
body.single #article-more-posts .post.p1, body.single #article-more-posts .post.p4, body.single #article-more-posts .post.p7 {
  margin-left: 0;
}
.single #article-more-posts {
  position: relative;
}
.single #article-more-posts .navi {
  margin-bottom: 12px;
  margin-top: -22px;
}
body.single #content .entry-meta, .single #content .entry-date + .meta-sep, .single #nav-below, .meta-sep, span.entry-categories {
  display: none;
}
.single h2.entry-title,
body.page h2.entry-title {
  font: normal 2.3em/1.0em 'Kreon',Georgia, serif;
  margin-bottom: 18px;
}
.single .entry-byline {
  font-weight: normal;
}
.single .post-postscript {
  clear: both;
  font-style: italic;
  padding-top: 10px;
}
body.single .entry-content p, 
body.single .entry-content ul, 
body.single .entry-content ol, 
body.page .entry-content p {
  font: 16px/1.5 Georgia;
}
body.single .entry-content ul li {
  background-position: center left;
}
body.single .entry-content > .entry-sidebar {
  margin-left: 0;
}
.story-margin {
  margin-left: 240px!important;
}
#single-promo {
  border-top: 1px dashed #CCC;
  padding: 10px 0;
  overflow: auto;
}
#single-promo > a, #single-promo > div {
  width: 310px;
  float: left;
  display: block;
}
.single .entry-shortmeta {
  margin-bottom: 5px;
}
.single .entry-side {
  float: left;
  width: 250px;
  padding: 10px;
  background: #ccc;
}
.single .post {
  margin-top: 20px;
}
body.s-category-in-focus p.caption {
  font-family:Arial, Helvetica, sans-serif;
  line-height:14px;
}
body.single p.youtube.caption{
	margin-top:5px;
}

/*************************
Login page
*************************/
body.login #login {
  width: 463px;
  margin-top: 50px;
}
body.login #backtoblog {
  display: none;
}
body.login h1 a {
  display: block;
  background: transparent url("images/admin_login.png") no-repeat scroll 0 0;
  width: 463px;
  height: 80px;
  text-indent: -999em;
}
body.login #login form {
  background-color: #EBEBEB;
  border: 1px solid #a2a2a2;
}
body.login #nav {
  margin: 0;
}
body.login .message {
  margin: 0 0 16px 0;
}
#content, #sidebar {
  margin-top: 10px;
  min-height: 450px;
}

/*************************
Sidebar Search
*************************/
#search input#s {
  width: 210px;
}
#search input.button, #front-search input.button {
  width: 69px;
  height: 22px;
  background: transparent url('images/icons/search.jpg') no-repeat 0 0;
  border: 0;
  text-indent: -999em;
}
#sidebar .xoxo:first-child > li {
  border-top: 10px solid #F1F1F1;
  padding: 10px 0;
}
#sidebar .xoxo:first-child > li:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
#front-search {
  border-bottom: 1px solid #AAA;
  margin-top: 10px;
}
#front-search input#s {
  width: 140px;
}
#sidebar .xoxo li#front-search {
  margin: 0;
  padding: 0;
}

/*************************
Comments
*************************/
#comments {
padding: 16px 0 0;
border-top: 12px solid #B13F00;
font-size: 13px;
}
#respond {
  border-top: 1px solid #AAA;
  padding: 16px 0 0;
}
#comments-list > h3 {
  background: none;
}
.bypostauthor {
  border-left-color: #B13F00!important;
  background: rgba(0,0,0,0.025)!important;
}
#comments li.comment.featured {
  background: transparent url('images/icons/staffpick.png') no-repeat top right;
  padding-right: 58px;
}
#comments li.comment.featured > div > p {
  font-style: italic;
}
#comments li.comment.featured div.comment-meta {
  right: 75px;
}
#comments-list {
  margin: 0;
}
#comments-list > h3 {
  color: #000;
  margin: 0 0 10px;
}
ol.commentlist li {
border-width: 0 0 0 3px;
border-color: #F6F6FF;
}
#comment, .form-input input {
  margin: 0 0 10px;
  float: right;
  width: 540px;
  font: 13px/1.5 Arial;
}
.form-input, .form-textarea {
  float: right;
  margin: 0;
}
.form-label {
  float: left;
  text-align: right;
  line-height: 30px;
  width: 220px;
  clear: both;
}
.form-submit {
  clear: both;
}
.feature-comments, .edit-link {
  font-size: 13px;
  border: 1px solid #CCC;
  -webkit-appearance: button; -moz-appearance: button; appearance: button;
  margin-top: 3px;
  padding: 3px 6px;
}
.feature-comments:hover, .post-edit-link:hover {
  text-decoration: none;
}
.feature-comments:active, .post-edit-link:active {
  color: #EEE;
  text-decoration: none;
  text-shadow: -1px -1px 2px #999;
}
#comments input#submit {
  width: 540px;
  float: right;
  padding: 6px 0;
  border-radius: 3px;
  font-size: 14px;
  background-color: #EEE;
  border-color: #AAA;
  color: #333;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition:    background-color .2s ease-in-out;
  -o-transition:      background-color .2s ease-in-out;
  transition:         background-color .2s ease-in-out;
}
#comments input#submit:hover {
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition:    background-color .2s ease-in-out;
  -o-transition:      background-color .2s ease-in-out;
  transition:         background-color .2s ease-in-out;
}
#comments-list #comment, #comments-list .form-input input, #comments-list .form-input, #comments-list .form-textarea, #comments-list .form-label, #comments-list .form-submit, #comments-list input#submit {
  float: none;
  clear: none;
  width: auto;
  text-align: left;
  padding: 0;
}
#comments-list input#submit {
  padding: 6px 10px;
}
#comments input#submit:active {
  background-color: #333;
  color: #EEE;
}


/*************************
Rails
*************************/

/* Story rail */
#entry-sidebar {
  float: left;
  margin: 8px 0 0 0; /*100px 0 0*/
  border-top: 6px solid #B13F00;
  border-bottom: 1px solid #CCC;
  padding: 16px 0 10px;
  width: 220px;
}
#entry-sidebar p.caption {
	margin-top:10px;
}
/* Topic / Category secondary rail */
.secondary-rail {
  padding: 16px 5px;
  background-image: url('images/rails/rail_top.png'), url('images/rails/rail_bottom.png');
  background-repeat: repeat-x;
  background-position: center top, center bottom;
  background-color: #EEE;
}
.secondary-rail + .secondary-rail {
  margin-top: 10px;
}
.secondary-rail.logo {
  background-image: url('images/rails/rail_3col_logo_top.png'), url('images/rails/rail_bottom.png');
  padding-top: 60px;
}


/*************************
Twitter
*************************/

.twitter-timeline {margin-top: 10px;}

#sidebar-twitter {
  margin-top: 0;
}
.twtr-tweets{
	font-family:arial,sans-serif;
	font-size: 13px!important;
	line-height: 1.6!important;
}
.twtr-tweets a{
	font-weight:bold;
}
.twtr-hd h4:before{
	content:"@";
}
.twtr-ft a.twtr-join-conv, .twtr-ft img {
	display: none;
}

#show-mobile { font-size: 32px; background-color: #f3fafc; border-bottom: 1px solid #aaa;}
#show-mobile a { color: #222; text-decoration: underline; }

/* Storify */
ul.related li.storify a {
  padding-left: 15px;
  background: url('images/icons/storify.png') top left no-repeat;
  background-size: 12px auto;
}


#entry-sidebar img { max-width: 100%; }

#entry-sidebar .sidebar-element.entry-sidebar-embed #memory-box {
  border-bottom: 1px solid #ccc;
}

body.home div#banner { border-bottom: 4px solid #B13F00; margin-bottom: 10px; }
#banner p { margin: 0 0 5px; }
#banner .twitter {
  padding-left: 15px;
  background: url('images/icons/twitter.png') center left no-repeat;
  background-size: 12px auto;
}

/* SLIDESHOW FIX */
.simple_slides {
  height: 520px;
}

/* Graphics Styling */
#entry-sidebar :last-child.graphic {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
#entry-sidebar :last-child.graphic {
  border-bottom: 0;
  margin-bottom: 0;
}
#entry-sidebar .graphic a {
  display: block;
  height: 100px;
  border: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 10px;
}
#entry-sidebar .graphic a > img {
  overflow: hidden;
}

/*TIFF FEHR:  overrides and new rules */
body.archive #content .entry-image {width: 250px; height: auto;}
body.home #content h3 {margin-top: 14px;}
#secondary-stories .entry-leadphoto {margin-bottom: 10px;}


/*Author page profile area*/
body.author #author-photo {width: auto;}
body.author .entry-title a {font-size: 20px;}

/*slideshow styling*/
.slideshow-nav {background-color: #E8E8E8; font: normal 12px/14px Arial, Helvetica, sans-serif; padding: 3px;}

/*right-floated nav items*/
#menu li#menu-item-1098, #menu li#menu-item-1099, #menu li#menu-item-1283 {float: right;} /*'about', 'photos of the day', 'apply', 'student profiles'*/
#menu li#menu-item-1283 {border-left: 0px;} /* hide right border on 'photos'*/
#menu li#menu-item-1099 {padding-right: 0px;} /*'apply' flush right*/

/*daily photo and diaries in homepage BCol*/
#daily_photo {margin-top: 15px;}
#daily-blog .entry-meta {margin-bottom: 3px;}
#daily-blog p {font-size: 11px; line-height: 15px;}
#daily-blog .entry-byline, #daily-blog .entry-date {color: #AAA; font: normal 11px/12px arial,sans-serif;}
#daily_photo h3, #daily-blog h3 a, #twitter-sidebar h3 a{
  color: #600; 
  font-size: 11px;
  font-weight: normal; 
  text-transform: uppercase;
}

/*kicker standardization*/
body.home #content h3, #sidebar h3 {font-size: 11px; font-weight: normal; text-transform: uppercase;}
  #sidebar h3 {margin-bottom: 0px;}

/*search field help*/
#front-search input#s, #search input#s, .form-input input {border: 1px solid #CCC; background-color: #FFF;}

/*homepage lead art rules to scale down to column*/
 #lead-story .lead-art img {width: 540px; height: auto;}


/*tag-as-flag for 'updated' and effects*/
.updated {
  background-color: #B13F00;
  border-radius: 2px;
  color: #fFF;
  display: inline-block;
  font-size: 11px;
  padding: 2px 5px;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition:    background-color .2s ease-in-out;
  -o-transition:      background-color .2s ease-in-out;
  transition:         background-color .2s ease-in-out;
}
.updated a {
  color: #FFF;
}
  .updated:hover {
    background-color: #600;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition:    background-color .2s ease-in-out;
    -o-transition:      background-color .2s ease-in-out;
    transition:         background-color .2s ease-in-out;
    }
    .updated:hover a {text-decoration: none;}

/*special styling for first category post*/
body.category .p1 h2 {
  font: normal 36px/34px 'Kreon', Georgia, serif;
  float: left;
  line-height: 150px;
  display: inline-block;
  margin-bottom: 10px;
  min-height: 150px;
  width: 350px;
} 
body.category .p1 h2 a {display: inline-block; line-height: 38px; vertical-align: middle;} /*enables vertical alignment*/
body.category #content .p1 .entry-image {float: right;}
/*....but not the Student Profile page*/
body.category-student-profiles .p1 h2 {
  float: left;
  font: normal 20px/1.0em 'Kreon', Georgia, serif;
  display: block;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 0px;
  min-height: 0px;
}
body.category-student-profiles #content .p1 .entry-image {float: left;}

/*more author page styling*/
body.archive #sidebar {width: 290px;}
body.archive #content {min-height: 700px;}

/*new post-story contact link for author*/
.footer-byline {
  color: #333;
  font: normal 12px/1.0em Arial,'Helvetica Neue', Helvetica, sans-serif;
  margin: 3px 0;
  padding: 0;
}
  .footer-byline a {text-transform: uppercase;}

/*portfolio slideshow overrides*/
.slideshow-nav a.slideshow-prev {}
.slideshow-nav a.slideshow-next {}
.slideshow-nav a.pause {}
.slideshow-nav a.play {}

#content .slideshow-nav a.pause, 
#content .slideshow-nav a.play, 
#content .slideshow-nav a.restart, 
#content .slideshow-nav a.new {margin-left: 270px;}
.slideshow-info {float: right;}
#content ..slideshow-nav {margin-top: 0px; line-height: 17px;}

/*hide blog sidebar from the Blog category page*/
/*hide in-focus sidebar from the In Focus (photo of the day) category page*/
.category-blog #sidebar #daily-blog,
.category-in-focus #sidebar #daily_photo {display: none;}

/*Mario's AJO styling*/
body.single .tag-slideshow h2.entry-title.story-margin,
body.single .tag-slideshow .entry-shortmeta.story-margin {margin-left: 0px !important;} 
.tag-slideshow .entry-content {position: relative;}
.tag-slideshow #entry-sidebar {position: absolute; top: 897px;}
.tag-slideshow #entry-sidebar ul li {background-image: url(''); padding-left: 0px;}

/*Marina's tables*/
.page h2 {font: normal 36px/34px 'Kreon', Georgia, serif;}
.page p {font: normal 16px/1.5 Georgia;}
.page .entry-byline:after {content: '';}
table {border-collapse: collapse;}
table caption {
  font: normal 20px/24px 'Kreon', Georgia, serif;
  text-align: left;
}
table thead th, table tfoot th {font-weight: bold;}
table tr, table th {
  border: 1px solid #CCC;
  color: #666;
  font: normal 11px/13px Arial, Helvetica, sans-serif; 
  letter-spacing: 0px;
  text-transform: capitalize;
}
table th,
table td {
  border: 1px solid #CCC;
  color: #111;
  font: normal 12px/14px Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  padding: 3px;
  text-transform: capitalize;
  vertical-align: middle;
}
table th.num, table td.num {text-align: right;}
table thead .bridge {text-align: center;}
table tr:hover {background-color: papayawhip;}
table td:hover {background-color: peachpuff;}
  table tr:hover, table td:hover { 
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition:    background-color .2s ease-in-out;
    -o-transition:      background-color .2s ease-in-out;
    transition:         background-color .2s ease-in-out;
  }

