/*
 Theme Name:   Catch Evolution Child
 Theme URI:    http://wayneprecht.org/wordpress/wp-content/themes/catch-evolution-child/
 Template:     catch-evolution
 Description:  Catch Evolution Child Theme
 Author:       Wayne Precht
 Author URI:   http://wayneprecht.org
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, threaded-comments, flexible-header, three-columns
 Text Domain:  catchevolutionchild
*/

/**** Line 80 in original ****/
.wrapper {
	margin: 0 auto;
	width: 1490px; /* WP - 1190px */
}
#header-content {
	padding: 10px 0; /* WP - 40px */
}
#header-image {
    display: block;
    overflow: hidden;
    width: 100%;
}
#sidebar-header-top {
    width: 100%;
}
#sidebar-header-right {
	float: right;
}
#primary {
	float: left;
	width: 1104px; /* WP - 754px; */
}
#content {
	width: 100%;
}
.hentry,
.no-results,
#author-info,
#disqus_thread,
#content .error404 {
	margin-bottom: 20px; /* WP - 40 */
	padding: 20px 19px; /* WP - 40, 38 */
}
#secondary {
	float: right;
    overflow: hidden;
    width: 356px; /* WP - 406px; */
}
.widget {
	margin-bottom: 15px;  /* WP - 30 */
	padding: 15px;
}
.widget.widget_catchevolution_social_widget {
	padding-bottom: 12px;
}
.widget_search #s {
    width: 87%;
}
.sidebar-three-columns .widget_search #s {
    padding-right: 1%;
    width: 80%;
}

/**** line 282 in original ****/

body, input, textarea {
	color: #444;
	font-size: 18px;
	font-size: 1rem;
	font-weight: 400; /* 300 */
	line-height: 1.2; /* WP - 1.62; */
	font-family: "Trirong", Garamond, serif;
	/* WP - font-family: Arial, Helvetica, sans-serif; */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
body {
	background: #f1f1f1;
}

/**** line 312 in original ****/

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: "Trirong", Garamond, serif;
	/* WP - font-family: "Helvetica Neue", Arial, sans-serif; */
	line-height: 1.3
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 2em;
}

/* Text elements */
p {
	margin-bottom: .5em; /* WP - 2em */
}
ul, ol {
	margin: 0 0 .5em 2.5em;  /* WP - 0 0 2em 2.5em*/
}

/**** line 622 in original ****/

#site-description {
    color: #7a7a7a;
	font-family: "Trirong", Garamond, serif;
	/* WP - font-family: Arial, Helvetica, sans-serif; */
    font-size: 14px;
    font-size: 1.2em;   /* WP - .875 */
    line-height: 1.62;
}


