/*
Theme Name: Kreations by Kara
Description: Child theme created for the <a href="http://www.jaredatchison.com/go/genesis">Genesis Framework</a>.
Author: All Pro Webworks LLC.
Author URI: http://www.allprowebworks.com/
Version: 2

Template: genesis
*/

/* @group Reset v1.6.1 / cssreset.com
-------------------------------------------------------------------------- */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
/* @end */


/* @group Defaults and Globals
-------------------------------------------------------------------------- */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

select,
textarea {
	color: #333;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: white;
}

.wp-caption {
	background-color: #478E89;
}

input,
select,
textarea {
	border: 1px solid #ddd;
}

input,
select,
textarea {
	color:#333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

a,
a:visited {
	color: #F7CF4E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

body {
	background:#001212 url(images/layout/bg.png) center top no-repeat;
}
/* @end */


/* @group General Structures
-------------------------------------------------------------------------- */

#wrap {
	margin: 0 auto;
	width: 960px;
}

#inner {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding:10px 0;
	color:white;
}

#content-sidebar-wrap {
	float: left;
	width: 760px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.breadcrumb {
	font-size: 12px;
	margin: 0 0 30px;
	padding: 10px 15px;
}

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}
/* @end */


/* @group Header
-------------------------------------------------------------------------- */

#header {
	margin: 0 auto;
	min-height: 100px;
	width: 100%;
}

#header .widget-area {
	float: right;
	width: 500px;
}

#title-area {
	float:left;
	overflow:hidden;
	width:225px;
	height:176px;
}
#title-area a span {
	display:block;
	text-indent:-9999px;
}

.menu-top-container {
	float:right;
}

#menu-top li {
	padding:10px;
}
#menu-top a {
	color:white;
	font-weight:bold;
}
/* @end */


/* @group Header / Primary / Secondary Navigation
-------------------------------------------------------------------------- */

.menu-primary,
.menu-secondary {
	background:url(images/layout/menu_bg.png) left top no-repeat;
	clear: both;
	color:white;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.menu-primary {
	height:31px;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a {
	color:white;
	display: block;
	padding: 4px 13px;
	position: relative;
	text-decoration: none;
	text-transform:uppercase;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary li:hover a,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary li:hover a,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu li:hover a,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	color:#F7CF4E;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 143px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #f5f5f5;
	color: #333;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 165px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 155px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -40px 0 0 164px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Primary Navigation Extras */

.menu li.right {
	float: right;
	padding: 15px 20px;
}



.menu li.right a {
	color: #333;
	display: inline;
}

.menu li.right a:hover {
	color: #ed702B;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}
/* @end */


/* @group Content
-------------------------------------------------------------------------- */

#content {
	float: left;
	width: 560px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 640px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 1em 0;
	color:white;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.sticky {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	padding: 20px 30px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}
/* @end */


/* @group Headlines
-------------------------------------------------------------------------- */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.25;
	margin:0;
}

h1 {
	padding:5px 0;
	margin-bottom:20px;
	font-family:'Satisfy', cursive; 
	color:white;
	border:#228077 dashed 1px;
	border-right:none;
	border-left:none;
	text-align:center;
	line-height:1em;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size:20px;
}

h2 a,
h2 a:visited {
	color:#F7CF4E;
	font-weight:bold !important;
}

h2 a:hover {
	color:#F7CF4E;
	text-decoration: none;
}

.sidebar h2 a,
.sidebar h2 a:hover {
	font-size: 16px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

h5 {
	font-size: 18px;
}

h6,
.taxonomy-description h1,
.widget-area h4 {
	font-size: 16px;
}
/* @end */


/* @group Lists
-------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 2px 0 2px 20px;
	padding: 0;
}

.entry-content ol li {
	margin: 2px 0 2px 2em;
}

.entry-content ul li li,
.entry-content ol li li {
	margin-left: 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}
/* @end */


/* @group Post Info / Meta / Author Box
-------------------------------------------------------------------------- */

.post-info {
	font-size: 14px;
	margin: 0 0 25px;
}

.post-meta {
	border-top: 1px dotted #ddd;
	clear: both;
	font-size: 14px;
	padding: 10px 0 0;
}

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 20px;
}

.author-box p {
	font-size: 14px;
}
/* @end */


/* @group Taxonomy Description
-------------------------------------------------------------------------- */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 15px 20px;
}

.taxonomy-description p {
	font-size: 14px;
}
/* @end */


/* @group Column Classes
-------------------------------------------------------------------------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}
/* @end */


/* @group Images
-------------------------------------------------------------------------- */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.post-image {
	background-color: #fff;
	border: 4px solid #ddd;
	padding: 1px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.alignleft .avatar {
	margin: 0 10px 0 0;
}

.alignright .avatar {
	margin: 0 0 0 10px
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 20px 0 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 10px 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 2px;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 2px;
}

.wp-caption {
        padding: 7px 2px;
        text-align: center;
        font-weight: bold;
        line-height: 1.4;
	display: inline-block;
}

.wp-caption a,
.wp-caption a:link,
.wp-caption a:visited {
	color: #ccffff;
}

.wp-caption p {
        padding: 0 4px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}
/* @end */


/* @group Post Navigation
-------------------------------------------------------------------------- */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	line-height: 18px;
	padding: 7px 10px 6px;
	text-decoration: none;
}

.navigation li a:hover,
.navigation li.active a {
	background-color:#F7CF4E;
	color:black;
}
/* @end */


/* @group Primary / Secondary Sidebars
-------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 175px;
}

#sidebar-alt {
	float: left;
	width: 175px;
}

.side_bottom, #home-widgets #slideshowwidget-4, #home-widgets #custom_cf7-3, #sf_widget_constantcontact-2 {
	margin-bottom:10px;
	padding-bottom:5px;
	background:url(images/layout/box/pro_side_bott.png) left bottom no-repeat;
}
.side_top > div, #simpleimage-3 .side_top > p, #home-widgets #slideshowwidget-4 .side_top > div, #home-widgets #custom_cf7-3 .side_top > div, #home-widgets #sf_widget_constantcontact-2 .side_top > div, .side_top > form  {
	padding:10px 10px 10px 10px;
	background:url(images/layout/box/side_midd.png) left top repeat-y;
	overflow:hidden;
}
#simpleimage-3 p.more { padding:0 10px; text-align:center; }

.side_bottom h3, .side_bottom h3 {
	background:url(images/layout/box/side_top.png) left top no-repeat;
	padding:5px 10px 0;
	color:#F7CF4E;
	font-size:22px;
	font-weight:normal;
	text-align:center;
	font-family:'Satisfy', cursive;
}
.side_bottom h3 a {
	color:#F7CF4E;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px dotted #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}
/* @end */


/* @group Widgets
-------------------------------------------------------------------------- */

/* Dropdowns */

.widget_archive select,
#cat {
	display: inline;
	padding: 3px;
	width: 95%;
}

/* Featured Page / Post */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0 0 10px;
}

/* User Profile */

.user-profile {
	overflow: hidden;
}

/* eNews and Update Widget */

.enews p {
	margin: 0 0 10px;
}

.enews #subbox {
	margin: 0 -7px 0 0;
	padding: 7px 10px 6px;
	width: 170px;
}

/* Calendar Widget */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}
/* @end */


/* @group Buttons
-------------------------------------------------------------------------- */

input[type="button"],
input[type="submit"] {
	border: none;
	color: #fff;
	cursor: pointer;
	line-height: 21px;
	padding: 7px 10px 6px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	border: none;
	text-decoration: none;
}
/* @end */


/* @group Search Forms
-------------------------------------------------------------------------- */

#header .search-form {
	float: right;
	margin: 32px 0 0;
}

.search-input {
	margin: 0 -7px 0 0;
	padding: 7px 10px 6px;
	width: 170px;
}

.menu-primary .search-input {
	background-color: #fff;
	margin: 9px -7px 0 0;
}
/* @end */


/* @group Footer
-------------------------------------------------------------------------- */

/* Main footer */

#footer {
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	padding-bottom:20px;
	overflow: hidden;
	width: 100%;
	border-top:1px solid #6DB8AB;
	color:white;
}

#footer .wrap {
	overflow: hidden;
	padding:0 15px;
	text-align:center;
}

#footer p {
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color:white;
}

#footer a:hover {
	text-decoration:underline;
}

/* Footer navigation */

#footernav {

}

#footernav ul {
	margin: 0;
	padding:15px 0 5px 0;
	list-style-type: none;
	text-align: center;
}

#footernav ul li { 
	display: inline;
}

#footernav a {
	font-size: 12px;
	text-decoration: none;
	padding: 0 10px 0 14px;
	background:url(images/layout/foo_sep.png) left center no-repeat;
	text-transform:uppercase;
}
#footer a:hover {
	text-decoration: underline;
}
#footernav li:first-child a {
	background:none;
}
/* @end */


/* @group Comments
-------------------------------------------------------------------------- */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 20px 0 10px;
	padding: 15px 20px;
}

.comment-list li ul li {
	margin-right: -22px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 2px solid #fff;
}
/* @end */


/* @group Bootstrap
-------------------------------------------------------------------------- */

/* Code & Pre */

.entry-content code, pre,
#comments code, pre {
	font-family: Monaco, Andale Mono, Courier New, monospace;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.entry-content code,
#comments code {
	  background: #f9f9f9;
	  padding: 1px 3px;
}

.entry-content pre,
#comments pre {
	background-color: #f9f9f9;
	display: block;
	padding: 8px;
	margin: 0 0 18px;
	line-height: 18px;
	font-size: 12px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	border-image: initial;
}

/* Tables */

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #eee;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #eee;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #eee;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #eee;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-right-topleft: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}

table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table tbody tr.success td {
  background-color: #dff0d8;
}

.table tbody tr.error td {
  background-color: #f2dede;
}

.table tbody tr.info td {
  background-color: #d9edf7;
}

/* Alerts */

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  /*-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;*/
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

/* Buttons */

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333 !important;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  /* -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333 !important;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333 !important;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  /*-webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;*/
}

.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75) !important;
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff !important;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff !important;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff !important;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff !important;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff !important;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff !important;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
/* @end */


/* @group Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 6px 10px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}
/* @end */


/* @group Responsive Design
-------------------------------------------------------------------------- */

/* All mobile devices */

@media only screen and (max-width: 1024px) {

	body {
		width: 100%;
		margin: 0 auto;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#header .search-form,
	#wrap {
		margin: 0;
	}
	
	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		border: none;
	}

	.menu li li {
		text-align: left;
	 }

	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

} 

/* Tablets */

@media only screen and (max-width: 768px) {

}


/* Small tablets and phones */

@media only screen and (max-width: 600px) {

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

}
/* @end */

/* @group Home */
#home-carousel img.alignnone { margin:0; }
#home-carousel { margin-bottom:10px; }
/* @end */

a.btn-tall {
	display:inline-block; 
	padding-left:11px; 
	background:url(images/button/btn-tall-left.png) left top no-repeat;
}
a.btn-tall:hover span {
	color:#F7CF4E;
}
a.btn-tall span { 
	display:inline-block; 
	padding-right:11px; 
	background:url(images/button/btn-tall-right.png) right top no-repeat; 
	line-height:48px;
	font-size:24px;
	color:white;
	font-family:'Satisfy',cursive;
}

.SlideshowWidget .side_mid > div {
	width:150px !important;
	margin:0 auto !important;
}

#sidebar-alt .categories-menu li {
	padding:4px;
	margin-bottom:0;
	border:none;
	border-bottom:dashed #346E6E 1px;
}
#sidebar-alt .categories-menu .side_mid {
	/*display:none;*/
}
#sidebar-alt .categories-menu li a {
	color:white;
	display:block;
	background:url(images/layout/menu-arrows.png) right center no-repeat;
	font-size:10px;
	text-transform:uppercase;
}
#sidebar-alt .categories-menu li a:hover, #sidebar-alt .categories-menu li.selected a {
	color:#F7CF4E;
}

#simpleimage-2 { background:none; padding-bottom:0; }
#sidebar .widget_simpleimage img { display:block; }

.side_bottom .wpcf7-submit,
.side_bottom .constantcontactwidget_form input[type="submit"],
.constant-contact-signup .submit {
	background:url(images/button/send.png) left top no-repeat !important;
	border:none !important;
	width:50px;
	height:23px;
	margin:10px auto 0 !important;
	padding:0;
	text-indent:-9999px;
}
#wpcf7-f101-w1-o1 .wpcf7-text, #wpcf7-f101-w2-o1 .wpcf7-text { width:95%; padding:2px 3px; font-size:12px; }
#wpcf7-f101-w1-o1 form p, #wpcf7-f101-w2-o1 form p { margin:5px 0 0; }
#wpcf7-f101-w1-o1 p {
	text-align:center;
}
#wpcf7-f101-w1-o1 .ajax-loader {
	display:none !important;
}

.wpcf7-validation-errors, .wpcf7-not-valid-tip { border-color:#E80600 !important; }
div.wpcf7-response-output { margin-bottom:0 !important; margin-top:17px !important; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
#wpcf7-f101-w1-o1 .wpcf7-not-valid-tip, #wpcf7-f101-w2-o1 .wpcf7-not-valid-tip { left:0 !important; top:-25px !important; width:150px !important; color:#333333; }

#home-widgets { position:relative; overflow:hidden; margin:14px 0 0; }
#home-widgets p { margin:14px 0; }
#home-widgets .side_bottom, #home-widgets .side_top > div { background:none; }
.home-left { float:left; width:50%; }
.home-right { float:right; width:50%; }
.home-left img, .home-right img { display:block; margin:0; }

/*.home #slideshowwidget-4, .home #custom_cf7-3 { float:left; margin-left:50px; margin-bottom:0 !important; width:175px; }*/

.ajax-loader { display:inline !important; }

#black-studio-tinymce-3 { clear:both; }

/* WooCommerce */
.woocommerce div.product form.cart .variations label, .woocommerce #content div.product form.cart .variations label, .woocommerce-page div.product form.cart .variations label, .woocommerce-page #content div.product form.cart .variations label {
	color:white;
}
input[type="radio"] {
	margin-top:0;
}
.woocommerce div.product form.cart .variations td, .woocommerce #content div.product form.cart .variations td, .woocommerce-page div.product form.cart .variations td, .woocommerce-page #content div.product form.cart .variations td {
	line-height:1.5;
}
div.pp_overlay {
	background:#001212 !important;
}
div.pp_woocommerce div.ppt {
	color:white !important;
}
.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
	font-size:1.5em !important;
}
.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
	width:auto !important;
}
.woocommerce .related ul.products, .woocommerce .related ul, .woocommerce .upsells.products ul.products, .woocommerce .upsells.products ul, .woocommerce-page .related ul.products, .woocommerce-page .related ul, .woocommerce-page .upsells.products ul.products, .woocommerce-page .upsells.products ul {
	margin-top:1em;
}
.woocommerce div.product form.cart .variations td, .woocommerce #content div.product form.cart .variations td, .woocommerce-page div.product form.cart .variations td, .woocommerce-page #content div.product form.cart .variations td {
	padding:0.5em 0;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
	margin-top:1em !important;
	background:#2E7375;
}
#customer_details {
	margin:1em 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
	padding:3px 5px;
}
.woocommerce #payment div.payment_box p:first-child, .woocommerce-page #payment div.payment_box p:first-child {
	margin-top:0;
}
.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {
	list-style:none;
}
.cart .price, .tl-design-collection  .summary .price {
	float:left !important;
	margin-right:0.5em !important;
	line-height:1.4 !important;
}
.single_variation_wrap {
	overflow:hidden;
}
.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes {
	margin-top:1em !important;
}
.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th, .woocommerce table.shop_attributes td p, .woocommerce-page table.shop_attributes td p {
	padding:0 !important;
}

/* Included Products */
#included_chained_product {
	margin:2em 0;
}
#included_chained_product li {
	margin:1em 0;
	width:100%;
	list-style:none;
	overflow:hidden;
}
#included_chained_product p {
	margin:0 0 0.5em 0;
}
#included_chained_product img {
	float:left;
	margin:0 1em 0 0;
}

/* Single product */
.tl-product-collection .summary, .tl-design-collection .summary, .tl-gift-certificate .summary {
	float:none !important;
	width:auto !important;
	margin-bottom:0 !important;
}
.tl-design-collection .images {
	float:none !important;
	width:300px !important;
	margin:0 auto !important;
}
.tl-design-collection #included_chained_product {
	display:none;
}
.tl-artwork {
	margin:20px 0;
	text-align:center;
	font-size:1.25em;
	font-style:italic;
	font-family:'Satisfy', cursive; 
	overflow:hidden;
	vertical-align:middle;
}
.tl-artwork img {
	float:right;
	margin:0 0 0 20px;
}

/* Home page */
.slideshow_controlPanel {
	display:none !important;
}
#home-welcome-banner {
	width:534px;
	height:70px;
	margin:0 auto;
	overflow:hidden;
}
.pinwheel_slider {
	margin-bottom:1em !important;
}
.home .entry-content {
	text-align:center;
}

/* Footer widgets */
.footer-widgets .footer-widgets-1, .footer-widgets .footer-widgets-2 {
	width:50%;
	float:left;
}
.footer-widgets .footer-widgets-2 {
	text-align:right;
}

#custom_cf7-3 .side_mid,
#constant_contact_api_widget-2 .side_mid,
#sf_widget_constantcontact-2 .side_mid { display:block !important; height:170px; }

/* FAQs page */
.collapseomatic { background:none !important; padding-left:0 !important; }

/* Accordion */
.symple-accordion h3.symple-accordion-trigger {
	background:#2E7375 !important;
}
.symple-accordion .ui-accordion-content {
	background:none !important;
}
.symple-accordion h3.symple-accordion-trigger {
	padding:5px 10px !important;
}
.symple-accordion .symple-accordion-trigger.ui-state-active a {
	font-weight:bold !important;
}
.symple-accordion h3.symple-accordion-trigger a {
	color:white !important;
}
.symple-accordion { margin:0 0 2em 0; }

#wpcf7-f170-p166-o1 .wpcf7-not-valid-tip { left:0 !important; top:0 !important; width:auto !important; color:#333333 !important; }
#wpcf7-f170-p166-o1 .wpcf7-text, #wpcf7-f170-p166-o1 .wpcf7-textarea { padding:3px 5px !important; }

#content .wpcf7-submit {
	background:#0E91A5;
	background:-webkit-gradient(linear,left top,left bottom,from(#0E91A5),to(#0a6876));
	background:-webkit-linear-gradient(#0E91A5,#0a6876);
	background:-moz-linear-gradient(center top,#0E91A5 0%,#0a6876 100%);
	background:-moz-gradient(center top,#0E91A5 0%,#0a6876 100%);
	border-color:#063e47;
	color:#c0ecf2;
	text-shadow:0 -1px 0 rgba(0,0,0,0.6);
}
#content .wpcf7-submit:hover {
	background:#0E91A5;
	background:-webkit-gradient(linear,left top,left bottom,from(#0E91A5),to(#08535e));
	background:-webkit-linear-gradient(#0E91A5,#08535e);
	background:-moz-linear-gradient(center top,#0E91A5 0%,#08535e 100%);
	background:-moz-gradient(center top,#0E91A5 0%,#08535e 100%);
	color:#d1fdff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.6);
}

.widget_shopping_cart .buttons .button {
	padding:5px;
	margin:1em 3px 0;
}

#home-banners {
	overflow:hidden;
	margin:0 0 1em 0;
	color:#245959;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#home-banners h3 {
	margin:0.5em 0;
	color:#990000;
	text-align:center;
	font-size:28px;
	font-family:'Satisfy', cursive;
}
#home-banners p {
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	line-height:1.3;
	font-size:12px;
	font-weight:bold;
}
.home-banner {
	position:relative;
	float:right;
	width:470px;
	background:#EE961B url(images/layout/banner_bg.png) left top repeat-x;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	/*border:black solid 1px;*/
}
.home-banner.first {
	float:left;
}
.home-banner img.alignleft, .home-banner img.alignright {
	margin:10px;
}
.home-banner .banner-content {
	padding:10px;
	margin-right:1em;
	text-align:center;
}
.home-banner .banner-link {
	/*position:absolute;
	right:14px;
	bottom:1px;*/
	display:inline-block;
	* display:inline;
	zoom:1;
	margin:15px auto 0;
	padding:2px 10px;
	background:#990000;
	border:white solid 2px;
	-moz-border-radius:20px 20px 20px 20px;
	-webkit-border-radius:20px 20px 20px 20px;
	-khtml-border-radius:20px 20px 20px 20px;
	border-radius:20px 20px 20px 20px;
	color:white;
	font-size:12px;
	text-shadow: 2px 2px 2px #000;
}

.home #content-sidebar-wrap { position:relative; }
.home #home-content-banner { position:absolute; left:0; bottom:10px; width:560px; text-align:center; }
.home .entry-content a.btn-tall span { width:538px; }

.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
	width:135px !important;
	margin:0 3px 3px 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width:135px !important;
	margin:0 3px 3px 0 !important;
}

#home-rotator {
	height:500px;
	margin-top:-20px;
	margin-bottom:40px;
	text-align:center;
	color:#024C4C;
}
#home-rotator li {
	margin:0;
	padding:0;
	list-style-type:none;
}
.home-slideshow {
	/*width:400px;*/
	margin:0 auto;
}
.home-slideshow img {
	/*width:100%;
	height:100%;*/
}
.slideshow-caption {
	padding-top:0.5em;
	text-align:center;
	font-weight:bold;
}
.slideshow-caption a {
	color:#024C4C;
}
.roundabout-moveable-item {
	/*height: 4em;
	width: 4em;*/
	cursor: pointer;
	border:0.5em white solid;
	background:white;
}
.roundabout-in-focus {
	/*cursor: auto;*/
}

#header .cnss-social-icon {
	clear:right;
	float:right;
	margin-right:10px !important;
}

li.search #searchsubmit, li.search .screen-reader-text {
	display:none;
}
li.search #s {
	width:140px;
	margin:3px 0 0;
	padding:1px 3px 0;
	font-size:12px;
}

a h3 { 
	color:#F7CF4E;
	font-weight:bold;
}

.tl-recent-collections ul.products li.product {
	width:48% !important;
	margin-bottom:1em !important;
}
.tl-recent-collections {
	margin-bottom:0 !important;
	margin-left:15px !important;
}
.woocommerce .related ul.products li.product h3, .woocommerce-page .related ul.products li.product h3 {
	position:relative;
	min-height:61px;
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:0 !important;
	text-align:center;
}

.woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products {
	margin-left:5px !important;
}

.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
	width:auto !important;
	margin:0 auto;
}
.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
	width:auto !important;
	float:none !important;
	margin-bottom:0 !important;
}

.product_meta {
	float:right;
	font-size:14px;
}

.tl-product-table {
	display:inline-block;
	border-collapse:collapse;
	font-weight:bold;
}
.tl-product-table td {
	padding:3px 4px;
}
.tl-product-table .button {
	float:none !important;
}
.tl-product-table form.cart {
	margin-bottom:0 !important;
}
.tl-product-table-sale {
	text-decoration:line-through;
	font-family:'Satisfy', cursive;
}
.tl-product-table-price {
	font-family:'Satisfy', cursive;
}

.tl-button-add-to-cart {
	border:none;
	background:none;
}

.tl-upsell-link, .tl-upsell-link:active, .tl-upsell-link:visited, .tl-product-freebies a .caption {
	display:block;
	padding:5px;
	background:#478E89;
	color:white;
	font-size:12px;
	line-height:1em;
	text-align:center;
	font-weight:bold;
}
.tl-upsell-link:hover {
	color:#F7CF4E;
}
.tl-free, .tl-free:active, .tl-free:visited {
	color:black;
	background:#F7CF4E;
}
.tl-free:hover {
	color:#F7CF4E;
	background:black;
}
.upsells li.product img {
	margin:0 !important;
}

div.ppt {
	display:none !important;
}

.tl-btn-wide, .tl-btn-wide:active, .tl-btn-wide:visited {
	display:block;
	height:48px;
	line-height:48px;
	background:url(images/button/click-to-purchase.png) left top no-repeat;
	font-size:24px;
	color:white;
	font-family:'Satisfy',cursive;
	text-align:center;
}
#tl-click-to-purchase {
	margin-bottom:10px;
	margin-top:10px;
}

.related h2 {
	border:#228077 dashed 1px;
	border-left:none;
	border-right:none;
	padding:5px 0;
}
.related li.product {
	background:#478E89;
}
.related li.product img {
	margin-bottom:5px !important;
}
.related li.product h3 {
	padding-bottom:5px !important;
	color:white;
	line-height:1em;
	font-size:14px !important;
	font-weight:bold;
}

.tl-button-view-collection, .tl-button-view-collection:active, .tl-button-view-collection:visited {
	position:absolute;
	left:4px;
	bottom:3px;
	display:block;
	width:127px;
	height:0;
	margin:10px auto 0;
	padding-top:23px;
	overflow:hidden;
	background:url(images/button/view-collection.png) left top no-repeat;
}
.tl-button-view-collection:hover {
	background-position:0 -23px;
}

.tl-product-back-link {
	margin:0 0 10px 0;
	font-size:14px;
	text-align:left;
}

.tl-design-collection .tl-product-table {
	/*padding-bottom:10px;
	border-bottom:1px dashed #228077;*/
}
.tl-design-chart {
	width:400px;
	text-align:center;
	margin:0 auto 20px;
}
.tl-design-chart a {
	display:block;
	background:#478E89;
	color:white;
	padding:3px 10px;
	font-size:14px;
}

.woocommerce-message {
	border-color:#F7CF4E !important;
}

.woocommerce .woocommerce-message:before {
	color:#515151 !important;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
	margin-left:20px;
}

#tl-free-design {
	text-align:center;
}

.tl-back-to-top {
	clear:both;
	text-align:center;
	padding:1em 0;
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
	display:none !important;
}

.woocommerce #tab-description {
	text-align:center;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin-bottom: 3px !important;
	text-align:center;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	padding-top:0 !important;
	font-size:0.875em !important;
}
.woocommerce ul.products li.product h3.single-word, .woocommerce-page ul.products li.product h3.single-word {
	word-break:break-all;
}

.page-id-813 .symple-accordion .ui-accordion-content {
	padding:5px !important;
	overflow:hidden;
}

.tl-product-freebies li {
	float:left !important;
	width:133px !important;
	list-style-type:none !important;
	margin:2px !important;
	padding:0 !important;
}
.tl-product-freebies li img {
	display:block !important;
}

.page-id-813 .symple-accordion h3.symple-accordion-trigger {
	font-size:1.25em;
	text-align:center !important;
}

#wl-wrapper ul.wl-tabs {
	padding-bottom:0;
}
#wl-wrapper.wl-button-wrap {
	clear:none !important;
	padding:0 !important;
	float:none !important;
	width:auto !important;
	display:inline !important;
}
.wl-list-pop dt {
	color:#333;
}
.wl-add-to {
	background:none;
	border:none;
}

.page-id-176 .wpcf7 {
	margin-bottom:2em !important;
}
span.wpcf7-not-valid-tip {
	color:#333;
	left:5px !important;
}
.wpcf7-text, .wpcf7-textarea {
	padding:3px 5px;
}
.wpcf7-mail-sent-ok {
	border-color:#F7CF4E !important;
}

.woocommerce .tl-store-credit div.summary {
	width:100% !important;
}
#call_for_credit {
	margin:1em 0;
}

#gift-certificate-receiver-form {
	width:100%;
}
.gift-certificate-receiver-detail-form p {
	font-size:14px !important;
}
#gift-certificate-receiver-form th:first-child {
	text-align:left !important;
}
#gift_receiver_message {
	width:100%;
	height:5em;
	padding:3px 5px;
	line-height:1;
}
.gift_receiver_email {
	padding:3px 5px;
	line-height:1;
}

#freebie-options, #freebie-sub {
	display:none;
}
#freebie-sub {
	text-align:center;
}
#freebie-sub h2 {
	margin-bottom:5px;
}
#freebie-sub form {
	display:inline-block;
	* display:inline;
	zoom:1;
	text-align:left;
}
#freebie-options .buttons {
	margin:1em 0;
	text-align:center;
	font-size:24px;
}
#freebie-options .buttons .or {
	display:block;
	margin:5px 0;
}
#freebie-options .buttons img {
	line-height:0;
	vertical-align:middle;
}

#black-studio-tinymce-6 p {
	margin:0;
}
#black-studio-tinymce-6 a {
	display:block;
	padding:5px 0 0;
}
#black-studio-tinymce-6 img {
	display:block;
	margin:0;
	padding:0;
}

.tl-product-table-wrap {
	text-align:center;
	border-top:1px dashed #228077;
	margin-top:10px;
	padding-top:10px;
	border-bottom:1px dashed #228077;
}

.panel-licensed-by-logo {
	display:block;
	margin:5px 0;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
	padding:1em 1em 1em 3.5em !important;
	background-color:rgba(255,255,255,0.75) !important;
}

.cart .actions .coupon .button {
	width:162px;
	height:23px !important;
	/*padding:23px 0 0 !important;*/
	/*overflow:hidden !important;*/
	background:url(images/button/apply-discount-code.png) left top no-repeat !important;
	border:none !important;
	text-indent:-9999px;
}
.cart .actions input[name="update_cart"] {
	width:97px;
	height:23px !important;
	/*padding:23px 0 0 !important;
	overflow:hidden !important;*/
	background:url(images/button/update-cart.png) left top no-repeat !important;
	border:none !important;
	text-indent:-9999px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display:inline-block !important;
	margin:0 !important;
	padding:0 !important;
	width:81px;
	height:23px !important;
	/*padding:23px 0 0 !important;
	overflow:hidden !important;*/
	background:url(images/button/checkout.png) left top no-repeat !important;
	border:none !important;
	text-indent:-9999px;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding:0 !important;
	text-align:right;
}

#place_order.button {
	float:none !important;
	display:block !important;
	width:449px;
	height:46px !important;
	margin:0 auto !important;
	/*padding:46px 0 0 !important;
	overflow:hidden !important;*/
	background:url(images/button/place-order-now.png) left top no-repeat !important;
	border:none !important;
	text-indent:-9999px;
}

.collection-individual-designs .symple-accordion .ui-accordion-content {
	overflow:hidden;
	padding:4px 0 4px 5px;
}
.collection-individual-designs .symple-accordion .ui-accordion-content .products {
	margin:0 !important;
}
.collection-gallery {
	overflow:hidden;
}
.collection-gallery .thumbnails img {
	float:left;
	margin:1px;
}

.woocommerce ins {
	background:none;
}
.woocommerce ins span {
	color:white;
	font-weight:bold;
}

.next-page, .next-page:active, .next-page:visited {
	display:block;
	width:135px;
	height:135px;
	line-height:135px;
	border:#204F50 solid 1px;
	background:white;
	color:#2E7375;
}
/*.next-page:hover {
	background:#204F50;
}*/

.woocommerce-pagination {
	margin-bottom:10px;
}

.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce-page #content nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
	color:white !important;
}

/*.woocommerce-cart .woocommerce {
	overflow:hidden;
	background:#2E7375;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}*/
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width:auto !important;
}
.tl-cart-cd {
	overflow:hidden;
	margin:24px 0;
	padding:0 12px;
	background:#2E7375;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.tl-cart-cd h3 {
	margin:12px 0;
	font-size:18px;
	font-weight:bold;
}
.tl-cart-cd .alignright {
	text-align:center;
}

.gift-certificates ul {
	margin:1em 0;
}
.gift-certificates li {
	list-style:none;
}
.tl-gift-certificate #wl-wrapper {
	display:none !important;
}
.tl-gift-certificate .single_add_to_cart_button {
	float:none !important;
	display:inline-block !important;
	overflow:hidden !important;
	width:102px !important;
	height:0 !important;
	padding:23px 0 0 !important;
	background:url(images/button/add-to-cart.png) no-repeat left top !important;
}

.wl-list-pop a {
	color:#2E7375;
}
.tl-gift-certificate .summary {
	text-align:center;
}
.tl-gift-certificate .price {
	margin-top:12px;
	color:#F7CF4E !important;
	font-family:'Satisfy',cursive;
}

.woocommerce-tabs {
	padding-top:1em !important;
}
#gift-certificate-receiver-form {
	margin:1em 0;
}

#wc_paypaladv_iframe {
	display:block;
	width:480px;
	margin:0 auto;
	background:#2E7375;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#custom_cf7-3, #slideshowwidget-4, #sf_widget_constantcontact-2 {
	margin-bottom:0;
}

.collection-gallery-wrap {
	margin-top:20px;
}
.collection-gallery-wrap .symple-accordion .ui-accordion-content {
	padding:3px;
}

.page-id-321 .tl-upsell-link {
	height:24px;
}

/* My Account page */
.page-id-53 #customer_login .col-1, .page-id-53 #customer_login .col-2 {
	float:none !important;
	width:100% !important;
}

#payment .payment_methods img {
	display:none;
}

#imageData #caption #titleText { display:none; }
#imageData, #imageData #caption a { color:#333333; }

.symple-accordion .gallery {
	/*margin-left:3px !important;
	margin-top:3px !important;*/
}
.symple-accordion .gallery .gallery-item {
	margin-top:0 !important;
	line-height:1 !important;
}
.symple-accordion .gallery img {
	border:none !important;
	max-width:90px;
	display:block;
}
.symple-accordion .gallery .gallery-caption {
	display:none !important;
}
.post-166 #ui-accordion-1-panel-0, .post-166 #ui-accordion-1-panel-1 {
	padding:3px !important;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	display:none !important;
}

.past-purchases {
	text-align:center;
}
.past-purchases strong {
	color:red;
	font-size:1.25em;
}
.past-purchases ul {
	list-style-type:none;
}

#sidebar .wpcf7-form .wpcf7-text {
	width:92%;
}

#constant-contact-signup label {
	display:block;
	font-size:12px;
	margin:3px 0 0;
}
#cc_firstname,
#cc_lastname,
#cc_email {
	padding:3px 5px;
	width:92%;
}

.home .slideshow_container {
	height:170px !important;
}
.home .slideshow_content {
	margin-top:20px;
}

#sidebar-alt .input {
	width:98%;
}

.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li {
	padding:4px 0 !important;
	margin:0;
}

.woocommerce ul.cart_list li dl dd, 
.woocommerce ul.cart_list li dl dt, 
.woocommerce ul.product_list_widget li dl dd, 
.woocommerce ul.product_list_widget li dl dt {
	margin-bottom:0 !important;
	line-height:1;
}

.woocommerce ul.cart_list li dl dd p, 
.woocommerce ul.product_list_widget li dl dd p {
	line-height:1;
}

.woocommerce ul.cart_list li dl, 
.woocommerce ul.product_list_widget li dl {
	font-size:0.8751em !important;
	margin:0.75em 0 !important;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
	line-height:1.4;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
	border-top:none !important;
}

.woocommerce td.product-name dl.variation dd {
	padding:0 !important;
}

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
	margin-bottom:0 !important;
}

.woocommerce td.product-name dl.variation dt {
	padding-bottom:0 !important;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width:100px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
	text-align:right;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	text-align:right;
	margin-bottom:0.5em;
}

.tl-product-table-price .amount {
	color:#F7CF4E;
}

.tl-product-table-price del .amount {
	color:white;
}

.woocommerce-checkout #payment,
.sc_info_box {
	background:#2E7375 !important;
}

.woocommerce-checkout #payment div.payment_box {
	background: #276163;
	background: -webkit-gradient(linear,left top,left bottom,from(#276163),to(#204f50));
	background: -webkit-linear-gradient(#276163,#204f50);
	background: -moz-linear-gradient(center top,#276163 0%,#204f50 100%);
	background: -moz-gradient(center top,#276163 0%,#204f50 100%);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
}

.coupon-content.blue {
	border-color:#2E7375;
}

.coupon-container.blue {
	background:none;
}

.coupon-container {
	box-shadow:none;
}

.sc_info_box {
	float:none;
	width:auto;
	margin:2em 0;
	padding:1em;
}
.sc_info_box h3 {
	font-size:20px;
}
.gift-certificate-show-form ul li {
	list-style-type:none;
	margin-left:0;
}
.gift-certificate-show-form ul {
	padding-bottom:0;
}
.gift-certificate-show-form input[type=radio] {
	margin:0 1em 0 0;
}
textarea.gift_receiver_message {
	padding:3px 5px;
}

.woocommerce .order_details li {
	list-style-type:none;
	margin-left:0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
	width:75% !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals tr td, 
body.woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top:#DDD dotted 1px;
}

#coupons_list {
	margin-bottom:24px;
}

li.search .widget_product_search input[type="submit"] {
	display:none;
}
li.search .widget_product_search input.search-field {
	width: 140px;
	margin: 3px 0 0;
	padding: 1px 3px 0;
	font-size: 12px;
}

#wl-wrapper .wl-actions-table {
	background:red;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	padding:6px 10px !important;
	color: #e5eff0 !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.8) !important;
	border: 1px solid #112b2c !important;
	background: #2E7375 !important;
	background: -webkit-gradient(linear,left top,left bottom,from(#2E7375),to(#204f50)) !important;
	background: -webkit-linear-gradient(#2E7375,#204f50) !important;
	background: -moz-linear-gradient(center top,#2E7375 0%,#204f50 100%) !important;
	background: -moz-gradient(center top,#2E7375 0%,#204f50 100%) !important;
	white-space: nowrap;
	display: inline-block;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1) !important;
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1) !important;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1) !important;
}

.widget_shopping_cart .buttons {
	text-align:center;
	/*display:block !important;
	width:118px;
	height:0 !important;
	padding:23px 0 0 0 !important;
	border:none !important;
	overflow:hidden !important;
	background:url(images/button/view-edit-cart.png) left top no-repeat !important;*/
}
.widget_shopping_cart .buttons .button {
	float:none;
}
.widget_shopping_cart_content .button.checkout {
	display:none !important;
	background:url(images/button/checkout.png) left top no-repeat !important;
	width:81px;
}

.pp_nav p {
	color:black;
	line-height:1;
}

.collection-gallery div.thumbnails a {
	float:none !important;
	width:auto !important;
	margin:0 !important;
}

.product.product_cat-special-offerings .single_add_to_cart_button {
	background:url(images/button/add-to-cart.png) no-repeat !important;
	width:102px;
	height:23px;
	float:none !important;
	padding:0 !important;
	text-indent:-9999px;
	white-space:nowrap;
	border:none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display:none;
}