/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* Page */
.custom #page {
padding:0.5em 1.4em;
}

/* Header */
.custom #header {
padding:0em;
}

/* Navigation Menu */

.custom .menu {
}

.custom .menu a {
}

/* Sidebar*/
.custom .sidebar ul.sidebar_list {
padding-left:0em;
}

.custom .sidebar h3 {
background:#F28327;
color: #fff;
padding: 3px 5px;
}

.custom ul.sidebar_list {
/*padding-top:0.4em;*/
}

.custom li.widget {
margin-bottom:1.35em;
}

.custom #sidebars {
display:none;
}

/* Post Box */
.custom .post_box, .teasers_box, .full_width #content_box .page {
/*margin:0 4em;*/
}

/* Jan 23 2010 -- Sally */
.custom .format_text {
	font-size: 2.25em; /* this should make the font size of the content to ~23px, but don't use px here */
}

/* Welcome */
.custom .welcome1 {
font-size: 0.85em;
}

/* Post title */

.custom .headline_area h1.entry-title, .custom .headline_area h1.entry-title a {
font-size:2.9em;
text-align:left;
}

.custom .headline_area h1 {
font-size:3.2em;
text-align:left;
}

.custom .format_text h1 {
margin:1em 0;
}

.custom h2, .custom h2 a {
line-height:1.1em;
color: #285485;
font-weight: bold;
}

.custom .format_text h2 {
font-size:1.65em;
margin:1em 0;
}

.custom h2 a:hover {
text-decoration: underline;
}

.custom .headline_area h2 {
font-size:3.2em;
text-align:center;
}

.custom .headline_area h2.entry-title, .custom .headline_area h2.entry-title a {
font-size:1.8em;
text-align:left;
}

.custom .format_text h3 {
font-size:1.45em;
font-weight:bold;
margin:1em 0;
}

.custom .format_text h4 {
margin:1em 0;
}

.custom h1 {
line-height:1.1em;
color: #285485;
font-weight: bold
}

.custom h3 {
line-height:1.1em;
color: #7B7B7B;
}

/*Remove Comments Closed Text*/
.custom .comments_closed p, .custom .comments_closed {
display: none;
}

.custom .format_text .to_comments {
display: none;
}

/* DISQUS */
.custom #disqus_thread  {
padding-left:40px;
width:670px;
}

.custom .dsq-brlink {
padding-left:40px;
}

.custom #dsq-content .dsq-comment-header td {
background: #F28327;
}

/* OTHER */
.custom #container {
margin-top: 0em;
margin-bottom: 2em;
width: 100%;
}

/*Remove lines in template*/
.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
border-bottom: 0px;
border-top: 0px;
border-right: 0px;
border-left: 0px;
}

/*background image*/
body.custom {
}

/* BOXES */

.custom .yellowbox {
border: 2px dashed #285c9f; 
padding: 12px 10px 0px 10px; 
background-color: #fff7b5; 
margin: 10px 0px 20px;
}

.custom .yellowbox p {
margin-bottom: 1em;
}

.custom .yellowboxright {
border: 2px dashed #285c9f; 
padding: 12px 10px 0px 10px; 
width: 33%; 
background-color: #fff7b5; 
margin: 10px 10px 20px;
float: right;
}

.custom .yellowboxleft {
border: 2px dashed #285c9f; 
padding: 12px 10px 0px 10px; 
width: 33%; 
background-color: #fff7b5; 
margin: 10px 10px 20px;
float: left;
}

.custom .redbox1 {
border: 2px dashed red; 
padding: 0px 10px; 
background-color: #ffccff; 
margin-bottom: 20px; 
text-align: left;
}

.custom .redbox2 {
border: 1px solid red;
padding: 10px 10px 0px 10px;
margin-bottom: 25px; 
background-color: #ffccff; 
float: right;
}

.custom .speakerbox {
padding: 20px 20px 1px 20px; 
margin-top: 40px; 
background-color: #a0cef3;
margin-bottom:20px;
}

.custom .greybox {
padding: 20px 20px 1px 20px; 
width: 90%; 
margin-top: 10px; 
background-color: #CCCCCC;
margin-bottom:20px;
}

.custom .greenbox {
padding: 20px 20px 1px 20px; 
width: 90%; 
margin-top: 10px; 
background-color: #00CC33;
margin-bottom:20px;
}


/* BULLET LISTS */

.custom .redlist1 ul, .custom .greenlist1 ul, .custom .bigtick1 ul, .custom .question1 ul, .custom .redarrow1 ul {
list-style: none;
}

.custom .redlist1 li {
background: transparent url(images/redcheck.jpg) no-repeat;
background-position: 0 5px;
list-style: none;
padding: 5px 0px 5px 30px;
}

.custom .greenlist1 li {
background: transparent url(images/greencheck.jpg) no-repeat;
background-position: 0 5px;
list-style: none;
padding: 5px 0px 5px 30px;
}

.custom .bigtick1 li {
background: transparent url(images/big_tick.jpg) no-repeat;
background-position: 0 5px;
list-style: none;
padding: 5px 0px 5px 30px;
}

.custom .question1 li {
background: transparent url(images/queicon.jpg) no-repeat;
background-position: 0 5px;
list-style: none;
padding: 5px 0px 5px 30px;
}

.custom .redarrow1 li {
background: transparent url(images/redright.jpg) no-repeat;
background-position: 0 5px;
list-style: none;
padding: 5px 0px 5px 30px;
}

#home-optin-box form { position:relative; width:255px; height:385px; margin:0 auto; padding:0; background:url(http://pooktre.com/newsite/wp-content/uploads/2011/06/optin-form.jpg) no-repeat left top; color:#060; }
#home-optin-box form label, #home-optin-box form input { position:absolute; display:block; border:0 none; margin:0; padding:0; }
#home-optin-box form label, #home-optin-box form input.submit { cursor:pointer; text-indent:-9999px; }
label#qtpro_fname_label { left:99px; top:100px; width:59px; height:19px; }
label#qtpro_email_label { left:99px; top:150px; width:75px; height:19px; }
#home-optin-box form input { padding:3px; background:transparent; font-size:small; }
input#qtpro_fname { left:74px; top:125px; width:97px; height:16px; }
input#qtpro_email { left:74px; top:175px; width:96px; height:16px; }
#home-optin-box form input.submit { left:74px; top:200px; width:139px; height:53px; }

div#header { height:170px; background:url(http://pooktre.com/css_scripts/images/pooktre_tree_shapers.jpg) no-repeat 0 0; }
	p#logo { float:right; width:169px; height:169px; background:url(http://pooktre.com/images/index/pook.gif) no-repeat 0 0; }
		p#logo a { display:none; }
	h1#tagline { display:none; }
