/*  
Theme Name: Base Theme
Theme URI: http://www.pagelines.com/
Description: A starter child theme for PageLines.  Use this as a reference for building your own child themes for PageLines Store.
Version: 1.0.2
Author: PageLines
Author URI: http://www.pagelines.com
Tags: developer

Template: pagelines

*/

/*
Themes follow the basic WordPress themes header scheme with the following additions:

	Template: pagelines
	Tells wordpress this is a childtheme and where the parent files are stored.
	
	Demo: http://a.link.com
	Use this to point to a demo for this product.
	
	External: http://a.link.com
	Use this to point to an external site, authors home page for example.
	
	Long: Long Text....
	Add a full description, used on the actual store page on http://www.pagelines.com/store/
	
*/

/*
 * File Naming Conventions
 * -------------------------------------
 *	style.css 		 - Main theme style file.
 *  thumb.png		 - Thumbnail image used in the store and on pagelines.com for your product.
 *  screenshot.png	 - Primary screenshot, logo or graphic for your extension item (300px by 225px).
 *	screenshot-1.png - Additional screenshots -1 -2 -3 etc (optional).
 *	page.example.php - Custom page template, check the file for syntax. This is autoloaded.
 *	sections/		 - Bundle sections with your theme in this folder, each section in a seperate folder.
 */


#list_sb_primary.sidebar_widgets.fix {
	background-color: #ddd;
	border: #000 solid 1px;
	margin-top: 50px;
}

.content-pad .fcolumns {
	background-color: #000;
	padding: 40px 0px;
}

.mainlogo-img {
	margin: 0 auto !important;
}

h1  {
	font-size: 20px !important;
}

h2  {
	font-size: 16px !important;
}


/* NAV */

.navigation_wrap.fix {
	font-size: 16px !important;
	font-weight: normal;
	color: #FFF !important;
}

.main_nav a , .main_nav a:link, .main_nav a:visited, .navigation_wrap.fix {
	border: 1px solid #aaa;
	z-index: 10;
	background-color: #55971F !important;
	color: #FFF !important;
}


.main_nav li a:hover {
	background-color: #6BC229 !important;
}


/*#simple_nav li {
	border: 1px solid #aaa;
	z-index: 10;
}*/


#footer .fcolumns, .fixed_width #footer .fcolumns {
	background-color: #444 !important;
}

.textwidget {
	text-align: center;
}

.page .pagetitle {
	display: none;
}
/* from old theme */


/*a:link, a:active {
	color: #000!important;
	text-decoration: underline!important;
}

a:visited {
	color: #000!important;
	text-decoration: underline!important;
}

a:hover {
	color: #559820!important;
	text-decoration: underline!important;
}   */


.bwscore {
	font-weight: bold;
	font-size:24px;
	text-align: center;
}	

.rating {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.reportbox{
	border: 2px groove #559820;
	margin: 20px 10px 20px 10px;
	padding: 20px 30px 0px 30px;
}

.current_posts_info {
	background-color: #fff !important;
	border-bottom: 1px #000 solid;
}

#optin {
	padding-top: 10px;
	padding-bottom: 10px;
}

#mc-embedded-subscribe-form.validate {
	padding-top: 10px;
	padding-bottom: 10px;
}

#mc-embedded-subscribe.button {
	max-width: 140px!important;
}

.srp-widget-singlepost {
	background-color: #eee !important;
	padding:  20px 10px 10px 10px!important;
}
/* addthis */

.addthis_toolbox.addthis_default_style {
	clear: both;
	padding: 5px 0px 20px 0px;
}	


/* gravity form styling */

#gform_wrapper_1 input  {
	font-size: 16px;
	font-weight: normal;
}

#gform_wrapper_1 textarea  {
	font-size: 16px;
	font-weight: normal;
}

#gform_wrapper_1 h3 {
	font-size: 18px;
	font-weight: bold;
}

#gform_wrapper_1 label {
	font-size: 14px;
	font-weight: bold;
}

#gform_wrapper_3 input  {
	font-size: 14px;
	font-weight: normal;
}

#gform_wrapper_3 textarea  {
	font-size: 16px;
	font-weight: normal;
}

#gform_wrapper_3 h3 {
	font-size: 18px;
	font-weight: bold;
}

#gform_wrapper_3 label {
	font-size: 16px;
	font-weight: bold;
}

#gform_wrapper_2 input  {
	font-size: 16px;
	font-weight: normal;
}

#gform_wrapper_2 textarea  {
	font-size: 16px;
	font-weight: normal;
}

#gform_wrapper_2 h3 {
	font-size: 18px;
	font-weight: bold;
}

#gform_wrapper_2 label {
	font-size: 16px;
	font-weight: bold;
	width: 200px;
}

#gform_wrapper_2 .gfield_description {
	font-size: 16px;
}

#gform_wrapper_4 input  {
	font-size: 16px;
	font-weight: normal;
}

#gform_wrapper_4 textarea  {
	font-size: 16px;
	font-weight: normal;
}

#gform_wrapper_4 h3 {
	font-size: 18px;
	font-weight: bold;
}

#gform_wrapper_4 label {
	font-size: 16px;
	font-weight: bold;
	width: 200px;
}

#gform_wrapper_4 .gfield_description {
	font-size: 16px;
}

.gfield_contains_required {
	margin-top: 25px;
}

.gfield_description {
	font-style: luci;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif !important;
}

.widget-title {
	font-size: 18px !important;
	color: #000 !important;
}

#optin {
	background: #444 url("/images/gloss.png") no-repeat bottom center;
	border-bottom: 0px solid #232323;
	color: #fff;
	padding: 00px 15px;
	text-shadow: 1px 1px #111;
}
	#optin input {
		border: 1px solid #111;
		font-size: 15px;
		margin-bottom: 10px;
		padding: 8px 10px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0 2px 2px #111;
		-moz-box-shadow: 0 2px 2px #111;
		-webkit-box-shadow: 0 2px 2px #111
	}
		#optin input.email { background: #fff url("/images/email.png") no-repeat 10px center; padding-left: 35px }
		#optin input.name { background: #fff url("/images/name.png") no-repeat 10px center; padding-left: 35px }
		#optin input[type="submit"] {
			background: #f6640e url("/images/orange.png") repeat-x top;
			border: 1px solid #a44913;
			color: #fff;
			cursor: pointer;
			font-size: 14px;
			font-weight: bold;
			padding: 8px 0;
			text-shadow: -1px -1px #562806;
			width: 100%
		}
			#optin input[type="submit"]:hover { color: #ffa5a5 }

/* remove excerpt from custom post types */

body.single.single-bwreports .fpost .post-excerpt {display:none!important;}	
body.single.single-opinions .fpost .post-excerpt {display:none!important;}	
body.single.single-takeaction .fpost .post-excerpt {display:none!important;}
body.single.single-post .fpost .post-excerpt {display:none!important;}			

.contactaddy {
	color: #fff;
	text-shadow: -1px -1px #000;
}

.contactaddy a, .contactaddy a:link, .contactaddy a:visited {
	color: #fff;
	text-shadow: -1px -1px #000;
}

.contactaddy a:hover {
	color: #fff;
	text-decoration: underline;
	text-shadow: -1px -1px #562806;
}

.fcolumns .searchform {
	margin: 70px 0px 0px 110px;
}

#list_sb_primary.sidebar_widgets.fix .textwidget #optin  {
	background: #eee url("/images/gloss.png") no-repeat bottom center;
	border-bottom: 0px solid #232323;
	color: #000;
	padding: 0px 15px;
	text-shadow: none!important;
}

li {
	margin-bottom: 1em;
}