/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/

body, input, textarea, select {
    color: #333333;
    font-family: "ProxiNova Regular","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-weight:400;
    font-style:normal;
}

article {
	line-height:1.6em;
}

.post-content p {
	line-height:1.6em;
}

.entry .post-content {
	font-size:1.1em;
}

.entry .post-content a {
    color:#0178BA;   
}

.entry .post-content a:hover {
    color:#373737;
}

#disqus_thread {
    margin-bottom: 10px;
    clear:both;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    line-height: 1.3em;
}

.submissions-page {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 60px auto;
    padding: 30px 0 10px 30px;
    text-align: left;
    width: 600px;
}

.submissions .gform_wrapper ul li:before, .gform_wrapper ul li:after, .gform_wrapper ul.gform_fields {
	padding-right:13px !important;
}

.fftcode {
 background:transparent url('https://www.foodfortranslators.com/images/coupon-dots.png') no-repeat right top;
 padding:31px 48px 34px 50px;
}

.page-template-tpl_dreamhost_coupon-php {
 background: url('https://www.foodfortranslators.com/images/dreamy-bg.gif') no-repeat scroll center -120px #cdecef; 
}

@media screen and (max-width: 570px) {
	.page-template-tpl_dreamhost_coupon-php {
	 background: none; 
	}
}

.footer a {
	font-size:120%;
}

.wp-polls form p {
	font-size:24px;
	line-height:30px;
	padding-left:20px;
	padding-right:10px;
	padding-top:9px;
}

.wp-polls div ul li {
	margin-left:9px;
}

.wp-polls div ul {
	margin-bottom:16px;
}
	
.wp-polls div ul li label {
	margin-left:7px;
}

.wp-polls p a {
    background-color: #F3F6F8;
    border: 1px solid #c8c8c8;
    color: #333333;
    font-size: 14px;
    padding: 3px 9px 1px 9px;
    text-decoration: none;
    margin-left:15px;
}

.wp-polls .Buttons {
    margin-top: 3px;
}

.page-template-tpl_books_page-php .entry .post-meta h1 {
    font-size: 40px;
}

.page-template-tpl_books_page-php .post-content img.alignleft:hover { 
	border:1px solid #AAAAAA;
}
