/*
Theme Name: Lake City Film Festival
Theme URI: http://lakecityfilmfest.com
Description: Custom theme matching the Lake City International Film Festival website design
Version: 1.0
Author: LCIFF
*/

/* Content
----------------------------------------------- */
body {
  font: normal normal 12px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #cccccc;
  background: #292929;
  padding: 0 40px 40px 40px;
  margin: 0;
}

* {
  box-sizing: border-box;
}

h2 {
  font-size: 22px;
}

a:link {
  text-decoration: none;
  color: #dd7700;
}

a:visited {
  text-decoration: none;
  color: #cc6600;
}

a:hover {
  text-decoration: underline;
  color: #cc6600;
}

.content-outer {
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  box-shadow: 0 0 40px rgba(0, 0, 0, .15);
  margin-bottom: 1px;
  min-width: 1500px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.content-inner {
  padding: 10px 10px;
  background-color: #333333;
}

/* Header
----------------------------------------------- */
.header-outer {
  background: transparent;
}

.header-inner {
  padding: 0;
}

.header-inner img {
  display: block;
  max-width: 100%;
  height: auto;
}

.Header h1 {
  font: normal normal 60px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #ffffff;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, .2);
  margin: 0;
}

.Header h1 a {
  color: #ffffff;
  text-decoration: none;
}

.Header .description {
  font-size: 140%;
  color: #aaaaaa;
}

/* Tabs / Navigation
----------------------------------------------- */
.tabs-outer {
  border-top: 1px solid #404040;
}

.tabs-inner ul {
  background: #222222;
  border-bottom: 1px solid #404040;
  border-top: 1px solid #404040;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -30px;
  margin-right: -30px;
}

.tabs-inner ul li {
  display: inline-block;
}

.tabs-inner ul li a {
  display: inline-block;
  padding: .6em 1em;
  font: normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #999999;
  border-left: 1px solid #333333;
  text-decoration: none;
}

.tabs-inner ul li:first-child a {
  border-left: none;
}

.tabs-inner ul li a:hover,
.tabs-inner ul li.selected a {
  color: #ffffff;
  background-color: #000000;
  text-decoration: none;
}

/* Main Layout
----------------------------------------------- */
.main-outer {
  border-top: 0 solid #404040;
}

.main-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.columns-inner {
  display: flex;
}

.column-center-outer {
  flex: 1;
  min-width: 0;
}

.column-center-inner {
  padding: 0 15px;
}

.column-center-inner .section {
  margin: 0 15px;
}

.column-left-outer {
  width: 200px;
  flex-shrink: 0;
  order: -1;
}

.column-right-outer {
  width: 200px;
  flex-shrink: 0;
}

.fauxcolumn-left-outer .fauxcolumn-inner {
  border-right: 1px solid #404040;
}

.fauxcolumn-right-outer .fauxcolumn-inner {
  border-left: 1px solid #404040;
}

/* Sidebar Widgets
----------------------------------------------- */
.sidebar .widget {
  margin-bottom: 15px;
}

.sidebar .widget h2 {
  margin: 0 0 1em 0;
  font: normal bold 11px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #ffffff;
}

.sidebar .widget img {
  max-width: 140px;
  padding: 0;
  background: #111111;
  border: 1px solid #111111;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
}

.sidebar .widget .caption {
  font-size: 11px;
  color: #999999;
}

/* Posts
----------------------------------------------- */
h2.date-header {
  font: normal bold 11px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
}

.date-header span {
  background-color: transparent;
  color: #cccccc;
}

.post {
  margin: 0 0 25px 0;
}

h3.post-title,
.comments h4 {
  font: normal normal 22px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  margin: .75em 0 0;
}

h3.post-title a {
  color: #dd7700;
  text-decoration: none;
}

h3.post-title a:hover {
  color: #cc6600;
  text-decoration: underline;
}

.post-body {
  font-size: 110%;
  line-height: 1.4;
  position: relative;
}

.post-body img {
  padding: 1px;
  background: #111111;
  border: 1px solid #111111;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
  max-width: 100%;
  height: auto;
}

.post-header {
  margin: 0 0 1.5em;
  line-height: 1.6;
  font-size: 90%;
}

.post-footer {
  margin: 20px -2px 0;
  padding: 5px 10px;
  color: #888888;
  background-color: #303030;
  border-bottom: 1px solid #444444;
  line-height: 1.6;
  font-size: 90%;
}

/* Blog Pager / Pagination
----------------------------------------------- */
.blog-pager {
  background: transparent;
  text-align: center;
  margin: 20px 0;
}

.blog-pager a {
  background-color: #333333;
  padding: 5px 10px;
  color: #dd7700;
  text-decoration: none;
  border: 1px solid #404040;
}

.blog-pager a:hover {
  color: #cc6600;
  text-decoration: underline;
}

/* Footer
----------------------------------------------- */
.footer-outer {
  border-top: 0 dashed #bbbbbb;
}

.footer-inner {
  padding: 10px 0;
}

.footer-inner table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

.footer-inner td {
  padding: 5px;
}

.GeneratedText {
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  text-align: right;
  color: #000000;
  background-color: #FFFFFF;
  padding: 1em;
}

.footer-attribution {
  text-align: center;
  color: #888888;
  font-size: 11px;
  padding: 10px 0;
}

/* Clear
----------------------------------------------- */
.clear {
  clear: both;
}
