/*   
Theme Name: Ask a Garden Question Theme
Theme URI: 
Description: Custom child theme developed for Ask a Garden Question website.
Author: Michael Vaughn
Author URI: http://solotechno.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');


body {
	background: transparent url(images/vine_background.png) repeat-x bottom left;
	background-color: #55C41A;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif !important;
}
#wrapper {
	background: transparent url(images/background.png) repeat-x top center;
}
#branding {
	background: transparent url(images/header_bkgrnd.png) no-repeat top center;
	height: 20px;
	margin-left: -1px;
	width: 969px;
}
#blog-title {
	font-family: Trebuchet MS;
	height: 0;
	text-indent: -9999px;
}
#blog-description {
	height: 0px;
	text-indent: -9999px;
}
#header {
	margin: 0 auto;
	width: 965px;
}
#main {
	background: transparent url(images/content_bkgrnd.png) repeat-y top;
	margin-top: -1px;
	width: 969px;
}
.ie7 #main {
	margin-top: -1px;
}
#footer {
	background: transparent url(images/content_bottom.png) no-repeat top;
	border: none;
	margin-left: 2px;
	margin-top: 0px;
	text-align: center;
}
.firefox #footer {
	margin-left: 3px;
}
.ie7 #footer {
	margin-left: 0;
}
#siteinfo, #siteinfo a {
	color: #FFFFFF;
}
/*-------- Custom Navbar Styling -------*/
#custom_navbar {
	position: absolute;
	background: transparent url(images/nav_bkgrnd.png) no-repeat top left;
	height: 53px;
	margin-top: -79px;
	margin-bottom: 27px;
	margin-left: 483px;
	width: 485px;
}
#custom_navbar ul li {
	float: left;
	list-style: none;
	margin-top: 22px;
	margin-right: 10px;
}
#custom_navbar ul li a {
	color: #FFFFFF;
	font-size: 16px;
	margin-right: 30px;
	text-decoration: none;
}
#custom_navbar ul li a:hover {
	color: #FEEB4D;
}
#custom_navbar li#nav_ask a {
	margin-left: 5px;
}
.pageid-3 #custom_navbar li#nav_ask a {
	color: #08B200;
	text-decoration: underline;
}
.pageid-7 #custom_navbar li#nav_answer a {
	color: #08B200;
	text-decoration: underline;
}
.pageid-12 #custom_navbar li#nav_about a {
	color: #08B200;
	text-decoration: underline;
}
.blog #custom_navbar li#nav_blog a {
	color: #08B200;
	text-decoration: underline;
}
.pageid-18 #custom_navbar li#nav_contact a {
	color: #08B200;
	text-decoration: underline;
}
/*-------Logo Styling-------*/
#logo {
	position: absolute;
	margin-left: 10px;
	margin-top: -40px;
}
/*-------Ask Page Styling-------*/
#content_ask {
	margin-left: 30px;
	width: 910px;
}
#content_ask h1.entry-title {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 600;
	margin-left: 464px;
	margin-top: -40px;
	width: 400px;
}
#content_ask .content_intro {
	color: #444444;
	font-size: 16px;
	line-height: 1.3em;
	margin-left: 464px;
	margin-top: -25px;
	width: 390px;
}
.ie7 #content_ask .content_intro {
	color: #444444;
	float: right;
	font-size: 16px;
	line-height: 1.3em;
	margin-right: 84px;
	margin-top: -25px;
	width: 390px;
}
#content_bx_top {
	background: transparent url(images/content_bx_how.png) no-repeat top left;
	height: 140px;
	margin-left: -25px;
	margin-top: 20px;
	padding-bottom: 7px;
	width: 420px;
}
#content_bx_top p {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3em;
	margin-left: 60px;
	margin-top: -19px;
	width: 340px;
}
#content_bx_top h3{
	color: #000000;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 5px;
	margin-left: 37px;
	padding-top: 22px;
	text-align: center;
	width: 340px;
}
#content_bx_top #subtxt {
	font-size: 9px;
}
#content_bx_mid {
	background: transparent url(images/content_bx_advantage.png) no-repeat top left;
	height: 180px;
	margin-left: -25px;
	margin-top: -20px;
	padding-bottom: 7px;
	width: 420px;
}
#content_bx_mid p {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3em;
	margin-left: 60px;
	margin-top: -19px;
	width: 330px;
}
#content_bx_mid h3{
	color: #000000;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 5px;
	margin-left: 37px;
	padding-top: 15px;
	text-align: center;
	width: 340px;
}
#content_bx_bottom {
	background: transparent url(images/content_bx_rules.png) no-repeat top left;
	height: 180px;
	margin-left: -23px;
	margin-top: -15px;
	padding-bottom: 7px;
	width: 420px;
}
#content_bx_bottom p {
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3em;
	margin-left: 60px;
	margin-top: -19px;
	width: 330px;
}
#content_bx_bottom h3{
	color: #000000;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 5px;
	margin-left: 37px;
	padding-top: 15px;
	text-align: center;
	width: 340px;
}
#content_bx_bottom #subtxt {
	color: #08b200;
	font-size: 10px;
	line-height: 1.3em;
	margin-left: 18px;
	text-align: center;
	width: 390px;
}
#content_bx_bottom #subtxt a {
	color: #08b200;
}
#askform {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	float: right;
	height: 505px;
	margin-top: -538px;
	width: 500px;
}
.ie7 #askform {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	float: right;
	height: 505px;
	margin-top: -538px;
	width: 500px;
}
.firefox #askform {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	float: right;
	height: 505px;
	margin-top: -538px;
	width: 500px;
}
#blog_promo {
	float: right;
	font-size: 12px;
	margin-top: -29px;
	text-align: center;
	width: 505px;
}
/*-------Answer Page Styling-------*/
#content_answer {
	margin-left: 30px;
	width: 910px;
}
#content_answer h1.entry-title {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 600;
	margin-top: 80px;
	width: 800px;
}
.ie7 #content_answer h1.entry-title {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: -20px;
	margin-top: 80px;
	width: 800px;
}
#content_answer .content_intro {
	color: #555555;
	line-height: 1.3em;
	margin-top: -25px;
	width: 435px;
}
.ie7 #content_answer .content_intro {
	color: #555555;
	line-height: 1.3em;
	margin-top: -55px !important;
	width: 435px;
}
#content_answer .content_intro #sub_intro {
	background: transparent url('images/benefit_bx_bkgrnd.png') no-repeat top left;
	color: #111111;
	height: 191px;
	line-height: 1.3em;
	margin-left: 456px;
	margin-top: -177px;
	padding: 10px 30px 20px 10px;
	width: 446px;
}
.ie7 #content_answer .content_intro #sub_intro {
	color: #111111;
	line-height: 1.3em;
	margin-left: 465px;
	margin-top: -177px;
	width: 435px;
}
#content_answer .content_intro #sub_intro h4 {
	color: #000000;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 9px;
	text-transform: none;
}
#content_answer .content_intro #sub_intro p a {
	color: #FFFFFF;
}
#content_answer .content_intro #sub_intro p {
	color: #111111;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 30px;
}
#content_answer #answer_form {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	height: 482px;
	margin-top: -35px;
	padding-top: 30px;
	width: 435px;
}
.ie7 #content_answer #answer_form {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-top: -55px;
	padding-top: 30px;
	width: 435px;
}
#content_answer #answer_rules {
	background: transparent url('images/rules_bx_bkgrnd.png') no-repeat  80% 0%;
	color: #000000;
	float: right;
	font-size: 14px;
	height: 510px;
	line-height: 1.3em;
	margin-top: -537px;
	padding: 0px 30px 0px 40px;
	width: 409px;
}
.ie7 #content_answer #answer_rules {
	background: transparent url('images/rules_bx_bkgrnd.png') no-repeat  95% 0%;
	color: #333333;
	float: right;
	font-size: 14px;
	height: 510px;
	line-height: 1.3em;
	margin-top: -539px;
	padding: 0px 20px 20px 30px;
	width: 409px;
}
.ff3 #content_answer #answer_rules {
	color: #333333;
	float: right;
	font-size: 14px;
	line-height: 1.3em;
	margin-top: -539px;
	padding: 0px 30px 0px 40px;
	width: 409px;
}
#content_answer #answer_rules h3 {
	color: #000000;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
}
#content_answer #answer_rules p {
	color: #000000;
	font-size: 14px;
	line-height: 1.3em;
}
#content_answer #answer_rules ul li {
	color: #222222;
	font-size: 13px;
	margin-bottom: 7px;
}
/*-------About Page Styling-------*/
#content_about {
	color: #555555;
	margin-left: 130px;
	margin-top: 90px;
	width: 700px;
}
#content_about h1.entry-title {
	color: #000000;
	font-size: 22px;
}
#content_about .entry-content {
	margin-top: -20px;
}
/*-------Blog Page Styling-------*/
#content{
	margin-top: 80px;
	margin-left: 30px;
}
#content h2.entry-title {
	font-size: 22px;
	border-bottom: 1px solid #999999;
}
#content .entry-content p {
	color: #555555;
	font-size: 14px;
}
/*-------Sidebar Styling-------*/
#sidebar {
	margin-right: 10px;
}
#primary {
	border: none;
	border-left: 1px solid #999999;
	margin-bottom: 0px;
}
#secondary {
	border-left: 1px solid #999999;
}
#sidebar h3 {
	color: #333333;
	font-style: normal;
	font-weight: 600;
}
#sidebar #searchsubmit {
	font-family: Helvetica, Arial, sans-serif;
}
#twitter_link img {
	border: 1px solid #999;
}
#facebook_link img {
	border: 1px solid #999;
	margin-top: 5px;
	margin-bottom: 10px;
}
/*-------Contact Page Styling-------*/
#content_contact {
	color: #555555;
	margin-left: 130px;
	margin-top: 90px;
	width: 700px;
}
#content_contact h1.entry-title {
	color: #000000;
	font-size: 22px;
}
#content_contact .entry-content {
	margin-top: -20px;
}
#content_contact #contact_form {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-left: 130px;
	margin-top: 40px;
	padding-top: 30px;
	width: 435px;
}
/*-------Terms of Use Page Styling-------*/
#content_terms {
	color: #555555;
	margin-left: 130px;
	margin-top: 90px;
	width: 700px;
}
#content_terms h1.entry-title {
	color: #000000;
	font-size: 22px;
}
#content_terms .entry-content h4 {
	color: #000000;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: none;
}
#content_terms .entry-content {
	margin-top: -20px;
}
/*-------404 Page Styling-------*/
#content_404 {
	color: #555555;
	margin-left: 130px;
	margin-top: 90px;
	width: 700px;
}
#content_404 h1.entry-title {
	color: #000000;
	font-size: 22px;
}
#content_404 h3 {
	color: #000000;
	font-size: 22px;
}
#content_404 .entry-content {
	margin-top: -20px;
}
#content_404 #error404-searchsubmit {
	font-family: Helvetica, Arial, sans-serif;
}
/*-------Single Blog Post Styling-------*/
#comments #respond {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 10px 30px 10px 30px;
	width: 475px;
}
#content h1.entry-title {
	font-size: 23px;
}
#content input#submit {
	font-family: Helvetica, Arial, sans-serif;
}
