/*
Theme Name: Customized Skutt
Theme URI: http://www.skutt.com
Version: 1.2.0
Author: Watermelon Web Works Customization


---------


/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
img {
	width: auto;
}
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
strong {
	font-weight:bold;
	color:#000;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #f2f2f2;
	font: .81em/150% "Lucida Grande", Verdana, Arial, "Lucida Sans Unicode", sans-serif;
	color: #666;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
a {
	text-decoration: none;
	outline: none;
	color: #026acb;
}
a:hover {
	text-decoration: underline;
}
small {
	font-size: 87%;
}
em, i {
}
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}
blockquote {
	font: italic 15px/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	text-shadow: 2px 2px #DDDDDD;
	color: #000000;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
/* form input */
input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}
textarea {
	line-height: 150%;
	width: 96%;
}
input[type=text], input[type=password], textarea, input[type=email], input[type=tel] {
	border: solid 1px #ccc;
	padding: 5px 7px;
	background: #f0f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus {
	border: solid 1px #666;
	background: #fff;
	outline: none;
}
/* form button */
input[type=reset], input[type=submit], button {
	color: #fff;
	line-height: 100%;
	border: none;
	padding: 5px 7px;
	cursor: pointer;
	color: #fff;
	padding: 5px 20px;
	cursor: pointer;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top, #666, #000);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .9);
}
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #333;
	color: #fff;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	max-width: 978px;
	margin: 0 auto;
	background-color:#FFFFFF;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
	behavior: url(/border-radius.htc);
	margin-top:5px;
}
/* content */
#content {
	width: 600px;
	float: left;
	background: #fff;
	padding: 35px;
	margin-bottom: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
#contentHome {
	width: 966px;
	float: left;
	background: #fff;
	padding: 35px 6px;
	margin-bottom: 10px;
}
.page-content {
	float:left;
	/*width:60%;*/
}
.page-content h1 {
	font-weight: normal;
	text-shadow: 2px 2px #ddd;
	text-align:center;
	color: #000000;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
}
.page-content p {
	text-shadow: 1px 1px #eee;
	text-align:left;
	color: #6E717A;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-shadow: 1px 1px #EEEEEE;
}


.displaybox, #lastbox {
	width: 200px;
	padding:15px 15px 7px 15px;
	margin:10px 7px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	zoom: 1;
	text-align:center;
	color:#000;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:center bottom;
	min-height:190px;
	float:left;
	background-color: #f8f8f8;
}


#lastbox .widget {
	min-height:182px;
}
#last {
	margin-right:0px;
	padding:15px 12px 7px 12px;
}
/* sidebar */
#sidebar {
	float: right;
	width: 286px;
	margin-bottom: 10px;
	margin-top: 70px;
	font-size: 90%;
	margin-right: 20px;
}
/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}
/* sidebar none */
.sidebar-none #content {
	width: auto;
	float: none;
}
/************************************************************************************
GRID
*************************************************************************************/
.col4-1, .col4-2, .col4-3, .col3-1, .col3-2, .col2-1 {
	float: left;
	margin: 0 0 0 30px;
}
.col4-1 {
	width: 222px;
}
.col4-2, .col2-1 {
	width: 474px;
}
.col4-3 {
	width: 726px;
}
.col3-1 {
	width: 306px;
}
.col3-2 {
	width: 642px;
}
.first {
	margin-left: 0;
	clear: left;
}
/* grid in content container */
#content .col4-1, #content .col4-2, #content .col4-3, #content .col3-1, #content .col3-2, #content .col2-1 {
	margin-left: 2%;
}
#content .col4-1 {
	width: 23%;
}
#content .col4-2, #content .col2-1 {
	width: 48%;
}
#content .col4-3 {
	width: 72%;
}
#content .col3-1 {
	width: 31%;
}
#content .col3-2 {
	width: 62%;
}
/* first col */
.col.first, .col4-1.first, .col4-2.first, .col4-3.first, .col3-1.first, .col3-2.first, .col2-1.first {
	margin-left: 0 !important;
	clear: left;
}
/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 55px;
	margin-bottom: 20px;
	z-index: 1000;
	max-width:978px;
}
#site-logo {
	position: absolute;
	top: 18px;
}
#site-logo a {
	font: bold 190%/110% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px;
}
#site-description {
	color: #ddd;
	position: absolute;
	top: 70px;
	font: italic 100%/120% Georgia, "Times New Roman", Times, serif;
}
.caption {
	font-weight:bold;
	color:#000;
	font-size:120%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/************************************************************************************
HEADER WIDGET
*************************************************************************************/
.header-widget {
	position: absolute;
	top: 10px;
	right: 0;
}
.header-widget .widget {
	border: none;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.header-widget .widgettitle {
	font-size: 100%;
	width: auto;
	display: block;
	float: left;
	margin: 0 8px 2px;
	padding: 0;
	background: none;
	filter: none;
	border: none;
	color: #fff;
	text-shadow: none;
	position: static;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.header-widget div {
	float: left;
}
/************************************************************************************
SOCIAL WIDGET
*************************************************************************************/
.social-widget {
	position: absolute;
	top: 40px;
	right: 10px;
	font-size: 95%;
	line-height: 120%;
	text-align: right;
}
.social-widget a {
	color: #fff;
}
.social-widget .widget {
	border: none;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.social-widget .widget div {
	float: left;
}
.social-widget .widgettitle {
	font-size: 100%;
	width: auto;
	display: block;
	float: left;
	margin: 0 8px 2px;
	padding: 0;
	background: none;
	filter: none;
	border: none;
	color: #fff;
	text-shadow: none;
	position: static;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	float: left;
}
.social-widget ul li {
	margin: 0 8px 5px 0;
	padding: 0;
	float: left;
	border: none;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -5px;
}
/* rss button */
.social-widget .rss {
	float: left;
}
.social-widget .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 5px 0 5px 30px;
	display: inline-block;
	zoom:1;
 *display:inline;
}
/************************************************************************************
SEARCH FORM
*************************************************************************************/
#header #searchform {
	position: absolute;
	bottom: 3px;
	right: 10px;
	z-index: 101;
}
#header #searchform #s {
	border: none;
	width: 120px;
	padding-left: 28px;
	background: #e1e1e1 url(images/search.png) no-repeat 8px center;
	-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .3);
	-moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .3);
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .3);
}
/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#logo {
	float:left;
	width:150px;
	padding-top:20px;
	padding-bottom:5px;
	margin-left:7px;
}
#nav-bar {
	background: url("/wp-content/themes/skutt/images/globalheader.png") scroll 0 0 transparent;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	display: block;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	height: 35px;
	margin: 18px auto;
	text-align: left;
	z-index: 9998;
	float:right;
	top: 2px;
	left:150px;
	position: absolute;
	width:84%;
}
#main-nav {
	margin: 0;
	padding: 0;
	line-height: 18px;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	border-right: solid 1px #575757;
	-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, .1), inset -1px 0 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, .1), inset -1px 0 0 rgba(255, 255, 255, .1);
	box-shadow: 1px 0 0 rgba(255, 255, 255, .1), inset -1px 0 0 rgba(255, 255, 255, .1);
}
#main-nav li.home {
	border-right: solid 0px;
	border:none;
}
#main-nav li:hover {
	background: #474747;
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top, #282828, #4f4f4f);
	background: linear-gradient(-90deg, #282828, #4f4f4f);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#main-nav li:nth-child(2):hover {
 border-radius: 4px 0px 0px 4px;
}
/* home icon */
#main-nav .home {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
#main-nav .home a {
	border-right: 0px;
	text-indent: -9000em;
}
/* home icon current */
#main-nav .home.current_page_item, #main-nav .home.current-menu-item {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
/* main level link */
#main-nav a {
	color: #fff;
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .7);
}
#main-nav .home a {
	padding:0px;
}
/* main level link :hover */
#main-nav a:hover {
	color: #fff;
}
/* current page li */
#main-nav .current_page_item, #main-nav .current-menu-item {
	background: #474747;
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top, #282828, #4f4f4f);
	background: linear-gradient(-90deg, #282828, #4f4f4f);
	-webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: inset 0 2px 8px rgba(0, 0, 0, .8);
	box-shadow: inset 0 2px 8px rgba(0, 0, 0, .8);
}
/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	color: #fff;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #fff;
}
/* sub-levels current page li */
#main-nav ul .current_page_item, #main-nav ul .current-menu-item {
	border: none;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a {
	color: #666;
	font-size: 95%;
	font-weight: normal;
	padding: 5px 0 5px 15px;
	margin: 0;
	width: 180px;
	height: auto;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover {
	background: #F3F3F3;
	color: #000;
	color: black;
}
/* dropdown ul */
#main-nav ul {
	border: solid 0px #ccc;
	background: #fff;
	margin: 0;
	padding:0;
	list-style: none;
	position: absolute;
	z-index: 0;
	display: none;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);*/
	display:none;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	height: auto;
	border: none;
	float: none;
	display:none;
}
#main-nav ul li:hover {
	background: none;
	display:none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: 5px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}
/************************************************************************************
SLIDER
*************************************************************************************/
#header-slider {
	max-width: 100%;
	position: relative;
	padding: 5px 30px 5px 50px;
	margin: 0 auto;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px 8px 2px 2px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	text-overflow:none;
	overflow: hidden;
	background-color:#fff;
	clear: both;
}
#header-slider .slides {
	margin: 0;
	padding: 0;
	/* hide slider and then expand by js */
	height: 0;
	overflow: hidden;
}
#header-slider .slides li {
	margin: 0 30px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	text-align: center;
}
#header-slider .slides h2 {
	margin: 5px 0 2px;
	padding: 0;
	font-weight: normal;
	line-height: 140%;
	text-align: center;
}
#header-slider .slider-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
#header-slider .slider-nav a {
	background: url(images/slider-nav-left.png) no-repeat;
	width: 25px;
	height: 48px;
	margin-top: -24px;
	display: block;
	text-indent: -900em;
}
#header-slider a {
	color: #000000;
}
#header-slider .slider-nav .prev-slide {
	position: absolute;
	left: -2px;
}
#header-slider .slider-nav .next-slide {
	background-image: url(images/slider-nav-right.png);
	position: absolute;
	right: -2px;
}
/************************************************************************************
POST
*************************************************************************************/
.post {
	margin: 0 0 45px;
	position: relative;
}
/* post content */
.post-content {
	min-width: 120px;
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-bottom: 10px;
    padding: 35px;
}
/* post title */
.post-title {
	margin: 0 0 5px;
	padding: 5px 36px 0 0;
	font: bold 170%/120% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
}
.post-title a {
	color: #333;
	text-decoration: none;
}
/* post date */
.post-date {
	font-weight: bold;
	margin: 10px 0 5px;
}
.list-post .post-date {
	float: left;
	width: 52px;
	text-align: center;
	margin: 0 12px 5px 0;
	border: solid 1px #bebebe;
	background: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ecebeb');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ecebeb));
	background: -moz-linear-gradient(top, #ffffff, #ecebeb);
	background: linear-gradient(-90deg, #ffffff, #ecebeb);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
}
.list-post .post-date .month {
	color: #fff;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	padding: 2px 0;
	width: 100%;
	position: relative;
	left: -1px;
	top: -1px;
	border: solid 1px #F5821F;
	background: #F5821F;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5821F', endColorstr='#F79B4C');
	background: -webkit-gradient(linear, left top, left bottom, from(#F5821F), to(#F79B4C));
	background: -moz-linear-gradient(top, #F5821F, #F79B4C);
	background: linear-gradient(-90deg, #F5821F, #F79B4C);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.list-post .post-date .day {
	color: #666;
	padding: 2px 0 1px;
	font: bold 18px/100% Arial, Helvetica, sans-serif;
	display: block;
}
.list-post .post-date .year {
	color: #999;
	padding: 0 0 4px;
	font: 10px/100% Arial, Helvetica, sans-serif;
	display: block;
}
/* post meta */
.post-meta {
	color: #999;
	font-size: 85%;
	line-height: 120%;
	margin: 0 0 15px;
}
/* post comments */
.post-meta .post-comment a {
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	color: #666;
	background: url(images/post-comments.png) no-repeat;
	width: 36px;
	height: 26px;
	padding: 8px 0 0;
	position: absolute;
	top: -5px;
	right: -3px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}
.post-meta .post-comment a:hover {
	color: #000;
}
/* post image */
.post-image {
	margin: 5px 0 15px;
}
.post-image.left {
	margin-right: 15px;
}
.post-image.right {
	margin-left: 15px;
}
/* grid4 post */
.grid4 .post {
	width: 204px;
	margin-left: 30px;
	float: left;
	font-size: 90%;
	line-height: 130%;
	margin-bottom: 20px;
}
.sidebar1 .grid4 .post {
	width: 23%;
	margin-left: 2%;
}
.grid4 .post-title {
	font-size: 130%;
	line-height: 130%;
	margin: 0 0 3px;
	padding: 0;
}
/* grid4 post meta */
.grid4 .post-meta {
	font-size: 85%;
}
/* grid3 post */
.grid3 .post {
	width: 282px;
	margin-left: 30px;
	float: left;
	margin-bottom: 20px;
	font-size: 95%;
	line-height: 135%;
}
.sidebar1 .grid3 .post {
	width: 31%;
	margin-left: 2%;
}
.grid3 .post-title {
	margin: 0 0 5px;
	padding: 0;
	font-size: 140%;
	line-height: 120%;
}
/* grid3 post meta */
.grid3 .post-meta {
	font-size: 85%;
}
/* grid2 post */
.grid2 .post {
	width: 438px;
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
}
.sidebar1 .grid2 .post {
	width: 48%;
	margin-left: 2%;
}
.grid2 .post-title {
	margin: 0 0 5px;
	padding: 0;
}
/* grid2-thumb post */
.grid2-thumb .post {
	width: 438px;
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
}
.sidebar1 .grid2-thumb .post {
	width: 48%;
	margin-left: 2%;
}
.grid2-thumb .post-title {
	margin: 0 0 5px;
	font-size: 140%;
}
.grid2-thumb .post-image {
	float: left;
	margin: 0 14px 10px 0;
}
.grid2-thumb .post-content {
	overflow: hidden;
}
/* list thumb post */
.list-thumb-image .post-image {
	float: left;
	margin: 0 16px 10px 0;
}
.list-thumb-image .post-content {
	overflow: hidden;
}
/* list large image */
.list-large-image .post-image {
	float: left;
	margin: 0 22px 10px 0;
}
.list-large-image .post-title {
	margin: 0 0 5px;
	padding: 0;
}
.list-large-image .post-content {
	overflow: hidden;
}
/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	font-size:.9em;
	margin-bottom: 15px;
}
.post-video iframe, .post-video object, .post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/************************************************************************************
AUTHOR PAGE
*************************************************************************************/
.author-bio {
	margin: 0 0 30px;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background: #fff;
	padding: 4px;
	border: solid 1px #ccc;
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 160%;
}
.author-posts-by {
	margin: 0 0 20px;
	padding: 10px 0 0;
	font-size: 140%;
	text-transform: uppercase;
	border-top: double 4px #ccc;
	border-color: rgba(118, 118, 118, .3);
}
/************************************************************************************
PAGE TITLE
*************************************************************************************/
.page-title {
	margin: 0 0 10px;
	font: bold 190%/120% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
}
/************************************************************************************
CATEGORY SECTIONS
*************************************************************************************/
.category-section {
	clear: both;
	margin-bottom: 30px;
}
.category-section-title {
	font-size: 120%;
	text-transform: uppercase;
	margin: 0 0 20px;
}
/************************************************************************************
PAGE NAVIGATION

.pagenav {
	clear: both;
	padding: 7px 5px 0;
	text-align: left;
}

.pagenav a, .pagenav span {
	color: #fff;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 7px;
	margin-left: 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
 *display:inline;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	color: #d9eef7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top, #666, #000);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .9);
}

.pagenav a, .pagenav span {
	line-height: 100%;
	text-decoration: none;
	padding: 5px 7px;
	margin-left: 2px;
	vertical-align: middle;
	zoom:1;
	color:#999999;

}
.pagenav a:hover {
	text-decoration: none;
	color:#333333;
}
.pagenav .current {
	background: #999;
	filter: none;
	color: #fff;
	border: none;
	border: solid 1px #888;
}
*************************************************************************************/

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 30px 0 20px;
	clear: both;
}
.post-nav span {
	width: 45%;
}
.post-nav a {
	text-decoration: none;
	font-size: 110%;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .prev a {
	background: url(images/previous-arrow.png) no-repeat left 2px;
	padding: 4px 0 6px 30px;
	display: block;
}
.post-nav .next {
	float: right;
	text-align: right;
}
.post-nav .next a {
	background: url(images/next-arrow.png) no-repeat right 2px;
	padding: 4px 30px 6px 0;
	display: block;
}
/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 40px 0 20px;
	padding: 3% 4%;
	position: relative;
	clear: both;
	background: #f6f6f6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
}
.comment-title {
	font-size: 140%;
	margin: 0 0 10px;
	padding: 0;
}
.next-prev-comment {
	position: absolute;
	top: 20px;
	right: 20px;
}
.next-prev-comment a {
	text-decoration: none;
	font-size: 85%;
	text-transform: uppercase;
}
.next-prev-comment .next {
	margin: 0 0 0 20px;
}
/* commentlist */
.commentlist {
	margin: 0;
	padding: 5px 0 0;
	list-style: none;
	border-top: solid 1px #ddd;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: -3px 12px 10px 0;
}
.commentlist cite {
	font: bold 120%/130% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
	display: block;
	margin: 2px 0 0;
}
.commentlist .commententry {
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: solid 1px #ddd;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .9);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .9);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 60px;
	padding: 0;
}
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 20px;
}
.commentlist .comment-reply-link {
	padding: 3px 8px;
	display: block;
	font: 10px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-decoration: none;
	color: #666;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
	background: -moz-linear-gradient(top, #ffffff, #cccccc);
	background: linear-gradient(-90deg, #ffffff, #cccccc);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
	color: #000;
}
/* comment form */
#respond {
	margin: 40px 0 30px;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond .cancel-comment-reply a {
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
	font-size: 85%;
	text-decoration: none;
	padding: 1px 10px;
	color: #fff;
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top, #ed1c24, #aa1317);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
#respond .cancel-comment-reply a:hover {
	background: #b61318;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	max-width: 96%;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	width: 97%;
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}
/* comment page nav */
.commentwrap .pagenav.top {
	position: absolute;
	top: 7px;
	right: 15px;
	margin: 0;
}
.commentwrap .pagenav.bottom {
	margin-top: 10px;
}
/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	background: #fff;
	margin-bottom: 20px;
	padding: 15px 18px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
#lastbox .widget {
	margin-bottom: 0px;
	padding: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px;
	-moz-box-shadow: 0px;
	box-shadow: 0px;
}
.widgettitle {
	width: 100%;
	display: block;
	padding: 6px 18px 7px 18px;
	margin: 0 0 -5px 0;
	position: relative;
	left: -18px;
	top: -16px;
	border-top: solid 1px #f5f5f5;
	border-bottom: solid 1px #848484;
	font: bold 14px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color: #333;
	background: #a9a9a9 url(images/widgettitle-bg.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#a9a9a9));
	background: -moz-linear-gradient(top, #d7d7d7, #a9a9a9);
	background: linear-gradient(-90deg, #d7d7d7, #a9a9a9);
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}
.widgettitle a {
	color: #333;
	text-decoration: none;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-bottom: solid 1px #ddd;
}
.widget li:last-child {
	border-bottom: none;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: solid 1px #ddd;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}
/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}
/* feature posts widget */
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 4px 12px 10px 0;
	float: left;
}
.widget .feature-posts-list small {
	font: italic 90% "Times New Roman", Times, serif;
	display: block;
	margin: 0 0 3px;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 4px 0 3px;
	display: block;
}
/* twitter widget */
.widget .twitter-list .twitter-timestamp {
	font: italic 90% "Times New Roman", Times, serif;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}
/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
}
/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 12px;
	float: left;
}
/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 60px;
	height: 60px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}
/* search widget */
#sidebar #searchform {
	position: static;
}
#sidebar #searchform #s {
	width: 93%;
}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	/* padding-top:25px; removing to make social media icons look better */
	clear: both;
	font-size: 90%;
}
#footer .widget {
	margin: 15px 0;
}
#footer .footer-text {
	clear: both;
	padding: 0 0 20px 5px;
	color: #ccc;
}
#footer .footer-text a {
	color:#ccc;
}
#footer .credits {
	font-size: 90%;
}
/************************************************************************************
FOOTER NAV
*************************************************************************************/
#footer-nav {
	margin: 0 0 15px 5px;
	padding: 0;
	clear: both;
}
#footer-nav li {
	margin: 0 5px 0 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#footer-nav a {
	text-decoration: none;
	margin: 0 8px 0 0;
	color: #fff;
}
#footer-nav a:hover {
	text-decoration: underline;
}
/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
/* clearfix */
.clearfix:after, .loops-wrapper:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix, .loops-wrapper, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content {
	display: inline-block;
}
/* clearfix for ie7 */
.clearfix, .loops-wrapper, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content {
	display: block;
	zoom: 1;
}
/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	background: #fff;
	padding: 4px;
	border: solid 1px #ccc;
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	background: #fff;
	padding: 4px 2px 2px 0;
	border: solid 1px #ccc;
	margin-bottom: 15px;
}
.wp-caption-text {
	font: italic 95%/120% Georgia, "Times New Roman", Times, serif;
	margin: 6px 0;
	color: #777;
}
/************************************************************************************
GALLERY
*************************************************************************************/
/* clearfix for gallery */
.gallery:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .gallery {
	zoom: 1;
} /* IE6 */
*:first-child+html .gallery {
	zoom: 1;
} /* IE7 */
#body .gallery {
	margin: 30px 0;
}
/* gallery item */
#body .gallery dl {
	margin: 0 20px 20px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
 *display:inline;
	width: auto;
	float: none;
	text-align: center;
}
/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}
/* get rid of br tag */
.gallery br {
	display:none;
}
/************************************************************************************
IMAGE STYLES
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone, .wp-caption img, .widget .feature-posts-list .post-img, .widget .flickr_badge_image img, .commentlist .avatar, .recent-comments-list .avatar, #body .gallery img, .attachment img, .post-image img, .feature-img, .post-img {
	padding: 4px;
	background: #fff;
	border: solid 0px #ccc;
	/*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
	box-shadow: 0 1px 1px rgba(0,0,0,.15);*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/************************************************************************************
CUSTOM STYLES
*************************************************************************************/
 .SWBOC_Widget {
	margin-bottom:0px;
}
#boxes {
	max-width:980px;
	position:relative;
	top: 20px;
	height: 19px;
}
#layout {
	margin-top:40px;
}
.sidebar-none .page-content {
	width:95%;
	margin:0px 2.5%;
}
.teacher-artist-potter .page-content {
	min-height:0;
}
.displaybox h4, .displaybox h3, #lastbox h4, #lastbox h3 {
	color:#000;
	margin:0px;
	padding:0px;
	margin-bottom:7px;
	text-shadow: 0px 0px 0px;
	font-weight:normal;
	font-size:1.2em;
}
.displaybox h3 a {
	color:#000000;
}
ul#menulist {
	margin-left:0px;
	padding:0px;
}
ul#menulist li.home, ul#submenu li.home, ul#menulist li.page-item-773, ul#topmenu li.home {
	display:none;
}
ul#menulist li {
	float:left;
	display:block;
	padding:0px 0px 0px 7px;
	width:242px;
	font-size:90%;
}
ul#menulist ul.children {
	margin:0px;
	text-indent:0px;
	padding:0;
	float:none;
}
ul#menulist ul.children li.page_item {
	padding:0px;
	margin:0px;
}
ul#submenu, ul#topmenu {
	text-align:center;
	margin:-10px auto 0px auto;
	background-color:#fff;
	border:0px;
	box-shadow: 0px;
}
ul#submenu li, ul#topmenu li {
	width:auto;
	padding:15px 7px 5px 7px;
	font-size:97%;
	display:inline-block;
	line-height: 2em;
	color:#C9C9C9;
	letter-spacing:.17em;
	margin:0px;
	font-weight:bold;
}
ul#submenu ul {
	float:right;
	padding:0px;
	margin:0px 0px 0px 15px;
	list-style:none;
}
.page-template-distributor-resources-php ul#submenu ul {
    float: none;
}
ul#topmenu ul {
    padding:0px;
    margin:0px 0px 0px 15px;
    list-style:none;
}
ul#menulist li.last {
	margin-right:0px;
	padding-right:0px;
	width:150px;
}
#submenu li.pagenav a, #topmenu li.pagenav a, #menulist li a {
	text-decoration: none;
	padding: 7px 7px;
	margin-left: 2px;
	vertical-align: middle;
	zoom:1;
	color:#666;
	font-weight:normal;
}
#submenu li.pagenav > a, #topmenu li.pagenav > a {
	color:#C9C9C9;
	letter-spacing:.17em;
	font-weight: bold;
}
#menulist li a {
	line-height: 1.5em;
	color:#999999;
}
ul#submenu li ul li.page_item, ul#topmenu li ul li.page_item {
	margin:0px 0px 5px 0px;
	padding:inherit;
	background-color:#F4F4F4;
	-moz-border-radius: 8px 8px 8px 8px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
#submenu li.pagenav a:hover, #topmenu li.pagenav a:hover, #menulist li a:hover {
	text-decoration: none;
	color:#333333;
}
#submenu li.pagenav .current, #topmenu li.pagenav .current, #menulist li .current {
	filter: none;
	border: none;
}
.style1 {
	font-size: smaller;
}
/*Home Page*/
.home #layout {
	margin: 0px;
	width: 100%;
	float: none;
	min-height: none;
}
.home #layout #home-copy-1 div {
	padding-top: 140px;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 10px;
}
.home #layout #home-copy-1 div#home-copy-video {
	padding-top: 0px;
	padding-right: 90px;
	padding-left: 94px;
	padding-bottom: 10px;
}
.home #layout #home-copy-video div {
	float: left;
	padding: 5px;
}
.youtube_sc {
	display: inline;
	text-align: center;
}
.home #layout p {
	color: #6E717A;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-shadow: 1px 1px #EEEEEE;
}
.home #layout h1 {
	font-size: 3.5em;
	margin-bottom: 10px;
	color: #000000;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	text-shadow: 2px 2px #DDDDDD;
}
.home #layout h2 {
	color: #000000;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
.home #layout h3 {
	color: #000000;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
.home #layout h4 {
	color: #000000;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
.home #layout h5 {
	color: #000000;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
#contentHome #first-home {
	width: 320px;
}
/*footer menu for pages with boxes*/
#pagewrap #menulist {
	margin-top: 230px;
}
/*footer menu for home page*/
.home #pagewrap #body #layout #menulist {
	margin-top: 12px;
}
/*product detail tabs*/
.page-content p.prod-details {
	font-size: 12px;
}
/*Product Listing Pages */
.product-listing {
	float: left;
	width: 115px;
	margin: 13px;
	padding: 5px;
}
.product-listing a:hover {
	text-decoration: none;
}
.product-listing h3 {
	text-align: center;
}
.product-listing span {
	text-align: center;
}
.product-listing p {
	text-align: center;
	font-size: 14px;
}
.product-listing a:hover p {
	color: #333333;
}
/*Accessories Listing Pages */
.accessories-listing {
	float: left;
	width: 189px;
	padding: 20px;
}
.accessories-listing img {
	padding-left: 30px;
}
.accessories-listing h3 {
	text-align: center;
}
.accessories-listing span {
	text-align: center;
}
.accessories-listing p {
	text-align: center;
	font-size: 14px;
}
.accessories-listing a:hover p {
	color: #333333;
}
.accessories-listing a {
	color: #000000;
}
/*Product Page Icons */
.product_description img.circle-icon {
	padding: 0px !important;
	border: 1px solid #000000;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin-right: 60px;
	margin-bottom: 20px !important;
}
.product_description img.circle-icon-last {
	padding: 0px !important;
	border: 1px solid #000000;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin-right: 0px;
	margin-left: 0px;
}
/* Costco page */
.page-content ul#submenu {
	width: auto;
	margin-bottom: 20px;
}
.page-content ul#submenu li {
	background-color: #F4F4F4;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	margin: 0 0 5px;
	padding: 0px;
}
.teacher-artist-potter .page-content ul#submenu li {
	background-color: #F4F4F4;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	margin: 0 5px 15px;
	padding: 0px;
}
.page-content ul#submenu li a {
	color: #666666;
	font-weight: normal;
	margin-left: 2px;
	padding: 7px;
	text-decoration: none;
	vertical-align: middle;
}
.page-content ul#submenu li a:hover {
	color: #333333;
}
/*pdfs */
a[href$='.pdf']:before {
 content: " " url(/images/pdf1.gif) " ";
}
a.image[href$='.pdf']:before {
 content: none;
}
/* nexgen gallery */
.ngg-slideshow {
	float: left !important;
	padding-right: 25px;
	margin-top: 20px;
}
.ngg-slideshow, .ngg-slideshow img {
	max-width:100%; /*to make responsive */
}
.ngg-slideshow img {
	height: auto !important; /*to make responsive */
}
#ngg-gallery-2-75 .slides, #ngg-gallery-10-77 .slides, #ngg-gallery-11-76 .slides {
    padding: 0px !important;
}

#ngg-gallery-2-75 li.full-width, #ngg-gallery-10-77 li.full-width, #ngg-gallery-11-76 li.full-width {
    margin: 0px;
}
.page-id-75 .flexslider, .page-id-77 .flexslider, .page-id-76 .flexslider {
    box-shadow: 0px 0px 3px #CCCCCC;
}

/*tabs no slider styling */
#submenu li.pagenav .current_page_item a, #topmenu li.pagenav .current_page_item a {
	font-weight: bold;
}
/*footer links*/
#menulist .page_item span {
	padding: 7px;
}
#suggestion-box.wpcf7-form-control {
	height: 100px;
}
.teacher-artist-potter .feature {
	position: relative;
}
.teacher-artist-potter a.suggestion-box {
	bottom: 0px;
	right: 0px;
	float: right;
}
.video-blurb {
    float: left;
    width: 46%;
}
.video-blurb-resources {
    float: right;
    width: 46%;
}

/*Styling anchor links for pages with features in template */
.feature-list {
    list-style: none;
    font-size: 1.1em;
    font-weight: bold;
}
.teacher-artist-potter .page-content ul.feature-list li {
    list-style: none;
    /*margin-bottom: 5px;*/
    color: #026acb;
    font-size: 1.1em;
}

/*Product page acc/upg links */
.ui-widget-content a.acc_up_link {
    font-size: 0.8em;
    color: #0088CC;
}

/*Product page buy now links */
#build {
    float: left;
    width: 45%;
}
#dist {
    float: right;
    width: 45%;
}
#buy-now-links a p {
    color: #0088CC;
}
#build img {
    margin-bottom: 25px;
}

/* click here */
#click-here a {
    background-color: #F5821F;
    border-radius: 5px;
    color: #FFFFFF;
    margin-top: 15px;
    padding: 5px;
    text-align: center;
    text-shadow: none;
}
#click-here a:hover {
    text-decoration: none;
    background-color: #E5811F;
}

/*Printed Resources Page */
.printed-resource-list {
    width: 23%;
    float: left;
}
.video-resource-list {
    width: 16%;
    margin: 2%;
    float: left;
}
.internal-video-resource-list {
    width: 33%;
    float: left;
    text-align: center;
}
.interactive {
    width: 23%;
    margin: 1%;
    float: left
}
.interactive a p {
    color: #0088CC;
}
ul#menulist .footer-menu {
    padding-top: 12px;
}
@media screen and (min-width:960px){
	.productcol{
		width:930px;
	}
}

/*requests for new iama list styling */
.teacher-artist-potter .page-content > ul.iama {
    padding-top: 0px;
    margin-top: 0px;
    font-family: Futura,"Trebuchet MS",Arial,sans-serif;
    font-size: 14px;
}
.teacher-artist-potter .page-content > ul.iama li {
    list-style: none;
}
.teacher-artist-potter .page-content > ul.iama li a {
    color: #000000;
}
.teacher-artist-potter .page-content > ul.iama li a:hover {
    color: #0088CC;
    text-decoration: none;
}
/*end iama list */


.ui-widget .ui-widget-content { 

border:0px solid #000;
}
#tabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all { border: 0px solid #000; } 

/* revolution slider */
.rev_slider_wrapper {
    box-shadow: 0 2px 3px #CCCCCC;
}
.tp-caption h1 {
    font-size: 60px !important;
}
.tp-caption p {
    font-size: 26px !important;
}


.new-btn {
float:right;
background-color: #F4F4F4;
-moz-border-radius: 8px 8px 8px 8px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
border-radius: 8px;
box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
width: auto;
padding: 5px 7px 5px 7px;
font-size: 97%;
display: inline-block;
line-height: 2em;
color: #333333;
letter-spacing: .17em;
margin: 0px;
}
#view_cart_button{
    margin-left:60px;
    background: #F5821F; /* Old browsers */
/*background: -moz-linear-gradient(top,  #F5821F 0%, #ff920a 100%);*/ /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5821F), color-stop(100%,#ff920a));*/ /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #F5821F 0%,#ff920a 100%);*/ /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #F5821F 0%,#ff920a 100%);*/ /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #F5821F 0%,#ff920a 100%);*/ /* IE10+ */
/*background: linear-gradient(to bottom,  #F5821F 0%,#ff920a 100%); *//* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5821F', endColorstr='#ff920a',GradientType=0 );*/ /* IE6-9 */

}
div.quantity {
float: left;
margin: 0 4px 0 0;
}
.image-header-link a {
    color: #000000;
}

.list-post {
    box-shadow: none !important;
}

.kilnlink-list{
    padding-left: 250px;
}
.kilnlink-upgrade{
    float:right;
}

/*Anna Video Page Kink*/
div.videos_kiln {
  float: left;
  width: 45%;
  padding-left: 30px;
}

div.wheel-list {
  margin-left: 170px;
  float: left;
}

div.ceramic_kilns{
  margin-left: 180px;
  float: left;
  padding: 5px
}

.teacher-artist-potter .page-content ul.feature-list li {
    list-style: none;
    color: #026acb;
    font-size: 1.1em;
    padding-left: 0px;
    padding-left: 550px;
}

div.whats_hot_video{
width: 42%;
    float: right;
    margin: 1%;
}

div.right_fun_stuff_video {
  width: 32%; 
  float: right; 
  margin: 2%;

}

div.left_fun_stuff_video {
    width: 32%; 
  float: left; 
  margin: 2%;
  
}

div.glass-list{
    margin-left: 170px;
    float: left;
}




div.i_am_a_wheel {
  float: left;
  position: relative;
  width: 200px;
  text-align: center;
  background-repeat: no-repeat;
   background-position: center bottom;
 min-height: 190px;
  padding: 15px 15px 7px 15px; 
  margin: 10px 7px; height:275px;
}

div.fun_teacher_right {
  width: 42%;
float: right;
margin: 1%;
}

div.fun_teacher_left {
  width: 42%;
float: left;
margin: 1%;
}

/*end Anna */
/* warranty registration */
.ctct-lists {
    list-style: none;
}

@media (max-width: 600px) {
        .kilnlink-list{
        padding-left: 0px;
    }
    .kilnlink-upgrade{
        float:none;
    }
    .phone-screen{
        float:none;
    }
}

/* fixed header and slider styles - July 1, 2014 */

.julydev {
}

.julydev #pagewrap {
    margin: 0 auto;
	}

.julydev #header {
    position: fixed;
    width: 100%;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
		padding-bottom: 15px;
		background-color: #FFFFFF;
}

.julydev #header-slider {
	position: fixed;
	z-index: 1001;
	max-width: 978px;
	width: 100%;
	  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.julydev #body {
	padding-top: 65px;
}

.julydev #layout {
		margin-top: 160px;
}

.julydev #header-slider .slides {
		width: 100% !important;
}

.julydev.page-template-architect-php #header-slider .slides {
		width: 1400px !important;
		max-height: 150px;
}

.julydev #header-slider .slides li {
    width: 21% !important;
	}

.julydev.page-template-architect-php #header-slider .slides li {
    width: auto !important;
}

/* blog landing page */
.page-id-11040 a[title="Potters"]:after {
    content: " " url(/images/potters-blog-skutt-kilns.jpg);
    display: block;
    overflow: hidden;
}
.page-id-11040 a[title="Fusers"]:after {
    content: " " url(/images/fusers-blog-skutt-kilns.jpg);
    display: block;
    overflow: hidden;
}
.page-id-11040 a[title="Teachers"]:after {
    content: " " url(/images/teachers-blog-skutt-kilns.jpg);
    display: block;
    overflow: hidden;
}
.page-id-11040 a[title="Contemporary Studios"]:after {
    content: " " url(/images/studios-blog-skutt-kilns.jpg);
    display: block;
    overflow: hidden;
}
.page-id-11040 a[title="Flameworkers"]:after {
    content: " " url(/images/flameworkers-blog-skutt-kilns.jpg);
    display: block;
    overflow: hidden;
}
.catpostblock {
    width: 29.3%;
    padding: 2%;
    float: left;
}
.catpostblock:nth-of-type(1) {
    clear: both;
}
.catpostblock:nth-of-type(4) {
    clear: both;
    width: 29.3%;
    padding: 2% 10% 2% 10%;
}
.catpostblock:nth-of-type(5) {
    width: 29.3%;
    padding: 2% 10% 2% 10%;
}
.catpostblock:nth-of-type(5) .lcp_catlist, .catpostblock:nth-of-type(5) .postlink {
    float: right;
}
.catpostblock:nth-of-type(4) .lcp_catlist, .catpostblock:nth-of-type(5) .lcp_catlist{
    /*width: 70%;*/
}
.postdate {
    display: inline;
}
.postlink a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.posttitle, .postdate {
    color: #000;
    font-size: 70%;
    font-weight: bold;
}
p.postexcerpt {
    color: #000;
    font-size: 90%;
    font-style: italic;
    padding: 0% 5%;
}
.lcp_catlist p:first-child {
    margin-bottom: 5px;
}

/* category page */
.sidebar1 .loops-wrapper {
    float: left;
    margin-bottom: 10px;
    padding: 35px;
    width: 60%;
}
.category .sidebar1 .page-title {
    text-align: center;
}
.sidebar1 #content {
    padding-top: 0px;
}
#sidebar {
    margin-top: 0px;
}

/* blog notification email (hiding hidden social icons) */
.synved-social-resolution-hidef {
    display: none;
}
.ui-dialog .ui-dialog-titlebar-close span {
    margin-left: 8px;
}

/* Adjusting anchor links for fixed top header (resources pages) */
.anchor {
    display: block;
    height: 70px;
    margin-top: -70px;
    visibility: hidden;
}

@media only screen and (max-width : 1000px) {
    .catpostblock, .catpostblock:nth-of-type(4), .catpostblock:nth-of-type(5) {
        width: 273px;
        padding: 2%;
        clear: both;
        float: none;
        margin: auto;
    }
    .catpostblock:nth-of-type(5) .lcp_catlist, .catpostblock:nth-of-type(5) .postlink {
        float: none;
    }
    .catpostblock , .catpostblock .postlink, .catpostblock .lcp_catlist {
        text-align: center;
        margin: auto;
    }
}
@media only screen
and (min-width : 901px) {
	.julydev.page-template-pottery_wheels-php #layout {
			margin-top: 187px;
	}
}

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

    .julydev #body {
        padding-top: 150px;
    }
    
    .julydev #header {
    	min-height: 145px;
    }
    
    .julydev #header-slider .slides li {
    		margin: 0.7em;
    		width: 20% !important;
    }
    
    .julydev	#header #searchform {
    		right: 50px;
    		top: 15px;
    }
    
    .sidebar1 .loops-wrapper {
        margin: auto;
        text-align: center;
        width: 90%;
    }
    
    #sidebar {
        clear: both;
        float: none;
        margin: auto;
        width: 90% !important;
    }
    

}

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

	.julydev #header-slider .slides li {
    margin: 0.5em;
	}

.julydev #layout {
    margin-top: 90px;
}

.julydev.page-template-architect-php #layout {
    margin-top: 109px;
}

    .reg-div {
        width: 98% !important;
        clear: both !important;
    }
#layout {
    margin-top: 0px;
}

}

/*Anna*/

@media only screen
and (max-width : 360px) {
.displaybox, #lastbox {
    margin: 10px auto;
    float: none;    
}
#boxes {  
    position: relative;
    top: 20px;
    height: auto;
    text-align: center;
}


}


@media only screen
and (max-width : 375px) {
.displaybox, #lastbox {
    width: 200px;
    padding: 15px 15px 7px 15px;
    margin: 10px auto !important;
    float: none !important;
    background-color: #f8f8f8;
}

#boxes {   
    position: relative;
    top: 20px;
    height: auto;
    text-align: center;
}

#pagewrap #menulist {
    margin-top: 0px;
}

#layout {
    margin-top: 0px;
}
input[type="text"], input[type="password"], textarea, input[type="email"], input[type="tel"] {
    border: solid 1px #ccc;
    padding: 5px 7px;
    background: #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 96%;
}

input, textarea, select, button {
    font-size: 80%;
    font-family: inherit;
}

.interactive a p {
    color: #0088CC;
    text-align: center;
}

.interactive {
    width: 100%;
    margin: 1%;
    float: none;
    text-align: center;
}

#layout {
    margin-top: 0px;
}


.video-resource-list {
    width: 100%;
    margin: 2%;
    float: none;
    text-align: center;
}



	}

@media only screen
and (max-width : 414px) {
.displaybox, #lastbox {
    margin: 10px auto;
    float: none;    
}
#boxes {  
    position: relative;
    top: 20px;
    height: auto;
    text-align: center;
}

#pagewrap #menulist {
    margin-top: 0px;
}

#layout {
    margin-top: 0px;
}

.printed-resource-list {
    width: 100%;
    float: none;
    text-align: center;
}

ul#submenu ul {
    float: none;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
}

#layout {
    margin-top: 0px !important;
}



.interactive {
    width: 100%;
    margin: 1%;
    float: none;
    text-align: center;
}

.interactive a p {
    color: #0088CC;
    text-align: center;
}


.kilnlink-list {
    padding-left: 0px;
    text-align: center;
}

.kilnlink-upgrade {
    float: none;
}

div.videos_kiln {
    float: none;
    width: 100%;
    padding-left: 0px;
}

#kilncontent {
    padding: 12px;
    text-align: left;
    width: 90%;
    background: #fff;
    border-right: 1px solid #999999;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.teacher-artist-potter .page-content ul.feature-list li {
    list-style: none;
    color: #026acb;
    font-size: 1.1em;
    padding-left: 0px;
}



div.whats_hot_video    {
width: 100%;
    float: none;
    margin: 0%;
}

div.glass-list{
    margin-left: 0px;
    float: none;
}
}


@media only screen
and (max-width : 480px) {
.displaybox, #lastbox {
    margin: 10px auto;
    float: none;    
}
#boxes {  
    position: relative;
    top: 20px;
    height: auto;
    text-align: center;
}

.printed-resource-list {
    width: 100% !important;
    float: none;
    text-align: center;
}

.video-resource-list {
    width: 100%;
    float: none;
    text-align: center;
}

div.i_am_a_wheel {
    float: none;
    position: relative;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 0px;
    padding: 0px;
    margin: 10px auto;
    height: auto;
}

}


@media only screen
and (max-width : 640px) {
.displaybox, #lastbox {
    width: 200px;
    padding: 15px 15px 7px 15px;
    margin: 24px 45px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    zoom: 1;
    text-align: center;
    color: #000;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 190px;
    float: left;
    background-color: #f8f8f8;
}

ul#submenu ul {
    float: none;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
}

#layout {
    margin-top: 0px !important;
}

.printed-resource-list {
    width: 25%;
    float: left;
}


.interactive {
    width: 100%;
    margin: 1%;
    float: none;
    text-align: center;
}

.interactive a p {
    color: #0088CC;
    text-align: center;
}

.alignright, .alignleft{
    float: none;
    margin-left: 30px;
    margin: 0px auto;
    text-align: center;
   display: block;
}

.kilnlink-list {
    padding-left: 0px;
    text-align: center;
}

.kilnlink-upgrade {
    float: none;
}

div.videos_kiln {
    float: none;
    width: 100%;
    padding-left: 0px;
}

#kilncontent {
    padding: 12px;
    text-align: left;
    width: 90%;
    background: #fff;
    border-right: 1px solid #999999;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.teacher-artist-potter .page-content ul.feature-list li {
    list-style: none;
    color: #026acb;
    font-size: 1.1em;
    padding-left: 0px;
}

#kilncontent {
    padding: 12px;
    text-align: left;
    width: 90%;
    background: #fff;
    border-right: 1px solid #999999;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

select{
    font-size: 80%;
    font-family: inherit;
    width: 100%;
}

.left_cont {
    float: left;
    width: 100% !important;
    margin-left: 0% !important;
}

.center_cont {
    float: left;
    width: 100% !important;
    margin-left: 0% !important;
}

.right_cont {
    float: left;
    width: 100% !important;
    margin-left: 0% !important;
}

div.whats_hot_video    
{
width: 100%;
    float: none;
    margin: 0%;
}

div.glass-list{
    margin-left: 0px;
    float: none;
}
#kilncontent {
    padding: 12px;
    text-align: left;
    width: 90% !important;
    background: #fff;
    border-right: 1px solid #999999;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}


#top-space {
 display: none;
	}

	#accessories div {
    float: none;
    padding: 10px;
    width: 100%;
}

#upgrades div {
    float: none;
    padding: 10px;
    width: 100%;
}

#included ul li {
    margin-left: 0px;
}
#dist {
    float: none;
    width: 100%;
}

#build {
    float: none;
    width: 100%;
}
.accessories-listing {
    float: none;
    width: 100%;
    padding: 0px;
    text-align: center;
}

.accessories-listing img {
    padding-left: 0px;
}
div.right_fun_stuff_video {
    width: 100%;
    float: none;
    margin: 0%;
}

div.left_fun_stuff_video {
    width: 100%;
    float: none;
    margin: 0%;
}
div.fun_teacher_right {
  width: 100%;
float: none;
margin: 0%;
}

div.fun_teacher_left {
  width: 100%;
float: none;
margin: 0%;
}
#contentHome {
    width: 100%;
    float: none;
    background: #fff;
    padding: 0px 0px !important;
    margin-bottom: 10px;
    text-align: center;
}
}
@media only screen
and (max-width : 900px) and (min-width : 601px) {

	.julydev #header-slider .slides li {
			max-width: 160px;
	}

	.julydev #body {
			padding-top: 120px;
	}

	.julydev #layout {
			margin-top: 146px;
	}

	#layout {
    margin-top: 0px !important;
}

}
/* END fixed header and slider styles */

/* Tabs fixes */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: .5em !important;
}

@media (max-width: 949px) {
	#single_product_page_container .title {
		float: none;
	}

	.ui-tabs .ui-tabs-nav {
		margin: 0 !important;
	}

	#header {
		position: relative !important;
	}

	#body {
		padding-top: 20px !important;
	}
}


@media (max-width: 768px) {

#menulist li a {
  line-height: 2.5em;
 }

 div.wheel-list {
  margin-left: 0px;
  float: none;
  text-align: center;
  width: 100%;
}

div.ceramic_kilns{
  margin-left: 0px;
  float: none;
  padding: 5px;
  text-align: center;
  width: 100%;

}

.flexslider.black .flex-direction-nav li a {
	display: none;
}

#description img {
    padding: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0%;
    text-align: center;
    margin: 0px auto;
}

.ceramic-specs, .glass-specs, .capacity {
    border-collapse: collapse;
    font-size: 10px;
    border: 1px solid #EDEDED;
    width: 67%;
}
}