/*   
Theme Name: imagiNation
Theme URI: 
Description: A Writers Festival
Author: Benjamin Currie
Author URI: http://benjamincurrie.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/

GRAPHIC NORMS:
Red: #AB0635
Green: #8B8D09
Green (75%): #A8AA47
Beige: #F2E8BB

Organge: #D4891C
Blue: #0078AE

Font: "Gill Sans MT", "Gill Sans", Tahoma
Header-font: "Garamond", Georgia
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body, input, textarea {
    font: 14px "Gill Sans MT", "Gill Sans", Tahoma;
    line-height:22px;
    letter-spacing:.05em;
	background:#fff;
}
body {
	background:#fff;
}

a, a:link, a:active, a:visited, a:hover {
	color:#AB0635;
	text-decoration:none;
}

#header{
	background:#fff;
/*	background:#f8f4db;*/
}
#branding {
	padding:0;
	height:100px;
	padding:50px 0;
}
#access {
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
    background:#AB0635;
	border-color:#AB0635;
}

.right { float:right;}
img.right, .right img { margin-left:5px; margin-bottom:2px;}
.left { float:left;}
img.left, .left img { margin-right:5px; margin-bottom:2px;}
.clear { clear:both;}

.sf-menu {
	border:none;
}

.sf-menu a {
	background:#AB0635;
	color:#eee;
	border-color:#AB0635;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #eee;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a,
.sf-menu .current-cat a,
.sf-menu .current-cat-parent a,
.sf-menu .current_page_item a:hover,
.sf-menu .current_page_ancestor a:hover,
.sf-menu .current_page_parent a:hover,
.sf-menu .current-cat a:hover,
.sf-menu .current-cat-parent a:hover{
    border-bottom-color:#fff;
    background:#fff;
    color:#333;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #AB0635;
	outline:		0;
    border-bottom-color:#AB0635;
    color:#fff;
}
.sf-menu ul {
	border-left:1px solid #999;
}
.sf-menu ul a, .sf-menu ul a, .sf-menu ul a:visited {
	color:#333;
	border:none;
}
.sf-menu ul a:hover {
    color: #fff;
}
.entry-content p {
	text-align:justify;
}
.entry-content h2 {
    font: 24px bold Georgia, "Times New Roman", Times, serif;
    color:#333;
    color:#AB0635;
}
.entry-content h3 {
    font: 18px bold Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    padding:28px 0 14px 0;
    color:#AB0635;
}
.entry-content h4 {
    font-size:11px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}

.post {
	clear:both;
}

p.first-child span.cap{
	font:32px Georgia, "Times New Roman", Times, serif;
	line-height:30px;
	float:left;
	display:block;
	text-align:center;
	padding:6px 8px;
	margin-right:4px;
	color:#eee;
	background:#AB0635;
}

.entry-content h1, .page-title, .entry-title {
    font: 28px Georgia, "Times New Roman", Times, serif;
    line-height: 28px;
    padding: 0px 0 12px 0;
	background:url(images/comment_h3.gif) bottom left no-repeat;
	color:#AB0635;
}

.entry-content .post-title, .post-title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;
    margin:0;
    padding: 15px 0 0px 0;
    clear: none;
}
.post-title a, .post-title a:active, .post-title a:hover {
    color: #111;
}

.entry-meta {
    color: #666;
    font-size: 12px;
    font-style: italic;
    line-height: 14px;
    margin-left: 160px;
}

.entry-block {
    width: 160px;
    float: left;
    color: #333;
}
.entry-block .curl {
    float: right;
    color: #8B8D09;
	font:42px "Times New Roman", Times, serif;
    padding-right: 20px;
}
.entry-date {
    font-size:12px;
    float:left;
    margin-top:14px;
}

.entry-thumbnail {
    padding: 5px 0 20px 0px;
    float: left;
}
.entry-thumbnail img {
	border:1px solid #000;
}

.entry-content {
    padding: 22px 0 0 0;
    margin-left: 160px;
}
.event-content {
	margin-left: 160px;
}
.page .entry-content {
	margin-left:0;
}

.entry-content h4 {
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.entry-utility {
    color: #999;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 10px 160px;
}


/* FORMS */
form label {
	font-weight:bold;
	color:#333;
	font-size:12px;
}
form ul {
	list-style:none;
	margin:0;
	padding-bottom:10px;
	clear:both;
}
form ul li {
	clear:both;
	padding:2px 0;
}
form label {
	display:block;
	width:170px;
	text-align:right;
	padding:2px 5px;
	float:left;
}
form label strong {
	font-size:15px;
	line-height:12px;
	color:#AB0635;
	padding-left:2px;
}
form textarea.short {
	height:50px;
}
form input, form textarea {
    color: #000;
    font-size: 13px;
    line-height: 18px;
    padding:3px;
    border: 1px solid #a6a748;
    background: #fcf9ed;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
form input.submit-form {
	background:url(images/button-grey.gif) 0 0 no-repeat;
	width:118px;
	height:26px;
	text-align:center;
	color:#0078AE;
	font-weight:bold;
	line-height:2em;
	font-size:12px;
	letter-spacing:.05em;
	border:none;
	float:right;
	margin-right:40px;
}
form input.submit-form:hover { background-position:0 -26px; color:#008ec4; }

form input.submit-form.green {
	background:url(images/button-green.gif) 0 0 no-repeat;
	color:#e7f1d7;
}
form input.submit-form.green:hover{ color:#fff; }
.hidden-labels label, .hidden-labels .wpcf7-list-item-label {display:none;}

/* PROGRAM */
ul.dbem_events_list {
	list-style:none;
	margin:0;
	padding-bottom:10px;
}
ul.dbem_events_list li {
	padding-bottom:10px;
}

/* SPONSORS */
ul.logos {
	list-style:none;
	clear:both;
	margin:0;
	padding:0;
	float:right;
}
ul.logos li {
	display:inline;
	margin:15px;
}
/* FOOTER */
#footer {
	background:#A8AA47;
	color:#eee;
	border:none;
	padding:30px 0 0;
}
#footer a {
	color:#AB0635;
}
#siteinfo {
	color:#111;
	font-weight:bold;
	clear:both;
}
#siteinfo div.copy {
	padding:10px 0;
}


/* SIDEBAR */
#secondary.main-aside ul {
    padding:0;
}