/*   
Theme Name: Thinking
Theme URI: http://www.thinkingpoetry.org
Description: A Child Theme of Thematic
Author: Samuel Tan
Author URI: http://thinkingpoetry.blogspot.com
Template: thematic
Version: 0.1
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
/*
Notes:
Theme base colours: #97EEE5 (light) #40E0D0 (normal) #19A092 (dark)
*/

/* 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');

#container {
float:left;
width:680px;
}

#primary {
border:3px solid #19A092;
background:#FEFEFE;
}

/* HEADER AND TITLE */

#blog-description {
color: white
}

#blog-title a {
background:transparent url(images/logowhite.png) no-repeat scroll center top;
display:block;
height:50px;
left:0px;
position:absolute;
text-indent:-9000px;
top:45px;
width:290px;
z-index:100;
}

#branding {
padding: 90px 0 32px;
position: relative
}

#header {
background:#12746A;
z-index:2;
}

/* MAIN MENU */

.page-item-101 a {
}

.page-item-101 a:visited {
}

.page-item-149 a {
}

.page-item-151 a {
}

.page-item-157 a {
}

.page-item-153 a {
}

.page-item-64 a {
}

.page-item-79 a {
}

.page-item-73 a {
}

.page-item-14 a {
}

.page-item-9 a {
background: url(images/homegreen.png) no-repeat scroll center bottom;
text-indent:-5000px;
padding-left: 30px;
}

.page-item-9 a:hover {
background: url(images/homegreen.png) no-repeat scroll center bottom;
text-indent:-5000px;
padding-left: 30px;
}

.sf-menu a {
color: #743811;
}

.sf-menu a:visited {
color:#743811;
}

.sf-menu a:hover{
color: red;
}

/* MAIN SECTION */

#content {
width: 640px
}

#main {
padding:20px 0 20px;
}

#content .aside {
border: none;
margin:0 0 0;
padding:0 0 0;
width: 660px;
}

#content .aside h3 {
margin:0 0 0;
padding: 0 0 10px;
font-family: "Segoe Print","Lucida Handwriting",Arial,sans-serif;
font-style: normal;
color: #660066;
font-size: 20px
}

.entry-title {
font-family: "Segoe Print","Lucida Handwriting",Arial,sans-serif;
color: #12746A;
font-size: 28px;
padding: 6px 0 0;
}

.levels {
  FONT-WEIGHT: normal;
font-family: "verdana","Arial";
  FONT-SIZE: x-small;
  COLOR: #8A8A8A;
padding-bottom: 0px;
padding-left: 16px;
padding-top: 0px;
padding-right: 0px;
  FONT-STYLE: normal;
  TEXT-ALIGN: left;
  TEXT-DECORATION: none
}

.entry-content {
padding:10px 0 0;
}

.entry-content h1 {
font-family: "Segoe Print","Lucida Handwriting",Arial,sans-serif;
color: #743811;
font-size: 20px;
padding-bottom: 10px;
padding-left: 0px;
padding-top: 0px;
padding-right: 0px;
}

.entry-content h2 {
font-family: "Segoe Print","Lucida Handwriting",Arial,sans-serif;
color: #743811;
font-size: 16px;
padding-bottom: 10px;
padding-left: 0px;
padding-top: 0px;
padding-right: 0px;
}

.entry-content h3 {
font-family: "Segoe Print","Lucida Handwriting",Arial,sans-serif;
color: #743811;
font-size: 16px;
padding-bottom: 8px;
padding-left: 0px;
padding-top: 8px;
padding-right: 8px;
}


#comments h3 {
font-family: "Segoe Print","Lucida Handwriting",Arial,sans-serif;
color: #743811;
font-size: 18px;
}

.form-section label {
font-family: "Segoe Print","Lucida Handwriting",Arial,sans-serif;
color: #12746A;
font-size: 16px;
}

textarea {
overflow:auto;
}

p, ul, ol, dd, pre {
margin-bottom:10px;
}

/* TOC HACKADELIC 
Full arguments:
[toc title="TOC box title" hint="hover hint" class="extra CSS class" style="inline CSS style"]
*/

div.toc {
	border: 1px solid #ccc;
	font-size: .75em;
}
div.toc.toc-left {
	max-width: 22em;
	float: left;
	margin: 5px 5px 5px 0;
}
div.toc.toc-right {
	max-width: 22em;
	float: right;
	margin: 5px 0 5px 5px;
}

div.toc a.toc-header {
	display: block;
	background-color: #12746A;
	border-top: 1px solid #fcfcfc;
	border-left: 1px solid #fcfcfc;
	border-bottom: 1px solid #f0f0e0;
	border-right: 1px solid #f0f0e0;
	color: #FFFFFF;
/** Styling regarding TOC title: **/
	padding: 1px 2px;
	text-align: center;
        text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
        font-family:"Segoe Print","Lucida Handwriting",Arial,sans-serif;
}

div.toc a.toc-header:hover {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #fcfcfc;
	border-right: 1px solid #fcfcfc;
}
div.toc ul {
	list-style: none;
	margin: 0;
	padding: 5px;
	background-color: #FFF7E2;
	overflow: hidden;
	white-space: nowrap;
}
div.toc.auto-collapse ul {
	display: none;
}

div.toc li a {
	text-decoration: none;
	border: 0 none;
	color: #743811;
}
div.toc li.toc-level-1 {
	font-weight: normal;
}
div.toc li.toc-level-2 {
	font-weight: normal;
	padding-left: .5em;
}
div.toc li.toc-level-3 {
	padding-left: .75em;
}
div.toc li.toc-level-4 {
	padding-left: 1em;
}

/* FOOTER AND INFO */

#footer {
background: #12746A;
}

#siteinfo {
color: #FFFFFF
}

#siteinfo a:visited {
color:#E27D3B;
}

#siteinfo a:link {
color:#E89A66;
}

/* TABLES */
table.welcome {
cellspacing: 5px;
align:center;
}

td.welcomegeneralheader {
background: #12746A;
font-family: "Segoe Print","Lucida Handwriting",Arial,sans-serif;
color: #FFFFFF;
font-size: 18px;
width:50%;
text-align:center
}

td.welcomeguideheader {
background: #746A11;
font-family: "Segoe Print","Lucida Handwriting",Arial,sans-serif;
color: #FFFFFF;
font-size: 18px;
width: 50%;
text-align:center
}

td.welcomeaboutheader {
background: #6A1174;
font-family: "Segoe Print","Lucida Handwriting",Arial,sans-serif;
color: #FFFFFF;
font-size: 18px;
text-align:center
}

td.welcomecommunityheader {
background: #391174;
font-family: "Segoe Print","Lucida Handwriting",Arial,sans-serif;
color: #FFFFFF;
font-size: 18px;
text-align:center
}

td.welcomegeneral {
background: #EDFCFA;
}

td.welcomeguide {
background: #FCFAED;
}

td.welcomeabout {
background: #FAEDFC;
}

td.welcomecommunity {
background: #F2EDFC;
}

/* ASIDES */

.aside th, .aside td, .aside tr {
border: 0px;
border-bottom:none; 
vertical-align:middle; 
padding:0
}

.aside tbody {
border-width: 0 0 0;
vertical-align:middle; 
}

.aside form, .aside table {
margin-bottom: 0px; 
}

#content .aside ul {
padding: 0 0 0;
}

.main-aside {
width: 270px;
}