/*
Theme Name: a4apc
Theme URI: http://aimingforaccuracy.com/wp-content/themes/mishkap/style.css
Author: Michele Foster
Author URI: http://michelefoster.ca/
Description: Adapted from the 2012 theme for WordPress
Text Domain: a4apc
Navy: #3C4677
Turquoise: #17C6DB
Turquoise darker: #0E8694
Turquoise lighter: #D9F6F9
Yellow: #FBC411
Yellow lighter: #F6E5AD
Orange: #DF5000
Grey: #95979A
Dark Grey: #555555
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td {
padding:5px 10px;
vertical-align: text-top;
}

h1,
h2 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
footer,
header,
hgroup,
nav,
section {
	display: block;
}

hr {
	background-color: #17C6DB;
	border: 0;
	height: 1px;
	margin: 24px;
}

img {
	border: 0;
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Form fields, general styles first */
/*button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 4px;
}

button,
input {
    line-height: normal;
}

textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}*/

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
.mybuttons, 
.edd-submit.button.blue {
/*	font-weight: normal;
	background-color: #e6e6e6;
	background-repeat: repeat-x;*/
/*	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;*/
	border: 1px solid #000000 !important;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	cursor: pointer;
	background-color:#17C6DB !important;
	font-weight:bold !important;
	color: #000000 !important;
	padding: 6px 6px;
}

.edd-submit.button.blue {
font-size: 1.2em !important;
}

.menu-toggle:hover,
input[type="submit"]:hover,
.mybuttons:hover, 
.edd-submit.button.blue:hover {
	background-color: #0E8694 !important;
	color: #FFFFFF !important;
	text-decoration: none;
/*	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);*/
}

.menu-toggle a,
.mybuttons a, 
.edd-submit.button.blue a {
	color: #000000;
	text-decoration: none;
}

.menu-toggle a:hover,
.mybuttons a:hover, 
.edd-submit.button.blue a:hover {
	color: #FFFFFF !important;
}

/*.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;*/
}


/* Responsive images 
------------------------------------------------------*/
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="imgC"],
img[class*="wp-image-"], 
img[class*="attachment-"], 
img[class*="alignright"], 
img.alignright
{
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}



/* Images 
---------------------------------------------*/
.entry-content img,
.comment-content img,
.widget img,
img.wp-post-image {
	padding:5px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
	border-radius: 3px;
}

.alignleft, .imgL {
	float: left;
	margin: 5px 24px 10px 0;
}

.alignright, .imgR {
	float: right;
	margin: 5px 0 10px 24px;
}

.aligncenter, .imgC {
	display: block;
	margin: 12px auto;
	clear: both;
}

.entry-content .socialIconsContact {
margin-bottom: 35px;
}

.entry-content .socialIconsContact img {
margin-right:10px;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-size: 0.9em;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}

body {
	font-size: 110%;
	font-family: 'Source Sans Pro', sans-serif;
	text-rendering: optimizeLegibility;
	color: #555555;
}

a {
	outline: none;
	color:#3C4677;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #17C6DB;
	font-weight: bold;
	text-decoration: underline;
}



/* Page structure 
-----------------------------------------------*/
.site {
	padding: 0;
	background-color: #FFFFFF;
	margin: 25px auto;
/*	border-radius: 8px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);*/
}

.newsbg {
	background-color:#3C4677;
	color: #FFFFFF;
	padding:5px 0;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.67);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.67);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.67);
}

/*.site-content {
	margin: 14px 0 0;
	padding-right: 26px;
}

.site-header {
	padding: 0;
}
*/

.site-header img {
	/*margin: 0 auto;*/
	float: left;
}



/* Navigation Menu */
.main-navigation {
	clear: both;
	margin: 10px auto 10px;
	text-align: center;
	overflow: hidden;
}

.main-navigation a {
	color: #3C4677;
}

.main-navigation a:hover {
	color: #17C6DB;
}


/* =Main content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}

.entry-header {
	margin-bottom: 24px;
}

.entry-header img.wp-post-image {
	margin-bottom: 24px;
}

.entry-header .entry-title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	background-color: #F6E5AD;
	padding:6px;
	border-top:2px solid  #FBC411;
	border-bottom:2px solid  #FBC411;
	color:#000000;
}

.entry-content h2 {
	font-size: 20px;
	font-weight: bold;
	margin:20px 0;
	padding:5px;
	background-color: #D9F6F9;
	border-top:1px solid #17C6DB;
	border-bottom:1px solid #17C6DB;
	color:#000000;
}

.entry-content h3 {
	font-size: 18px;
	margin: 20px 0;
	color:#000000;
}

.entry-content p {
	margin: 0 0 24px;
	line-height: 1.4;
}

.entry-content ol, entry-content ul {
	margin: 0 0 24px;
	line-height: 1.4;
}

.entry-content li {
	margin: 0 0 0 36px;
	padding-bottom:8px;
}

.entry-content li ul li {
	margin: 0 0 0 36px;
	padding-bottom:2px;
}



/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels.  +++++++IPAD++++++++ */
@media screen and (min-width: 600px) {
	.site {
/*		margin: 0 auto;*/
		margin: 25px auto;
		max-width: 900px;
		overflow: hidden;
	}

/*	.site-content {
		float: left;
		width: 74.104166667%;
	}*/

.site-content {
	margin: 0 75px;
}

	.site-header h1,
	.site-header h2 {
		text-align: left;
	}

	.site-header h1 {
		font-size: 1.2em;
		line-height: 1.846153846;
		margin-bottom: 0;
	}

	.main-navigation ul.nav-menu {
		border-bottom: 2px solid #17C6DB;
		border-top: 2px solid #17C6DB;
		display: inline-block !important;
		width: 100%;
		padding: 10px 5px;
	}

	.main-navigation ul {
		margin: 10px 0 25px;
		text-indent: 0;
	}

	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		font-weight:bold;
	}

	.main-navigation li a {
		border-bottom: 0;
		color: #3C4677;
		white-space: nowrap;
	}

/*	.main-navigation li a:hover {
		color: #000;
	}
*/
	.main-navigation li {
		font-size: 1.0em;
		margin: 0 20px 0 0;
		position: relative;
	}

/*	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
*/
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-page-ancestor {
		color: #000000;
		text-decoration: underline;
	}

	.menu-toggle {
		display: none;
	}


/***** Minimum width of 960 pixels. +++++++ Computer ++++++++ */
@media screen and (min-width: 960px) {
/*	body {
	background-color:#FFFFFF;
	}
*/
	.site {
		padding: 0;
		margin: 25px auto;
		max-width: 900px;
		overflow: hidden;
/*		margin-bottom: 48px;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);*/
	}

/*	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}*/
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}

	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

} /* END PRINT*/



/* New Stuff */

.logomembers {
display: block;
overflow:hidden;
margin:20px auto;
}

.imgCollage, .entry-content .imgCollection {
margin: 0 0 10px 10px;
padding-top:10px;
overflow:hidden;
}

.imgCollage p {
display:inline;
margin:0;
}

.entry-content .imgCollage img, .entry-content .imgCollection p {
padding:5px;
margin: 0 12px 20px;
overflow:hidden;
height: auto;  /*Make sure images with WordPress-added height and width attributes are scaled correctly */
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
border-radius: 3px;
}

.entry-content .imgCollection p {
padding:2px;
margin:0 12px 15px 12px;
width: 310px;
float: left;
text-align: center;
padding-bottom:10px;
}

/*.imgCollection.tutorials {
margin:0;
}*/

.imgCollection.tutorials p {
width: 210px;
margin:0 16px 30px;
padding-bottom:10px;
}

.imgCollection img {
box-shadow: none;
margin: 0;
}

p.disclaimer {
border: 1px dashed #CCCCCC;
padding:8px;
line-height:1.25 !important;
clear:both;
font-size:0.9em;
margin:25px 3%;
color:#828282;
}

.wp-caption {
	text-align:center;
	margin:25px auto;
	display:block;
	padding:5px 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
	border-radius: 3px;
}

.wp-caption img {
	margin:0 auto;
	padding:0;
	border:none;
	box-shadow: none;
	border-radius: 0;
}

.wp-caption p.wp-caption-text {
	margin:1px;
	padding:0;
}

.membersarea {
	float:right;
	margin:20px 0 0 0;
	background-color: #F6E5AD;
	border:1px dashed #FBC411;
	padding: 8px;
	overflow:hidden;
}

.membersarea a {
	font-size: 0.85em;
	line-height: 1.1em;
	text-decoration: none;
}

.membersarea a:hover {
	color:#000000;
}

.membersarea h4  {
	margin-bottom:6px;
	text-align:center;
	font-size:1.1em;
	color:#000000;
}

/*.cartNotice {
margin:20px;
background-color: #E4F9FE;
padding: 5px 10px;
border:1px dashed #6EDFEF;
overflow:hidden;
}

.widget-area td {
	padding: 3px 7px 3px 0;
	font-size:0.85em;
}

.widget-area .sideNews h4, .widget-area .sideMembers h4  {
margin-bottom:8px;
text-align:center;
font-size:1.3em;
}

.widget-area img {
display:block;
margin:20px auto;
}

.widget-area img.cart {
margin:0 auto 8px auto;
}

.widget-area .socialIcons {
margin:20px auto;
text-align:center;
}

.widget-area .socialIcons img {
display:inline;
margin:0;
}*/


#edd_purchase_receipt {
margin-bottom:50px !important;
}

.focus {
	font-size:1.4em;
	text-align:center;
	margin: 25px auto;
	border: 2px solid #17C6DB;
	background-color: #E2F9FC;
	padding:12px;
	width:320px;
}

legend, p.edd_password_change_notice {
	font-weight:bold;
	margin:20px 0;
}

/*form td label {
font-weight:bold;
}*/


#footer {
	clear:both;
	margin:20px 0;
	overflow:hidden; 
	font-size: 0.9em;
	color: #FFFFFF;
	background-color:#3C4677;
	padding:20px 0;
	text-align: center;
	-webkit-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.72);
	-moz-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.72);
	box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.72);
}

form #loginform {
border: 1px solid #FFFF00;
width:400px;
}

/*.edd-submit.button.blue {
  color: #FFFFFF;
  background: #3C4677 !important;
  border-color: #000000 !important;
  font-size:22px !important;
 }*/

 #edd_purchase_form input[type=text], 
 #edd_purchase_form input[type=email] {
  width: 250px !important;
}

.ssba-wrap {
margin:50px 0px 20px !important;
}

.required {
font-weight: bold;
} 

fieldset#edd_cc_address.cc-address {
display:none !important;
}

#edd_checkout_cart_wrap {
border:1px dashed #6EDFEF;
padding:1px;
}

p#edd_show_discount,
#edd_purchase_form_wrap {
border:1px dashed #6EDFEF !important;
padding:10px !important;
margin-top:35px !important;
font-weight:bold;
}

fieldset#edd_payment_mode_select {
border:1px dashed #6EDFEF !important;
padding:10px !important;
margin-top:0px !important;
font-weight:bold;
}

#edd_purchase_form input[type=radio] {
width: 20px !important;
}

label#edd-gateway-option-stripe {
width:150px;
}

#edd-payment-mode-wrap > span {
font-size: 120%;
font-weight: 700;
width: 100%;
margin: 0 0 21px;
padding: 0 0 10px 0;
}

table#edd_user_history {
border:1px solid grey !important;
}

table#edd_user_history td, table#edd_user_history th {
border:1px solid grey !important;
vertical-align: top !important;
width: 50%;
}

table#edd_user_history th.edd_purchase_id, table#edd_user_history td.edd_purchase_id  {
width: 10% !important;
}

table#edd_user_history th.edd_purchase_date, table#edd_user_history td.edd_purchase_date {
width: 25% !important;
}

table#edd_user_history th.edd_purchase_amount, table#edd_user_history td.edd_purchase_amount {
width: 15% !important;
}

table#edd_user_history th.edd_purchase_details, table#edd_user_history td.edd_purchase_details {
width: 20% !important;
}

.news {
padding:8px 0;
text-align: center;
margin: 0 auto;
max-width: 800px;
overflow: hidden;
}

.news p {
color: #FFFFFF;
display: inline;
font-size:1.15em;
overflow: hidden;
}

.news p.mybuttons {
margin-left: 30px;
}

.news form {
display: inline;
}

.news label {
font-size:0.9em;
}

/*.news input[type="submit"] {
background-color:#17C6DB;
font-weight:bold;
margin-left:10px;
border: 1px solid #000000;
}*/

.entry-content ul {
margin-bottom:20px;
}

.entry-content p.mybuttons {
	display: inline-block;
	font-size:1.2em;
}