/*
Theme Name: Marzipan
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: marzipan
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Marzipan is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

@import url("layouts/content-sidebar.css");

/*for ie8's benefit*/
header, nav, section, article, aside, footer {
   display:block;
}

@font-face {
    font-family: 'Little Days';
    src: url('fonts/littledays/little_days-webfont.eot');
    src: url('fonts/littledays/little_days-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/littledays/little_days-webfont.woff2') format('woff2'),
         url('fonts/littledays/little_days-webfont.woff') format('woff'),
         url('fonts/littledays/little_days-webfont.ttf') format('truetype'),
         url('fonts/littledays/little_days-webfont.svg#little_daysregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
  	font-weight: 100;
  	color: #272426;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}

p:last-child {
	margin-bottom: 0;	
}

ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a, .link {
	color: #659DD4;
	text-decoration: none;
}

a:hover, .link:hover {
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 40px;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 10px 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


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

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

#wrapper{
	width: 977px;
	margin:0 auto;
}

#main{
	float:left;
	width:631px;
}

.entry-content { width: 631px; }

#marziHitSpot {
	position: relative;
	bottom: 0;
	left: 0;
	height: 113px;
	width: 400px;
	cursor: pointer;
}

#marziheader {
	width: 631px;
	height: 113px;
	margin-top: 50px;
	margin-bottom: 30px;
	position: relative;
	background: url(images/header.png);
}

.entry-meta {display: none;}

.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 250px
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 250px;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}



/*marzi*/
#mainlinks {
	width: 258px;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
}

.marzicategories {
	list-style: none;
}

.marzicategories li {
	display: inline;
}

.marzicategories li:after {
	content: " · ";
}

.marzicategories li:last-child:after {
	content: "";
}


/* Text styles */
.headline, .headline a, .entry-title, .entry-title a, .featureNavSummary, h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	color: #E57E4E;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	margin-top: 40px;
}

.headline {
	position: relative;
}

.headline a.blueLink {
	color: #659DD4;
}

.headline .rightArrows {
	display: inline-block;
	width: 29px;
	height: 16px;
	background: url(images/arrows-right-large-link.png);
	margin: 0 7px;
}

.subhead, .subhead a, .marzicategories li, .marzicategories li a, strong, .bannerTitle, .moreDot, .stepsDot, .search-field,
.showAndTellForm_wrapper.gform_wrapper .top_label .gfield_label, .showtellUsername {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #7A7B7B;
	font-style: normal;
}

.subhead a.link {
	color: #659DD4;
}


/* feature layouts */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.noRightMargin {
	margin-right: 0 !important;
}

.noBottomMargin {
	margin-bottom: 0 !important;
}

.fakeLink {
	cursor: pointer;
}

.featureBlurb {
	margin-bottom: 20px;
	/* font-style: italic;*/
}

.five_circles, .five_squares {
	margin-right: 30px;
	float: left;
	width: 102px;
	text-align: center;
	color: #7A7B7B;
}

.five_circles img, .five_squares img {
	margin-bottom: 5px;
}

.five_circles div, .five_squares div {
	color: #7A7B7B;
}


.five_circles:last-child, .five_squares:last-child {
	margin-right: 0;
}

.three_posts {
	margin-right: 30px;
	float: left;
	width: 190px;
}

.three_posts:last-child {
	margin-right: 0;
}

.three_posts .blurb {
	margin-top: 15px;
}

.five_squares {
	margin-bottom: 25px;
}

.one_post_feature {
	width: 300px;
	float: left;
	margin-right: 30px;
}

.one_post_feature + .one_post_feature {
	margin-right: 0;
}

.circleMask {
	width: 102px;
	background-repeat: no-repeat;
}

.tutorialSquare, .showtellSquare {
	background-color: #F7FCF2;
	background-repeat: no-repeat;
	width: 180px;
	height: 66px;
	line-height: 60px;
	padding-top: 200px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-left: 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
	
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	
	
	cursor: pointer;
	
	-webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.17);
	box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.17);
	
	border-radius: 4px;
	
	text-align: center;
}

.showtellSquare {
	width: 120px;
	padding-top: 140px;
	background-size: 140px 140px;
	height: 44px;
	margin: 0 0px 4px 2px;
	line-height: 44px;
}

.showtellSquare.active {
	background-color: #AFCCB4;
/* 	color: white; */
}

.madeByYouCarousel {
	margin: 40px 0;
	width: 628px;
	margin-left: 8px;
	clear: both;
	position: relative;
}

.madeByYouCarousel .slides li {
	margin-right: 18px;
}

.tutorialCarousel {
/* 	margin: 40px 0; */
	width: 631px;
/* 	margin-left: 8px; */
	clear: both;
	position: relative;
}

.tutorialCarousel .slides {
	height: 270px;
}

.tutorialCarousel .slides li {
	margin-right: 10px;
	padding: 0 2px;
}

.tutorialCarousel .slides li .tutorialSquare{
	margin-bottom: 4px;
}

.carousel .wcflex-control-paging li a {
	background-color: #eeeeee;
	box-shadow: none;
}

.carousel .wcflex-control-paging li a.wcflex-active {
	background-color: #cccccc;
}

.madeByYou li:last-child div {
	margin: 0;
}

.madeByYou, .addShowTell {
	width: 140px;
	height: 184px;
	background: url(images/stripe.png);
	float: left;
	border-radius: 4px;
	border: 1px solid #DCE7DC;
	margin-right: 13px;
	
	
	-webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
	
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2px;
	cursor: pointer;
}

.wcflexslider.madeByYouCarousel .madeByYou img {
	margin: 54px 0 0 12px;
	width: 117px;
	height: 77px;
}

.wcflexslider .slides img {
	width: inherit;
	margin-left: auto;
	margin-right: auto;
}

.madeByYouCarousel .addShowTell img {
	margin: 17px;
	width: 105px;
	height: 105px;
}


.newFlag {
	width: 49px;
	height: 49px;
	background-image: url(images/newflag.png);
	position: absolute;
	top: 0;
	right: 0px;
	border-top-right-radius: 3px;
}

.commentsIcon {
	display: block;
	background: url(images/commentsIcon.png) no-repeat;
	height: 15px;
	padding-left: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 11px;
	font-size: 14px;
	color: #666;
	position: absolute;
	bottom: 3px;
	right: 4px;
	opacity: .35;
	
	
	/*bottom: -20px;
	right: -3px;
	color: #666;
	opacity: .25;*/
}

.headline .commentsIcon {
	position: absolute;
	bottom: 6x;
}


.commentsIcon:hover {
	text-decoration: none;
}

header .commentsIcon {
	position: relative;
	bottom: 0;
	right: 0;
	float: right;
	top: 11px;
}

.socialBottom {
	clear: both;
}

.singleTutorial .tutorialSquare {
	margin-right: 25px;
}

.tutorialSquare span {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;      
}

.tutorialSquare:first-child, .tutorialSquare.firstOfRow {
	margin-left: 0;
}

.tutorialBlurb {
	text-transform: none;
	font-family: sans-serif;
	color: #7A7B7B;
	font-size: 12px;
}


.subcategoryWrapper {
	margin-bottom: 15px;
}


.seeMore a, .readTutorialLink a, .more-link, .nav-next, .commentLink {
	background: url(images/arrows-right-small-link.png) no-repeat 100% 50%;
	padding-right: 28px;
}
	
.nav-previous {
	background: url(images/arrows-left-small-link.png) no-repeat 0% 50%;
	padding-left: 28px;
}

.seeMore {
	margin-top: 12px;
	
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

/* 
.bannerTitle {
	width: 360px;
	height: 44px;
	background: url(images/bannerTitle.png);
	position: relative;
	left: -20px;
	padding-top: 1px;
	padding-left: 10px;
	margin-bottom: 19px;
	font-size: 22px;
}
 */
 
 
 .bannerTitle {
	background: url(images/stripe.png);
	
	
	border: 1px solid #DCE7DC;
	border-radius: 4px;
	padding: 3px;
	
	text-align: center;
	font-size: 26px;
	
	color: #9dbaa2;
	
	margin-bottom: 30px;
 }



.stepDot, .downloadDot {
	background-image: url('images/stepsDot.png');
	color: white;
	text-align: center;
	margin-right: 9px;
	margin-bottom: 0px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	float: left;
	
	width: 22px;
	height: 22px;
	line-height: 22px;
}

.downloadDot {
	margin: 0 15px;
	line-height: 20px;
}

.stepText {
	margin: 20px 30px 20px 0;
	min-height: 30px;
	
	display: inline-block;
	vertical-align: middle;
}

.stepText td {
	vertical-align: middle;
}

/*.tutorial ul:before{
	z-index: -1;
    position:absolute;
    content: "";
    left:-25%;
    top:-35%;
    border-radius: 100%;
    background-color: #f1f7ec;
    width: 100%;
    height: 100%;
}

.tutorial ul {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0px;
	display: inline-block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	
	overflow: hidden;
}*/

/* 
strong {
	display: block;
	clear: both;
}
 */

.ulContainer {
	display: inline-block;
    position: relative;
    width: 50%;
}


.ulDummy {
    padding-top: 100%;
}



.notSingle.blog_post img:not(.blogThumb) {
	/*display: none;*/
}

.blogThumb {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 200px;
	height: 200px;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.17);
	box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.17);
}

.blogFeaturedImage {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}



#secondary {
	position: relative;
	overflow: visible;
	padding-top: 120px;
}

#featherHeader {
	width: 195px;
	height: 75px;
	background: url(images/featherHeader.png);
	position: absolute;
	top: -100px;
	
	padding-top: 110px;
	padding-left: 105px;
}

#featherHeader .headline {
	color: #7A7B7B;
	line-height: 24px;
}

#idCard {
	width: 300px;
	height: 156px;
	background: url(images/stripe.png);
	border: 1px solid #DCE7DC;
	border-radius: 4px;
	overflow: hidden;
}

#headshot {
	width: 115px;
	height: 156px;
	float: right;
	background: url(images/headshot.jpg);
}

#idCard .contentSide {
	width: 185px;
	float: left;
	text-align: center;
	padding: 16px 0;
}

#idCard .contentSide .juxtaposedBanners {
	background: url(images/juxtaposedBanners.png);
	width: 185px;
	height: 71px;
	margin-top: 12px;
	line-height: 31px;
}

#idCard .headline {
	color: #7A7B7B;
}

#search {
	width: 225px;
	height: 41px;
	background: url(images/searchBack.png);
	
	padding-top: 10px;
	padding-left: 75px;
	margin-top: 5px;
}

.search-field {
	border: none !important;
	outline: none;
	width: 190px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #7A7B7B;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #7A7B7B;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #7A7B7B;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #7A7B7B;
}

#followButtons {
	width: 300px;
	height: 51px;
}

#followButtons a {
	width: 51px;
	height: 51px;
	float: left;
	margin-right: 11px;
	display: block;
}

#youtubeButton {
	background: url(images/youtubeButton.png);
}

#facebookButton {

	background: url(images/facebookButton.png);
}

#pinterestButton {
	background: url(images/pinterestButton.png);

}

#rssButton {
	background: url(images/rssButton.png);
}

a#twitterButton {
	background: url(images/twitterButton.png);
	margin-right: 0;
	margin-left: 1px;
}

.comment-list {
	margin: 0;
}

.comment-list {
	margin: 0;
	list-style: none;
}

.comment {
	background: url(images/hr.png) no-repeat;
	background: url(images/stripe.png);
	
	margin: 20px 0;
	
	border: 1px solid #DCE7DC;
	border-radius: 4px;
	padding: 10px;
	background: url(images/stripe.png);
}

.marziCommentName {
	width: 85px;
	height: 19px;
	background: url(images/marzipanComment.png);
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 5px;
}

li.comment .depth-2 {
	background: white;
}

.comment .children {
	list-style: none;
}

.separator {
	background: url(images/hr.png);
	width: 631px;
	height: 1px;
	margin: 50px 0 50px 0;
	clear: both;
}

.stuck {
	position: fixed;
	top: 0;
}

.youtube {
	padding: 30px 35px;
	
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(85%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}


.wcflexslider {
	background: transparent;
}

.wc-gallery {
	margin-bottom: 90px;
	min-height: 478px;
}

.wc-gallery .slides {
	background: url(images/stripe.png);
}



.spacer {
	height: 12px;
}

.patternWrapper {
	display: block;
	border: 1px solid #DCE7DC;
	border-radius: 4px;
	padding: 10px;
	padding-left: 3px;
	margin-bottom: 15px;
	background: url(images/stripe.png);

	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 100%;
}

.patternWrapper td:hover {
	text-decoration: underline;
}

.patternTable {
	margin-top: 20px;
	cursor: pointer;
}

.patternTable:first-child {
	margin-top: 0;
}

.patternTable td {
	vertical-align: middle;
	color: #659DD4;
}

.readTutorialLink {
	margin-top: 20px;
	text-align: right;
}

.more-link, .readTutorialLink, .nav-previous, .nav-next, .commentLink {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

.more-link, .commentLink {
	float: right;
}

.commentLink {
	clear: both;	
}



.suppliesWrapper {
	margin: 0 0px 50px 50px;
	float: right;
	width: 230px;
}

.suppliesHeader {
	height: 35px;
	background-position: top center;
	background-repeat: no-repeat;
	font-family: 'Little Days';
	font-size: 27px;
	text-align: center;
	line-height: 31px;
	color: #999999;
}

.suppliesBox {
	background-color: #E3F0E6;
	text-align: center;
	
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #7A7B7B;
	
	background-image: url(images/pennantBottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	
	padding-bottom: 40px;
	
	line-height: 100%;
	
	border-radius: 4px 4px;
	
	/* 
-webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.17);
	box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.17);
	
	-webkit-border-radius: 4px;
 */
}

.suppliesBox .supply
{
	margin-bottom: 18px;
	color: #909991;
}

.suppliesInnerWrapper {
	padding: 20px;
}

.madebyHeader {
	width: 106px;
	height: 33px;
	background: url(images/madeby.png);
	margin: auto;
}

.showtellUsername {
	text-align: center;
	font-size: 26px;
	margin-top: -6px;
	margin-bottom: 20px;
}

.showtellWebsite {
	text-align: center;
	font-size: 14px;
}

.marziDash {
	height: 1px;
	background: url(images/marziDash.png);
}

.intro {
	margin-bottom: 60px;
}

iframe {
	margin-bottom: 50px;
}

.disclaimer {
	margin-top: 40px;
	margin-bottom: 40px;
	font-style: italic;
	color: #7A7B7B;
	text-align: center;
	font-size: 13px;
}

.featureNavSummaryWrapper {
	width: 200px;
	float: left;
	margin: 0 15px;
	
	height: 266px;
	position: relative;
}

.featureNavSummary {
	text-align: center;
	  display: inline-block;
	  vertical-align: middle;
	  padding: 0 36px;
	  width: 132px;
	  
}

.prevButton, .nextButton {
/* 	position: absolute; */
}

.prevButton, .nextButton {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	color: #F7A67D;
	position: absolute;
	left: 0;
	top: 50%;
	
	height: 60px;
	width: 26px;
	
	margin-top: -30px;
	cursor: pointer;
}

.nextButton {
	left: auto;
	right: 0;
}

.featureNav {
	margin-top: 40px;
	clear: both;
}

.featureNavSummaryWrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

.tips {
	margin-bottom: 30px;
}

.notSingle.type-blog_post .entry-title, .notSingle.type-feature .entry-title {
	background-repeat: no-repeat;
	background-position: 100% 8px;
	display: inline-block;
	padding-right: 82px;
}

.notSingle.type-blog_post .entry-title {
	/*background-image: url(images/blogIndicator.png);*/
}

.notSingle.type-feature .entry-title {
	/*background-image: url(images/howtoIndicator.png);*/
}

.notSingle.type-blog_post .entry-title:after,
.notSingle.type-feature .entry-title:after {
	text-transform: lowercase;
	font-family: "Little Days";
	margin-left: 6px;
	color: #A7C9BC;
}

.notSingle.type-blog_post .entry-title:after {
	content: "- blog";
}

.notSingle.type-feature .entry-title:after {
	content: "- how to";
}


.post-type-archive-blog_post .notSingle.type-blog_post .entry-title {
	background-image: none;
	display: block;
	padding-right: 0;
}

.entry-content {
	position: relative;
}

.social {
	position: absolute;
	top: -39px;
	right: 0px;
}

.notSingle .social {
	right: 40px;
}
