/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations nntained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


/* 12/18/2012, Anne Holz.  Custom Body */


body.custom { background: #1f215a; }

body.custom { background: #1f215a url('https://netaxpayers.org/wp-content/themes/thesis_18/custom/images/bg-gradient.png') repeat-x left top; margin: 0; padding: 0; text-align: center; }
body.custom #rps .post-title { 
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	zoom: 1;
}
.custom .sidemenu1 { background-color: #FFFFFF; }
.custom .menu { text-align: center;}
.custom .menu li { display: inline; float: none; }
.custom .menu a { font-weight: bold; display: inline-block; }
.custom ul.menu li a { text-transform: uppercase; }


.custom ul.menu { border:none; text-align: center; }
.custom ul.menu a { border-left: #0d72bb solid 1px; }

.custom #header { border-bottom: #0d72bb solid 1px; background-size: 1005px 188px; height: 188px;}

.custom #container { width: 1005px;}
.custom #sidebars { width: 260px; }
.custom #content { width: 745px; }
.custom ul.sidebar_list { margin: 0 0 0 -12px; }

.custom form.search_form #s {
	font-family:arial;
	font-size:24px;
	font-weight: bold;
	background:#ffffff;
	color:#999;
	border-right:3px solid #93A1CE;
	border-bottom:3px solid #93A1CE;
	padding: 6px;
	width:230px;
	margin: 0 0 0 10px;
	text-align: center;
}

.custom .sidebar input[type="text"], .sidebar input[type="submit"] div.mmf-f2-w2-o1 form input.mmf-validates-as-email mmf-validates-as-required {
	font-family:arial;
	font-size:24px;
	font-weight: bold;
	background:#ffffff;
	color:#999;
	border-right:3px solid #93A1CE;
	border-bottom:3px solid #93A1CE;
	padding: 6px;
	width:230px;
/*	margin: -35px 0 0 10px; */
	text-align: center;
}



.custom .sidebar h3  { color: #ffffff; 
	font-size: 24px;
	line-height: 26px;
	font-variant: normal;
	letter-spacing: 1;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0,0,0, .7); font-size: 150%; color: #ffffff;
	font-family: arial, helvetica, san-serif;
}

.custom .sidebar h3 {
	height: 1em;
	filter: Shadow(Color=#666666,
			Direction=135,
			Strength=5);
	margin: 10px;
}

#leftsidebar {float: left; 
	margin-bottom: -99999px;
	padding-bottom: 99999px;
	border-right: 1px solid #0D72BB;
	width: 160px;
	word-wrap: break-word;
}
#slider li { list-style-type: none; }

.custom .post_box { 
	float: left; 
/*	width: 570px; */
	margin: 0 40px; 
} 

.custom .postbox_wrapper .post_box { 
	margin: 0 15px;
}

.custom #page {
		background-color: transparent;
}

.custom #menu-top {
		background-color: #ffffff;
		border-bottom: 1px solid #116FB5;
}

.custom .format_text { margin: 10px 10px 20px 32px; } 

.custom #content_box { background: #ffffff
 url('https://netaxpayers.org/wp-content/themes/thesis_18/custom/images/bg-side-gradient.png') repeat-y left top; 
 margin: 0; 
 padding: 0; 
 overflow: hidden; } 
 
div#content_box.no_sidebars {
background: none;
background-color: #ffffff;
}

.custom #content { text-align: left; }

.custom .format_text { margin: 0;}

/* NH */
.custom .menu li {
	display: inline-block;
}
.custom .menu li a {
	margin: 0.714em 0;
	padding: 0 0.857em;
}

.custom .menu li:first-child a {
	border-left: none;
}

.custom .menu ul {
	border: 1px solid #0d72bb;
}
.custom .menu ul a {
	margin: 0;
	padding: 0.714em 0.857em;
	border: 0;
}

.custom ul.sidebar_list {
	padding-top: 0;
}

.custom li.widget {
	margin-bottom: 1em;
}

.custom li.widget ul li {
	margin: 0.692em;
}

.custom #slider li.widget {
	margin-bottom: 0;
}

.custom .post_box {
	clear: none;
}

.custom .postbox_wrapper {
	/* float: left;
	width: 570px; */
}

.custom.home .postbox_wrapper {
	float: left;
	width: 580px;
}

.custom #footer {
	background: transparent;
}

.custom #rps .paging {
/*	background: transparent;
	border: 0;
	opacity: 1; */
	bottom: 0; 
	z-index: 2;
}

.custom #rps .paging a, .custom #rps .paging a.active {
	/* background: transparent;
	border: 0; 
	font-size: 2em;
	color: #FFF;
	 text-shadow: 0 3px 3px rgba(0,0,0,.3); */
}

/* .custom #rps .paging a:hover {
	color: #CCC;
	text-shadow: 0 3px 3px rgba(0,0,0,.6);
}

.custom #rps .paging a.active {
	color: #CCC;
} */

.custom #rps .col p.post-title {
	z-index: 1;
}

.custom .widget_killer_recent_entries {
	margin: 10px 7px 0 10px; 
	width: 250px; 
	list-style-type: none;
	text-align: left;
}

.custom .widget_killer_recent_entries a {
	font-size: 13px;
}

.custom .widget_killer_recent_entries h2 {
	margin: 0 0 15px 0; 
	font-size: 16px; 
	font-weight: bold; 
	color: #1e205b;
}
	
.custom .emailsubmit input {
	width: 80px;
	height: 39px;
	border: none;
	margin-left: 20px;
	color: #fff;
	background: transparent;
}

.custom .sidebar input[type="submit"] {
	background-image: url("https://netaxpayers.org/wp-content/themes/thesis_18/custom/images/btn-submit.gif");
}

#video {
	list-style-type: none; 
	margin: 0 auto;
	width: 530px;
	display: block;
	text-align: center;
}

.custom div.mmf-response-output {
	margin: 1em 0.5em;
}

.custom .format_text input span.mmf-list-item {
    border-width: 0.063em;
    padding: 0.188em;
    width: 20px;
}

.custom .format_text input { 
	width: auto; 
}

.custom span.mmf-list-item {
	display: block;
}

.custom #rss-3 ul li {
	text-align: left;
}

.custom li .rsswidget {
	font-size: 1.1em;
	line-height: 1.3em;
}

.custom li .rsswidget img {
	margin-left: 8px;
}

/* 5/15/2011, Rob Rohrbough.  Center footer.*/

.custom #footer { text-align:center; }
.custom #footer a{ color: #ffffff; }

/* 7/27/2013, Anne Holz.  Twitter Feed.*/

.custom .wds-tweet-data {
	font-size: 13px;
	text-align: left;	
}

.custom .wds-tweet {
	font-size: 15px;
}

.custom #anyusertwitterfeed-2 h2 {
	margin-left: 7px;
	background-image: url("https://netaxpayers.org/wp-includes/images/rss.png")  no-repeat left top margin-left: -20px;
}
