/*   
Theme Name: SpiLoTORG
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');

#blog-title  {
	color:#13B1EB;
	font-size:40px;
	font-family:OldSansBlack;
}
#blog-title a {
	color:#13B1EB;
}
@font-face { font-family: OldSansBlack; src: url('OldSansBlack.ttf'); } 

h3 { font-family: OldSansBlack, sans-serif; }
.entry-title {
	color:#13B1EB;
}
.entry-title a {
	color:#13B1EB;
}
.entry-content  {
	font-size:12px;
	padding:5px 0 0;
}
#header  {
background-color:#FFF;
}
.entry-meta .n {
font-size:10px;
}
.entry-meta  {
font-size:10px;
}

/* Edit */
#access {
	border-bottom:none;
}
.sf-menu {
	border-right:none;
	float:left;
}
.sf-menu a {
	border-bottom:none;
	border-left:none;
	border-top:none;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active  {
	background:none repeat scroll 0 0 #13B1EB;
	color:#FFF;
}
.aside h3 {
	font-style:normal;
}
/* Links */
a:link.smooth {
	color:#13B1EB;
	font-size:2em;
	text-decoration:none;
}
a:visited.smooth {
	color:#13B1EB;
	font-size:2em;
	text-decoration:none;
}
a:active.smooth {
	color:#FF4B33;
	font-size:2em;
	text-decoration:none;
}
a:hover.smooth {
	color:#FF4B33;
	font-size:2em;
	text-decoration:none;
}
a:link.smooth {
	color:#13B1EB;
	font-size:2em;
	text-decoration:none;
}