/*
Theme Name:     Heroic Cinema
Theme URI:      http://www.heroic-cinema.com/
Description:    The official HC 3.0 theme, a child theme of Twenty Ten
Author:         Justin Viiret
Author URI:     http://www.heroic-cinema.com/
Template:       twentyten
Version:        0.1.0
*/

/* HC modifications follow */

/* We like sans-serif fonts */
body,
input,
textarea,.page-title span,
.pingback a.url {
	font-family: sans-serif;
}

#wrapper {
    background: #fff;
    /* nice to see we can all get along */
    -moz-box-shadow: 2px 2px 3px #444;
    -webkit-box-shadow: 2px 2px 3px #444;
    box-shadow: 2px 2px 3px #444;
}

/* masthead */
#site-title a {
    color: #990000;
}

/* Standard link colours */
a:link, a:visited {
    /*color: #0066cc;*/
    color: #882d00;
}
a:active,
a:hover {
    color: #003388;
}

.widget-title {
    color: #990000;
	margin-bottom: 1em;
    border-bottom: 1px solid #c60;
}

#primary .widget-container {
    padding: 8px;
    border: 1px solid #aaa;
    background: #eee;
}

.entry-meta, .entry-utility,
.entry-meta a,
.entry-utility a {
    color: #888;
}

/* Almost white text for the most part */
#content,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6
{
  color: #333;
}

#content .page-title {
    color: #660000;
    font-size: 28px;
}

#content .entry-title {
  color: #990000;
}

.entry-title a:link, .entry-title a:visited {
  color: #990000;
}

.hcinema-review-meta {
    color: #990000;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-left: 3px solid #ddd;
}

.hcinema-review-meta a:link, .hcinema-review-meta a:visited {
    color: #c60;
}

.hcinema-short-meta {
    color: #990000;
    font-size: 12px;
    line-height: 16px;
}

.hcinema-short-meta a:link, .hcinema-short-meta a:visited {
    color: #c60;
}

.hcinema-review-score {
  font-weight: bold;
  padding-bottom: 16px;
  padding-top: 10px;
}

.attachment-hcinema-thumbnail {
	float: right;
    clear: right;
    margin-top: 8px;
    margin-left: 10px;
	margin-bottom: 24px;
	border: 1px solid #aaa;
    -moz-box-shadow: 0 0 3px 2px #ccc;
    -webkit-box-shadow: 0 0 3px 2px #ccc;
    box-shadow: 0 0 3px 2px #ccc;
}

.hcinema-feed-icon {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("/wp-content/themes/hcinema/feed-icon-14x14.png") no-repeat 0 50%;
}

.hcinema-twitter-icon {
    margin-left: 3px;
    padding: 0 0 0 19px;
    background: url("http://twitter-badges.s3.amazonaws.com/t_mini-b.png") no-repeat 0 50%;
}

.read_more {
	display: block;
	padding-top: 0.5em;
}

/*
div.sharedaddy {
	clear: right;
    float: right;
}

div.sharedaddy div.sd-block {
    border-top: none !important;
}
*/

.widget_facebook_likebox iframe {background:#eee !important;}
