/*
	Theme Name: NJHW_HTML5
	Description: Pretty Young Thing is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: Grits Design
	Author URI: http://www.gritsdesign.com
	Version: 1.0
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Defaults
* Body
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Unordered / Ordered Lists
* Post Info
* After Post Ad
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Social Media Icons
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Footer Top
* Comments
* Gravity Forms
* Pretty Pink
* Pretty Yellow

*/

@font-face {
    font-family: 'dinski_casual_condensedRg';
    src: url('fonts/dinski_casual_condensed-webfont.eot');
    src: url('fonts/dinski_casual_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinski_casual_condensed-webfont.woff') format('woff'),
         url('fonts/dinski_casual_condensed-webfont.ttf') format('truetype'),
         url('fonts/dinski_casual_condensed-webfont.svg#dinski_casual_condensedRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ondiseregular';
    src: url('fonts/magpie_paper_works_-_ondise-webfont.eot');
    src: url('fonts/magpie_paper_works_-_ondise-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/magpie_paper_works_-_ondise-webfont.woff') format('woff'),
         url('fonts/magpie_paper_works_-_ondise-webfont.ttf') format('truetype'),
         url('fonts/magpie_paper_works_-_ondise-webfont.svg#ondiseregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Defaults
------------------------------------------------------------ */

body,
h1,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #444;
	font-family: Arial, serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f7f7f7;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}


/* Body
------------------------------------------------------------ */

body {
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #1d489a;
	font-weight: bold;
    text-decoration: none;
}

a:hover {
	font-weight: bold
        text-decoration: underline;
}

a img {
	border: none;
}




/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
	max-width: 1100px;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
    background: #fff;
	padding: 20px;
	overflow: hidden;
    margin: 0 auto;
	width: 1060px;
}

.wrap {
	display: block;
	margin: 0 auto;
}


.site-title {display: none; }

.site-description {display: none; }


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}
li:hover,
li.sfHover { 
	position: static;
}


/* Primary Navigation
------------------------------------------------------------ */

.nav-primary {
    background:transparent;
	clear: both;
	color: #fff;
	margin: 0 0 10px;
	overflow: hidden;
	text-transform: uppercase;
	width: 1200px;
}

.nav-primary ul {
	float: left;
	padding: 5px 0 0 12px;
	width: 1200px;
        
}

.nav-primary ul ul {
	padding: 0
}

.nav-primary li {
	float: left;
	list-style-type: none;
}

.nav-primary li a {
	display: block;
	font-size: 24px;
	margin: 0 4px 0 0;
	padding: 7px 41px 7px 0px;
	position: relative;
	text-decoration: none;
    color: #fff;
    font-family: 'dinski_casual_condensedRg';
}

.nav-primary li a:hover,
.nav-primary li a:active,
.nav-primary .current_page_item a,
.nav-primary .current-cat a,
.nav-primary .current-menu-item a {
	/* background: url(images/heart.png) no-repeat left; */
}

.nav-primary li a.sf-with-ul {
	padding-right: 25px;
}

.nav-primary li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	text-indent: -9999px;
	top: 14px;
	width: 10px;
}

.nav-primary li li a,
.nav-primary li li a:link,
.nav-primary li li a:visited {
	background: none;
	background-color: #fff;
	border-top: 1px solid #9fe4da;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	width: 170px;
}

.nav-primary li li a:hover,
.nav-primary li li a:active {
	background: none;
	background-color: #fff;
	text-decoration: underline;
}

.nav-primary li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	right: 7px;
	top: 10px;
}

.nav-primary li ul {
	border: 1px solid #9fe4da;
	border-top-width: 0;
	height: auto;
	left: -9999px;
	position: absolute;
	width: 190px;
	z-index: 9999;
}

.nav-primary li ul a { 
	width: 170px;
}

.nav-primary li ul ul {
	margin: -33px 0 0 190px;
}

.nav-primary li:hover ul,
.nav-primary li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.nav-primary li.right {
	float: right;
	font-size: 14px;
	padding: 6px 10px 5px;
}

.nav-primary li.right a {
	background: none;
	border: none;
	display: inline;
}

.nav-primary li.right a:hover {
	text-decoration: underline;
}

.nav-primary li.search {
	padding: 0 10px;
}

.nav-primary li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 6px 0 5px 16px;
}

.nav-primary li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 6px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

.nav-secondary {
	clear: both;
	color: #f3f3f3;
	overflow: hidden;
	text-transform: uppercase;
	width: 1200px;
}

.nav-secondary ul {
	float: left;
	padding: 5px 0 0 10px;
	width: 950px;
}

.nav-secondary ul ul {
	padding: 0
}

.nav-secondary li {
	float: left;
	list-style-type: none;
}

.nav-secondary li a {
	display: block;
	font-size: 14px;
	margin: 0 5px 0 0;
	padding: 7px 12px 7px;
	position: relative;
	text-decoration: none;
}

.nav-secondary li a:hover,
.nav-secondary li a:active,
.nav-secondary .current_page_item a,
.nav-secondary .current-cat a,
.nav-secondary .current-menu-item a {
	background: url(images/nav-hover.png) no-repeat left;
}

.nav-secondary li a.sf-with-ul {
	padding-right: 25px;
}

.nav-secondary li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	text-indent: -9999px;
	top: 14px;
	width: 10px;
}

.nav-secondary li li a,
.nav-secondary li li a:link,
.nav-secondary li li a:visited {
	background: none;
	background-color: #fff;
	border-top: 1px solid #9fe4da;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	width: 170px;
}

.nav-secondary li li a:hover,
.nav-secondary li li a:active {
	background: none;
	background-color: #fff;
	text-decoration: underline;
}

.nav-secondary li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	right: 7px;
	top: 10px;
}

.nav-secondary li ul {
	border: 1px solid #9fe4da;
	border-top-width: 0;
	height: auto;
	left: -9999px;
	position: absolute;
	width: 190px;
	z-index: 9999;
}

.nav-secondary li ul a { 
	width: 170px;
}

.nav-secondary li ul ul {
	margin: -33px 0 0 190px;
}

.nav-secondary li:hover ul,
.nav-secondary li.sfHover ul {
	left: auto;
}





/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px ;
	padding: 10px;
}


#text-67 {padding: 0 !important;}

/* Content
------------------------------------------------------------ */

.content {
	float: left;
	width: 700px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 700px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 1060px;
}

blockquote {
	margin: 5px 15px 15px;
	padding: 10px 20px 0 15px;
}

.post {
        margin: 0 0 30px;
	padding: 0 0 5px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

.clear {
	clear: both;
}



/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 100%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px ;
	width: 100%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1.entry-title
 {
	color: #464646;
	font-size: 28px;
font-family: 'dinski_casual_condensedRg';
}

h1,
h2 {
	/* background: url(images/headline.png) no-repeat top left; */
	padding: 0;
}

.page h1 {
	margin: 0 0 10px;
}

h2 a:hover {
	color: #464646;
	text-decoration: none;
}

.widget-area h2 {
border-top: 4px solid #f3f3f3;
padding-top: 5px;
font-family: 'dinski_casual_condensedRg'; font-size: 28px;text-decoration:none !important;
color: #464646;
line-height: 1;
margin-bottom: -3px;
}

.widget-area h2 a {
text-decoration:none !important; color: #464646; font-weight: normal;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

.widget-area h4 {
	background: #f3f3f3;
    font-family: 'ondiseregular';
	color: #000;
	font-size: 56px;
	margin: 0 0 10px;
    line-height:1;
	padding: 5px;
    text-align:center;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Home Page
--------------------------------------------- */

.home-top .widget-area {background: #f3f3f3 !important;}

.home-top .featuredpost {
	clear: both;
	margin: 0 !important;
	overflow: hidden;
}

.home-top h4.widgettitle {background: #f3f3f3; font-family: 'dinski_casual_condensedRg'; text-align: left; color: #464646; font-size: 28px; width: 690px;}

.home-top .featuredpost img {
padding: 5px;
border: 1px solid #d4d4d4;
margin: 10px 0 10px 0px;
float: left;
display: inline-block;
}

.home-top .featuredpost .post {
	margin-top: -10px !important;
	background-color: #f3f3f3;
    border-bottom: none;
	float: left;
	padding: 10px 0 10px 3px;
}

.home-middle .widget-area {margin-top: 0 !important; }

.home-middle .featuredpost img {
   margin: 10px 0 10px 0px;
    border: none !important;
}

.home-middle .featuredpost .post {padding-top: 15px !important; height: 320px;}

.home-middle .post-info {margin-bottom: 15px !important; }

.home-bottom .widget-area {background: #464646; color: #fff; padding: 10px 20px; }

.home-bottom h4.widgettitle {background: #464646; color: #fff;  margin-top: -10px !important;}




/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol {
	margin: 0 0 15px 30px;
}

.entry-content ul {
	margin: 0 0 15px 10px;
}

.entry-content ul ul {
	margin: 0;
}

.entry-content ul li,
.widget-area li {
	/* background: url(images/heart.png) no-repeat top left; */
	list-style-type: none;
	padding: 0 0 2px 15px;
 	word-wrap: break-word;
}


/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-size: 12px;
	margin: 5px 0 10px;
	color: #464646;
    font-style:italic;
}

/* After Post Ad
------------------------------------------------------------ */	

.after-post-ad {
	
	padding: 12px 0 10px;
}


/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	clear: both;
	font-size: 11px;
	padding: 0 0 10px;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.entry-tags,
.time {
	/* background: url(images/heart.png) no-repeat left; */
	padding: 0 0 2px 12px;
    font-style:italic;
    }

.entry-tags {
	padding: 0 0 2px 14px;
    
}

.post-info {padding-bottom: 5px !important; border-bottom: 4px solid #f3f3f3 !important; border-spacing: 0 0 10px 0;  font-style:italic; margin-bottom; 15px;}

.entry-comments-link {
	background: url(images/comments.png) no-repeat left;
	margin: 0 0 0 7px;
	padding: 0 0 2px 10px;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 100%
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: none;
}

.avatar {	
	background-color: #f7f7f7;
	border: 1px solid #d2eeea;
	padding: 4px;
}

.widget-area .avatar {
	margin: 5px 0 0;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

.home img.alignleft {
	margin: 5px 10px 0 0;
}

.home-top img.alignleft {
	margin: 5px 5px 0 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.home img.alignright {
	margin: 5px 0 0 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px 0 0 1px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.pagination {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	border: 1px solid #eee;
	padding: 5px 8px;
    color: #464646;
}

.pagination li a:hover,
.pagination li.active a {
	border: 1px solid #eee;
    color: #464646;
	text-decoration: none;
}

/* Content */

.content {
	float: right;
	width: 700px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content {
	width: 100%;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar-primary {
    background: #f3f3f3;
	display: inline;
	float: right;
	width: 330px;
}

.sidebar-secondary {
	display: inline;
	float: left;
	width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar-primary .widget,
.sidebar-secondary .widget {
    background: #f3f3f3;
	clear: both;
	margin: 15px;
	overflow: hidden;
}

.sidebar-primary .widget-area {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
    font-family: Arial, serif;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

img.ad-left {
	float: left;
	margin: 0 10px 10px 0;
}

img.ad-right {
	float: left;
	margin: 0 0 10px;
}


/* Social Media Icons
------------------------------------------------------------ */

.widget-area .social {
	float: left;
	margin: 0 0 10px;
	width: 88px;
}

.widget-area .subscribe {
	background: url(images/icon-subscribe.png) no-repeat left center;
	padding: 4px 5px 4px 37px;
}
	
.widget-area .twitter {
	background: url(images/icon-twitter.png) no-repeat left center;
	padding: 4px 5px 4px 37px;
}

.widget-area .facebook {
	background: url(images/icon-facebook.png) no-repeat left center;
	padding: 4px 5px 4px 37px;
}

.widget-area .contact {
	background: url(images/icon-contact.png) no-repeat left center;
	padding: 4px 5px 4px 37px;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 5px 0 0;
	padding: 3px;
}

.sidebar-primary #cat,
.sidebar-primary .widget_archive select {
	width: 278px;
}

.sidebar-secondary #cat,
.sidebar-secondary .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.comment-reply a,
.comment-reply a:visited,
.search-form input[type="submit"],
#submit {
	background-color: #e1e1e1;
	border: 1px solid #e1e1e1;
	color: #000;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.comment-reply a:hover,
.search-form input[type="submit"]:hover,
#submit:hover {
	border: 1px solid #60cabb;
	background-color: #60cabb;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
	float: right;
	padding: 40px 0 0;
}

.nav-primary .search-form {
	float: right;
}

.search-form input[type="search"] {
	font-size: 12px;
	margin: 0 4px 0 0;
	padding: 5px;
	width: 210px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 10px 10px 0;
}

.enews #subscribe {background: #f3f3f3;
	padding: 10px 10px 20px;
    margin-top: -10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 0;
	padding: 5px;
	width: 170px;
}



/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f7f7f7;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f7f7f7;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */
	
.footer-widgets {
	clear: both;
	font-size: 13px;
	overflow: hidden;
	padding: 15px 0 15px;
	width: 1200px;
}

.footer-widgets .wrap {
	margin: 0 auto;
	width: 920px;
}

.footer-widgets p {
	padding: 0 0 15px;
}

.footer-widgets a, .footer-widgets a:visited {
	text-decoration: underline;
}

.footer-widgets a:hover {
	text-decoration: none;
}

.footer-widgets-1, .footer-widgets-3 {
	float: left;
	width: 290px;
}

.footer-widgets-1 {
	padding: 0 20px 0 0;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
}


/* Footer
------------------------------------------------------------ */

.site-footer {
	
	clear: both;
	height: 70px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	width: 1200px;
}

.site-footer .wrap {
	padding: 14px 0;
}

.site-footer p {
	color: #fff;
	font-size: 14px;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
}

/* Footer Top
------------------------------------------------------------ */

.footer-top {
	font-size: 14px;
	padding: 15px 0 20px;
	text-align: center;
	text-transform: uppercase;
	width: 1200px;
}
	
.footer-top a,
.footer-top a:visited {
	text-decoration: underline;
}
	
.footer-top a:hover {
	text-decoration: none;
}


/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-meta {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #f7f7f7;
}

.alt,
.depth-1,
.even {
	border: 1px solid #764A2D;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none;
	margin: 0 0 10px;
	padding: 0;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

.left {
	float:left;
}
.right {
	float:right;
}