/*   
Theme Name: CVH Roofing Theme
Theme URI: 
Description: Flav made this, don't play with it too much.
Author: Flav Rusu
Author URI: http://www.flavrusu.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is ©
.
*/

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


/* from here on out is flav's stuff */
body, input, textarea {
/*	font-family:Georgia,serif;
	font-size:15px; */
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:22px;

	font-family:Arial,sans-serif;
	font-size:16px;
	color:#5A5A5A;
}

#header, #footer, .entry-meta, .cat-links, .meta-sep-tag-links, .meta-sep-comments-link, .comments-link, h1.page-title, #content .page .entry-title, .hentry.post .entry-utility, #nav-below{
	display:none;
}
a:active, a:hover, a:visited, a:link {
	color: #FF4B33;
}

#container, #content {
	width:auto;
}
#my_header {
	margin:0 auto;
	width:749px;
}
#main, .hentry, .entry-content {
padding:0;
}
#main {
	width:749px;
}
#content {
	margin:0;
}

.wpcf7-form-control-wrap {
	float:right;
	margin-right:220px;
}
.submit-button {
	margin-bottom:200px;
}

.attachment-thumbnail {
	float:right;
}


.hentry.post {
	border: 1px #ff380f solid;
	padding: 5px;
	margin: 0 0 10px 0;
	width: 737px;
	overflow: auto;
}

h2.entry-title {
	font-family:Arial,sans-serif;
	font-size:24px;
	font-weight:normal;
	line-height:26px;
	clear:none;
}
.entry-content img {
margin:0;
}