/*   
Theme Name: thomasPDaly
Theme URI: http://www.thomaspdaly.com/
Description: Thomas P. Daily, Author.
Author: Jeffrey Simon
Author URI: http://www.littleboxcreations.com
Template: thematic
*/

/* 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');


body{
	background:#484f40;
}
#wrapper p{
	color:#341105;
}
a:link {
    color:#341105;
}
a:visited {
    color:#341105;
}
a:active,
a:hover {
    color: #FF4B33;
}
#wrapper{
	background:url(images/shadow.jpg) center 232px repeat-x #484f40;
}
.menu, #main, #footer #siteinfo{
	width:960px;
	margin:0 auto;
}
#branding{
	background:url(images/header.jpg) center top no-repeat #1b0000;
	height:200px;
	padding:0;
	margin:0;
}
#branding #blog-description, #branding #blog-title{
	text-indent:-99999px;
}

/* Menus */
#access, .sf-menu a, .sf-menu{
	border:none;
}
#access{
	background:white;
    font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #341105;
}
.sf-menu a, .sf-menu a:visited{
	padding:9px 20px;
	color:#341105;
	background:transparent;
}
.sf-menu li{
	background:transparent;
}
.sf-menu .current_page_item, .sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu .current_page_item a{
	text-decoration:underline;
	background:transparent;
}

/* layout */

#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
	padding:0;
	background:url(images/parchment.jpg) center top repeat-y;
	border:none;
}
#container {
    width:640px;
    float:left;
}
#content {
    margin:0 0 0 20px;
    width:610px;
    overflow:hidden;
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
    right:10px;
	border:0;
}
#primary{
	border:0;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
	border:0;
	padding:0;
	margin:0;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
	padding:70px 0 0 30px;
	background:url(images/rounded-bottom.jpg) no-repeat center top;
	color:white;
}
#siteinfo p{
	text-align:center;
	padding:0;
	margin:5px 0;
	color:white;
}
#siteinfo a{
	color:white;
}
/* Content */
#container{
	margin-top:20px;
}
.entry-title {
    font-family:Georgia, Times, serif;
	padding:0 0 5px;
	color:#341105;
}
.entry-content{
	padding-top:0px;
}
blockquote {
padding-left:10px;
margin-left:0;
border-left:3px solid #341105;
}
.entry-meta{
	margin-bottom:10px;
}
/* Aside  */

.aside input{
	width:255px;
}
.aside form{
	margin-bottom:10px;
}
.aside{
	color:#341105;
}
.facebook{
	background:url(images/facebook.jpg) center;
	display:block;
	height:21px;
	width:80px;
	margin-right:6px;
	float:left;
	text-indent:-999999px;
	margin-bottom:20px;
	border:1px solid #341105;
}
.youtube{
	background:url(images/youtube.jpg) center;
	display:block;
	height:21px;
	width:80px;
	margin-right:7px;
	float:left;
	text-indent:-999999px;
	border:1px solid #341105;
}
.twitter{
	background:url(images/twitter.jpg) center;
	display:block;
	height:21px;
	width:80px;
	float:left;
	text-indent:-999999px;
	border:1px solid #341105;
}
.buyatamazon{
	background:url(images/bookthumb.jpg) top left no-repeat;
	display:block;
	padding-left:100px;
	height:110px;
	margin-top:10px;
	padding-top:30px;
}
/* Comments */
#respond{
	background:transparent;
}
