/*   
Theme Name: WordPress.pro Theme
Theme URI: 
Description: Thematic child theme created for exclusive use at wordpress.pro
Author: WordPress.pro
Author URI: http://wordpress.pro/
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');

#blog-title a:hover {
	color:#003366;
}

#header,
#footer {
	background-color:#fffdd1;
}
#footer {
	margin-top:0;
}
#blog-title {
	font-family:Arial,sans-serif;
	font-size:26px;
	font-weight:bold;
	line-height:1.2em;
}
#comments {
	padding-top:0;
}
#respond {
	padding-top:0;
}
#branding {
	padding:50px 0 0 0;
}
#main {
	clear:both;
	padding:0 0 12px 0;
}
.entry-title,
#blog-description {
	display:none;
}
#content {
	width:840px;
}
#container {
	width:840px;
}
.entry-content .gform_wrapper .gform_heading h3.gform_title {
	font-style:normal;
	margin:0;
	padding:0;
	display:none;
}
.gform_title {
	padding-top:0;
}
.entry-content .gform_wrapper .gform_heading {
	margin:0;
	padding:0;
	display:none;
}
.entry-content .gform_wrapper h2.gsection_title {
	padding-top:20px !important;
}
#field_1_3 label {
	margin-top:0;
}
label {
	font-size:14px;
}
.gform_wrapper .top_label li#field_1_1 label {
	margin-top:0;
}
.gform_wrapper .top_label li#field_1_7 label {
	padding-top:10px;
}