/*   
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-l-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');

#main	{
border: thin #333 solid;
font-family: verdana,arial,sans serif;

}
#access	{
	width: 940px;
	height: 115px;
	margin: auto;
	vertical-align: baseline;
	border: none;
}
#access	.head_img{
float: left;
clear: none;
}
#above	{

	width: 940px;
	margin: 0;
	background-color: white;

}
#profile	{
	float: right;
	width: 347px;
}
#profile .top	{
	height: 120px;
	display: block;
}

#profile .top img	{
	display: block;
	margin: 25px auto 0 auto;
}
#profile h3	{
	font-size: 16px;
	line-height: 16px;
	border-bottom: #D2D4CE 1px solid;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	color: #858B7C;
}

.menu	{
	position: relative;
	top: 83px;
	width:auto;
	margin: auto;
}

.menu.posts .sf-menu li {
	background-color: fuchsia;
}

.aside p	{
	color: #D2D4CE;
	font-size: 11px;
	line-height: 15px;
}
#content.aside	{
background-color: #ADB4A2;
}
.main-aside	{
	width: 250px;
}
.aside ul {
    margin:10px;
}
.aside h3 {
    color: #D2D4CE;
    font-style: normal;
    font-weight: bolder;
    font-size: 18px;
    text-align: center;   
    margin-bottom: 10px; 
}
#container	{
	margin:0 0 0 -260px;
    background-color: #858B7C;
}

#content	{
background-color: #ADB4A2;

margin:0 0 0 250px;
overflow:hidden;
width:690px;
border-left: thin #333 solid;
clear: both;
}
.entry-content	{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 50px;
	line-height: 24px;
}
.hentry	{
	width:auto;
	padding-bottom: 140px;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
.aside a,
.aside a:active,
.aside a:hover {
    color: white;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
}