	body {
	background-color: #1f1d1d;
	background: url(../img/darkdenim3.png) 0 0 repeat;
}

p {
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
.mission-statement h3,
h3.comments-title,
.respond h3,
.latest-news-excerpt h3 a,
.blog-index h1 a,
.latest-news-meta p,
#portfolio-filter li,
#portfolio-filter li a,
p.meta,
.wp-pagenavi a.page,
.wp-pagenavi .page-numbers,
.wp-pagenavi span.extend,
.wp-pagenavi a.first,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.last,
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
	color: #fff;
	text-shadow: none !important;
}

.meta {
	color: #fff;
	margin-left: 0;
}

#logo h1 a {
	color: #00f1eb;
}

#logo h1 a span {
	color:#fff;
}

.mission-statement,
#sidebar div.widget {
	background: none;
}

#sidebar div.widget {
	padding: 0;
	border-top: none;
	box-shadow: none;
}

#sidebar h4.widget-title {
	background-color: #1e1f20;
	border-bottom: 1px solid #999;
	color: #fff !important;
	margin-bottom: 20px;
}

#latest-work h1,
#latest-news h1 {
	background: none;
	border: none;
	color: #fff;
}

#latest-work h1 [class^="icon-"],
#latest-news h1 [class^="icon-"],
.project-nav [class^="icon-"],
#sidebar .widget ul li,
#sidebar .really_simple_twitter_widget li:before,
#sidebar .widget_recent_comments li:before,
#sidebar .widget_recent_entries li:before {
	color: #fff;
}

.latest-work-meta h3 a,
.latest-news-meta h3 a {
	color: #eee;
}

.blog-index h1,
.blog-single h1 {
	background-color: #1e1f20;
	border-bottom: 1px solid #999;
}

.latest-news-meta, #featured .well {
	background: none;
}

a:hover {
	color: #fff;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
.project-type a:hover,
.post-category a:hover,
p.meta a:hover {
	color: #eee;
}

#featured .well {
	border: 1px solid #fff;
}

#contact-details .well {
	background-color: #333;
}

#custom-contact-form label,
#commentform label {
	color: #fff;
}

#custom-contact-form .error {
	color: red;
}

.commentlist .comment-body {
	border: 1px solid #fff;
	background-color: #3b3737;
}

.commentlist .bypostauthor .comment-body {
	background-color: #333;
}

.commentlist .children li > .comment-body {
	background-color: #3b3737;
}

.commentlist .comment-body .avatar {
	box-shadow: none;
}

.commentlist cite {
	color: #fff;
}

.commentlist a:hover {
	color: #eee;
}

#latest-work h1 span,
#latest-work h1 a,
#latest-news h1 span,
#latest-news h1 a,
#page-title span,
#page-title-portfolio span,
#project-title span {
	background-color: #fff;
	color: #232527;
	text-shadow: none;
}

.view-first,
.flex-container,
.flexslider,
.alignleft,
.alignright,
.alignnone,
.post-thumbnail img,
.portfolio-thumbs img,
.single-post img,
iframe.gmap {
  box-shadow: none;
}

#sidebar .widget img {
  /*-moz-box-shadow: 1px 1px 2px 1px #000, 0 0 2px rgba(0, 0, 0, .3) inset;
  -webkit-box-shadow: 1px 1px 2px 1px #000, 0 0 2px rgba(0, 0, 0, .3) inset;
  box-shadow: 1px 1px 2px 1px #000, 0 0 2px rgba(0, 0, 0, .3) inset;
  margin: 0 8px 8px 0;*/
}

.ribbon:after, .ribbon:before {
    content: "";
    position: absolute;
    display: block;
    border:1.5em solid #eee;
}

.ribbon:after {
	top: 1.6em;
    right: -2.2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
}

.ribbon:before {
	top: 1.6em;
    left: -2.2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
}


			.ribbon span {
				background-color:#fff;
				display:inline-block;
				line-height:2em;
				padding:0 1em;
				margin-top:0.5em;
				position:relative;

				-webkit-transition: background-color 0.2s, margin-top 0.2s;  /* Saf3.2+, Chrome */
				-moz-transition: background-color 0.2s, margin-top 0.2s;  /* FF4+ */
				-ms-transition: background-color 0.2s, margin-top 0.2s;  /* IE10 */
				-o-transition: background-color 0.2s, margin-top 0.2s;  /* Opera 10.5+ */
				transition: background-color 0.2s, margin-top 0.2s;
			}

			.ribbon a:hover span {
				background:#fff;
				margin-top:0;
			}

			.ribbon span:before {
				content: "";
				position:absolute;
				top:2em;
				left:0;
				border-right:0.5em solid #999;
				border-bottom:0.5em solid #eee;
			}

			.ribbon span:after {
				content: "";
				position:absolute;
				top:2em;
				right:0;
				border-left:0.5em solid #999;
				border-bottom:0.5em solid #eee;
			}

.post,
.portfolio {
  background: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post p,
.portfolio p {
	padding: 0;
}

.dropcap {
	text-shadow: none;
}

#footer-global {
	border-top: 1px solid #999;
}

/*****************/
/* STUFF I ADDED */
/*****************/
#welcome-banner {
	background-color: #f9d072;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
#welcome-banner h4 {
	border-bottom-color: #000;
	font-weight: bold;
	font-size: 26px;
}
#welcome-banner h4,
#welcome-banner .textwidget p {
	color: #000;
}
#welcome-banner .textwidget p {
	font-size: 20px;
	font-style: italic;
}
#welcome-banner a {
	text-decoration: underline;
}
#welcome-banner a:hover {
	text-decoration: none;
}
.widgets_on_page ul li {
	padding: 0 !important;
}
.video_outer_container {
	width: 100%;
	margin: 20px auto;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
[class*="span"],
.row {
	margin: 0;
}
.span8,
.span12 {
	width:100%;
}
.span8 #content_container {
	padding: 2%;
	background:rgb(242, 244, 248);
	color:#000;
	border:dotted 4px #999;
	overflow: hidden;
}
.span8 h1 {
	font-weight: bold;
	color:#000;
	font-size:26px;
	margin-bottom: 20px;
}
.span8 h1.callout_1,
.span8 h1.callout_2 {
	color: #fff;
	padding: 10px;
	text-transform:none;
}
.span8 h1.callout_1 {
	background: rgb(173, 61, 50);
}
.span8 h1.callout_1 span {
	color: #fff;
	font-style: italic;
}
.span8 h1.callout_2{
    background: #000;
}
.span8 h1 span {
	color: rgb(173, 61, 50);
}
.span8 h2 {
	margin-bottom:0;
	font-size:22px;
	color: #ca7a23;
	font-weight: bold;
	border:#999 solid;
	border-width: 1px 0;
	padding:4px 0;
	clear: both;
}
.span8 h5 {
	color: #000;
	font-size: 18px;
	line-height:200%;
}
.span8 p {
	font-size:15px;
	color:#000;
	padding-bottom:10px;
}
.span8 p span {
	color: #ca7a23;
}
.span8 p.wp-caption-text {
    padding: 0;
    margin: 0;
    font-size: 11px;
}
.span8 .wp-caption {
    margin-top: 10px;
	padding-bottom: 3px;
}
#attachment_133 img {
    margin-bottom: 5px;
}
.span8 ul {
	text-transform: uppercase;
	font-weight: bold;
	list-style:none;
	padding:0;
	margin:0;
}
.span8 ul li {
	font-size:18px;
	line-height:130%;
	background:url(/wp-content/uploads/green_checkmark.png) no-repeat;
	min-height:29px;
	margin:0;
	padding:3px 0 20px 41px;
	line-height:120%;
	overflow:hidden;
}
.jazz_giant_main {
	border: dotted #000;
	border-width: 3px 3px 0;
	margin: 0;
	padding:0;
	width: 100%;
	clear: both;
	overflow:hidden;
}
.jazz_giant_main.bottom {
	border-bottom-width:3px;
	margin-bottom:30px;
}
.jazz_giant_main br {
	display: none;
}
.jazz_giant_main p {
	margin: 0;
	padding: 0 15px 15px;
	line-height:150%;
}
.jazz_giant_main h2,
.jazz_giant_main p {
	margin: 0;
}
#top_checklist_container {
	overflow:hidden;
}
#top_checklist_container .feature_img {
	display: block;
	margin:0 auto 10px;
	width: 267px;
}
#top_checklist ul {
	clear:none;
}
.jazz_giant_main img {
	float:left;
	border:0;
	margin: 0 10px 0 0;
	padding:0;
}
.jazz_giant_main .liebman_long,
.jazz_giant_main .mintzer_long,
.jazz_giant_main .sheppard_long {
	display: none;
}
.jazz_giant_main h2 {
	color: rgb(173, 61, 50);
	font-family: oswald;
	font-size:22px;
	display:block;
	padding: 5px 15px 5px;
	line-height:100%;
	border:none;
	clear:none;
}
.jazz_giant_main div p {
	margin-bottom: 15px;
}
.jazz_giant_main div p a {
	color: rgb(172, 86, 45);
	text-decoration: underline;
	font-size:11px;
}
.jazz_giant_main div p a:hover {
	text-decoration: none;
}
.alignleft img,
.alignright img {
	margin-bottom:5px;
}
#what_you_get {
	clear: both;
	margin-bottom: 25px;
}
#what_you_get li {
	font-size: 15px;
}
#what_you_get .item {
	clear: both;
	overflow: hidden;
	padding: 15px;
	border: solid #000;
	border-width: 3px;
	background:rgb(206, 204, 202);
	margin-bottom: 30px;
}
#what_you_get .item.last_item {
	border-bottom: 3px solid #000;
}
#what_you_get .item img {
	display: block;
	margin: 0 auto 15px;
}
#what_you_get .item .img_ebook {
	width: 250px;
}
#what_you_get h3 {
	font-size: 22px;
	margin: 0;
	padding: 0 0 20px;
	line-height: 100%;
	color: rgb(122, 54, 33);
	font-weight: bold;
}
#what_you_get .item br {
	display: none;
}
#what_you_get .item p {
	font-size: 17px;
	clear:both;
	line-height: 140%;
}
#what_you_get .item ul {
	clear:both;
}
#what_you_get .item li {
	text-transform:none;
	font-weight: normal;
}
#what_you_get h4 {
	color: #333;
	margin: 0;
	padding:0 0 30px;
	line-height:100%;
	font-size:23px;
	font-weight: bold;
}
.sample {
	background: #333;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	display: none;
}
.jazz_giant_sidebar {
	background: #fff;
	color: #333;
	overflow:hidden;
	padding:5px 10px 0;
	line-height:130%;
	font-size:12px;
}

.jazz_giant_sidebar img {
	float:left;
	border:0;
	margin: -10px 10px 0 -10px;
}
.jazz_giant_sidebar span {
	color: #000000;
	font-family: oswald;
	font-size:20px;
	display:block;
	padding-bottom: 5px;
}
#topics ul li {
	background-image: none;
	padding: 0 0 5px;
	text-transform: none;
	font-size:16px;
}
#topics ul li h3 {
	background:#F0D514;
	padding:5px;
	margin:5px 0 10px;
	font-weight: bold;
	font-size:21px;
	color:#333;
}
#topics ul li li {
	background: url(/wp-content/uploads/note_icon.png) no-repeat;
	padding: 5px 0 18px 40px;
	margin-left: 20px;
}
#faq {
	margin-top: 20px;
}
#faq h3 {
	font-size: 18px;
	color:rgb(180, 107, 72);
}
#bonus div {
	width: 100%;
	clear:both;
}
#bonus div img {
	border: 1px solid #333;
}
#bonus h1.callout_1 {
	background: #000;
	color:#fff;
	padding:20px;
}
.payment {
    width:300px;
    margin: 0 auto 25px;
    text-align: left;
	overflow: hidden;
}
.payment p {
    display:inline;
}
.payment select {
    width: 300px;
}
.payment form {
	padding: 0;
	margin: 0;
	width:300px;
}
.guarantee {
	display: block;
	width: 90px;
	margin: 0 auto;
}
#footer-global {
    display: none;
}
#copyright-and-credits a {
    color: #fff;
}
.wpcf7 p {
    font-weight: bold;
}
.span8 .wpcf7-list-item-label {
    color: #000;
}

/* Signup Form */
.page-id-193 p#strapline {
	display: none;
}
.page-id-193 hr.double {
	border: transparent;
}
#mailing_list_signup {
	overflow: hidden;
}
#mailing_list_signup h2 {
	font-weight: bold;
	font-size:30px;
	color: #fff;
	padding: 10px;
	text-transform:none;
	background: rgb(173, 61, 50);
	margin-bottom: 15px;
}
#mailing_list_signup h3 {
	color: #333;
	text-transform: none;
	font-size: 22px;
}
#mailing_list_signup h3 em {
	color:#ee5e05;
	font-weight:bold;
}
#mailing_list_signup .image {
	width:267px;
	margin:0 auto;
}
#mailing_list_signup #mc_embed_signup {
	background: #565C54;
	padding: 15px;
	border: 1px solid #999;
	margin: 0 auto 15px;
}
#mailing_list_signup label {
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	font-family: oswald;
	line-height: 150%;
}
#mailing_list_signup input.email {
	font-size: 31px;
	width: 95%;
	color: #ee5e05;
	font-weight: bold;
	font-family: oswald;
	margin: 0 auto 15px
}
#mailing_list_signup #mc_embed_signup p {
	color: #fff;
	line-height: 130%;
}
#mailing_list_signup input#mc-embedded-subscribe {
	border: none;
	font-size: 30px;
	padding: 21px;
	font-family: oswald;
	font-weight: bold;
	background: #fca832; /* Old browsers */
	background: -moz-linear-gradient(top, #fca832 0%, #efd781 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fca832), color-stop(100%,#efd781)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fca832 0%,#efd781 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fca832 0%,#efd781 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fca832 0%,#efd781 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fca832 0%,#efd781 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca832', endColorstr='#efd781',GradientType=0 ); /* IE6-9 */
}
.span8  #mailing_list_signup ul li {
	padding-bottom: 10px;
	min-height: inherit;
}
.testimonials {
	background: rgb(173, 61, 50);
}
.testimonials td {
	background: #ffffe0;
}
.testimonials td span {
	color: rgb(173, 61, 50);
	font-weight: bold;
}
.testimonials td img {
	max-width: 80px;
}
.testimonials td em {
	font-weight: bold;
	font-size: 15px;
}
.testimonials.top {
	border-spacing: 1px;
}
.testimonials.top td {
	padding: 10px;
}
ul#pricing {
	text-transform: none;
	font-weight: normal;
	margin-top: 20px;
}
ul#pricing li {
	background: none;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
ul#pricing li h4 {
	background: #999;
	padding: 5px;
	margin: 0;
	line-height: 100%;
	font-size: 19px;
}
ul#pricing li em {
	font-style: normal;
	color: rgb(173, 61, 50);
	font-weight: bold;
}
ul#pricing li span,
ul#pricing li em,
#bspupgrade-msg {
	font-style: normal;
	background: rgb(238, 238, 32);
	color: #000;
	font-weight: bold;
}
img.alignleft.doron_pic {
	border: 1px solid #000;
}

/* Pages other than the sales page */
.span8.internal_page a,
.span8.internal_page a:visited {
	text-decoration: underline;
}
.span8.internal_page a:hover{
	color: #999;
	text-decoration: none;
}
.span8.internal_page ul {
	list-style:disc;
	text-transform: none;
}
.span8.internal_page ul li {
	background: none;
	overflow:visible;
	padding:0;
	margin:0 0 0 20px;
	font-size: 15px;
	font-weight: normal;
}
.img_shadow {
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    2px 2px 3px rgba(0, 0, 0, 0.75);
	box-shadow:         2px 2px 3px rgba(0, 0, 0, 0.75);
}
.span8 h3,
.span8 h3 a,
.span8 h4,
.span8 h4 a {
	color: #333;
}
.page-id-490 h2 { /* ereader page */
	margin-bottom: 15px;
}

.span8 p.audioplayer_container {
     padding-bottom: 0;
     margin-bottom: 0;
}
/* Media Queries */
@media (max-width: 450px) {
	.jazz_giant_sidebar {
		font-size:11px;
  	}
	#mailing_list_signup input.email {
		font-size: 21px;
	}
}
@media (min-width: 450px) {
	.jazz_giant_sidebar {
		font-size:11px;
  	}
}
@media (min-width: 520px) {
	#what_you_get .item p {
		clear:none;
	}
}
@media (min-width: 650px) {
    .payment {
		width:475px;
	}
	.payment select	{
		width:360px;
	}
	.payment form {
		float:left;
		width:360px;
	}
	.payment .guarantee {
		float:right;
		margin:70px 0 0;
	}
}
@media (min-width: 700px) {
	.video_outer_container {
		width: 85%;
	}
}
@media (min-width: 750px) {
	#top_checklist ul {
		clear:both;
	}
	.feature_img {
		float:right;
		margin:0 0 0 10px;
	}
	#what_you_get .item img {
		float: right;
		margin: 0 0 0 20px;
	}
	#what_you_get .item ul {
		clear:none;
	}
}
@media (min-width: 920px) {
	.video_outer_container {
		width: 60%;
	}
}
@media (min-width: 990px) {
	#mailing_list_signup .image {
		float:right;
		margin: 0;
	}
	#mailing_list_signup #mc_embed_signup {
		margin: 0;
	}

}
@media (min-width: 570px) and (max-width: 767px) {
	.jazz_giant_sidebar {
    	font-size:15px;
  	}
}
