/* GLOBALS
----------------------------------------------- */
/* GLOBAL */
.frame {
  background: #ffffff;
  border-color: #e3e3e3;
}
body {
  color: #555555;
}
/* LINKS */
a {
  color: #006699;
}
a:hover,
a:focus {
  color: #3399cc/*3d7667*/;
}

/* TABLES */
table {
  background: #ffffff;
  border-color: #e3e3e3;
}
table thead,
table tfoot {
  background: #f5f5f5;
}
table tbody tr td {
  color: #555555;
}
table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
table tfoot tr td {
  color: #555555;
}
/* TYPOGRAPHY
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: /*#222222*/ /*#08567B*/ #555555;
}
/* specific to homepage template */
.page-template-template-homepage-php h1,
.page-template-template-homepage-php h2,
.page-template-template-homepage-php h3, 
.page-template-template-homepage-php h4,
.page-template-template-homepage-php h5,
.page-template-template-homepage-php h6 {
  color: #ffffff;
  text-transform: uppercase;
}
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #555555;
}
blockquote {
  border-color: #bebebe;
  color: #555555;
}
blockquote:before {
  color: #cccccc;
}
blockquote p {
  color: #555555;
}
blockquote cite {
  color: #222222;
}
blockquote a,
blockquote a:visited {
  color: #555555;
}
pre,
code {
  color: #222222;
}
pre {
  border-color: #cccccc;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, #ffffff), color-stop(0.5, transparent), to(transparent));
  background-image: -moz-linear-gradient(#ffffff 50%, transparent 50%, transparent);
  background-image: -o-linear-gradient(#ffffff 50%, transparent 50%, transparent);
  background-image: linear-gradient(#ffffff 50%, transparent 50%, transparent);
}
hr {
  border-top-color: #e3e3e3;
}
abbr,
acronym {
  color: #555555;
  border-color: #222222;
}
mark,
.highlight {
  background: #FDFFC9;
}

/* UI
----------------------------------------------- */
/* BUTTONS */
.button,
#si_contact_form1 .button,
#si_contact_form2 .button,
.more-link {
  color: #ffffff !important;
  background-color: #3399cc;
}
.button:hover,
#si_contact_form1 .button:hover,
#si_contact_form2 .button:hover,
.more-link:hover {
  color: #ffffff !important;
  background-color: #006699;
}
.button:active,
#si_contact_form1 .button:active,
#si_contact_form2 .button:active,
.button:visited,
#si_contact_form1 .button:visited,
#si_contact_form2 .button:visited,
.more-link:active,
.more-link:visited {
  color: #ffffff !important;	
}
#si_contact_form1 .button,
#si_contact_form2 .button {
	border: none;	
}

/* non-active button */
.grey,
.grey:hover,
.grey,
.grey:hover {
  background-color: #cccccc;
  cursor: default;
}



/* LABELS */
.label {
  color: #ffffff;
  background-color: #3399cc;
}
/* ALERTS */
div.alert-box {
  color: #222222;
  border-color: #e3e3e3;
  background-color: #f5f5f5;
}
div.alert-box .close {
  color: #222222;
}
.alert-box.success {
  border-color: #d0eeac;
  background-color: #f1f9ea;
}
.alert-box.warning {
  border-color: #efebbc;
  background-color: #fcfbe4;
}
.alert-box.error {
  border-color: #fddcdc;
  background-color: #fff7f7;
}
/* PANELS */
div.panel {
  border-color: #e3e3e3;
  background-color: #e3e3e3;
}
/* MICROFORMATS */
ul.vcard {
  border-color: #e3e3e3;
  background: #ffffff;
}
ul.vcard li.vcheading {
  border-color: #e3e3e3;
  background: #f5f5f5;
}
/* TOOLTIPS */
.has-tip {
  color: #222222;
  border-color: #555555;
}
.has-tip:hover {
  color: #050505;
  border-color: #050505;
}
/* DROPDOWN */
.dropdown dt {
  background: #ffffff;
}
.dropdown dt a {
  border-color: #e3e3e3;
  color: #222222;
}
.dropdown dt a:after {
  border-left-color: #e3e3e3;
}
.dropdown dt a:hover {
  border-color: #cccccc;
}
.dropdown dd ul {
  border-color: #e3e3e3;
  background: #f5f5f5;
}
.dropdown dd ul a {
  color: #555555;
}
.dropdown dd ul a:hover {
  color: #222222;
  background-color: #f5f5f5;
}
/* FORMS
----------------------------------------------- */
label {
  color: #08567B;
}
input,
textarea,
button {
  margin-bottom: 15px;
  color: #555555;
  border-color: #e3e3e3;
  background: #ffffff;
}
input:focus,
textarea:focus,
button:focus {
  color: #222222;
  border-color: #3399cc;
  background: #ffffff;
}
button,
#submit,
input[type="submit"] {
  color: #555555;
  border-color: #e3e3e3;
  background: #e3e3e3;
}
button:hover,
#submit:hover,
input[type="submit"]:hover {
  border-color: #3399cc;
}
/* HEADER
----------------------------------------------- */
#branding {
  color: #555555;
  border-bottom-color: #555555;
  background-color: #222222;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
#branding a {
  color: #ffffff;
}
#site-title a {
  color: #222222;
}
#site-description {
  color: #222222;
}
#top-search {
  background-color: #555555;
}
#top-search .search-input:focus {
  color: #222222;
}
#top-search .search-submit {
  color: #999;
  background: #ffffff;
}
#top-search .search-submit:hover {
  color: #555555;
  background: #f5f5f5;
}
/* NAVIGATION */
#primary-nav {
  /* MOBILE SELECT MENU */
}
#primary-nav ul {
  border-left-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(0, 0, 0, 0.2);
}
#primary-nav ul ul {
  border-top-color: #3399cc;
  background-color: #050505;
}
#primary-nav ul ul ul {
  color: #3399cc;
  border-left-color: #3399cc;
}
#primary-nav li {
  border-bottom-color: #555555;
}
#primary-nav li:hover {
  border-bottom-color: /*#427dc9*/ #3399cc;
  background-color: #050505;
}
#primary-nav li:hover a {
  color: #ffffff;
}
#primary-nav li:hover li a {
  /*color: rgba(255, 255, 255, 0.75);*/
}
#primary-nav li:hover li a:hover {
  color: #3399cc;
}
#primary-nav li a {
  color: #ffffff;
  /*color: rgba(255, 255, 255, 0.75);*/
  border-left-color: #3399cc;
  border-left-color: rgba(0, 0, 0, 0.2);
  border-right-color: #050505;
  border-right-color: rgba(255, 255, 255, 0.1);
}
#primary-nav li a:hover {
  color: #3399cc;
}
#primary-nav li .current-menu-item,
#primary-nav li .current-menu-ancestor {
  border: none;
  background-bottom-color: #050505;
}
#primary-nav li .current-menu-item a,
#primary-nav li .current-menu-ancestor a {
  color: #ffffff;
}
#primary-nav .current-menu-item,
#primary-nav .current-menu-ancestor {
  border-color: #3399cc;
}
#primary-nav .select {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #050505;
}
/* ENTRY
----------------------------------------------- */
.entry-header {
  margin: 0 auto;
  background-color: /*#ebeffc*/ #ffffff;
  border-color: #e3e3e3 #e3e3e3 /*#427dc9*/ #3399cc;
  text-shadow: 0 1px 1px #ffffff;
  text-align: left;
}
.subheader,
.entry-subheader {
  color: #222222;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  background-color: #ffffff;
}
.subheader a,
.entry-subheader a {
  font-weight: normal;
  color: #050505;
}
.excerpt.format .entry-header .entry-subheader {
  border-bottom-color: #e3e3e3;
}
.entry-title {
  color: /*#08567b*/ #555555;
}
.entry-title a {
  color: /*#08567b*/ #006699;
}
.entry-title a:hover {
  color: #336699;
}
.entry-content {
  margin: 0 auto;
  text-align: left;
  border-style: 1px solid;
  border-color: #e3e3e3;
  background: /*#ebeffc*/#ffffff;
}
/* specific to homepage template */
.page-template-template-homepage-php .entry-content {
  margin: 0 auto;
  padding: 0;
  border-style: none !important;
  background-color: transparent;
  color: #ffffff;
  line-height: 19px;
  text-align: center;
}

/* specific to homepage template */
.page-template-template-homepage-php .entry-content-home #filmcredit {
  margin: 10px 0 40px 0;
}

p.tagline {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.page-template-template-homepage-php .tagline {
  margin-bottom: 50px;
  font-size: 17.2px;
  font-size: 1.72rem;
  font-weight: bold;
}
/*.page-template-template-homepage-php .director {   
	position: relative;
	left: 65px;
	top: -24px;
	font-size: 0.53em;
}*/

/* specific to homepage template */
.page-template-template-homepage-php #entry-newspanel {
  margin-top: 0;
  margin-bottom: 40px;
  padding: 10px 20px;
  display: inline-block;
  color: #77797f;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
   -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 320px) {
	.page-template-template-homepage-php #entry-newspanel {
		width: 80%;
	}
}
.page-template-template-homepage-php #entry-newspanel p {
  margin: 10px 0;
}

.page-template-template-homepage-php .entry-newspanel { 
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 0;
  color: #77797f;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  text-align: center;
  height: 220px;
}

.page-template-template-homepage-php div.panel {
  padding: 0 0 20px 0;	
  /*border-color: #999999;*/
}

.entry-newspanel p {
  margin-top: 20px;
  font-weight: bold;
  color: #666666;
}
.entry-newspanel h1 {
  border-bottom: 4px solid #3399CC;
  padding: 10px 0 15px 0;
}
.entry-newspanel h1, 
.entry-newspanel h2,
.entry-newspanel h3 {
  color: #666666;
  text-transform: none;
}

.page-template-template-homepage-php div,
.page-template-template-homepage-php p {
  text-align: center;
}
.page-template-template-homepage-php .entry {
  margin-bottom: 0;	
}

 /*  homepage press quotes  */
  .page-template-template-homepage-php #pressquotes {
	  font-weight: normal; 
	  margin: 0 0 40px; 
	  padding: 3% 2% 0%;
	  background-color: rgb(0, 102, 153); 
	  background-color: rgba(0, 102, 153, 0.7); 
  }
  .page-template-template-homepage-php #pressquotes .one-third {
    margin-bottom: 30px;
  }
  .page-template-template-homepage-php #pressquotes em {
    display: block; 
	margin-top: 10px;
	font-weight: bold;
  }


/* specific to homepage template */
#home-cta {
  margin-bottom: 40px;	
}

.entry-content ul.tabs {
  border-bottom-color: #e3e3e3;
}
.entry-content ul.tabs li a {
  color: #999999;
  border-color: #b3b3b3 !important;
}
.entry-content ul.tabs li a:hover {
  color: #555555;
  border-bottom: 3px solid;
}
/*.entry-content ul.tabs li a.active {
  color: #3399ff;
  border-color: #3399ff !important;
  cursor: default;
}*/
.entry-content ul.tabs li a.active {
  border-color: #3399cc !important;
  color: #555555;
  cursor: default;
  font-size: 1em;
}
.entry-meta {
  border-color: #e3e3e3;
  background: #ffffff;
}
.entry-meta .tabs {
  border-bottom-color: #e3e3e3;
  background: #f7f7f7;
}
.entry-meta .tabs a {
  color: #222222;
  border-top-color: #f7f7f7;
}
.entry-meta .tabs a:hover {
  color: #050505;
}
.entry-meta .tabs a:hover span.meta-title {
  color: #222222;
}
.entry-meta .tabs a.active {
  background: #ffffff;
  border-color: #e3e3e3 #e3e3e3 #ffffff;
}
.entry-meta .tabs a.active span.meta-title {
  color: #222222;
}
.entry-meta .tabs a span.meta-title {
  color: #555555;
}
.entry-sharing {
  border-top-color: #e3e3e3;
  border-bottom-color: #e3e3e3;
  border-right-color: #e3e3e3;
  background: #ffffff;
}
.entry-sharing a {
  color: #ffffff;
  background-color: #3399cc;
}
.single-attachment .entry-sharing {
  background-color: #f5f5f5;
}
.like-it-up a .heart {
  color: #ffffff;
  text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff;
}
.like-it-up a .post-rating {
  color: #3399cc;
  text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
}
.like-it-up a.liked,
.like-it-up a:hover {
  color: red;
  background: red;
}
.like-it-up a.liked .post-rating,
.like-it-up a:hover .post-rating {
  color: red;
}
.post-edit-link {
  color: #555555;
  border-color: #e3e3e3;
  background: #f7f7f7;
}
.post-edit-link:hover {
  color: #222222;
}
/* ARCHIVE PAGES */
h1.archive-title {
  border-bottom-color: #e3e3e3;
}
h1.archive-title em {
  color: #222222;
  background: #f5f5f5;
}
.archive.tag h1.archive-title em,
.archive.category h1.archive-title em {
  border-color: #e3e3e3;
}
.archive.tag .archive-list,
.archive.category .archive-list {
  background: #f5f5f5;
  border-color: #e3e3e3;
}
/* GALLERY */
.gallery img {
  border-color: #e3e3e3;
  background-color: #ffffff;
}
.gallery img:hover {
  border-color: #3399cc;
  background-color: #3399cc;
}
.wp-caption-text,
.gallery-caption {
  color: #cccccc;
}
/* SLIDESHOW */
.flex-direction-nav {
  border-color: #e3e3e3 #ffffff #e3e3e3 #e3e3e3;
  background-color: #ffffff;
}
.flex-direction-nav a {
  color: #222222;
}
.flex-direction-nav a:hover {
  color: #050505;
}
.flex-direction-nav span {
  background-color: #222222;
}
.flex-direction-nav.active span {
  background-color: #222222;
}
.entry-gallery .flex-direction-nav {
  border-right-color: #f5f5f5;
  background-color: #f5f5f5;
}
.flex-gallery-view:hover span {
  background-color: #050505;
}
/* AUDIO (JPLAYER) */
.jp-playlist-view.active {
  color: #050505;
}
ul.tracks .jp-playlist-item {
  border-bottom-color: #e3e3e3;
  border-top-color: #ffffff;
  color: #555555;
}
ul.tracks .jp-playlist-item:hover {
  color: #222222;
}
ul.tracks li:hover {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.65);
}
ul.tracks li:first-child .jp-playlist-item {
  border-top: none;
}
ul.tracks .jp-playlist-current {
  color: #222222;
}
ul.tracks .jp-playlist-current .jp-artist {
  color: #222222;
}
ul.tracks .jp-artist {
  color: #555555;
}
.jp-audio.playing .jp-playlist-current {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.65);
}
.jp-interface {
  border-color: #e3e3e3;
  background-color: #f5f5f5;
}
.jp-interface a {
  color: #222222;
}
.jp-interface a:hover {
  color: #050505;
}
.jp-pause:hover span {
  background-color: #050505;
}
.jp-pause span {
  background-color: #222222;
}
.jp-now-playing .jp-current-track {
  color: #050505;
}
.jp-now-playing .jp-current-artist {
  color: #222222;
}
.animate-spin .jp-current-artwork:after {
  color: #f5f5f5;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
}
.jp-progress {
  background-color: #050505;
}
.jp-seek-bar {
  background-color: #222222;
}
.jp-play-bar {
  background-color: #222222;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.jp-current-time-wrap {
  color: #ffffff;
}
.jp-current-time-wrap:after {
  color: #222222;
}
.jp-current-time {
  background-color: #222222;
}
/* COMMENTS */
.comment-title-wrap,
.pingback-title-wrap {
  border-bottom-color: #3399cc;
}
.comment-title,
.pingback-title,
#reply-title {
  color: #222222;
}
.seperation-border {
  border-bottom-color: #ffffff;
  border-top-color: #e3e3e3;
  margin-bottom: 20px;
}
.children .comment-meta:before {
  color: #555555;
}
#comments a {
  color: #222222;
}
#comments a:hover {
  color: #050505;
}
#comments .leave-comment-link {
  color: #222222;
}
#comments .comment {
  background: #ffffff;
}
#comments .comment.bypostauthor {
  background: #f7f7f7;
}
#comments .comment.bypostauthor .comment-number {
  border-right-color: #f7f7f7;
  background-color: #f7f7f7;
}
#comments .comment-number {
  background-color: #ffffff;
  border-color: #e3e3e3 #ffffff #e3e3e3 #e3e3e3;
}
#comments .comment-meta {
  color: #3b3b3b;
}
#comments .comment-meta a {
  color: #3b3b3b;
}
#comments .comment-meta .comment-author-name {
  color: #050505;
}
#comments .comment-meta .comment-author-name a {
  color: #050505;
}
#comments .comment-meta .comment-author-name a:hover {
  color: #222222;
}
#comments .comment-moderation {
  color: #555555;
}
#comments .comment-pagination a {
  color: #555555;
}
#comments .comment-pagination a:hover {
  color: #222222;
}
#comments .comment-pagination .current,
#comments .comment-pagination .total {
  color: #222222;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  color: #555555;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
  color: #555555;
  background-color: #e3e3e3;
}
#respond .comment-form-author .field-note,
#respond .comment-form-email .field-note,
#respond .comment-form-url .field-note,
#respond .comment-form-comment .field-note {
  color: #cccccc;
}
#respond .comment-form-email input:focus + .field-note {
  color: #cccccc;
}
#respond .comments-rss a {
  color: #222222;
}
/* META
----------------------------------------------- */
.author-meta .sep {
  border-color: #e3e3e3;
}
.popular-meta li,
.related-meta li {
  border-bottom-color: #e3e3e3;
}
.popular-meta .posted-on,
.related-meta .posted-on {
  color: #999;
}
.popular-meta .posted-on a,
.related-meta .posted-on a {
  color: #777;
}
.popular-meta .posted-on a:hover,
.related-meta .posted-on a:hover {
  color: #222222;
}
.popular-meta li:hover .rating {
  background-color: red;
}
.popular-meta .rating {
  color: #ffffff;
  background-color: #3399cc;
}
.related-meta li:hover .format-type {
  background-color: #777;
}
.related-meta .format-type {
  color: #ffffff;
  background-color: #3399cc;
}
/* PAGINATION */
#single-navigation a {
  color: #555555;
  border-color: #e3e3e3;
  background: #f5f5f5;
}
#single-navigation a:hover {
  color: #222222;
}
.pagenavi a,
.pagenavi span {
  color: #555555;
}
.pagenavi .page-numbers {
  border-color: #e3e3e3;
  background-color: #ffffff;
}
.pagenavi .dots:hover {
  color: #555555;
}
.pagenavi .current,
.pagenavi .current:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  color: #050505;
  border-color: #cccccc;
  background-color: #f5f5f5;
}
.pagelinks {
  color: #555555;
}
.pagelinks .page-numbers {
  border-color: #e3e3e3;
  background-color: #f5f5f5;
}
.pagelinks a {
  color: #555555;
  border-color: #e3e3e3;
}
.pagelinks a .page-numbers {
  color: #555555;
  border-color: #e3e3e3;
}
/* POST FORMATS
----------------------------------------------- */
.format-quote .entry-content,
.format-status .entry-content {
  border-top-color: #3399cc;
}
.format-chat .dialogue li {
  border-bottom-color: #e3e3e3;
}
.format-chat .dialogue li:nth-child(even) {
  color: #222222;
}
.format-chat .dialogue li:last-child {
  border-bottom: none;
}
.format-status .posted-on {
  color: #555555;
}
.format-status .posted-on a {
  color: #555555;
}
.format-status .posted-on a:hover {
  color: #222222;
}
/* PAGE TEMPLATES
----------------------------------------------- */
/* SHARED */
/* Gallery & Audio */
.block.row {
  background: #ffffff;
}
.gallery-gallery .entry-thumbnails img {
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
}
#uncontained {
  border-color: #e3e3e3;
  background: #ffffff;
}
.page-template-template-events-php .event-list {
  border-color: #e3e3e3;
}
.page-template-template-events-php .month-year {
  border-bottom-color: #e3e3e3;
}
.page-template-template-events-php .month-year span.year {
  color: #cccccc;
}
.page-template-template-events-php .event-day {
  color: #222222;
  border-color: #e3e3e3;
  background: #f5f5f5;
}
/* WIDGETS & SHORTCODES
----------------------------------------------- */
.feed .inner {
  border-color: #e3e3e3;
  background: #f5f5f5;
}
.feed .inner:hover {
  border-color: #3399cc;
  background: #3399cc;
}
.feed .inner h4 {
  color: #ffffff;
}
.feed .inner h4 a {
  color: #ffffff;
  background: none;
}
.widget-title {
  border-bottom-color: #e3e3e3;
  font-size: 19px;
  font-size: 1.9rem;
}
/* FLICKR */
.flickr.feed a {
  border-color: #e3e3e3;
  background: #f5f5f5;
}
/* LAST.FM */
.lastfm.feed a {
  border-color: #e3e3e3;
  background: #f5f5f5;
}
/* TWITTER */
.twitter.feed .tweet {
  border-bottom-color: #e3e3e3;
}
.twitter.feed .time a {
  color: #999999;
}
/* FOOTER
----------------------------------------------- */
#footer {
  color: #555555;
}
#footer div {
  border-color: #e3e3e3;
  background: /*#ebeffc*/ #ffffff;
}
#footer a {
  color: #050505;
}
#footer a:hover {
  color: #222222;
  text-shadow: none;
}
/* SHARED
----------------------------------------------- */
.black {
  background-color: #141414 !important;
}
.white,
.gray-1,
.gray-2,
.gray-3 {
  color: #555555;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.white:hover,
.gray-1:hover,
.gray-2:hover,
.gray-3:hover {
  color: #222222;
}
/* specific to Facts & Numbers page */
.post-52 .white:hover,
.post-52 .gray-1:hover,
.post-52 .gray-2:hover,
.post-52 .gray-3:hover {
  color: #555555;
}
.white {
  background-color: #f5f5f5 !important;
}
.gray-1 {
  background-color: #f5f5f5 !important;
}
.gray-2 {
  background-color: #e3e3e3 !important;
}
.gray-3 {
  background-color: #cccccc !important;
}
.global-1 {
  background-color: #555555;
}
.global-2 {
  background-color: #3399cc;
}
.global-3 {
  background-color: #222222;
}
.global-4 {
  background-color: #050505;
}
.link-1 {
  background-color: #3399cc;
}
.link-2 {
  background-color: #3399ff;
}
.link-home {
  background-color: #006699;
}
