/*
Theme Name: Oh My! Handmade
Theme URI: http://ohmyhandmade.com
Author: Aeolidia
Author URI: http://aeolidia.com/
Version: 1.0 (2013)
*/

@import "style-reset.css";
@import "inc/fonts/stylesheet.css";

/* 
color: #50504c;
color: LINKCOLOR;
color: LINKHOVER;
*/

/* =Structure
----------------------------------------------- */
body {
	background: #FFF url('images/bg-tile.jpg');
	padding: 0 0 40px;
}
#page {
	margin: 0 auto;
	width: 1020px;
	overflow: hidden;
	padding: 40px 0 0;
}
#branding,
#colophon {
	padding: 0 6px;
}
#main {
	clear: both;
	position: relative;
	background: url('images/bg-body.png') repeat-y center top;
	padding: 0 44px;
	overflow: hidden;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.home-page #main {
	padding: 0 44px 0 24px;
}
#primary {
	float: left;
	margin: 17px 0;
	padding: 0 25px 0 0;
	width: 580px;
	position: relative;	
	border-right: 1px solid #dcdcdc;
}
#content,
#container {
	margin: 0;
	width: 580px;
	float: left;
}
#primary.full-width,
#primary.full-width #content {
	width: 100%;
	float: none;
	padding: 0;
	overflow: hidden;
	border: none;
}
.home-page #primary,
.home-page #content {
	width: 600px;
}
#primary.community,
.community #content {
	width: 700px;
}
#secondary {
	float: right;
	margin: 17px 0;
	width: 300px;
}
#secondary.community {
	width: 180px;
}
#footer-widgets {
	clear: both;
	overflow: hidden;
	background: url('images/bg-footer.png') no-repeat center top;
}
.woocommerce #footer-pad,
.woocommerce-cart #footer-pad,
.woocommerce-checkout #footer-pad {
	height: 65px;
	background: url('images/bg-footer-stripes.png') no-repeat center bottom;	
}
#colophon {
	clear: both;
	overflow: hidden;
}

/* =Typography
----------------------------------------------- */

body, input, textarea {
	color: #50504c;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.7;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
}
dd {
	margin-bottom: 1.625em;
}
strong, b {
	font-weight: 400;
	color: black;
	font-size: 1.1em;
}
em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	font-weight: 300;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
cite {
	color: #666;
	letter-spacing: 0.05em;
	padding-left: 60px;
}
pre {
	background: #f4f4f4;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	border: 1px solid #d9d9d9;
	font-size: 13px;
	padding: 2px;
}
input[type=text]:focus,
textarea:focus {
	color: #50504c;
}
select {
	border: 1px solid #878786;
}
textarea {
	width: 100%;
}
#searchform {
	background: #d3d3d3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 18px;
}
input#s {
	font-family: 'Amatic SC', cursive;
	font-size: 26px;
	line-height: 32px;
	padding: 5px 0 0;
	color: #FFF;
	background: #d3d3d3;
	border: none;
	border-bottom: 2px dashed #FFF;
}
input#s:focus {
	outline: none;
	color: #fefbdb;
}
input#searchsubmit {
	display: inline-block;
	background: url('images/search.png') no-repeat left bottom;
	width: 17px;
	height: 18px;
	margin-left: 10px;
	vertical-align: bottom;
	padding: 0;
	border: none;
}
input#searchsubmit:hover {
	opacity: 0.5;
}
#secondary placeholder {
	font-family: 'Amatic SC', cursive;
	font-size: 26px;
	color: #FFF;
}
#secondary input::-webkit-input-placeholder {
	font-family: 'Amatic SC', cursive;
	font-size: 26px;
	color: #FFF;
}
#secondary input:-moz-placeholder {
	font-family: 'Amatic SC', cursive;
	font-size: 26px;
	color: #FFF;
}
#secondary input:focus::placeholder {
	color: #fefbdb;
}
#secondary input:focus::-webkit-input-placeholder {
	color: #fefbdb;
}
#secondary input:focus:-moz-placeholder {
	color: #fefbdb;
}


/* Links */
a {
	color: #e48969;
	text-decoration: none;
}


/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */

#branding {
	background: url('images/bg-header.png') no-repeat center top;
	position: relative;
	height: 377px;
	z-index: 9999;
	line-height: 1;
	text-align: center;
}
#logo {
	height: auto;
	margin-top: 10px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0;
}
#access div {
	position: relative;
	width: 994px;
	height: 35px;
	margin: 0 auto;
	background: #dadad8 url('images/bg-menu.png') no-repeat right center;
}
#access ul#menu-main-menu,
#access ul#menu-shop-menu {
	clear: left;
	float: left;
	padding-left: 0;
	margin: 0 !important;
	list-style: none;
}
#access ul#menu-main-menu {
	position: relative;
	left: 50%;
}
#access ul#menu-shop-menu {
	padding-left: 15px;
}
#access ul#menu-main-menu > li,
#access ul#menu-shop-menu > li {
	display: block;
	float: left;
	font-family: 'Rokkitt', serif;
	font-size: 18px;
	line-height: 18px;
	margin: 7px -6px;
}
#access ul#menu-main-menu > li {
	position: relative;
	right: 50%;
}
#access li.divider::after {
	content: '|';
	padding: 0 20px 0 15px;
	color: #b5b5b6;
	position: relative;
	bottom: 1px;
}
#access li a {
	text-decoration: none;
	cursor: pointer;
}
#access li a span {
	padding: 3px 8px 1px;
	color: #878786;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}
#access li:hover > a span,
#access li a:focus span {
	color: #50504c;
	background: #fefbdb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#access li a::before,
#access li a::after {
	position: relative;
	visibility: hidden;
	width: 11px;
}
#access li a::before {
	content: url('images/nav-hover-before.png');
	top: 2px;
}
#access li a::after {
	content: url('images/nav-hover-after.png');
	top: 3px;
}
#access li:hover a::before,
#access li:hover a::after {
	visibility: visible;
}
#access li ul {
	display: none;
	background: #dadad8;
	position: absolute;
	top: 22px;
	margin: 0;
	padding: 0 0 10px;
	z-index: 100;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#access li:hover ul {
	display: block;
}
#access li ul li {
	display: inline-block;
	font-family: 'Rokkitt', serif;
	font-size: 18px;
	line-height: 18px;
	margin: 0;
}
#access li ul li a span {
	padding: 5px 8px 2px;
	color: #878786;
	display: inline-block;
}
#access li ul li:hover a span,
#access li ul li a:focus span {
	color: #fefbdb;
	background: none;
}
#access li ul li a::before,
#access li ul li a::after {
	content: none;
}

/* =Content
----------------------------------------------- */

.hentry {
	margin: 0 0 65px;
	padding: 0 0 10px;
	position: relative;
}
.post-off {
	position: absolute;
	top: 5px;
	left: -42px;
}
.post-on {
	position: absolute;
	top: 5px;
	left: -33px;
	display: none;
}
.page .hentry,
.no-results {
	border-bottom: none;
}
.entry-header {
	margin-top: 20px;
	padding-bottom: 30px;
	background: url('images/post-header.png') no-repeat center bottom;
	overflow: hidden;
	position: relative;
}
.entry-header a {
	color: #50504c;
}
.entry-header a:hover {
	color: #878786;
}
.page-header {
	padding: 20px 0;
}
.post-info {
	width: 475px;
	float: left;
}
.entry-title,
.entry-title a {
	clear: both;
	font-family: 'Questrial', sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #50504c;
	text-transform:uppercase;
	padding-bottom: .3em;
	padding-top: 0;
}
.page-title,
#simplemodal-login-container .title {
	font-family: 'Sacramento', cursive;
	font-weight: normal;
	font-size: 36px;
	text-align: center;
}
#simplemodal-login-container .title {
	font-size: 36px !important;
	color: #50504c;
}
.post-meta {
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.post-comments {
	position: absolute;
	bottom: 30px;
	right: 0;
	text-align: center;
	font-family: 'Sacramento', cursive;
	font-size: 26px;
	line-height: 20px;
}
.entry-meta {
	clear: both;
	background: url('images/entry-meta.png') no-repeat left center;
	text-align: center;
	padding: 17px 0 15px;
}
.entry-meta a {
	font-family: 'Rokkitt', serif;
	font-size: 16px;
	color: #929292;
}
.entry-meta a:hover {
	color: #50504c;
}
li.voting {
	display: none !important;
}
.more-link {
	text-align: right;
	display: block;
}
.more-link span {
	padding: 2px 5px;
	color: #f9ccbc;
	background: #909090;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 20px 0 0;
	text-align: justify;
}
.page .entry-content {
	text-align: justify;
}
.entry-content a:focus,
.entry-content a:active,
.entry-content a:hover {
	background: #fefbdb;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-ms-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}
.more-link:focus,
.more-link:active,
.more-link:hover {
	background: #FFF !important;
}
.more-link:focus span,
.more-link:active span,
.more-link:hover span {
	background: #a9a9a9 !important;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-ms-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}
.entry-content h1,
.comment-content h1,
.comment-content h2 {
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 .8125em;
}
.entry-content h2 {
	font-family: 'Questrial';
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: center;
	padding: 20px 0 10px;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 1em;
}
.entry-content ul {
	margin: 0;
	list-style-position: inside;
	list-style-type: disc;
}
.entry-content ul li {
	margin-bottom: 1em;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Single Post */
.author-info {
	clear: both;
	overflow: hidden;
	background: url('images/hr.png') no-repeat left top;
	padding: 30px 0;
}
.author-info .avatar,
.author-info .text-info {
	display: inline-block;
	vertical-align: top;
}
.left-col {
	float: left;
	width: 250px;
}
.right-col {
	float:right;
	width: 300px;
}
.author-info .avatar {
	margin: 0 25px 0 5px;
	padding: 5px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.35);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.35);
	box-shadow: 0 0 5px rgba(0,0,0,.35);
}
.author-info .text-info {
	width: 300px;
}
.author-info h3 {
	font-family: 'Sacramento', cursive;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 30px;
}
.button-link {
	display: inline-block;
	font-family: 'Rokkitt', serif;
	font-size: 14px;
	color: #FFF;
	background: #838383;
	padding: 2px 10px 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 5px 0;
}
.contributor-links {
	margin: 0;
	list-style: none;
}
.contributor-links li {
	list-style: none;
	display: inline-block;
}
.contributor-links li::after {
	content: '•';
	margin: 0 5px 0 7px;
	color: #e69072;
}
.contributor-links li:last-of-type::after {
	content: none;
}
#share-post {
	display: block;
	clear: both;
	background: url('images/single-share.png') no-repeat left center;
	text-align: center;
	padding: 17px 0 15px 25px;
	font-family: 'Rokkitt', serif;
	font-size: 16px;
	color: #929292;
}
#share-post a {
	color: #929292;
}
#share-post:hover {
	color: #50504c;
}


/* Images */
.entry-content img,
.comment-content img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	margin-bottom: 1.625em;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: LINKCOLOR;
	font-size: 10px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 5px 0;
	position: relative;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}

/* Image borders */

.wp-caption img {
	border-color: #eee;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}





/* =BUDDYPRESS
----------------------------------------------- */
.padder {
	padding-top: 40px;
}
.group-button.hidden {
	display: none;
}
div#item-header h2 {
	clear: none;
	font-size: 20px !important;
}
div#item-header p {
	margin-bottom: 0;
}
#group-admins,
.item-list {
	list-style: none;
	margin: 0;
}
div.item-list-tabs ul {
	width: 98% !important;
}
.group-home #member-list li,
.group-members #member-list li {
	border-bottom: 1px solid #eaeaea;
	padding: 15px 0;
	position: relative;
	width: 145px;
	display: inline-block;
	margin: 10px 3px;
	text-align: center;
}
.group-home #member-list li img.avatar,
.group-members #member-list li img.avatar {
	float: none;
	margin: 0 auto;
	padding: 0 0 5px;
}

/* =FRONT-END POSTING
----------------------------------------------- */
.postbyuser nav ul li:nth-of-type(5),
.postbyuser #wppu ul.formstyle li:nth-of-type(4),
.postbyuser #wppu ul.formstyle li:nth-of-type(5),
.postbyuser #wppu ul.formstyle li:nth-of-type(6) {
	display: none;
}
#wp-user_post_desc-media-buttons {
	display: inline-block;
}
.postbyuser ul.formstyle li table {
	margin: 2px !important;
}
.postbyuser .wp_themeSkin table.mceToolbar, 
.postbyuser .wp_themeSkin tr.mceFirst .mceToolbar tr td, 
.postbyuser .wp_themeSkin tr.mceLast .mceToolbar tr td {
	width: 0;
}

/* =HOME
----------------------------------------------- */
#featured-posts {
	width: 528px;
	padding: 22px 26px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #none;
	margin-bottom: 20px;
	margin-left: 20px;
}
#featured-posts h2 {
	font-family: 'Amatic SC', cursive;
	font-size: 56px;
	font-weight: normal;
	line-height: 45px;
	color: #50504c;
	margin: 0 0 16px;
	padding: 0;
}
#secondary {
display: block;
}
.char1, .char3, .char4, .char7, .char10, .char12, .char13, .char16, .char18, .char19, .char22, .char24, .char25, .char28 {
	color: #878786;
}

/* Slider
 * Docs: http://unoslider.npmedia.net/
 */
#featured-posts ul{
	list-style:none;
	margin: 0;
	overflow:hidden;
	position:relative;
	min-height: 465px;
}
#featured-posts .sliderView {
	min-height: 465px;
}
#featured-posts h3 {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin: 0 0 32px;
	padding: 0;
}
#featured-posts h3 a {
	color: #878786;
}
#featured-posts h3 a::after {
	content: ' >>';
}
#featured-posts h3 a:hover {
	color: #50504c;	
}
#featured-posts .feat-thumb {
	display: inline-block;
	overflow: hidden;
	border: 7px solid #a8dcdb;
	line-height: 0;
}
#featured-posts #slider-nav {
	position: absolute;
	top: 13px;
	right: 24px;
}
#slider-nav img {
	vertical-align: middle;
}
.unoSliderNav {
	display: inline-block;
}
.unoSliderNav span {
	text-indent: -9999em;
	display: inline-block;
	background: url('images/slider-inactive.png') no-repeat 5px top;
	width: 24px;
	height: 24px;
	margin: 0 -2px;
}
.unoSliderNav span:hover,.unoSliderNav span:active, .unoSliderNav span.current {
	background: url('images/slider-active.png') no-repeat 0 top;
}
.unoSliderNav span:hover,
#slider-nav img:hover {
	cursor: pointer;
}
.unoSlider .sliderView{left:1000px;opacity:0;position:absolute;top:0;z-index:1}
.unoSlider .sliderView.current{left:0;opacity:1;z-index:10}
.tape {
	position: absolute;
	z-index: 4;
	top: 32px;
	left: 180px;
}
.single-feature {
	margin-bottom: 15px;
	width: 580px;
}
.single-feature img {
	max-width: 580px;
	height: auto;
}
.double-feature {
	width: 280px;
	height: 220px;
	display: inline-block;
	position: relative;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	line-height: 0;
}
.double-feature.second {
	margin-right: 0;
	margin-left: 0;
}
.single-feature .label,
.double-feature .label {
	display: none;
	position: absolute;
	bottom: 20px;
	width: 280px;
	padding: 15px 0;
	text-align: center;
	background: rgba(245,170,143,0.7);
	font-family: 'Rokkitt', serif;
	font-size: 19px;
	line-height: 24px;
	color: #FFF;
}
.single-feature .label {
	width: 580px;
}
.single-feature a,
.double-feature a {
	display: block;
}
.single-feature a:hover .label,
.double-feature a:hover .label {
	display: block;
}
.single-feature .label span,
.double-feature .label span {
	font-size: 22px;	
}

#twitter-announcement {
	background: url('images/twitter-intro.png') no-repeat left top;
	padding: 18px 50px 18px 100px;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
#twitter-announcement a {
	color: #50504c;
	text-decoration: underline;
}
#twitter-announcement a:hover {
	opacity: 0.5;
}

#recent-tweets {
	background: url('images/twitter-recent.png') no-repeat left 20px;
	padding: 20px 10px 18px 100px;
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	line-height: 1.3em;
}
#recent-tweets ul,
#follow-omhg {
	margin-left: 60px;
	margin-bottom: 0;
	list-style: none;
}
#recent-tweets li {
	border-bottom: none !important;
	margin-bottom: 1em;
}
#recent-tweets li a {
	color: #50504c;
}
.rstw_link_user a {
	color: #548f8c;
	margin-left: 60px;
}
#recent-tweets li a:hover,
#follow-omhg:hover {
	opacity: 0.7;
}

/* =ARCHIVE
----------------------------------------------- */
.archive-title {
	font-family: 'Questrial', sans-serif;
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	margin: 15px 0 10px;
}
.archive-content {
	margin-bottom: 20px;
}
.archive-single-post {
	width: 118px;
	padding: 4px 4px 0;
	display: inline-block;
	margin: 20px 20px 20px 0;
	vertical-align: top;
}
.archive-single-post:hover {
	background: #f9ccbc;
}
.archive-single-post.last {
	margin: 20px 0;
}
.archive-single-post .thumbnail {
	width: 116px;
	height: 116px;
	overflow: hidden;
	margin-bottom: 4px;
	text-align: center;
	background: #FFF;
	border: 1px solid #cfcfcf;
}
.archive-single-post .thumbnail img {
	min-width: 116px;
	max-width: 300px;
	height: auto;
}
.post-title {
	color: #50504c;
	font-size: 12px;
	height: 53px;
}
.archive-single-post .comments {
	font-family: 'Rokkitt', serif;
	color: #43b9b2;
	font-size: 13px;
}

/* =INDIVIDUAL CONTRIBUTORS
----------------------------------------------- */
.contributor-name {
	font-family: 'Amatic SC', cursive;
	font-size: 38px;
	line-height: 24px;
	color: #449996;
	text-align: left;
	font-weight: normal;
	text-transform: lowercase;
	margin: 25px 0 15px;
	width: 60%;
	display: inline-block;
}
.author .archive-title {
	font-family: 'Amatic SC', cursive;
	font-size: 38px;
	line-height: 24px;
	text-align: center;
	font-weight: normal;
	text-transform: lowercase;
	margin: 15px 0;
	background: url('images/contributor-hearts.png') no-repeat 120px 8px;
	padding: 15px 0 30px;
	border-bottom: 1px solid #dcdcdc;
}
.link-icons {
	width: 35%;
	padding: 5px 0 0;
	display: inline-block;
	vertical-align: top;
	float: right;
	text-align: right;
}
.author-archives {
	border: 1px solid #dcdcdc;
	text-align: center;
	margin: 30px 0;
}
.author-archives .archive-single-post {
	margin: 20px 5px 20px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'Questrial', sans-serif;
	line-height: 1.2em;
}
.author .author-info .avatar {
	margin: 0 25px 15px 5px;
}
.author .author-info img {
	margin: 0 25px 15px 5px;
	padding: 5px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.35);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.35);
	box-shadow: 0 0 5px rgba(0,0,0,.35);
	max-width: 240px;
	height: auto;
	display: block;
	float: left;
	clear: left;
}
.author .author-info .intro {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
	background: url('images/laptop.png') no-repeat left top;
	padding-left: 55px;
	width: 245px;
}
.author-links,
.button-nav {
	list-style: none;
	margin: 5px 0 0;
}
.author-links li {
	list-style: none;
	display: inline-block;
	margin-left: 5px;
}
a.small-rss,
a.small-fb,
a.small-twitter,
a.small-pinterest,
a.small-instagram {
	display: inline-block;
	width: 16px;
	height: 16px;	
}
.small-rss {
	background: url('images/small-rss.png') no-repeat center bottom;
}
.small-fb {
	background: url('images/small-fb.png') no-repeat center bottom;
}
.small-twitter {
	background: url('images/small-twitter.png') no-repeat center bottom;
}
.small-pinterest {
	background: url('images/small-pinterest.png') no-repeat center bottom;
}
.small-instagram {
	background: url('images/small-instagram.png') no-repeat center bottom;
}
.author-links li a:hover {
	opacity: 0.6;
}


/* =ABOUT
----------------------------------------------- */
.page-about .page-title {
	background: url('images/about-title.png') no-repeat;
	padding: 38px 0 0 30px;
	margin-bottom: 15px;
}
.page-about .entry-header {
	font-family: 'Questrial', sans-serif;
	font-size: 20px;
	padding: 0;
}
.link-list {
	float: right;
	list-style: none;
	margin: 10px 0 20px;
}
.link-list li {
	list-style: none;
	display: inline-block;
	font-family: 'Rokkitt', serif;
	font-size: 14px;
	color: #FFF;
	background: #838383;
	padding: 2px 10px 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.link-list li a,
.link-list li a:hover {
	color: #FFF;
	opacity: 1;
}
.link-list li:hover {
	opacity: 0.7;
}

/* =CONTRIBUTORS
----------------------------------------------- */
.page-contributors .entry-header {
	background: url('images/contributors-title.png') no-repeat;
	padding: 18px 0 210px 63px;
	position: relative;
}
.page-contributors h1 {
	font-family: 'Questrial', sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	color: #50504c;
}
.page-contributors .script {
	font-family: 'Sacramento', cursive;
	font-size: 36px;
}
.page-contributors .link-list {
	position: absolute;
	bottom: 0;
	right: 0;
}
.page-contributors .entry-content {
	font-size: 16px;
}
.page-contributors .entry-content  h1 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}
.page-contributors .entry-content  h2 {
	font-size: 25px;
	text-align: center;
	padding: 0;
	margin-bottom: 15px;
}
.page-contributors .entry-content p {
	margin: 0;
}
.page-contributors #members-list li {
	float: left;
	vertical-align: top;
	width: 120px;
	margin: 0 7px 1em;
	padding: 5px;
	border: none;
	text-align: center;
}
.page-contributors #members-list li:hover {
	background: #fff49a;
}
.page-contributors #members-list li a {
	color: #e69072;
	font-size: 14px;
	line-height: 12px;
}
.page-contributors #members-list li a:hover {
	background: none;
	color: #50504c;
}
.page-contributors #members-list li img {
	margin: 0 0 5px;
	padding: 0;
	float: none;
	border: 1px solid #eee;
}

/* =SUBMISSIONS
----------------------------------------------- */
.submissions.page-header {
	text-align: center;
	color: #449996;
	font-weight: normal;
	background: url('images/branches.png') no-repeat center;
	padding: 10px 0;
	margin-top: 10px;
}
.submissions.page-header h1 {
	font-family: 'Amatic SC', cursive;
	font-weight: normal;
	font-size: 38px;
	line-height: 30px;
	margin-bottom: 15px;
}
.submissions.page-header span {
	font-family: 'Sacramento', cursive;
	font-size: 29px;
}
.submission-type h2.subtitle {
	font-family: 'Sacramento', cursive;
	font-size: 36px;
	font-weight: normal;
	padding: 20px 0 10px;
}
.submission-type h2.subtitle img {
	vertical-align: middle;
}


/* =FORMS
----------------------------------------------- */
.gform_wrapper,
#gforms_confirmation_message {
	padding: 40px 25px;
	background: #f3f3f2;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: relative;
}
.gform_wrapper form::before {
	content: url('images/tape.png');
	position: absolute;
	top: 15px;
	left: 200px;
}
.gform_wrapper form {
	padding:30px 20px;
	background: #FFF;
}
.gform_fields li {
	margin-bottom: 20px !important;
}
.gfield_label {
	
	font-family: 'Questrial', sans-serif !important;
	text-transform: none;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 25px;
	color: #878786;
}
#field_4_20 .gfield_label, 
#field_4_22 .gfield_label {
	width: 100% !important;
}
#field_4_20 .ginput_container,
#field_4_22 .ginput_container {
	clear: left;
}
.gform_wrapper .gfield_required {
	color: #43b9b2 !important;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper textarea {
	padding:  2px 5px !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
	margin-left: 2px !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"],
#simplemodal-login-container form .submit input {
	color: #e48969;
	font-family: 'Questrial', sans-serif !important;
	font-size: 17px !important; 
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#simplemodal-login-container form .submit input {
	background: #e48969 !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	font-size: 14px;
	padding: 4px 10px !important;
}
.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
	padding: 16px 0 10px 23% !important;
}


/* =CONTACT
----------------------------------------------- */
.page-connect .entry-header {
	padding-bottom: 15px;
}
.page-connect .page-title {
	font-family: 'Questrial', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	background: url('images/contact-title.png') no-repeat top center;
	padding: 30px 0 15px 105px;
}
.page-connect h2 {
	font-family: 'Amatic SC', cursive;
	font-size: 38px;
	line-height: 24px;
	color: #449996;
	text-align: left;
	font-weight: normal;
}
.page-connect .gfield_label {
	width: 20% !important;
}
.page-connect .gform_wrapper {
	margin-top: 30px;
}


/* =error404
----------------------------------------------- */
.error404 #main #s {
	width: 95%;
}


/* =Pager Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#nav-below a {
	font-family: 'Sacramento', cursive;
	font-size: 25px;
	color: #50504c;
}
#nav-below a:hover {
	color: #878786;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */
#tab {
	/* That tiny little horizontal line at the bottom of the main/sidebar divider */
	position: absolute;
	bottom: 0;
	right: -4px;
}

.widget {
	clear: both;
	margin: 0 0 14px;
	padding: 0;
}
.widget-title {
	font-family: 'Amatic SC', cursive;
	font-size: 27px;
	font-weight: normal;
	color: #a2a29f;
	text-align: center;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
}
.community .widget {
	margin:  0 0 35px;
	overflow: hidden;
}
.community .widget .item-avatar {
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	display: inline-block;
}
.community .widget .item-avatar .avatar {
	border: 1px solid #eee;
	padding: 0;
}
.community-links ul li {
	list-style: none;
	text-align: center;
}
.community-links ul li a:hover {
	opacity: 0.7;
}
.community-links #my-groups span {
	display: inline-block;
	padding: 0 6px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #e48969;
	color: white;
	font-size: 80%;
}
.widget img {
	max-width: 300px; /* Fluid images for posts, comments, and widgets */
}
.widget img.alignleft,
.widget img.alignright,
.widget img.aligncenter {
	padding: 0;
}


/* Special Classes */

.coming-soon-overlay {
	position: relative;
	overflow: hidden;
	line-height: 1;
}
.coming-soon-overlay::after {
	content:  'COMING SOON!';
	position: absolute;
	bottom: 30px;
	background: #fefbdb;
	padding: 5px 0;
	width: 150%;
	text-align: center;
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.widget.coming-soon-overlay,
.widget.coming-soon-overlay img {
	margin: 0;
	padding: 0;
}
.social-media-icons {
	margin-top: 30px;
}

.no-border {
	border-bottom: none;
	margin-bottom: 0;
	padding:  15px 0 0;
}

/* Social Media */
.sm-icon {
	margin-right: 7px !important;
	height: 50px;
	overflow: hidden;
}
.sm-icon:last-of-type {
	margin-right: 0 !important;
}
.sm-icon:hover img {
	position: relative;
	bottom: 51px;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 10px;
}
.widget_search #s {
	width: 230px;
	display: inline-block;
}

/* Email Subscription */
.email-subscribe {
	background: url('images/sb-subscribe.png') no-repeat left top;
	padding: 62px 18px 15px;
}
.email-subscribe .subinput {
	font-family: 'Amatic SC', cursive;
	font-size: 26px;
	line-height: 32px;
	padding: 5px 0 0;
	color: #FFF;
	background: transparent;
	border: none;
	border-bottom: 2px dashed #FFF;
	width: 190px;
}
.email-subscribe .subinput:focus {
	outline: none;
	color: #fefbdb;
}
.email-subscribe input[type=submit] {
	display: inline-block;
	color: #FFF;
	font-family: 'ChunkFiveRegular';
	font-weight: normal;
	font-size: 15px;
	background: transparent;
	margin-left: 10px;
	padding: 0;
	border: none;
}
.email-subscribe input[type=submit]:hover {
	opacity: 0.5;
	padding: 0;
	border: none;
	background: none;
	color: #FFF;
}

/* Category & archive */
.widget_archive,
.widget_categories {
	border-top: 1px solid #dcdcdc;
	text-align: center;
}
.widget_categories {
	background: url('images/sb-topic.png') no-repeat left top;
	padding: 8px 10px 14px 74px;
	margin: 0;
}
.widget_archive {
	background: url('images/sb-archive.png') no-repeat left top;
	padding: 11px 10px 15px 74px;
	border-bottom: 1px solid #dcdcdc;
}
.widget_archive select,
.widget_categories select {
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	min-width: 180px;
	border: 1px solid #dcdcdc;
}
.widget_archive .widget-title,
.widget_categories .widget-title {
	font-family: 'ChunkFiveRegular';
	font-size: 20px;
	font-weight: normal;
	color: #f9ccbc;
	text-align: center;
}

/* Grid Widget */
.widget.grid {
	min-height: 370px;
}
.widget.grid .widget-title {
	font-family: 'Amatic SC', cursive;
	font-size: 27px;
	font-weight: normal;
	color: #a2a29f;
	text-align: center;
	padding: 10px 0;
}
.widget.grid.tutorials {
	background: url('images/sb-tutorials.png') no-repeat;
}
.widget.grid.prints {
	background: url('images/sb-prints.png') no-repeat;
}
.widget.grid ul {
	list-style: none;
	text-align: center;
	width: 215px;
	margin: 0 auto;
}
.widget.grid li {
	width: 65px;
	height: 65px;
	overflow: hidden;
	float: left;
	margin: 3px;
}
.widget.grid li:nth-of-type(3n+3) {
}
.widget.grid li img {
	max-width: 100px;
	height: auto;
}


/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #50504c;
	width: 95%;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */
.comments-link a {
	color: LINKHOVER;
	font-size: 14px;
	text-transform:uppercase;
}
.comments-link a:hover {
	text-decoration: none;
}
.single .comments-link {
	margin-bottom: 20px;
}
.single .comments-link a, .comment-form-title {
	font-size: 18px;
	color: LINKHOVER;
}
.comment-form-title {
	margin:  30px 0 10px;
}
#comments-title {
	padding: 0 0 2.6em;
}
.nopassword,
.nocomments {
	color: #50504c;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #FFF;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 10px;
	padding: 10px;
}
.commentlist .children {
	list-style: none;
	margin: 0 0 10px 20px;
}
.commentlist .children .children {
	margin: 10px 0 10px 10px;
}
.commentlist .children li.comment {
	background: #FFF;
	position: relative;
}
article.comment {
	border-bottom: 1px solid #EBE9E8;
	padding: 10px 0;
}
.avatar {
	float: left;
	padding-right: 10px;
	vertical-align: bottom;
}
#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
	max-width: 50px !important;
	height: auto;
}
#bbpress-forums div.bbp-search-form {
	display: none;
}
#bbpress-forums p.bbp-topic-meta img.avatar {
	padding-right: 0 !important;	
}
.comment-meta {
	margin-bottom: 12px;
}
.comment-meta .fn, .comment-meta time {
	font-style: normal;
	display: block;
	clear: right;
	color: #50504c;
}
.comment-content p {
	margin-bottom: 1em;
}
.comment-content p:last-of-type {
	margin-bottom: 0;
}
a.comment-reply-link {
	color: LINKHOVER;
	display: inline-block;
	text-decoration: none;
	margin-top: 10px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor .comment-content, .commentlist .children > li.bypostauthor .comment-content {
	background: #FAF9F9;
	padding: 5px 2px;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	margin: 0 auto 1.625em;
	padding: 10px;
	position: relative;
	width: 580px;
	overflow: hidden;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	position: relative;
	float: left;
	display: inline-block;
	padding: 2px 5px;
	border: none;
	border: 1px solid ##50504c;
}
#respond input[type="text"] {
	width: 255px;
}
#respond textarea {
	resize: vertical;
	width: 570px;
	min-height: 150px;
	border: 1px solid #50504c;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
	margin: 5px 0 0;
	
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	color: #50504c;
	display: inline-block;
	padding: 0px 10px 8px;
	position: relative;
	z-index: 1;
}
#respond .logged-in-as a {
	color: #50504c;
}
#respond p {
	margin: 5px 0;
}
#respond .form-submit {
	float: left;
	margin: 0 0;
}
#respond input#submit {
	background: #eee;
	cursor: pointer;
	margin: 10px 0;
}
#respond input#submit:hover {
}
#respond #cancel-comment-reply-link {
	color: #50504c;
	margin-left: 10px;
	text-decoration: none;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#cancel-comment-reply-link {
	color: #50504c;
	display: block;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	top: 1.1em;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
.comment-subscription-form {
	clear: both;
	display: block;
}


/* =Footer
----------------------------------------------- */
#footer-widgets {
	padding: 25px 43px;
}
.page-businessy-goodness #footer-widgets {
	padding: 25px 43px 35px;
}
#footer-widgets div {
	display: inline-block;
	vertical-align: top;
}
.footer-block {
	margin-right: 32px;
}
#footer-widgets h3 {
	font-family: 'Rokkitt', serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 5px;
	padding: 0 4px;
}
.footer-menu ul {
	margin: 0;
	list-style: none;
}
.footer-menu div:first-of-type {
	margin-right: 32px;
}
.footer-menu li {
	line-height: 17px;
}
.footer-menu li a {
	font-family: 'Rokkitt', serif;
	font-size: 13px;
	line-height: 13px;
	color: #878786;
	padding: 2px 4px;
}
.footer-menu li a:hover {
	color: #50504c;
	background: #f8ea74;
}
.logged-in .logged-out {
	display: none;
}
.logged-out .logged-in {
	display: none;
}

/* Site Generator Line */
#site-generator {
	font-family: 'Rokkitt', serif;
	font-size: 13px;
	color: #878786;
	padding: 5px 0 0;
	float: right;
}
#site-generator a {
	color: #878786;
}
#site-generator a:hover {
	color: #50504c;
}


/* =Shop
----------------------------------------------- */
.post-type-archive-product .woocommerce-breadcrumb {
	display: none;
}
#content, #container {
width: 100%!important;
}

.woocommerce-breadcrumb {
	padding: 2em 0 !important;
}
.products {
	list-style: none;
	margin: 0;
	text-align: center !important;
width: 100!important;
}

.products li a:hover {
	opacity: 0.6;
}
.product_title.entry-title {
	text-align: left !important;
}
.product-details {
	line-height: 10px !important;
}
.product-details a {
	color: #5b5b5b;
	font-family: 'Rokkitt';
	font-size: 15px;
	line-height: 15px !important;
}
.thumbnails a {
	display: inline-block;
	margin-bottom: 10px;
}
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
	padding: 0 !important;
}
.product-details a .price {
	font-family: 'Questrial';
	display: block;
	font-size: 15px !important;
	margin-top: 5px;
	color: #5b5b5b !important;
}
.woocommerce-checkout .col-1 {
	width: 100% !important;
}
.woocommerce-message {
	text-align: left !important;
}
.woocommerce-message .button {
	margin-left: 15px !important;
	display: inline-block !important;	
}
#subscribe_to_newsletter_field {
	text-align: left !important;
}
#shop-banner {
	position: absolute;
	right: 45px;
	top: 0;
	width: 181px;
	height: 154px;
	background: url('images/shop-ribbon.png') no-repeat;
	z-index: 10000;
}
.widget.welcome-to-shop .widget-title {
	color: #5bc5bf;
	font-size: 40px;
	line-height: 1em;
	letter-spacing: 0.1em;
}
#secondary.shop .email-subscribe {
	background: url('images/shop-subscribe.png') no-repeat;
}
#secondary.shop .widget ul {
	list-style: none inside;
	margin: 10px 0 20px 5px;
}
#secondary.shop .widget ul li {
	border-bottom: 1px solid #c2c2c2;
	line-height: 1em !important;
	font-family: 'Rokkitt', serif;
	font-size: 16px;
}
#secondary.shop .widget ul li:last-of-type {
	border-bottom: none;
}
#secondary.shop .social-media-icons {
	margin-top: 20px !important;
}
#widget_sp_image-3,
#secondary.shop .attachment-full.aligncenter {
	margin-bottom: 0 !important;
}
#secondary.shop .widget ul li a {
	color: #989897;
	font-family: 'Rokkitt', serif;
	font-size: 16px;
	display: block;
	padding: 5px 7px 3px;	
	margin: 2px 0;
}
#secondary.shop .widget ul li a:hover {
	color: #50504c;
	background: #fefbdb;
}
.shop-ad-block {
	overflow: hidden;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dcdcdc;
}
.quick-links {
	margin-top: 1em;
	padding-top: 20px;
	border-top: 1px solid #dcdcdc;
}
.quick-links h3 {
	font-family: 'Rokkitt', serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 5px;
	padding: 0 4px;
}
.quick-links div {
	display: inline-block;
	vertical-align: top;
}
.quick-links ul {
	margin: 0;
	list-style: none;
}
.quick-links div:first-of-type {
	margin-right: 32px;
}
.quick-links li {
	line-height: 17px;
}
.quick-links li a {
	font-family: 'Rokkitt', serif;
	font-size: 13px;
	line-height: 13px;
	color: #878786;
	padding: 2px 4px;
}
.quick-links li a:hover {
	color: #50504c;
	background: #f8ea74;
}
.pp_gallery,
.pp_details,
.ppt,
.pp_description,
.tabs {
	display: none !important;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	border: 1px solid #dcdcdc;
}
#shop-slider {
	width: 555px;
	padding: 22px 0;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: url('images/star-bg.png') no-repeat left 15px;
	margin: 20px auto;
}
.product .nyp input.nyp-input {
background: #e48969;
}

/* Slider
 * Docs: http://unoslider.npmedia.net/
 */
#shop-slider ul{
	list-style:none;
	margin: 0;
	overflow:hidden;
	position:relative;
	min-height: 500px;
}
#shop-slider .sliderView {
	min-height: 500px;
}
#shop-slider #slider-nav {
	position: relative;
	margin: 25px auto;
	text-align: center;
}
#slider-nav img {
	vertical-align: middle;
}
.unoSliderNav {
	display: inline-block;
	text-align: center;
}
.unoSliderNav span {
	text-indent: -9999em;
	display: inline-block;
	background: url('images/slider-inactive.png') no-repeat 5px top;
	width: 24px;
	height: 24px;
	margin: 0 -2px;
}
.unoSliderNav span:hover,.unoSliderNav span:active, .unoSliderNav span.current {
	background: url('images/slider-active.png') no-repeat 0 top;
}
.unoSliderNav span:hover,
#slider-nav img:hover {
	cursor: pointer;
}
.unoSlider .sliderView{left:1000px;opacity:0;position:absolute;top:0;z-index:1}
.unoSlider .sliderView.current{left:0;opacity:1;z-index:10}
.tape {
	position: absolute;
	z-index: 4;
	top: 32px;
	left: 180px;
}



/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}
.single-feature {
margin-left: 20px;
}

.post-meta {
   display: none;
}
.post-comments {
display: none;
}

.entry-header {
  margin-top: 10px;
  padding-bottom: 20px;
}
.archive-single-post .comments {
  display: none;
}
.page-contributors #members-list li {
list-style: none;
}
#shop-banner {
display: none;
}
#access div {
  position: relative;
  width: 994px;
  height: 35px;
  margin: 0 auto;
background:none;
}

#logo {
  height: 75%;
  margin-top: 10px;
}
#access ul#menu-shop-menu {
  position: absolute;
  left: 20%;
  display: inline-block;
}
.page-contributors .link-list {
    position: inherit;
    float: left;
    bottom: 0;
    right: 0;
}