/*---------------------------------------------------------------------------------------- Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
  border:0;
}

/*---------------------------------------------------------------------------------------- Body */

body {
	font-size: 82.5%;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  background: #000;
	color: #fff;
	margin-top: 30px;
}

html>body {
	font-size: 12px;
}

/*---------------------------------------------------------------------------------------- Structure */

div#container {
  width: 840px;
  margin: 0 auto;
  padding-right: 10px;
}

div#container #header {
  position: relative;
  margin-top: 35px;
  margin-left: 10px;
}

div#container #header #logo {

}

div#container #header #section {
  position: absolute;
  bottom: 0;
  right: 0;
}

div#container #header #visit_irishfilmboard {
  position: absolute;
  top: 0;
  right: 0;
}

div#container #nav {
  margin-top: 20px;
  height: 50px;
  background: url('/images/nav/bg.png');
  margin-left: 10px;
  position: relative;
}

div#container #nav #search {
  float: right;
  padding-top: 20px;
}

div#container #content_container {
  margin-top: 45px;
}

div#container #links {
  font-size: 0.9em;
  border-top: 1px solid #666;
  padding: 1.5em 0;
  margin-top: 3em;
  margin-left: 10px;
  width: 830px;
}

div#container #copyright {
  font-size: 0.9em;
  border-top: 1px solid #666;
  padding: 0.75em 0;
  margin-left: 10px;
  position: relative;
  margin-bottom: 3em;
}

div#container #copyright .produced_by_iorum {
  position: absolute;
  right: 0;
  top: 0;
}

/*---------------------------------------------------------------------------------------- Nav */

div#container #nav a {
  display: block;
  float: left;
  height: 50px;
  width: 90px;
  margin-right: 1px;
}

div#container #nav a.home {
  background: url('/images/nav/home.png');
  width: 95px;
}

div#container #nav a.shorts {
  background: url('/images/nav/shorts.png');
  width: 112px;
}

div#container #nav a.trailers {
  background: url('/images/nav/trailers.png');
  width: 124px;
}

div#container #nav a.podcasts {
  background: url('/images/nav/podcasts.png');
  width: 128px;
}

div#container #nav a:hover {
  background-position: 0 -50px;
}

div#container #nav a.selected {
  background-position: 0 -60px;
}

div#container a.sub_nav img {
  display: block;
}

div#container a#shorts_sub_nav, div#container a#trailers_sub_nav, div#container a#podcasts_sub_nav {
  background: #e0a835;
  position: absolute;
  left: 96px;
  top: 41px;
  height: 40px;
  display: block;
  width: 112px;
}

div#container a#shorts_sub_nav:hover {
  background: #fff;
}

div#container a#trailers_sub_nav {
  background: #3e6bdb;
  position: absolute;
  left: 209px;
  width: 124px;
}

div#container a#trailers_sub_nav:hover {
  background: #fff;
}

div#container a#podcasts_sub_nav {
  background: #e24c44;
  position: absolute;
  left: 334px;
  width: 128px;
}

div#container a#podcasts_sub_nav:hover {
  background: #fff;
}

/*---------------------------------------------------------------------------------------- Search */

#search input.text {
  width: 128px;
  height: 14px;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  line-height: 14px;
}

#search img {
  vertical-align: middle;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#search input.text {
  height: 16px;
}
}

#search input.button {
  vertical-align: middle;
}

/*---------------------------------------------------------------------------------------- Main and Short home */

div#content_container #featured, div#content_container #featured_short {
  float: left;
  width: 390px;
  height: 390px;
  padding: 10px;
  background: url('/images/bgs/boxes/grey.png') no-repeat #1a1a1a;
  position: relative;
  margin-left: 10px;
  color: #fff;
}

div#content_container #home_top {
  clear: both;
}

div#content_container #home_left {
  width: 630px;
  float: left;
}

div#content_container #home_right {
  float: left;
  width: 200px;
}

div#content_container #featured #media, div#content_container #featured_short #media {
  margin: 0.75em 0;
}

div#content_container #featured.short h1, div#content_container #featured_short.short h1 {
  color: #fff;
}

div#content_container #featured.short h4, div#content_container #featured_short.short h4 {
  color: #e0a835;
}

div#content_container #featured.trailer h4 {
  color: #3e6bdb;
}

div#content_container #featured.short .date {
  color: #9ea374;
}

div#content_container #featured #more_links, div#content_container #featured_short #more_links {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

div#content_container #featured #more_links a, div#content_container #featured_short #more_links a {
  margin-left: 4px;
}

div#content_container #featured #more_links, div#content_container #featured_short #more_links {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

div#content_container #featured #share_links, div#content_container #featured_short #share_links {
  position: absolute;
  bottom: 12px;
  left: 10px;
}

div#content_container #featured #share_links img, div#content_container #featured_short #share_links img {
  display: inline;
  margin-right: 0.25em;
  vertical-align: bottom;
}

div#content_container .box {
  float: left;
  width: 180px;
  height: 180px;
  padding: 10px;
  margin: 0 0 10px 10px;
  background: url('/images/bgs/boxes/grey.png') no-repeat #1a1a1a;
  position: relative;
}

div#content_container .box .short {
  height: 500px;
}

div#content_container .box p {
  margin-bottom: 0.75em;
  line-height: 1.2em;
}

div#content_container .box .more_button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

div#content_container .box .text {
  display: block;
  margin-top: 0.75em;
}

div#content_container .box_office table {
  margin: 1em 0;
}

div#content_container .box_office table tr td {
  padding-bottom: 0.125em;
}

div#content_container .box_office table tr td.box_office_figure {
  color: #9ea374;
  font-style: italic;
  padding-right: 0.75em;
}

div#content_container .twitter {
  margin-top: -3px;
}

div#content_container .twitter_home {
  margin-top: 0px;
  padding-top: 7px;
  height: 183px;
}

div#content_container .twitter #tweet {
  padding: 7px 1em 1em;
  font-style: italic;
  background: url("/images/twitter/open_quotes.png") no-repeat left 7px;
}

div#content_container .twitter #tweet .date {
  display: block;
  color: #666;
  font-style: italic;
}

div#content_container .feed {
  float: left;
  width: 600px;
  height: inherit;
}

div#content_container .feed .headline a {
  font-size: 1.5em;
  color: #fff;
  text-decoration: none;
}

div#content_container .feed .headline a:hover {
  color: #df0079;
}

div#content_container .feed .details {
  font-style: italic;
  color: #666;
  margin-bottom: 0.25em;
}

div#content_container .events {
  height: inherit;
}

div#content_container .events .event {
  margin-top: 0.5em;
}

div#content_container .events .event .date {
  font-style: italic;
  color: #666;
  margin-bottom: 0.25em;
}

div#content_container .events .event a {
  color: #fff;
  text-decoration: none;
}

div#content_container .events .event a:hover {
  color: #df0079;
}

div#content_container .work_in_film {
  background: url('/images/bgs/boxes/work_in_film.png') no-repeat;
}

div#content_container .competitions, div#content_container .facts {
  background: #a7005b;
}

div#content_container .talent_focus {
  height: inherit;
  padding-bottom: 30px;
}

div#content_container .talent_focus .image img {
  margin-top: 0.75em;
}

div#content_container .talent_focus .tab {
  position: absolute;
  top: 0;
  right: 0;
}

div#content_container .facebook, div#content_container .newsletter {
  height: 112px;
  padding: 0;
  width: 200px;
}

div#content_container .facebook {
  height: 61px;
}

div#content_container #latest_shorts {
  background: #e0a835;
}

div#content_container #latest_trailers {
  background: #3e6bdb;
}

div#content_container #latest_podcasts {
  background: #e24c44;
}

/*---------------------------------------------------------------------------------------- Shorts Home Page */

div#content_container #featured_short {
  background: url('/images/bgs/shorts/featured.png') no-repeat #e0a835;
  color: #fff;
  float: right;
  margin-bottom: 10px;
}

div#content_container #left {
  float: left;
  width: 420px;
}

div#content_container #right {
  float: right;
  width: 410px;
}

div#content_container #featured_short.short .date {
  color: #333;
}

div#content_container #featured_short #information {
  color: #000;
}

div#content_container #shorts_home .welcome {
  width: 360px;
  height: 115px;
  background: none;
}

div#content_container #shorts_home .latest, div#content_container #shorts_home .popular {
  height: inherit;
  background: url('/images/bgs/boxes/dark_grey.png') no-repeat #0f0f0f;
}

div#content_container #shorts_home .popular a {
  color: #e0a835;
}

div#content_container #shorts_home .inline_box {
  padding: 0;
  margin: 10px 0 0;
  background: none;
  height: inherit;
}

div#content_container #shorts_home .inline_box a {
  padding: 0;
}

div#content_container #shorts_home .inline_box .icons {
  top: 0;
  right: 0;
  background: #0f0f0f;
}

div#content_container #special_featured, div#content_container #special_featured_two {
  font-size: 0.9em;
  padding: 0.75em 0;
  margin: 0 0 10px 10px;
  background: url('/images/bgs/boxes/dark_grey.png') no-repeat 200px 0 #0f0f0f;
  float: left;
  clear: both;
  width: 830px;
}

div#content_container #special_featured .title, div#content_container #special_featured .title_arrow, div#content_container #special_featured_two .title, div#content_container #special_featured_two .title_arrow  {
  float: left;
  width: 130px;
  padding: 0 5px 0 40px;
  text-align: right;
  line-height: 1.25em;
  color: #999;
}

div#content_container #special_featured .title h1, div#content_container #special_featured_two .title h1 {
  font-size: 2em;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

div#content_container #special_featured .title_arrow, div#content_container #special_featured_two .title_arrow {
  font-size: 2em;
  color: #e0a835;
  width: 20px;
  text-align: left;
  margin-right: 5px;
  padding: 0;
}


div#content_container #special_featured .thumbs, div#content_container #special_featured_two .thumbs {
  float: left;
  width: 630px;
}

div#content_container #special_featured a, div#content_container #special_featured_two a {
  float: left;
  display: block;
  width: 180px;
  margin: 0 0 10px 10px;
  padding: 0 10px;
  text-decoration: none;
  color: #e0a835;
}

div#content_container #special_featured a:hover, div#content_container #special_featured_two a:hover {
  color: #fff;
}


div#content_container #special_featured a img, div#content_container #special_featured_two a img {
  float: left;
  display: block;
  border: 2px solid #e0a835;
  margin: 0 10px 10px 0;
}

div#content_container #special_featured a div.description, div#content_container #special_featured_two a div.description {
  clear: both;
  color: #fff;
  text-decoration: none;
}

div#content_container #special_featured a:hover .underline, div#content_container #special_featured_two a:hover .underline {
  text-decoration: underline;
}


div#content_container #special_featured a .year, div#content_container #special_featured_two a .year {
  color: #666;
}

div#content_container #browser {
  font-size: 1em;
  padding: 0.75em 0;
  margin-left: 10px;
  margin-top: 10px;
  float: left;
  clear: both;
  width: 830px;
}

div#content_container #shorts_home #browser #categories {
  font-size: 0.9em;
  border-top: 1px solid #666;
  padding: 1.5em 0;
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
}

div#content_container #shorts_home #browser #categories .title {
  color: #333;
  padding: 0.5em;
  display: inline;
}

div#content_container #shorts_home #browser #categories a {
  padding: 0.5em;
  color: #fff;
  text-decoration:none;
  margin: 0 0.5em;
}

div#content_container #shorts_home #browser #categories a:hover {
  color: #e0a835;
}

div#content_container #shorts_home #browser #categories a.selected {
  background: #e0a835;
  color: #000;
}

div#content_container #shorts_home #browser #shorts {
  width: 830px;
  position: relative;
}

div#content_container #shorts_home #browser #shorts .wrapper {
  width: 640px;
  height: 225px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border-right: 1px solid #666;
  border-left: 1px solid #666;
}

div#content_container #shorts_home #browser #shorts .wrapper .shorts_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 20000px;
}

div#content_container #shorts_home #browser #shorts a.shorts_previous, div#content_container #shorts_home #browser #shorts a.shorts_next {
  width: 95px;
  height: 225px;
  position: absolute;
  top: 0;
  left: 0px;
  width: 95px;
  background: url('/images/home/browser/previous.png') center center no-repeat;
}

div#content_container #shorts_home #browser #shorts a.shorts_next {
  left: inherit;
  right: 0;
  background: url('/images/home/browser/next.png') center center no-repeat;
}

div#content_container #shorts_home #browser #shorts a.shorts_next:hover {
  background: url('/images/home/browser/next_r.png') center center no-repeat;
}

div#content_container #shorts_home #browser #shorts a.shorts_previous:hover {
  background: url('/images/home/browser/previous_r.png') center center no-repeat;
}

div#content_container #shorts_home #browser #shorts a.previous_disabled, div#content_container #shorts_home #browser #shorts a.previous_disabled:hover {
  background: url('/images/home/browser/previous_d.png') center center no-repeat;
}

div#content_container #shorts_home #browser #shorts a.next_disabled, div#content_container #shorts_home #browser #shorts a.next_disabled:hover {
  background: url('/images/home/browser/next_d.png') center center no-repeat;
}

div#content_container #shorts_home #browser #shorts .shorts_numbers {
  clear: both;
  text-align: center;
  padding: 1.5em 0;
}

div#content_container #shorts_home #browser #shorts .shorts_numbers a {
  padding: 0.5em 0.75em;
  color: #999;
  text-decoration:none;
  margin: 0 0.1em;
}

div#content_container #shorts_home #browser #shorts .shorts_numbers a:hover {
  background: #e0a835;
  color: #000;
}

div#content_container #shorts_home #browser #shorts .shorts_numbers a.selected {
  background: #e0a835;
  color: #000;
}

div#content_container #shorts_home #browser #shorts .short {
  height: 225px;
}


/*---------------------------------------------------------------------------------------- Media Listings */


div#content_container #filters {
  float: left;
  width: 200px;
  margin-left: 10px;
}

div#content_container #filters .heading {
  display: block;
  margin-bottom: 10px;
}

div#content_container #filters .clear_all {
  display: block;
  margin-top: 10px;
}

div#content_container #items {
  float: left;
  width: 630px;
}

div#content_container .media {
  position: relative;
}

div#content_container .media .description {
  font-size: 0.95em;
  margin-top: 0.5em;
}

div#content_container .media .icons {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 3px 3px;
}

div#content_container .media .icons img {
  display: block;
}

div#content_container .media .icons {
  font-size: 0.8333em;
}

div#content_container .media .info {
  margin-top: 0.5em;
}

div#content_container .media .info .title {
  font-size: 1.5em;
  line-height: 0.8333em;
}

div#content_container .media { 
  color: #fff;
  text-decoration: none;
  background: #171105;
}

div#content_container .media .icons {
  background: #060b16;
}

div#content_container .media table {
  margin-top: 0.5em;
  font-size: 0.8333em;
}

div#content_container .media table td.credits {
  padding-right: 0.5em;
}

/*---------------------------------------------------------------------------------------- Pagination */

div#content_container .top_pagination, div#content_container .bottom_pagination {
  display: block;
  clear: both;
  float: right;
  text-align: right;
  border-bottom: 1px solid #333;
  width: 830px;
  margin: 0 0 10px 10px;
  padding: 10px 0;
  font-size: 1.2em;
}

div#content_container .bottom_pagination {
  border-top: 1px solid #333;
  border-bottom: none;
}

div#content_container .top_pagination a, div#content_container .bottom_pagination {
  color: #fff;
}

div#content_container .top_pagination .current, div#content_container .bottom_pagination .current {
  color: #df0079;
  font-size: 1.6em;
}

div#content_container .top_pagination img, div#content_container .bottom_pagination img {
  vertical-align: top;
}

div#content_container .shorts_pagination a {
  color: #e0a835;
}

div#content_container .trailers_pagination a {
  color: #3e6bdb;
}

div#content_container .podcasts_pagination a {
  color: #e24c44;
}

div#content_container .top_pagination a.prev_page, div#content_container .bottom_pagination a.prev_page {
  margin-right: 0.5em;
}

div#content_container .top_pagination a.next_page, div#content_container .bottom_pagination a.next_page {
  margin-left: 0.5em;
}

div#content_container .top_pagination .disabled, div#content_container .bottom_pagination .disabled {
  display: none ;
}


/*---------------------------------------------------------------------------------------- Special media colours */

div#content_container #items .on-dvd, div#content_container #items .on-dvd .icons, div#content_container #items .coming-soon, div#content_container #items .coming-soon .icons {
  background: #0a1225;
}

div#content_container #items .in-cinemas, div#content_container #items .in-cinemas .icons  {
  background: #101b37;
}

div#content_container #items .tag_in-cinemas, div#content_container #items .tag_on-dvd, div#content_container #items .tag_coming-soon {
  position: absolute;
  top: 0;
  left: 0;
}

/*---------------------------------------------------------------------------------------- Media Display */

div#content_container #media {
  margin-left: 10px;
  background: none;
  margin-bottom: 20px;
}

div#content_container #media #title {
  position: relative;
  float: left;
  width: 530px;
  margin-bottom: 10px;
  padding-right: 300px;
}

div#content_container #media #title #like {
  position: absolute;
  left: 630px;
  bottom: 7px;
}

div#content_container #media #title #like img {
  display: inline;
  margin-right: 0.5em;
  vertical-align: bottom;
}

div#content_container #media #title #share {
  position: absolute;
  right: 220px;
  bottom: 9px;
}

div#content_container #media #title #share img {
  display: inline;
  margin-left: 0.25em;
  vertical-align: bottom;
}

div#content_container #media #information {
  float: right;
  width: 200px;
}

div#content_container #media #player {
  float: left;
  width: 620px;
  margin-bottom: 10px;
}

/*---------------------------------------------------------------------------------------- Generic Media Box Styles */

div#content_container .short, div#content_container .trailer, div#content_container .podcast { 
  height: 220px;
}

div#content_container .short a, div#content_container .trailer a, div#content_container .podcast a { 
  
}

/*---------------------------------------------------------------------------------------- Shorts */

div#content_container .short, div#content_container .short .icons { 
  background: #171105;
}

div#content_container .short .icons {
  height: 20px;
}

div#content_container .short table tr td.credits {
  color: #e0a835;
}

div#content_container .short #title h4 {
  color: #e0a835;
}

/*---------------------------------------------------------------------------------------- Trailers */

div#content_container .trailer, div#content_container .trailer .icons { 
  background: #060b16;
}

div#content_container .trailer { 
  height: 220px;
}

div#content_container .trailer table tr td.credits {
  color: #3e6bdb;
}

div#content_container .trailer #title h4 {
  color: #3e6bdb;
}

/*---------------------------------------------------------------------------------------- Podcasts */

div#content_container .podcast, div#content_container .podcast .icons { 
  background: #170807;
}

div#content_container .podcast table tr td.credits {
  color: #e24c44;
}

div#content_container .podcast #title h4 {
  color: #e24c44;
}

div#content_container .podcast .info .title {
  display:block;
  font-size: 2.25em;
  width: 150px;
}

div#content_container .podcast .info .description {
  color: #e24c44;
}

div#content_container .podcast .image {
  float: left;
}

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

div#container #static_content {
  margin-left: 10px;
  position: relative;
}

div#container #static_content #top {
  position: relative;
}

div#container #static_content #top h3 {
  margin-left: 210px;
  margin-bottom: 0em;
}


div#container #static_content #top #archive {
  position: absolute;
  right: 0;
  bottom: 1em;
}

div#container #static_content #content_left {
  width: 200px;
}

div#container #static_content h1 {
  font-weight: bold;
  padding-left: 210px;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #333;
}

div#container #static_content h3 {
  padding-left: 210px;
  color: #df0079;
}

div#container #static_content .links, div#container #static_content .image {
  float: left;
  padding-bottom: 1.5em;
}

div#container #static_content .links {
  padding-top: 0.75em;
}

div#container #static_content .image img {
 border-left: 10px solid #df0079; 
}

div#container #static_content .links img {
  display: block;
  margin-bottom: 0.5em;
}

div#container #static_content .content {
  margin-left: 210px;
  padding-top: 0.75em;
}

div#container #static_content .content .links {
  float: right;
  width: 160px;
  margin: 0 0 20px 20px;
  padding: 1em;
  background: #df0079;
  color: #000;
}

div#container #static_content .content .links a {
  color: #fff;
  display: block;
  text-decoration: none;
  margin-bottom: 0.5em;
}

div#container #static_content .content .links a:hover {
  color: #000;
}

div#container #static_content .content ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

div#container #static_content h3 {
  padding-left: 0;
  margin-bottom: 0.75em;
}
div#container #static_content strong {
  color: #df0079;
}

/*---------------------------------------------------------------------------------------- Static Content - News feed */

div#container #static_content .content #articles #loading {
  text-align: center;
}

div#container #static_content .content #articles #loading img {
  margin: 3em 0 1em;
}

div#container #static_content .content #articles .article {
  margin-bottom: 1em;
}

div#container #static_content .content #articles .article .headline a {
  font-size: 1.5em;
  color: #df0079;
  text-decoration: none;
}

div#container #static_content .content #articles .article .headline a:hover {
  color: #fff;
}

div#container #static_content .content #articles .article .date, div#container #static_content .content #articles .article .source {
  color: #666;
}

/*---------------------------------------------------------------------------------------- Static Content - Box Office */

div#container #static_content table#box_office {
  margin-bottom: 1.5em;
}

div#container #static_content table#box_office thead td {
  font-style: italic;
  color: #999;
  border-bottom: 1px solid #666;
  margin-bottom: 0.75em;
}

div#container #static_content table#box_office td {
  padding: 0.5em 0;
  border-bottom: 1px solid #333;
}

/*---------------------------------------------------------------------------------------- Static Content - Forms */

div#container #static_content form .row, div#container #static_content form .submit {
  margin-bottom: 0.75em;
}

div#container #static_content form .submit {
  margin-left: 100px;
}

div#container #static_content form .row label {
  float: left;
  display: block;
  width: 100px;
  color: #df0079;
}

/*---------------------------------------------------------------------------------------- Extra Menu */

div#container #extra {
  border-top: 1px solid #666;
  margin: 0 0 0 10px;
  padding-top: 20px;
  clear: both;
  float: left;
}

div#container #extra.static {
  padding-left: 200px;
}

div#container #extra #related, div#container #extra #popular, div#container #extra #promo_box_1, div#container #extra #promo_box_2 {
  width: 200px;
  float: left;
  padding: 0;
}
div#container #extra #related {
  margin-left: 0;
}

div#container #extra .box {
  background: none;
}

div#container #extra .shorts a {
  color: #e0a835;
}

div#container #extra .trailers a {
  color: #3e6bdb;
}

div#container #extra .podcasts a {
  color: #e24c44;
}

div#container #extra a .year {
  color: #9ea374;
}

div#container #extra a .category {
  color: #ccc;
}


/*---------------------------------------------------------------------------------------- Links Menu */

div#container #links #links_title, div#container #links .column {
  float: left;
  margin-left: 10px;
  width: 200px;
}

div#container #links .top_pad {
  padding-top: 30px;
}

div#container #links #links_title {
  margin-left: 0;
}

div#container #links .column img {
  margin-bottom: 20px;
}

div#container #links .column .title {
  color: #666;
  font-style: italic;
  display: block;
}

div#container #links .column .top_pad {
  padding-top: 1.5em;
}

div#container #links a {
  text-decoration: none;
  display: block;
}

div#container #links a.shorts {
  color: #e0a835;
}

div#container #links a.trailers {
  color: #3e6bdb;
}

div#container #links a.podcasts {
  color: #e24c44;
}

div#container #links a:hover {
  color: #fff;
}

div#container #links .ifb a {
  color: #fff;
}

div#container #links .ifb a:hover {
  color: #9ea374;
}

/*---------------------------------------------------------------------------------------- Links */

a, a:link, a:visited {
  color: #df0079;
}

a:hover {
  text-decoration: none;
}

/*---------------------------------------------------------------------------------------- Buttons */

a.button {
  float: left;
  display: block;
}

a.button img {
  display: block;
}

a.generic {
  background: #fff;
}

a.generic:hover {
  background: #000;
}

a.shorts_button:hover {
  background: #fff;
}

/*---------------------------------------------------------------------------------------- Thumbnail Lists */

.box .thumb {
  margin-top: 10px;
}

.box .thumb a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.box .thumb img {
  float: left;
  display: block;
  margin-right: 10px;
  border: 2px solid #333;
}

.box .thumb a span.underline {
  text-decoration: none;
}

.box .thumb a:hover span.underline {
  text-decoration: underline;
}

.box .short_thumb a span.year {
  color: #666;
}

.box .trailer_thumb a span.year {
  color: #999;
}

.box .podcast_thumb a span.year {
  color: #999;
}

.box .thumb a span.category {
  color: #000;
  font-style: italic;
  font-size: 0.9em;
}

.box .thumb a span.likes {
  color: #ccc;
  font-style: italic;
}

/*---------------------------------------------------------------------------------------- Tags */

p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8333em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

/*---------------------------------------------------------------------------------------- Classes */

.green {
  color: #9ea374;
}

.quiet {
  color: #666;
}

/*---------------------------------------------------------------------------------------- Fixes */

img {
  border: none;
/*  display: block;*/
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* for Internet Explorer */
/*\*/
* html #content {
height: 200px;
}
/**/
