/*   
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');

body {
background-color:#FFFDD1;
}
#blog-title a:hover {
	color:#003366;
}
#header {
border-bottom: 1px solid #CCC;
}
#header,
#footer {
	background-color:#fffdd1;
}
#footer {
	margin-top:0;
	height:100%;
}
#main {
background-color:white;
width:100%;
}
#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:1.5em 0;
	width:500px;
}
#blog-title {
font-size:1.5em;
}
#main {
	clear:both;
	padding:0 0 12px 0;
}
.entry-title,
#blog-description {
	display:none;
}
#content {
	width:500px;
	margin:0 auto;
}
#container {
	margin:0 auto;
	float:none;
}
.entry-content .gform_wrapper .gform_heading h3.gform_title {
	font-style:normal;
	margin:0;
	padding:0;
	display:none;
}

.gform_wrapper {
width:98%;
margin:0 auto !important;
}
.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;
}

#siteinfo {
width:500px;
}
img.gravatar {
float:left;
width:9.5em;
height:9.5em;
margin-right:2em;
 }
#access,
.edit-link {
    display:none;
}
