/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* 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 {
	font-family: Arial, sans-serif;
	line-height:22px;
	background-image: url(http://www.chpevents.org.au/wp-content/themes/chpevents/images/bg.gif);
	background-repeat: repeat-x;
}
input, textarea {
	font: 15px Arial, sans-serif;
	line-height:22px;
}

#content {
	padding-left: 30px;
}

#branding {
	padding:0px 0 14px 0;
	background-image: url(http://www.chpevents.org.au/wp-content/themes/chpevents/images/Events_masthead.gif);
	background-repeat: no-repeat;
	height:151px;
}
#blog-title {
	height: 40px;
	
}
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
	height: 13px;
}
h2.entry-title {
	font-family: Arial, sans-serif;
    font-size:26px;
    font-weight:normal;
    line-height:26px;
    padding:20 0 7px 0;
	color: #85a1c7;
}
h2.entry-title a {
    color:#015289;
    text-decoration:underline;
	padding-left:20px;
	background-image: url(http://www.chpevents.org.au/wp-content/themes/chpevents/images/right-arrow.gif);
	background-repeat: no-repeat;
}
h2.entry-title a:hover {
    color:#881620;
}
h4.event-day {
	font-weight: bold;
	font-size:12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #86A5C7;
	clear:both;
	background-color: #dddddd;
}

h2.tec-cal-title {
	font-family: Arial, sans-serif;
	float:left;
	padding-right:15px;
	font-size:26px;
    font-weight:normal;
    line-height:26px;
    padding:0 0 7px 0;
	color: #85a1c7;
}
.tec-events .tec-event-entry {
	width:50%;
	float:left;
	padding:0 5% 0 0;
}
.tec-events .tec-event-list-meta {
	float:right;
	padding:0 0 0 4%;
	width:222px;
	font-size:11px;
	margin-bottom:2px;
}
.category-events .tec-event-meta-desc, .tec-event-day {
	color:#666;
}
.entry-title a {
	text-decoration:underline;
}
.entry {
	width:80%;
	font-size: 85%;
}
.tec-events .tec-event-list-meta {
	float:right;
	padding:0 0 0 4%;
	width:30%;
	font-size:12px;
	margin-bottom:20px;
}
.jumpcal {
	float: right;
}
.tec-calendar-buttons {
	position:absolute;
	right:5px;
	top:-29px;
}
.upcoming a.tec-button-on, .grid a.tec-button-on {
	background:#0F81BB;
	display:none;
}
.upcoming a.tec-button-off, .grid a.tec-button-off {
	background:#999999;
	display:none;
}


#footer p {
    color:#666;
    font-size:11px;
}
#siteinfo {
    color:#666;
    font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
	text-align:center;
}
h1, h2, h3, h4, p, li, td, dt, dd {
	font-family: Arial, sans-serif;
}
h1.entry-title {
	color: #85a1c7;
	font-weight: normal;
}
#chplogo {
	float: right;
}
#blog-description {
	padding-top:85px;
}
a {
    color:#015289;
}
.gmap {
	display: none;
}
.footerlinx {
	font-family: Arial, sans-serif;
	height:30px;
	text-align:center;
	margin:0px;
	padding:0px;
}
.linklove a {
	display: none;
}
.comments-link {
	display: none;
}
.cf-ol {
    font-size:90%;
}
#tec-content {
	font-family: Arial, sans-serif;
	background:#fff;
	width:670px;
	padding:1px 35px;
	margin-left:10px;
}

