/*
Theme Name: FilmSight
Theme URI: http://www.filmsight.co.uk/
Description: Custom template for FilmSight. All rights reserved.
Version: 1.0
Author: Hanna Isacsson
*/


/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  background: #fff;
  color: #000;
  font: 80% Helvetica, Arial, sans-serif;
}


/* Typography
----------------------------------------------------------------------------------------------------*/

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Garamond, serif;
  margin-bottom: 1em;
}

p {
  line-height: 1.5em;
  margin-bottom: 1em;
}

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


/* Misc
----------------------------------------------------------------------------------------------------*/

.left { float: left; }
.right { float: right; }
.hidden { display: none; }
.break { clear: both; }

ol, ul, li {
  list-style-type: none;
  line-height: 16px;
  margin: 0;
  padding: 0;
}

.imgleft {
  float: left;
  width: 300px;
  background-color: #eee;
  border: 1px solid #ff4000;
  margin: 15px 20px 10px 0;
  padding: 2px;
}

.imgright {
  float: right;
  width: 300px;
  background-color: #eee;
  border: 1px solid #ff4000;
  margin: 15px 10px 10px 20px;
  padding: 2px;
}

.thumb {
  float: left;
  width: 100px;
  border: 1px solid #ff4000;
  margin: 15px 10px 0 0;
}

.thumb-search {
  float: left;
  width: 100px;
  border: 1px solid #ff4000;
  margin: 5px 10px 0 0;
}


/* Container
----------------------------------------------------------------------------------------------------*/

#container {
  width: 960px;
  margin: 15px auto;
}


/* Header and branding
----------------------------------------------------------------------------------------------------*/

#header {
  height: 175px;
}

#header #logo {
  display: block;
  height: 100%;
  background: #ff4000 url("img/logo.jpg") top left no-repeat;
}

#header #logo h1 a {
  display: block;
  width: 270px;
  height: 175px;
  text-indent: -9999px;
}


/* Navigation
----------------------------------------------------------------------------------------------------*/

#nav {
  height: 34px;
  font-weight: bold;
  border-top: 2px solid;
  border-bottom: 1px solid;
  margin: 5px auto;
}

#nav ul {
  list-style-type: none;
  margin: 5px 10px;
  padding: 5px 0;
  text-align: center;
}

#nav ul li {
  display: inline;
  text-transform: uppercase;
  margin-left: 50px;
}

#nav ul li a {
  color: #000;
}


/* Content
----------------------------------------------------------------------------------------------------*/

#content {
  float: left;
  width: 700px;
  margin: 0 10px;
}

#content-home {
  width: 960px;
  margin: 0 10px;
}

#intro {
  float: left;
  /*width: 940px;*/
  width: 680px;
  background: #eee;
  border: 1px solid #ddd;
  margin: 15px 0;
  padding: 0px 10px;
  -moz-border-radius: 10px;
}

#cfp {
  margin: 15px 0 30px 0;
}

h2.home {
  border-top: 2px solid;
  border-bottom: 1px solid;
  padding: 5px 0;
}

/*.col1 { width: 460px; float: left; }
.col2 { width: 460px; float: right; }*/

.col1 { width: 330px; float: left; }
.col2 { width: 330px; float: right; }


/* Sidebar
----------------------------------------------------------------------------------------------------*/

#sidebar {
  float: left;
  width: 220px;
  margin: 0 10px;
}

#sidebar .block {
  margin-bottom: 40px;
}

#sidebar ul li {
  list-style-type: none;
  line-height: 16px;
  margin-bottom: 12px;
}

#sidebar h2 {
  font-size: 1.1em;
  border-top: 2px solid;
  border-bottom: 1px solid;
  padding: 5px 0;
}

#sidebar #latest .excerpt p,
#sidebar #spotlight .excerpt p {
  display: inline;
  font-size: 0.9em;
  line-height: 16px;
  padding: 0;
}

.date {
  color: #666;
  font-size: 0.7em;
  text-transform: uppercase;
}

#sidebar #latest a.read-more,
#sidebar #spotlight a.read-more {
  text-transform: uppercase;
}

#sidebar #links li {
  color: #666;
  font-size: 0.8em;
}

#sidebar #links li a {
  font-size: 1.2em;
}


/* Footer
----------------------------------------------------------------------------------------------------*/

#footer {
  clear: both;
  height: 20px;
  font-size: 0.8em;
  color: #666;
  border-top: 1px solid #000;
}


/* Post / page content
----------------------------------------------------------------------------------------------------*/

.post {
  margin-bottom: 40px;
}

.post h2 {
  color: #ff4000;
}

#content ul li {
  line-height: 16px;
  background: url("img/bullet.png") 0 50% no-repeat;
  margin-left: 0;
  padding: 4px 0 4px 20px;
}

.postmeta {
  font-size: 0.9em;
  padding: 3px 0;
}

.postmeta ul {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}

.postmeta ul li {
  line-height: 20px;
}

.postmeta ul li a {
  background-repeat: no-repeat;
  background-position: 0px 25%;
  margin-left: 0;
  padding: 4px 0 4px 25px;
}

.postmeta ul li.pdf a { background-image: url("img/pdf.png"); }

.author {
  color: #666;
  font-size: 0.9em;
}

.topmeta {
  color: #666;
  font-size: 0.9em;
  margin-top: -15px;
}

.fineprint {
  color: #666;
  font-size: 0.9em;
}


/* Archives / search results
----------------------------------------------------------------------------------------------------*/

.archives .post {
  margin-bottom: 17px;
}

