/*   
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 {
background:url('images/background/browndots123.jpg') repeat fixed; 
} 

p {
	margin: 0;
	padding: 0;
}

a:active,
a:hover {
	color:#94BDB9;
}

#main {
    clear:both;
    padding:33px 0 22px 0;
	background:#FFE3FF;
	border-left: 4px solid #F6BAE9;
	border-right: 4px solid #F6BAE9;	
}

#branding {
    padding:0 0 0 0;
	width:960px;
    margin:0 auto;
	border-left: 4px solid #F6BAE9;
	border-right: 4px solid #F6BAE9;	
}

.menu {
    width:960px;
    margin:0 auto;
}

#access {
	width:960px;
    margin:0 auto;
	margin-top: 10px;
    position:relative;
    overflow:hidden;
	background:#FFFFFF;
	border-left: 4px solid #F6BAE9;
	border-right: 4px solid #F6BAE9;
	border-top: 4px solid #F6BAE9;
}

#footer {
	width:960px;
	margin:0 auto;
    border-top:1px solid #000000;
	background:#A2D1CB;
	border-left: 4px solid #F6BAE9;
	border-right: 4px solid #F6BAE9;	
}

/*** Top Menu ***/

.sf-menu a, .sf-menu a:visited {
	border-left:0px solid #ccc;
	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
	text-decoration:none;
	font-weight:bold;
	background:#FFFFFF;
	color:#512C13;
}

.sf-menu .current_page_item a {
	border-bottom:0px solid #ccc;
	background:#A2D1CB;
}

.sf-menu a:hover {
	background:#91BAB6;
	color:#512C13;
}

.sf-menu {
    border-right:0px solid #ccc;
	line-height:normal;
}

/*** Category Menu ***/
	
#category-access {
	width:960px;
    margin:0 auto;
	height:32px;
    position:relative;
    overflow:visible;
	background:#FFFFFF;
	border-left: 4px solid #F6BAE9;
	border-right: 4px solid #F6BAE9;
	border-bottom: 1px solid #000000;
	background:#F6BAE9;
    z-index:100;	
}

#category-nav a {
	font-size:11px;
	font-weight:bold;
	background:#F6BAE9;	
	text-transform:uppercase;
}

#category-nav a:hover {
	background:#91BAB6;
	color:#FFFFFF;
}

#category-nav li li {
	border-top:1px solid #CCCCCC;
	background:#A2D1CB;
}

ul.children a{		/* Controls Dropdown Menu Padding */
	padding:4px 13px;
}

/*** Main Content Area ***/

/*** Homepage Welcome Message ***/

#content {
	width:560px;
}

#content .aside {
border:2px solid #92BBB7;
}

#content .aside h3 {
	text-align:center;
}

#container {		/* Contains the Content Area */
	float:left;
	margin:0 0 0 10px;
	width:560px;
}

.ie6 #container {		/* Contains the Content Area */
	float:left;
	margin:0 0 0 2px;
	width:560px;
}

#content {		/* Main Content Area */
	border: 2px solid #512C13;
	padding: 10px;
	background:#FFFFFF;
}

.entry-title {		/* Blog Post Title */
    font-family: Georgia,serif;
    font-size:26px;
    font-weight:normal;
    line-height:26px;
    padding:0 0 7px 0;
	color:#603719;
	text-align:center;
}

.entry-title a:active, .entry-title a:hover {
	color:#91BAB6;
}

.entry-meta {		/* Blog Post Meta Data */
	color: #666666;
	font-size: 11px;
	font-style: italic;
	line-height: 5px;
	text-align:center;
}

.entry-meta a:active, .entry-meta a:hover {
	color:#94BDB9;
}

.entry-utility a:active, .entry-utility a:hover {
	color:#94BDB9;
}

.entry-utility {
	color:#666666;
	font-size:10px;
	line-height:18px;
	margin:0 0 44px;
	padding-top:20px;
}

.entry-content a, .entry-content a:visited {
	text-decoration:none;
	color:#004B91;
}

.entry-content a:hover {
	color:#94BDB9;
}

#comments-list li {		/* Comments List */
    background:#A2D1CB;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {		/* Comments List Alternating Color */
    background:#A2D1CB;
}

#comments-list li .avatar {		/* Comment Avatar Positioning */
	position:static;
	float:right;
    width:36px;
    height:36px;
}

#comments-list .comment-author {		/* Comment Author */
    font-weight:bold;
    padding:9px 0 0 0px;
}

#comments-list .comment-author a {		/* Comment Author Link*/
	color:#000000;
	font-size:15px;
}

#comments-list .comment-meta {		/* Comment Meta Data */
    color:#666;
    font-size:11px;
    padding:0 0 9px 0px;
}

.form-section input {		/* Comment Input Form */
	margin:0 0 18px;
	width:50%;
	background-color:#EEEEEE;
}

.form-section textarea {		/* Comment Input Form */
	width:99%;
	background-color:#EEEEEE;
}

.formcontainer {			/* Comment Container */
	border-top:1px dashed #303030;
	padding-top:10px;
}

.nav-previous a:hover,  	
.nav-next a:hover {		/* Next and Previous Post Navigation */
	color:#91BAB6;
}	

/*** Primary Sidebar ***/

#primary {
	border: none;
	background:#FFE3FF;	
	margin:0 10px 0 0px;
	width:320px;
	padding:0;
}

li#search {
	padding:0 10px;
}

#primary ul li {
	border: 1px solid #512C13;
	margin-bottom:4px;
	background:#FFFFFF;
	padding-top:4px;
	padding-bottom:4px;	
}

.ie6 #primary {
	border: 2px solid #512C13;
	background:#FFFFFF;	
	margin:0 2px 0 0px;
}

.aside input {
	width: 90%;
}

.main-aside h3 {
	font-weight:bold;
	text-align:center;
}

/*** Secondary Sidebar ***/

#secondary {
	border: none;
	margin:5px 12px 0 6px;
	background:#FFE3FF;
	width:140px;
}

#secondary ul li {
	border: 1px solid #512C13;
	margin-bottom:4px;
	background:#FFFFFF;
	padding-top:4px;
	padding-bottom:4px;	
}

.main-aside ul {
	padding:0;
}

li#linkcat-2 {
	padding:0 5px;
}

.aside a:active, .aside a:hover {
color:#91BAB6;
}

/*** Tertiary Sidebar ***/

#tertiary {
	border: none;
	margin:5px 0 0 0;
	background:#FFE3FF;
	width:170px;
}

#tertiary ul li {
	border: 1px solid #512C13;
	margin-bottom:4px;
	background:#FFFFFF;
	padding-top:4px;
	padding-bottom:4px;	
}

#tertiary ul ul li {
	border: none;
}

/*** Footer Asides ***/

#subsidiary #first {
	width:278px;
	padding-left:20px;
}

#subsidiary #second {
	width:278px;
	padding-left:20px;
}

#subsidiary #third {
	width:278px;
	padding-left:20px;
}

#subsidiary h3 {
	font-size:20px;
	color:#512C13;
	font-weight:bold;
	padding-bottom:5px;
}

#subsidiary .aside li ul li {
	list-style:circle;
}

#subsidiary .aside li {
	padding-top:5px;
}

#subsidiary .aside a {
	text-decoration:none;
	color:#512C13;
	font-size:15px;
}

#subsidiary .aside a:hover {
	text-decoration:underline;
	color:#000000;
	font-size:15px;
}

#siteinfo {
	clear:both;
	margin:0 auto;
	width:960px;
	padding:22px 0 22px;
	text-align:center;
}

