/*   
Theme Name: Calebs Creek Thematic Remix
Theme URI: 
Description: A child theme, barely a jostle of its parent, Thematic.
Author: Ricky Sheaves
Author URI: http://calebscreek.com/
Template: thematic
Version: 0.1
Tags: Thematic, Calebs Creek
.
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');

pre {
	font-size:11px !important;
	border-color:#cccccc;
	border-style:dashed dashed dashed solid;
	border-width:1px 1px 1px 5px;
	background:#fafafa;
	margin:12px 2px 15px;
	padding:5px 50px 5px 15px;
	text-align:left;
	overflow:auto;
	font-family: Monospace !important;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

p.info {
	border-color:#9ee8ff;
	border-style:dashed dashed dashed solid;
	border-width:1px 1px 1px 5px;
	background:#f2fcff;
	margin:12px 2px 15px;
	padding:5px 50px 5px 15px;
	text-align:left;
	background-image: url(/wp-content/uploads/2010/08/info.png);
	background-repeat:no-repeat;
	background-position: 565px -10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#header {
    background-image: url(/wp-content/uploads/2010/07/Untitled.jpg);
    //background:#ccc;
}
#container {
    width:700px;
}
#content {
    width:620px;
}
.main-aside {
    width:220px;
	-moz-border-radius:10px;
	-webkit-border-radius:5px;
}
#subsidiary .aside {
    width:220px;
}

.aside h3 {
font-family:Arial,sans-serif;
font-size:24px;
font-weight:bold;
line-height:26px;
padding:0 0 7px;
font-style: normal;
color: #c20000;
}

#primary {
//border: none;
//padding: 0px;
background: #fafafa;
}

.page-title {
font-size:22px;
}

#header {
margin:-24px 0 0 0;
}

.quiet {
color:#666666;
font-size:13px;
line-height:19px;
}

#content .aside {
//border:none;
//margin:-22px 0 22px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#index-insert, #index-bottom, #single-insert, #single-bottom {
	background: #fafafa;
	text-align: justify !important;
}

#index-insert h3, #single-insert h3 {
	font-family: Arial,sans-serif !important;
	font-size:24px !important;
	font-weight:bold !important;
	line-height:26px !important;
	padding:0 0 7px !important;
	font-style: normal !important;
	color: #c20000 !important;
}

#index-insert a, #single-insert a {
	text-decoration: none !important;
	line-height: 22px !important;
}

code {
background:#f0f0f0;
font-family: Monospace;

}

