/*
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');

/* Main Page Styles */

.landingPage #header {
	display: none!important;
}

.landingPage #main {
	background: url('images/landing-bg.jpg') no-repeat;
	border: none!important;
	width: 1000px;
}

.landingPage #content {
	padding: 20px 0px 0px 40px;
	width: 700px;
}

.landingPage #landingPhrase {
	margin-top: 140px;
	margin-left: 30px;
}

.landingPage #siteinfo, .landingPage #footer {
	background: transparent!important;
	border: none!important;
	margin-top:0px!important;
	padding-top:0px!important;
}

.landingPage #primary {
	padding-top: 50px;
}

.landingPage #primary li {
	padding: 10px 0px;
}


/* Content Page Styles */

/* General Style Guidelines */

#footer {
	margin: 0px;
	border-top: none!important;
}

#siteinfo {
	padding: 10px 0px;
	text-align: center;
	font-size: 14px;
}

#branding, #main, #siteinfo {
	background: #e0e0a3;
}

#main, #siteinfo {
	width: 953px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#branding {
	width: 955px;
	height: 202px;
	padding: 0px;
	background: url('images/template-header.jpg');
}

#main, #respond {
	padding-top: 0px;
	background: #e0e0a3 url('images/template-topbg.jpg') no-repeat;
}

#content {
	padding-left: 10px;
	width: 670px;
}

#container {
	width: 700px;
}

#header {
	margin-top: 10px;
}

/* Widget Areas and Sidebar */

#primary {
	border: none;
	width: 250px;
}

ul#templateSidebar li {
	list-style: none;
	margin: auto;
	text-align: center;
}

#page-top {
	border: none!important;
	margin-bottom: 0px!important;
}

#page-top ul {
	margin-bottom: 20px;
}

h1.entry-title {
	padding-top: 10px;
}

#personalList {
	text-align: center;
}

#personalList a {
	padding: 10px 10px;
	color: red;
	font-size: 16px;
}

div#index-top.aside, div#single-top.aside {
	border: 0;
	font-size: 30px;
	color: black;
	font-weight: bolder!important;
	text-align: center;
}

div#index-top.aside ul {
	margin: 0px!important;
	padding: 0px!important;
}

h2.entry-title {
	font-weight: normal;
	font-size: 16px;
}

#comments-list li {
	background: #e0e0a3!important;
}