/*
 Theme Name:   WinAbility (child of Twenty Fourteen)
 Theme URI:    http://www.winability.com/
 Description:  WinAbility Theme
 Author:       WinAbility
 Author URI:   http://www.WinAbility.com
 Template:     twentyfourteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

/* Color Scheme:

blue on black:  #0fb6ff;
link blue on white: #1e73be;
hover blue on white: #25aaed;


*/

.site-title a {
	font-size: 22px;
	text-transform: uppercase;
	color: #0fb6ff;
	background-image: url("logo76.png");
	background-repeat: no-repeat;
	background-position: -14px -15px;
	padding-left: 60px;
}

a {
	color: #1e73be;
	text-decoration: none;
}

a:active,
a:hover {
	color: #25aaed;
}

ul.sub-menu li a {
	text-transform: none;
}

::selection {
	background: #1e73be;
}

::-moz-selection {
	background: #1e73be;
}

.entry-title {
	text-transform: none;
}

.trap	{ display: none;	}	/* spam trapper */


button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #1e73be;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #25aaed;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #25aaed;
}


.search-toggle {
	background-color: #1e73be;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #25aaed;
}

.search-box {
	background-color: #25aaed;
	padding: 12px;
}

.site-navigation a:hover {
	color: #fff; /*#0fb6ff;*/
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #0fb6ff;
}


.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #1e73be;
}

.hentry .mejs-overlay:hover .mejs-overlay-button {
	background-color: #1e73be;
}

.hentry .mejs-controls .mejs-button button:hover {
	color: #25aaed;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #1e73be;
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #1e73be;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #25aaed;
}

.widget a {
	color: #fff;
}

.widget a:hover {
	color: #25aaed;
}


.content-sidebar .widget a {
	color: #1e73be;
}

.content-sidebar .widget a:hover {
	color: #25aaed;
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #1e73be;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #25aaed;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #1e73be;
}

.slider-direction-nav a:hover {
	background-color: #1e73be;
}


	.primary-navigation ul ul {
		background-color: #1e73be;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #1e73be;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #25aaed;
	}


	.secondary-navigation ul ul {
		background-color: #1e73be;
	}

	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: #1e73be;
	}


	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: #25aaed;
	}

.site-info a:hover {
	color: #0fb6ff;
}

/* max width of the main content column:  */

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	max-width: 860px; /*  474px; */
}

/* adjustments to the WP parent theme above */

.hidden {
	display: none;
}

em {
	color: #900;
	font-weight: bold;
	font-style: normal;
}

em.price {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 120%;
}

div.textwidget em {
	color: #0fb6ff;
}

ul {
	margin-left: 40px;
}

.sideshot {
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
	width: 210px;
	margin: 0px 0px 10px 10px;
	padding: 10px;
	border: 0;
	text-align: center;
	background-color: #fff;
}


.sidebox {
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
	width: 40%;
	margin: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
	background-color: #eee;
}

.bdjbox { /* same as sidebox, but narrower */
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
	width: 30%;
	margin: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
	background-color: #eee;
}

.side {	/* same as sidebox, but no border, white bkg */
	float: right;
	width: 40%;
	margin: 10px;
	padding: 10px;
	border: 0;
	text-align: center;
	background-color: #fff;
}

.actionbox { /* same as sidebox, but narrow */
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
	width: 30%;
	margin: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
	background-color: #eee;
}

.screenshot { /* same as actionbox, but empty */
	float: right;
	width: 30%;
	margin: 0px 0px 10px 10px;
	padding: 10px;
	border: 0;
	text-align: center;
	background-color: #fff;
}


.leftbox {
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: 40%;
	margin: 0px 10px 10px 0px;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
	background-color: #eee;
}

.halfpage {	/* use with leftbox and sidebox */
	width: 47%;
}

.errorbox {
	-moz-border-radius: 3px;
	border-radius: 5px;
	width: 95%;
	margin: 10px 10px 10px 0px;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
	color: #700;
	background-color: #ffe;
}

.box {
	margin: 10px;
	padding: 30px;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.yellow {
	background-color: #ffe;
}

.gray {
	background-color: #eee;
}

.midbox {
	width: 90%;
	margin: 10px 0 10px 0;
	padding: 10px;
	border: 1px solid #000;
	text-align: center;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* this hides the left sidebar?
#secondary {
	padding: 0px;
	width: 0px;
	margin: 0px;
	clear: both;
	float:none;
}
*/


@media only screen and (max-width:480px){
   .sidebox, .actionbox, .side {
	float: none;
	width: 90%;
   }
}

table.midbox td{
	padding: 0 20px 0 20px;
}

/*
div#wsstorewp div.storebox {
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 90%;
	margin: 10px;
	padding: 10px;
	border: 1px solid #000;
	text-align: left;
}
*/

.sfbox {
	width: 700px;
	height: 270px;
	text-align: left;
	margin: 0;
	padding: 20px 0 10px 0;
	border: 0;
	border-bottom: 1px solid silver;
}

.sfbox p {
	font-size: 1.2em;
	margin: 0px 0px 20px 350px;
}

.usbcbox {
	background:url(/img/usbcrypt-banner-white.jpg) no-repeat 0 0;
	/*border: 1px solid silver;*/
	width: 700px;
	height: 160px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}


.usbcbox h1{
	font-size: 1.4em;
	margin: 0;
	padding: 20px 20px 0px 160px;
	color: #132239;
}

.usbcbox p {
	font-size: 1.1em;
	margin: 0;
	padding: 20px 20px 20px 160px;
	color: #333;
}

.usbcbox p a {
	color: #333;
}

.usbcbox p a:hover {
	color: #333;
}

.usbcbox p a:visited {
	color: #333;
}

a.facebox {
	float: center;
	margin: 10px;
	text-decoration: none;
	border: none;
}

a.facebox:hover {
	text-decoration: none;
	border: none;
}

a.facebox:active {
	text-decoration: none;
	border: none;
}

a.facebox:visited {
	text-decoration: none;
	border: none;
}

.instructions {
	display: none; /* hidden until the user has paressed the I AGREE button */
}

div#front-article-list {
  text-align: left;
}

/* payfinity */

.dialog-payfinity {
  text-align: left;
  font-size: 16px;
}

/*
#payment-form {
  text-align: left;
  font-size: 16px;
}
*/

table, tr, td  {
  border-width: 0px;
}

table.border {
  border-width: 1px;
}

table.border tr td {
  border-width: 1px;
}


table td.form-left-col {
  text-align: right;
  vertical-align: middle;
  width: 150px;
}

table td.form-right-col {
  text-align: left;
  vertical-align: middle;
}
.err {
  color: maroon;
}

div.ui-dialog-titlebar {
  font-size: 14px;
}

div.ui-dialog-content {
  font-size: 14px;
}

div#payfinity-payment-error {
  color: maroon;
  padding: 10px;
  background-color: bisque;
  border: 1px solid red;
}

div#payfinity-payment-success {
  color: green;
  padding: 10px;
  background-color: beige;
  border: 1px solid green;
}

#paylink-form-email-new-code td.paylink-enter-email {
  border-width: 0;
}

#paylink-table-email-new-code td.paylink-enter-email {
  border-width: 0;
}

#paywall-form-enter-access-code td.paywall-enter-code {
  border-width: 0;
}

#paywall-form-email-new-code td.paywall-enter-email {
  border-width: 0;
}

div.payfinity-client-msg {
  border: 1px solid white;
  background-color: slategray;
  color: white;
  padding: 10px;
  margin-top: 10px;
}

span.payfinity-jsmsg {
  color: yellow;
}

div#payfinity-progress-bar.ui-progressbar {
  height:10px;
}

/* js/dls */

div#dls-dialog {
  text-align: left;
  font-size: 16px;
}
.dls-form-left-col {
  text-align: right;
  vertical-align: top;
  width: 120px;
}
.dls-form-right-col {
  text-align: left;
  vertical-align: top;
}
.dls-err {
  color: maroon;
}

div#dls-dialog div.ui-dialog-titlebar {
  font-size: 14px;
}

div#dls-dialog div.ui-dialog-content {
  font-size: 14px;
}

div#store-error {
  color: maroon;
  margin: 10px 0 10px 0;
  padding: 10px;
  background-color: bisque;
  border: 1px solid red;
  border-radius: 5px;
}

div#store-success {
  color: green;
  margin: 10px 0 10px 0;
  padding: 10px;
  background-color: beige;
  border: 1px solid green;
  border-radius: 5px;
}

/*
div#store-title {
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 20px 0 20px 0;
  padding: 10px 10px 20px 10px;
  border: 1px solid #385A96;
}
*/

div#token-error {
  color: maroon;
  margin: 10px 0 10px 0;
  padding: 10px;
  background-color: bisque;
  border: 1px solid red;
  border-radius: 5px;
}

.comment-form-url {
  display: none;
}

/*
.entry  form.checkstatus {
  float: left;
	text-align:center;
}
*/

.site-content ul li {
  padding-bottom: 1em;
}