/*   
Theme Name: TG
Theme URI: 
Description: Hybrid Thematic
Author: Buddha's Uncle
Author URI: http://buddhasuncle.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');


/* Edited Styles */

/* New Elements */

.class1 a:link {
	text-decoration:none;
	color:#666;
}
.class1 a:visited {
	color:#666;
}
.class1 a:hover {
	color:#ccc;
}
.class1 a:active {
	color:#666;
}


/* Sliding Notes Plug-in*/

.hackadelic-sliderPanel {
	border: 0px solid #ccc;
	padding-top: 5px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}

a.hackadelic-sliderButton {
	font-size:18px;
	text-decoration:none;
	border: 0px solid lightgrey;
	color: #B3960E;
	padding: 3px 3px 10px 0px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}
a.hackadelic-sliderButton:hover {
	border: 0px solid #F0F0E0;
	
}
.entry .hackadelic-sliderPanel {
	background-color: #fcfcfc;
}
.textwidget .hackadelic-sliderButton {
	display: block;
	text-align: center;
	margin: .5em;
}
.textwidget .hackadelic-sliderPanel {
	background-color: #F0F0E0;
}   

/* =Global Elements
-------------------------------------------------------------- */
#container {
    float: right;
    width: 960px;
}

body {
  overflow-y: scroll;
}

body, input, textarea {
    font: 12px Helvetica,sans-serif;
    line-height:18px;
    background: url('http://terrancegrace.com/wp-content/uploads/cardboard.jpg');
    color:#333;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#004B91;
}
a:visited {
    color:#743399;
}
a:active,
a:hover {
    color: #FF4B33;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
    text-indent:-5000px;
    border-top:8px solid #ccc;
    position:fixed;
    width:100%;
}
#branding {
    padding:0px 0 0 0;
    height:82px;
    border-bottom:1px solid #ccc;
    width:800px;
    float:left;
}
#blog-title {
    font-family:Helvetica,sans-serif;
    font-size:0px;
    font-weight:bold;
    line-height:0px; 
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #666;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
}


/* =Content
-------------------------------------------------------------- */

#content {
    width:700px;
    overflow:hidden;
    margin: 0 0 0 335px;
    text-align:justify;
}


#main {
    clear:both;
    padding:0px 0 22px 0;
}
.page-title {
    font-size:12px;
    line-height:18px;
    padding:0 0 10px 0px;
    color:#666;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:22px 0 22px 0;
    min-height:600px;
    width:635px;
}
.single .hentry {
    padding-top:3px;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:Helvetica,san-serif;
    font-size:18px;
    font-weight:bold;
    line-height:20px;
    padding:55px 0 0px 0;
    color:#ccc;
    text-transform:uppercase;
    border-bottom:1px solid #ccc;
    text-indent:15px;
    height:32px;
    position:fixed;
    top:3px;
    width:100%;
    background:url('http://terrancegrace.com/wp-content/uploads/cardboard.jpg');
    z-index:1;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FF4B33;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:85px 20px 0px 15px;
    overflow:visible;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
    display:none;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:12px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#ccc;
}
.aside a {
    color:#ccc;
    text-decoration:none;
}
.aside a:active, 
.aside a:hover {
    color: #666;
}
.aside h3 {
    font-family:Helvetica;san-serif;
    font-size:18px;    
    font-style:normal;
    text-transform:none;
    color:#ccc;
    line-height:12px;
}
.aside h3 a {
    text-decoration:none;
    color:#333;
    font-size:18px;
    line-height:32px;
    padding-bottom:12px;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
    line-height:18px;
}
.aside ul ul {
    list-style:none;
    margin:0 0 5px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    padding-bottom:10px;
    font-size:12px;
    line-height:13px;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
.navigation {
    color: #666666;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 22px;
    overflow: hidden;
    display:none;
}
/*
    Main Asides
*/

.main-aside {
    padding:0 0 0 0;
    width:300px;
    float:left;
    position:fixed;
}

.main-aside ul {
    padding:0 0 0 0;
    font-family:Helvetica,san-serif;
    font-size:12px;
    line-height:13px;
    font-weight:normal;
    text-transform:uppercase;    
    margin-left:-66px;
}
.main-aside h3 {
	text-transform:uppercase;
	padding-bottom:3px;
}
.main-aside ul ul {     
    color:#666;
}

#primary {
    border-right:1px solid #ccc;
    padding:52px 14px 0 0;
    margin-bottom:22px;
    text-align:right;
    height:100%;
    z-index:50;     
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
    padding:33px 0 0 0;
    font-size:24px;
    text-align:right;   
}

#third {
	width:100%;
	font-family:Helvetica,san-serif;
	font-size:10px;	
}

#subsidiary .aside {
    width:100%;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    border-top:0px solid #bbb;
    margin-top:160px;
}
#siteinfo {
    color:#666;
    font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
}
#siteinfo a {
    color:#888;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 20px 0 20px;
    width:575px;
}
#comments,
#comments input,
#comments textarea {
    font-size:12px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Helvetica,sans-serif;color:#666;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #666;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #666;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #666;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #666;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
    background: url(http://terrancegrace.com/wp-content/uploads/cardboard.jpg);
}
#comments-list #respond {
    border-bottom:1px solid #666;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #666;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:97%;
    border:1px solid #ccc;
    padding:5px;
}
.form-section textarea {
    width:99%;
    border:1px solid #ccc;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


