img {
   behavior: url("http://notjosh.com/blog/plugin/pngbehavior.htc");
}
/* templates/carl_contest/style.css  */
ul, ol, li, pre, form, body, html, p, blockquote, fieldset, input, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #fff;
	background-image: url('templates/carl_contest/images/background/body.png');
	background-repeat: repeat-x;
	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	
	color: #7f878b;
}

a
{
	text-decoration: none;
	color: #242627;
}

a:hover
{
	color: #5c6164;
}

code {
    white-space: pre;
}

hr
{
	background-color: #7cd2ff;
	border: none;
	
	height: 1px;
}

.clear
{
	clear: both;
}

.no-text
{
	text-indent: -9999em;
}

div#body-wrapper
{
	background: transparent url('templates/carl_contest/images/background/shadow.png') repeat-y 50% 0;
}

div#body
{
	width: 650px;
	background-color: #fff;
	
	margin: 0 auto;
	padding: 0 45px;
}

div#header
{
	height: 125px;
}

div#header h1
{
	margin-top: 20px;

	width: 141px;
	height: 86px;
	
	display: block;
	
	background-image: url('templates/carl_contest/images/header/logo.png');
	
	float: right;
}

/* blog entry */
div.entry h2
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	
	margin: 1em 0 0 0;
}

div.entry h2,
div.entry h2 a
{
	color: #7cd2ff;
}

div.entry div.body
{
	padding: 2.0em 0 2.0em 35px;
}

div.entry div.body p
{
	margin: 0.5em 0;
	line-height: 1.3em;
}

div.entry p.timestamp,
div.entry p.comments
{
	height: 16px;
	line-height: 16px;
	padding-left: 22px;
	
	margin: 3px 0;
	
	background-repeat: no-repeat;
}

div.entry p.timestamp,
div.entry p.timestamp a,
div.entry p.comments,
div.entry p.comments a
{
	color: #b8c3c9;
}

div.entry p.timestamp
{
	background-image: url('templates/carl_contest/images/icons/calendar.png');
}

div.entry p.comments
{
	background-image: url('templates/carl_contest/images/icons/comments.png');
}

div.entry li
{
    margin-left: 2em;
}

/* textmate markup */
code.textmate-source {
	margin: 0;
	padding: 0 0 0 2px;
	font-family: Monaco, monospace;
	font-size: 11px;
	line-height: 1.3em;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
}

code.textmate-source.mac_classic {
	color: #000000;
	background-color: #FFFFFF;
}

code.textmate-source .linenum {
	width: 75px;
	padding: 0.1em 1em 0.2em 0;
	color: #888;
	background-color: #eee;
}
code.textmate-source.mac_classic span {
   padding-top: 0.2em;
   padding-bottom: 0.1em;
}
code.textmate-source.mac_classic ::selection {
	background-color: rgba(77, 151, 255, 0.33);
}
/* Comment */
code.textmate-source.mac_classic .comment {
	color: #0066FF;
	font-style: italic;
}

/* Keyword */
code.textmate-source.mac_classic .keyword, code.textmate-source.mac_classic .storage {
	color: #0000FF;
	font-weight: bold;
}

/* Number */
code.textmate-source.mac_classic .constant_numeric {
	color: #0000CD;
}

/* User-defined constant */
code.textmate-source.mac_classic .constant {
	color: #C5060B;
	font-weight: bold;
}

/* Built-in constant */
code.textmate-source.mac_classic .constant_language {
	color: #585CF6;
	font-weight: bold;
}

/* Variable */
code.textmate-source.mac_classic .variable_language, code.textmate-source.mac_classic .variable_other {
	color: #318495;
}

/* String */
code.textmate-source.mac_classic .string {
	color: #036A07;
}

/* String interpolation */
code.textmate-source.mac_classic .constant_character_escape, code.textmate-source.mac_classic .string .source {
	color: #26B31A;
}

/* Preprocessor line */
code.textmate-source.mac_classic .meta_preprocessor {
	color: #1A921C;
}

/* Preprocessor directive */
code.textmate-source.mac_classic .keyword_control_import {
	color: #0C450D;
	font-weight: bold;
}

/* Function name */
code.textmate-source.mac_classic .entity_name_function, code.textmate-source.mac_classic .support_function_any-method {
	color: #0000A2;
	font-weight: bold;
}

/* Type name */
code.textmate-source.mac_classic .entity_name_type {
	text-decoration: underline;
}

/* Inherited class name */
code.textmate-source.mac_classic .entity_other_inherited-class {
	font-style: italic;
}

/* Function parameter */
code.textmate-source.mac_classic .variable_parameter {
	font-style: italic;
}

/* Function argument and result types */
code.textmate-source.mac_classic .storage_type_method {
	color: #70727E;
}

/* Section */
code.textmate-source.mac_classic .meta_section .entity_name_section, code.textmate-source.mac_classic .declaration_section .entity_name_section {
	font-style: italic;
}

/* Library function */
code.textmate-source.mac_classic .support_function {
	color: #3C4C72;
	font-weight: bold;
}

/* Library object */
code.textmate-source.mac_classic .support_class, code.textmate-source.mac_classic .support_type {
	color: #6D79DE;
	font-weight: bold;
}

/* Library constant */
code.textmate-source.mac_classic .support_constant {
	color: #06960E;
	font-weight: bold;
}

/* Library variable */
code.textmate-source.mac_classic .support_variable {
	color: #21439C;
	font-weight: bold;
}

/* JS: Operator */
code.textmate-source.mac_classic .keyword_operator_js {
	color: #687687;
}

/* Invalid */
code.textmate-source.mac_classic .invalid {
	color: #FFFFFF;
	background-color: #990000;
}

/* Invalid trailing whitespace */
code.textmate-source.mac_classic .invalid_deprecated_trailing-whitespace {
	background-color: #FFD0D0;
}

/* Embedded source */
code.textmate-source.mac_classic .text .source, code.textmate-source.mac_classic .string_unquoted {
	background-color: rgba(0, 0, 0, 0.05);
}

/* Embedded embedded source */
code.textmate-source.mac_classic .text .source .string_unquoted, code.textmate-source.mac_classic .text .source .text .source {
	background-color: rgba(0, 0, 0, 0.06);
}

/* Markup XML declaration */
code.textmate-source.mac_classic .meta_tag_preprocessor_xml {
	color: #68685B;
}

/* Markup DOCTYPE */
code.textmate-source.mac_classic .meta_tag_sgml_doctype, code.textmate-source.mac_classic .meta_tag_sgml_doctype .entity, code.textmate-source.mac_classic .meta_tag_sgml_doctype .string, code.textmate-source.mac_classic .meta_tag_preprocessor_xml, code.textmate-source.mac_classic .meta_tag_preprocessor_xml .entity, code.textmate-source.mac_classic .meta_tag_preprocessor_xml .string {
	color: #888888;
}

/* Markup DTD */
code.textmate-source.mac_classic .string_quoted_docinfo_doctype_DTD {
	font-style: italic;
}

/* Markup tag */
code.textmate-source.mac_classic .meta_tag, code.textmate-source.mac_classic .declaration_tag {
	color: #1C02FF;
}

/* Markup name of tag */
code.textmate-source.mac_classic .entity_name_tag {
	font-weight: bold;
}

/* Markup tag attribute */
code.textmate-source.mac_classic .entity_other_attribute-name {
	font-style: italic;
}

/* Markup: Heading */
code.textmate-source.mac_classic .markup_heading {
	color: #0C07FF;
	font-weight: bold;
}

/* Markup: Quote */
code.textmate-source.mac_classic .markup_quote {
	color: #000000;
	font-style: italic;
}

/* Markup: List */
code.textmate-source.mac_classic .markup_list {
	color: #B90690;
}