/*   

Theme Name: ARLIS/Ontario Theme

Theme URI: 

Description: A child-theme of thematic

Author: Geoff Piersol

Author URI: 

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('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('styles/default.css');



/* Prepare theme for plugins */

@import url('../thematic/library/styles/plugins.css');



body, input, textarea {

	color:#333;}



#blog-title a {

background:url(img/arlis-banner_v2.jpg) no-repeat top center;
display:block;
text-indent:-9000px;
width: 940px;
height: 200px;

}



.post-date {font-size:12px; margin-bottom:0;}



/*.feature_highlight a {display: block}



.feature_highlight a:hover {background: #CCC;}*/



#blog-description {text-indent:-9000px;}



.main-aside a:active, .main-aside a:hover {
	background-color:#fff;
}
#primary {
	border-left:1px solid #ccc;
	border-top:0;
	border-bottom:0;
	border-right:0;
}

.full-width #container {

	width: 960px;

}

.full-width #content {

	width: 940px;

}

.entry-utility {

margin:10px 0 44px;
padding-top:4px;

}

.entry-meta a:link, .entry-meta a:visited {
	color: #83A7BF;
}
.entry-utility a:link, .entry-utility a:visited {
	color: #83A7BF;
}
.entry-content a:link, .entry-content a:visited {

color: #83A7BF;}



.entry-meta a:active, .entry-meta a:hover {
color:#fff;
background:#83A7BF;
text-decoration:none;}

.entry-utility a:active, .entry-utility a:hover {

color:#fff;

background:#83A7BF;

text-decoration:none;}

div.incoming {

display:none;}



input#s {

width:255px;

}

.advanced {text-align:left;}

/* breadcrumb styling - based on http://www.gilbertpellegrom.co.uk/how-to-breadcrumbs-in-wordpress/ */

ul.breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:12px;
}
ul.breadcrumbs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
