/*
Theme Name: Copic2010
Theme URI: http://copicmarker.com
Description: The 2010 theme for Copicmarker is based on a mod of the Twenty Ten Wordpress default theme.
Author: couldbe studios
Author URI: http://www.couldbestudios.com
Version: 2
Tags: blue, white, two-columns, fixed-width, threaded-comments, microformats, custom post types,
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	font-family: helvetica;
	line-height: 1;
}

h1, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.clear {
	clear:both;
}


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -340px 0 0;
	width: 100%;
}

#content {
	margin: 0 320px 0 0px;
}

#primary,
#secondary {
	float: right;
	width: 300px;
	margin-right: -30px;
}

#secondary {
	clear: right;
}

#footer {
	clear: both;
	width: 100%;
	height: 440px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 100%;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
/* font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;*/
}

pre {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main {
	width: 920px;
	margin: 0 auto;
	height: 100%;
}

#wrapper {
}


/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}

#footer-widget-area .widget-area {
	float: left;
	margin-right: 10px;
	width: 160px;
}

#footer-widget-area #fourth {
	margin-right: 0;
}

#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}

#site-generator {
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}

body,
input,
textarea {
}

hr {
    border: 0;
    clear: both;
    height: 1px;
    margin-top: 18px;
}


/* Text elements */
p {
	margin-bottom: 18px;
}

ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}

ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 0 24px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

big {
	font-size: 131.25%;
}

ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
	margin:2px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	position: relative;
	padding: 30px 0 10px 0;
	width: 950px;
	margin: 10px auto;
}

#site-title {
	float: left;
	margin-top: -18px;
}

#site-title a {
	font-weight: bold;
	text-decoration: none;
}

#site-description {
	float: right;
}


/* Image Menu */

#imageMenu {
	position: relative;
	width: 600px;
	height: 200px;
	overflow: hidden;
	margin-bottom:20px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1200px;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1200px;
	background: #FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor: pointer;
	display: block;
	overflow: hidden;
	width: 123px;
	height: 200px;
}

#imageMenu ul li.slide1 a {
	background: url(images/slideshow/Welcome-slide.jpg) repeat scroll 0%;
}

#imageMenu ul li.slide2 a {
	background: url(images/slideshow/Markers-slide.jpg) repeat scroll 0%;
}

#imageMenu ul li.slide3 a {
	background: url(images/slideshow/Pens-slide.jpg) repeat scroll 0%;
}

#imageMenu ul li.slide4 a {
	background: url(images/slideshow/Gallery-slide.jpg) repeat scroll 0%;
}

#imageMenu ul li.slide5 a {
	background: url(images/slideshow/abs-slide.jpg) repeat scroll 0%;
	width: 310px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	float: right;
}
#access .menu-header,
div.menu {
	width: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	display:block;
}
#access a {
	color: #42C4E5;
	overflow: visible;
	padding: 2px 10px 1px 10px;
	text-decoration: none;
	border-right: 1px solid #999999;
	margin: -6px auto 0;
}
#access ul ul {
	border-right:1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	display: none;
	position: absolute;
	top: 17px;
	left: -1px;
	float: left;
	width: 230px;
	z-index: 99999;
	padding:5px 0 5px 10px;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #fff;
	font-size:11px;
	font-weight: normal;
	width: 230px;
	height: auto;
	border-right:0;
	margin: 0;
	padding:5px;
}
#access li:hover > a {
	background: #F148D3;
	color: #fff;
}

#access li.current-menu-item:hover > a {
	color: #F148D3;
	background: #fff;
}

#access ul ul :hover > a {
	background: #fff;
	color: #42C4E5;
}
#access ul li:hover > ul {
	background: #fff;
	display: block;
}

#access ul li.current-menu-ancestor > a
 {
	color: #FFFFFF;
}
#access ul li.current-menu-parent > a,
#access ul li.current_page_item > a,
#access ul li.current-menu-item a {
	color: #F148D3;
	background: #ffffff;
}
#access ul li.current-menu-item a:hover {
	background: #ffffff;
	color: #F148D3 !important;
}

#access ul.sub-menu li a {
	color: #F148D3;
}
#access ul.sub-menu li a:hover {
	color: #42C4E5;
}


* html #access ul li.current-menu-ancestor a
 {
	color: #FFF;
}
* html #access ul li.current-menu-parent a,
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-item a,
* html #access ul li a:hover {
	color: #F148D3 !important;
	background: #ffffff;
}


/* Home Buttons Menu */

.home-buttons {
    clear: both;
}

ul#menu-home-buttons {
	margin: 0 0 0 -20px;
	width: 950px;
	height: 220px;
	padding: 30px 0 0 35px;
	display: block;
	background-image: url("images/marker-background.jpg");
	background-repeat: no-repeat;
	font-size: 18px;
}

ul#menu-home-buttons li {
	display: inline;
	list-style-type: none;
	padding:0;
	width: 210px;
	margin:0 20px 0 0;
}
ul#menu-home-buttons li a {
	width: 210px;
	text-align: left;
	color: #777777;
	font-weight: bold;
	font-family: helvetica;
	text-decoration: none;
	margin-right: 20px;
	display:block;
	padding: 140px 0 0 0;
}
ul#menu-home-buttons li a:hover {
	color: #F148D3;
}

ul#menu-home-buttons li.global-distribution {
	background: url(images/map.jpg) top left no-repeat;
	display:block;
	float: left;
}

/*
ul#menu-home-buttons li.copic-app {
	background: url(images/iphone_app.jpg) top left no-repeat;
	display:block;
	float: left;
}
*/

ul#menu-home-buttons li.menu-item-20426 {
	background: url(images/plastic-color-chips.jpeg) top left no-repeat;
	display:block;
	float: left;
}

ul#menu-home-buttons li.events {
	background: url(images/events_image.jpg) top left no-repeat;
	display:block;
	float: left;
}

ul#menu-home-buttons li.gallery {
	background: url(images/italy.jpg) top left no-repeat;
	display:block;
	float: left;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	padding: 10px 0 0 0;
}

#content p {
font-size: 16px;
line-height: 22px;
}

#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}

.blog .hentry {
	width:610px;
	overflow:hidden;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.single .hentry {
	margin: 0 0 15px 0;
}

.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}

.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

#content .entry-title {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 20px 0 10px 0;
}

#content h2.blog-entry-title {
	background:url(images/nib_icon.gif) top left no-repeat;
	padding:10px 0 0 40px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	width:400px;
	float:left;
}

#content .posted-on {
	float:right;
	font-size:18px;
	padding:32px 0 0;
}

#content .posted-on a {
	text-decoration:none;
	font-weight:100;
}

#content h2.blog-entry-title a {
	text-decoration:none;
}

#content h2.tutorial-entry-title a {
	text-decoration:none;
}

.entry-title a:link,
.entry-title a:visited {
	text-decoration: none;
}

.entry-title a:hover {
	color: #F148D3;
}

.entry-meta {
	color: #888;
	font-size: 12px;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
	margin: 7px 0;
	overflow: auto;
	clear: both;
}

.entry-summary a
{
	text-decoration: none;
}

.entry-summary .attachment-thumbnail {
	float: left;
	padding-right: 1em;
}

.entry-date
{
	color: #b4b4b4;
}

.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}

.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}

.entry-content input {
	margin: 0 0 24px 0;
}

.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}

.entry-content label {
	color: #888;
	font-size: 12px;
}

.entry-content select {
	margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
	font-size: 10px;
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}

.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.home .sticky .page-link a {
	background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}

body.page .edit-link {
	clear: both;
	display: block;
}

#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}

#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}

#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
}
.home #content .category-gallery .entry-utility {
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
}

#content img.gallery-thumb-img {
	float:left;
	display:inline;
	margin-right:24px;
	margin-top:4px;
}
#content .attachment img {
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
}
#content .gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #F148D3;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}

.navigation a:link,
.navigation a:visited {
	color: #F148D3;
	text-decoration: none;
}

.navigation a:active,
.navigation a:hover {
	
}

#nav-above, #nav-below {
	font-family: georgia;
	    font-size: 150%;
	font-weight:bold;
	text-transform:lowercase;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#nav-above {
	margin: 0 0 18px 0;
}

.paged #nav-above,
.single #nav-above {
	display: block;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
/* border-bottom: 1px solid #e7e7e7;*/
line-height: 24px;
margin: 0 0 24px 0;
padding: 0 0 0 56px;
position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
	cursor:pointer;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* Product Locations (Sidebar) */

#product-locations {
	width:310px;
}

#product-locations ul.locations {
	list-style-type:none;
	margin:0;
	padding:0;
}
	#product-locations ul.locations input#origin {
		width:155px;
	}
	#product-locations ul.locations button {
		border: 1px solid #42C4E5;
		cursor: pointer;
		padding: 1px;
		margin-left:3px;
	}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.home .widget-container {
    margin: 10px 0 40px 0;
}
.widget-title {
	color: #42C4E5;
	font-weight: bold;
	font-size:18px;
	padding:10px 0;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area img {
    max-width: 100%;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}



/* Footer widget areas */
#footer-widget-area ul {
	margin: 0 0 1em 0;
}

#footer-widget-area ul a:not([href]) {
    display: none; /* hide un-clickable top level links */
}

#footer-widget-area ul.sub-menu {
	margin: 0;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	padding-top: 20px;
	float: left;
}
#colophon {
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

#footer #newsletter h2,
#footer #newsletter img {
    float: left;
    margin-right: 1em;
}



/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}

}


/* Additional copic csss */

body {
	background-image: url("images/paper.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
}

.blog_banner {
	width: 900px;
}

#footer {
	/*background-image: url(images/seamlesstexture5_500.jpg);
	background-repeat: repeat;*/
	position: relative;
	padding: 0 0 20px 0;
	margin-top: 180px;
	overflow: visible;
}
#footer #colophon {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	overflow: visible;
}
#footer .footer-art {
	width: 520px;
	height: 481px;
	position: absolute;
	padding: 0 0 40px 0px;
	right: 0px;
	top: -185px;
	background-image: url("images/footer-art.gif");
	background-repeat: no-repeat;
	background-position: 100% 100%;
	overflow: visible;
	z-index: 1000;
}
#footer-widget-area {
	width: 500px;
	height:220px;
	position: relative;
	z-index: 1;
	font-size: 14px;
	font-weight: bold;
}
#second ul.xoxo {
	width: 220px;
}

#footer-widget-area #second ul.xoxo li a{
	text-transform:capitalize;
}

#footer .footer-logo {
	width: 459px;
	height: 148px;
	background-image: url("images/footer-logo.jpg");
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
#wrapper {
	overflow: hidden;
	/*background-color: #ffffff;*/
}
ul.social_menu {
	position: absolute;
	bottom: 15px;
	padding: 0 0 0px 530px;
	width: 420px;
}
ul.social_menu li {
	display: inline;
	margin-right:10px;
}
ul.social_menu li a img {
	border: none;
}

a:link {
	color: #42C4E5;
}
a:visited {
	color: #42C4E5;
}
a:active,
a:hover {
	color: #F148D3;
	text-decoration: none;
}

ul.news {
	margin-bottom:20px;
}

ul.news li a:link, ul.posts li a:link {
/* font-family: Georgia; */
font-weight: bold;
/* font-style: italic;*/
color: #777777;
}
.contact-button {
	width: 190px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	display: block;
	position: relative;
	top: -10px;
	right: -10px;
	padding: 3px 0px 0 5px;
	font-family: helvetica;
}

a.contact-button {
	background: url(images/contact_a.jpg) no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 130%;
	color: #ffffff;
	float:right;
}
a.contact-button:hover {
	background: url(images/contact_h.jpg) no-repeat;
	text-decoration: none;
	color: #ffffff;
}

a.copic-color {
    background: url("images/CopicColor.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 40px;
    position: relative;
    text-decoration: none;
    text-indent: -99999px;
    top: -20px;
    width: 100px;
}

h1 {
	font-size: 90%;
}

h1.big-title {
	background-image: url("images/blue_stroke_1.jpg");
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 160%;
	padding: 2px 0 5px 10px;
	font-family: helvetica;
	font-weight: bold;
}

.home #content .big-title {
	margin: 35px 0 0 0;
}

.home #content .post-title {
	margin: 20px 0 10px 0;
}

ul.news li,
ul.posts li {
	list-style-type: none;
	overflow: auto;
    clear: both;
}

ul.news li img,
ul.posts li img {
    height: 110px !important;
    width: 110px !important;
	float: left;
    margin-right: 10px !important;
}

ul.news li h2 a,
ul.posts li h2 a {
	font-weight: bold;
	text-decoration: none;
	color: #777777;
}

ul.news li p,
ul.posts li p {
	margin: 0;
}

.post h1.entry-title {
	color: #42C4E5;
}

h2.product-title {
	text-align: left;
}


/* a img {
border: 3px solid #42C4E5;
}
a img:hover {
border: 3px solid #F148D3;
}
*/

img.logo, a img.logo {
	border: none;
}

#site-title .logo {
    width: 236px;
}

a.buttons img {
	border: none;
	padding: 0 0 20px 0;
}

/* Catalog Overview Page */

#content .banner {
	background-color: #42C4E5;
	width: 100%;
	height: 180px;
	padding: 5px;
	position: relative;
}
#content .banner .img_text p {
	width: 270px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #ffffff;
	font-size:120%;
}

#content .banner .img_text p em {
	font-size:125%;
	line-height:30px;
}
#content .banner .img_text {
	position: absolute;
	top: 10px;
	right: 10px;
	height:180px;
	overflow:hidden;
}

body.page-id-60 #content .section {
	margin:0 5px 20px 5px;
	display:block;
	float:left;
	width:450px;
	height:250px;
}

body.page-id-60 #content .section .thumbnail {
	height:125px;
	width:125px;
	overflow:hidden;
	float:left;
	border:1px solid #ccc;
	display:block;
}

body.page-id-62 #content .section, body.page-id-75 #content .section, body.page-id-77 #content .section {
	margin:0 5px 20px 5px;
	display:block;
	float:left;
	width:900px;
	height:auto;
}

#content #copic.section, #content #sketch.section, #content #ciao.section, #content #wide.section {
	height:250px;
	width:450px;
}

#content #copic.section .thumbnail, #content #sketch.section .thumbnail, #content #ciao.section .thumbnail, #content #wide.section .thumbnail  {
	height:125px;
	width:125px;
	overflow:hidden;
	float:left;
	border:1px solid #ccc;
	display:block;
}

#content #multiliner.section, #content #multiliner-sp.section, #content #drawing-pen-fo.section, #content #glitter.section {
	height:250px;
	width:450px;
}

#content #multiliner.section .thumbnail, #content #multiliner-sp.section .thumbnail, #content #drawing-pen-fo.section .thumbnail, #content #glitter.section .thumbnail  {
	height:125px;
	width:125px;
	overflow:hidden;
	float:left;
	border:1px solid #ccc;
	display:block;
}

#content #various-ink.section, #content #multiliner-sp-refills.section {
	height:250px;
	width:450px;
}

#content #various-ink.section .thumbnail, #content #multiliner-sp-refills.section .thumbnail  {
	height:125px;
	width:125px;
	overflow:hidden;
	float:left;
	border:1px solid #ccc;
	display:block;
}


#content .section h4 a {
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
}

#content .section .text h3 {
	display:none;
}

#content .section .thumbnail {
	display:none;
}

#content .section .text {
	float:left;
	width:310px;
	margin-left:10px;
}

/* Main Product Overview Page */

#content #pseudo-sidebar {
	float:right;
	width:300px;
}

#content .banner-sq {
	background-color: #42C4E5;
	width: 300px;
	padding: 5px;
	position: relative;
	/*height:400px;*/
}
#content .banner-sq img {
	display:block;
}

#content .banner-sq .img_text p {
	width: 270px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #ffffff;
	font-size:120%;
}

#content .banner-sq .img_text p em {
	font-size:125%;
	line-height:30px;
}
#content .banner-sq .img_text {
	/*position: absolute;
	clear:both;*/
	padding:5px;
}

#content .banner-sq .img_text ul li {
	color:#fff;
}


#content .banner, #content .banner-sq {
	font-family: georgia;
}
	#content .banner h3, #content .banner-sq h3 {
		font-size: 18px;
		font-weight:bold;
		font-style:italic;
		color:#fff;
		margin:0;
	}
	
ul#filter {
	list-style-type:none;
	border:2px solid #42C4E5;
	border-bottom:4px solid #42C4E5;
	margin:10px 0;
	width:605px;
	height:25px;
}

ul#filter li {
	float:left;
	margin-top:7px;
}

ul#filter li.markerslink a {
	display: block;
    font-size: 13px;
    height: 23px;
    margin-top: -7px;
    padding: 5px 0 0;
    text-align: center;
    width: 119px;
}

ul#filter li a {
	text-decoration:none;
	font-weight:bold;
	padding: 10px 20px 5px 20px;
	border-right:1px solid #42C4E5;
	border-left:1px solid #42C4E5;
}

ul#filter li a:hover, ul#filter li.active a {
	background:#42C4E5;
	color:#fff;
}


body.page-template-certification-php ul#filter {
	list-style-type:none;
	border:2px solid #42C4E5;
	border-bottom:4px solid #42C4E5;
	margin:10px 0;
	width:605px;
	height:25px;
}

body.page-template-certification-php ul#filter li {
	float:left;
	margin-top:7px;
}

body.page-template-certification-php ul#filter li a {
	display: block;
    font-size: 13px;
    height: 23px;
    margin-top: -7px;
    padding: 5px 0 0;
    text-align: center;
    width: 119px;
	text-decoration:none;
	font-weight:bold;
	padding: 5px 0 0;
	border-right:1px solid #42C4E5;
	border-left:1px solid #42C4E5;
}

body.page-template-certification-php ul#filter li a:hover, body.page-template-certification-php ul#filter li.current_page_item a {
	background:#42C4E5;
	color:#fff;
}


/* Products */

.product-block {
	width:600px;
}

.product-block .subcat-page h3 {
	color:#42C4E5;
	font-size:21px;
	font-weight:bold;
	margin:10px 0 0 0 !important;
	line-height:1em !important;
	clear:both;
}

.product-block .subcat-page img.overview-thumb {
	width:100px;
	height:100px;
	border:1px solid #999;
}

.product-block .subcat-page a {
	color:#999;
	display:block;
	height:120px;
	text-decoration:none;
	width:550px;
}

.product-block .subcat-page a p strong {
	border-bottom:none;
	display:inline;
	font-size:16px;
	color:#999;
}

.product-block .subcat-page a img.size-full {
	display:block;
}

.product-block .clear{
	clear:left;
}

.product-block .prod p strong{
    border-bottom: 1px solid;
    color: #42C4E5;
    display: block;
    font-size: 1.3em;
    padding: 5px 0;
	}

.product-listing {
	display:block;
	width:250px;
	height:350px;
	text-align:center;
	float:left;
	margin:10px 20px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
	.product-listing span.title {
		font-weight:bold;
	}
	.product-block .product-listing .more-info {
		display:none;
	}
	
	
ul.product_nav li p.ph a:link, ul.product_nav li p.ph a:visited {
	color: #777777;
}

ul.product_nav li p {
	color: #777777;
}
ul.product_nav li p h2.product_title a {
	color: #42C4E5;
}
ul.product_list li a:link p.ph,ul.product_list li a:visited p.ph, ul.product_list li p.ph a:link,ul.product_list li p.ph a:visited {
	color: #777777;
}
p img .color_chart {
	width: 920px;
}

ul.product_nav {
	margin: 0px;
	padding: 0;
	width: 980px;
}

ul.product_nav li {
	width: 460px;
	min-height: 200px;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-right: 20px;
}
ul.product_list li {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-right: 20px;
}

ul.product_nav li a,
ul.product_list li a {
	text-decoration: none;
	width: 900px;
}

ul.product_nav li p img.icon,
ul.product_list li p img.icon {
	margin-right: 20px;
	border: none;
}

ul.product_nav li p,
ul.product_list li p, ul.product_sets li p {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	font-size: 120%;
}

ul.product_nav li a h2 {
	color: #42C4E5;
}

ul.product_nav, ul.product_list {
	margin-top: -30px;
}

ul.product_sets li {
	width: 260px;
	height: 320px;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-right: 20px;
}
ul.product_sets li a img {
	border: none;
}
ul.product_sets li a {
	text-decoration: none;
}

h2.product-title a {
	color: #42C4E5;
}

.blue_box {
	background-color: #42C4E5;
	margin: 0px;
	padding: 10px;
	color: #ffffff;
}


/* Single Product Page */

.product-listing-full {
	display:block;
	width:600px;
	float:left;
}


.product-listing-full .product-info-full h1.title {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 0;
	color:#42C4E5;
}

.product-listing-full .product-info-full .product-description-full {
	margin:10px 0;
}

.product-listing-full .product-info-full .more-info-full h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

/* Subnav and Sides */

ul.breadcrumbs {
	padding: 0 0 20px 0;
	margin: 0px;
	margin-left: -10px;
}
ul.breadcrumbs li {
	float: left;
	list-style-type: none;
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
	color: #777777;
	padding-left: 10px;
}
ul.breadcrumbs li a {
	height: 12px;
	padding: 0 10px 0 0px;
}

.top_bar {
	margin: 0px auto;
	padding: 0px;
}
.top_bar form {
	margin: 0px auto;
}
.top_bar form {
	width: 260px;
	float: right;
}
.top_bar form .submit {
	float: right;
	margin-top: 0px;
}
hr.red {
	padding: 5px 0 5px 0;
	background-image: url("images/double_red.jpg");
	background-repeat: no-repeat;
	background-position: top;
}

.widget_twitter, ul.twitter li {
	width: 260px;
	background-image: url("images/twitter_balloon.jpg");
	background-repeat: no-repeat;
	background-position: top;
	padding: 0 12px 0 10px;
	margin: 40px auto 0px auto;
	color: #ffffff;
	font-family: helvetica;
	font-size: 100%;
	position: relative;
}

ul.twitter li {
	padding: 15px 12px 50px 12px;
	background-position: bottom;
}

ul.twitter {
	position: relative;
	left: -27px;
}

.widget_twitter .widget-title {
	display: none;
}

.widget_twitter a:link {
	color: #fff;
	font-family: Georgia;
	font-style: italics;
}

.twitter_title_link {
	margin-left: 20px;
}

.sidebar a img:hover {
	opacity: 0.8;
}

.home .sidebar .widget_search {
}

.blog .sidebar,
.category .sidebar {
    margin-top: 74px;
}


li.prev_next {
	font-size: 150%;
	font-family: georgia;
	margin-bottom: 20px;
	width:320px;
}
li.prev_next a {
	color: #F148D3;
}
h2 .entry-date a {
	font-size: 100%;
}
h2.entry-title {
	font-family: georgia;
	color: #42C4E5;
}
.post h2.entry-title {
	font-family: helvetica;
	font-size: 24px;
}

.commentlist li.comment {
/* border-bottom: 1px solid #e7e7e7;*/
line-height: 24px;
margin: 0 0 24px 0;
padding: 0 0 0 56px;
position: relative;
background-image: url("images/double_red.jpg");
background-repeat: no-repeat;
background-position: bottom;
}

.blog p .entry-utility-prep {
	color: #42C4E5;
}

#map {
    height: 240px;
    width: 280px;
	}
	#product-locations #map{
		width: 310px;
		}

#search-form {
	background-color: #42C4E5;
	min-height: 220px;
	width: 600px;
	padding: 15px 0 0 15px;
	color: #ffffff;
}
#search-result-count {
	margin: 0;
	padding: 5px 0 10px 0;
	color: #777777;
}
#list-container {
	height: 450px;
	overflow: auto;
	margin-top:10px;
}
#list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#list li {
	margin: 0;
	padding: 5px;
	list-style: none;
	border-top: 1px solid #EFEFEF;
}
#list li.active,
#list li:hover {
	cursor: pointer;
	background: #888;
	color: #FFF;
}

/* Map */

ul.map_options {
	width: 180px;
	display: block;
	float: left;
	list-style-type: none;
	margin-top: -45px;
}
ul.map_options li {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
}
ul.map_options li input, ul.map_options li label {
	margin: 0px auto;
	padding: 0px;
	color: #ffffff;
}
ul.map_options li label {
	margin-left: 10px;
	color: #ffffff;
}

/* Share */

.twitter-share-button {
	display: block;
	height: 50px;
	width: 120px;
	margin-bottom: 10px;
}
.facebook {
	float: right;
}



.entry-utility a {
	color: #777777;
}

.attachment-thumbnail {
	height: 150px;
}

#gallery_img {
	width: 640px;
	overflow: hidden;
	border: 1px solid #42C4E5;
	margin : 20px 0 0 0;
}

img#gallery_img {
	height: 800px;
}

ul.gallery_list {
	margin: 0px auto;
	padding: 0;
	margin-top: 20px;
	width: 640px;
}

ul.gallery_list li {
	display: inline;
}

ul.gallery_list li a.size-thumbnail {
	width: 76px;
	height: 76px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 2px;
}

ul.gallery_list li img {
	width: 150px;
}



/* Dealer Locator */

.page-template-dealer-locator-php #dealer-sidebar {
	float:right;
	width: 300px;
}

.page-template-dealer-locator-php .entry-content span.edit-link {
	display:none;
}

#dealer-map div,
#dealer-sidebar div {
    margin: 0;
}

.page-template-dealer-locator-php #container {
    float: none;
    margin: 0;
}

.page-template-dealer-locator-php .entry-content {
	margin-top:-82px;
    float: none;
    width: 620px;
    padding: 0;
}

#dealer-map #post-3 {
    margin: 0;
}

#dealer-map #locator-container {
    position: relative;
    background-color: #42c4e5;
    padding-bottom: 5px;
}

#dealer-map #search-form {
    margin-top:-10px;
    min-height: 0;
    padding: 24px 0 8px 15px;
    background: none;
}

#dealer-map #findBy {
    margin-bottom:13px;
}

#dealer-map #origin {
    padding: 4px;
    width: 324px;
    border: 1px solid #ccc;
    margin-bottom: 16px;
    margin-left: 24px;
}

#dealer-map #map {
    width: 608px;
    height: 608px;
    margin: 0 5px;
    border: 1px solid #ccc;
}

#dealer-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    background-color: #fff;
}

#dealer-sidebar .callout {
	background:#42C4E5;
	color:#fff;
	padding:10px;
}

#dealer-sidebar #list-container {
	margin-left:0;
	padding-left:10px;
    height: 614px;
    padding: 0;
    margin-bottom: 45px;
    -moz-box-shadow:    inset 0 0 0 1px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    box-shadow:         inset 0 0 0 1px rgba(0,0,0,.1);
}



.add_store_text {
	background: url("images/ADD-A-STORE-button.jpg") no-repeat scroll left top transparent;
	    font-family: Georgia;
	    font-size: 165%;
	    font-style: italic;
	    line-height: 180%;
	    margin: 15px;
	    padding: 25px 0 25px 120px;
}

.add_store_text:hover {
	background: url("images/ADD-A-STORE-click_state.jpg") top left no-repeat;
}
.a_new_store {
	font-weight: bold;
	font-size:115%;
}



/* Newsletter sign-up */

.newsletter {
	width:230px;
}

.newsletter h3 {
	color:#42C4E5;
	font-size:18px;
	font-weight:100;
}

.newsletter input.box {
	border:1px solid #42C4E5;
}

 .newsletter input.submit {
	border:1px solid #42C4E5;
	padding:1px;
	cursor:pointer;
}

div.slideshow-thumbs ul.slides {
	width:625px;
	margin:10px 0;
}

div.slideshow-thumbs ul.slides li {
	width:75px;
	height:75px;
	overflow:hidden;
	margin:10px 18px 10px 0;
}


/* Certification Section */


ul.options_menu, ul#menu-certification-menu {
	background-color: #42C4E5;
	width: 584px;
	min-height: 20px;
	padding: 8px;
	margin: 0px;
}
ul.options_menu li, ul#menu-certification-menu li {
	display: block;
	float: left;
	list-style-type: none;
	margin-top: -3px;
	font-weight: bold;
}
ul.options_menu li a, ul#menu-certification-menu li a {
	color: #42C4E5;
	background-color: #ffffff;
	width: 65px;
	padding: 5px 20px 5px 20px;
	margin: 0 5px 0 5px;
	text-decoration: none;
	display: block;
	text-align: center;
}
ul.options_menu li a:hover, ul#menu-certification-menu li a:hover {
	color: #ffffff;
	background-color: #F148D3;
	padding: 5px 20px 5px 20px;
	margin: 0 5px 0 5px;
	text-decoration: none;
}
ul.options_menu li a.current, ul.options_menu li.current_page_item a, ul#menu-certification-menu li.current-menu-item a {
	color: #ffffff;
	background-color: #42C4E5;
	padding: 5px 20px 5px 20px;
	margin: 0 5px 0 5px;
	text-decoration: none;
}

div.instructors #filter li {
margin:0;
}
div.instructors #filter li a{
	width:119px;
	padding: 5px 0;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: center;
}

div.instructors #filter li.current-menu-item a {
	color: #ffffff;
	background-color: #42C4E5;
}

/* Hide tabs on fine art instructors page */
.page-template-certification-php.page-id-16826 .filter {
    display: none;   
}
	
.page-template-certification-php #container, .page-template-certification-instructors-php #container {
	width:100%;
	margin:0;
	float:none;
}

.page-template-certification-php #container #content, .page-template-certification-instructors-php #container #content {
	width:600px;
	float:left;
	margin:0;
}

.page-template-certification-php #container .sidebar, .page-template-certification-instructors-php #container .sidebar {
	float:right;
	width:300px;
}

.page-template-certification-php #container .sidebar #primary, .page-template-certification-instructors-php #container .sidebar #primary  {
	margin-top:10px;
}

.page-template-certification-php #container .sidebar li, .page-template-certification-instructors-php #container .sidebar li {
	list-style-type:none;
}

.page-template-certification-php #container .sidebar li.certification-signup input, .page-template-certification-instructors-php #container .sidebar li.certification-signup input {
	border:1px solid;
	width:248px;
	padding:5px;
	color:#42C4E5;
}

.page-template-certification-php #container .sidebar li.certification-signup .field-group input#email_type_html, .page-template-certification-php #container .sidebar li.certification-signup .field-group input#email_type_text, .page-template-certification-php #container .sidebar li.certification-signup .field-group input#email_type_mobile, .page-template-certification-instructors-php #container .sidebar li.certification-signup .field-group input#email_type_html, .page-template-certification-instructors-php #container .sidebar li.certification-signup .field-group input#email_type_text, .page-template-certification-instructors-php #container .sidebar li.certification-signup .field-group input#email_type_mobile {
	width:10px;
}

.page-template-certification-php #container .sidebar li.certification-signup .input-group input, .page-template-certification-instructors-php #container .sidebar li.certification-signup .input-group input {
	width:auto;
}

.page-template-certification-php #container .sidebar li.certification-signup input#checkbox, .page-template-certification-instructors-php #container .sidebar li.certification-signup input#checkbox {
	border:1px solid;
	width:50px;
} 

.page-template-certification-php #container .sidebar li.certification-signup input#mc-embedded-subscribe.button, .page-template-certification-instructors-php #container .sidebar li.certification-signup input#mc-embedded-subscribe.button {
	cursor:pointer;
	width:260px;
	border:1px solid #38ACCC;
}

.page-template-certification-php #container .sidebar li.certification-signup div.mc-field-group.input-group ul li, .page-template-certification-instructors-php #container .sidebar li.certification-signup div.mc-field-group.input-group ul li, .sidebar li.certification-signup div#mc_signup form#mc_signup_form ul.mc_list li {
	float:left;
    padding-right: 15px;
    padding-bottom: 5px;
} 

#mc-embedded-subscribe-form #mc_signup_form {
    background-color: inherit;
    border: none;
}

#mc-embedded-subscribe-form .mc_custom_border_hdr {
    display: none;
}

#mc-embedded-subscribe-form #mc_signup_form input {
    max-width: 93%;
    border:1px solid #888;
    color: #444;
}

#mc-indicates-required {
    margin: 5px;
}

.page-template-certification-php #container .sidebar li.certification-signup select, .page-template-certification-instructors-php #container .sidebar li.certification-signup select {
	width:220px;
	padding:2px;
	border:1px solid #38ACCC;
}

.page-template-certification-php #container .sidebar li.certification-signup p, .page-template-certification-instructors-php #container .sidebar li.certification-signup p  {
	font-weight:normal;
	line-height:13px;
	padding:0 5px;
}

.page-template-certification-php #container .sidebar li.contact-form, .page-template-certification-instructors-php #container .sidebar li.contact-form {
	background:#999;
	padding: 17px;
	display:block;
	clear:both;
	margin: 10px 0;
}

.page-template-certification-php #container .sidebar li.contact-form input.wpcf7-text, .page-template-certification-instructors-php #container .sidebar li.contact-form input.wpcf7-text, .page-template-certification-php #container .sidebar li.contact-form input.wpcf7-captchar, #container .sidebar li.contact-form span.wpcf7-form-control-wrap input {
	border:1px solid #888;
	color:#999;
	padding: 7px;
    margin: 5px 0;
    width: 248px;
}

.page-template-certification-php #container .sidebar li.contact-form input.wpcf7-submit, .page-template-certification-instructors-php #container .sidebar li.contact-form input.wpcf7-submit {
	width: 100%;
	border:1px solid #888;
	color:#444;
	padding:5px;
	cursor:pointer;
}

.contact-form .wpcf7 .ajax-loader {
    display: none;
}

.page-template-certification-php #container .sidebar li.contact-form p, .page-template-certification-instructors-php #container .sidebar li.contact-form p {
	color:#fff;
	margin-bottom:5px;
}

.page-template-certification-php #container .sidebar li.contact-form .wpcf7-response-output, .page-template-certification-instructors-php #container .sidebar li.contact-form .wpcf7-response-output {
	color:#fff;
}

.page-template-default #container {
	width:600px;
	float:left;
	margin:0;
}

.page-template-default #container #content {
	margin:0;
}

.page-template-default .sidebar {
	float:left;
	margin-left:35px;
}

/* Instructor Database */

.instructor-listing-full h1 {
font-size:36px;
font-weight:bold;
}
	ul#instructor_listing {
	list-style-type:none;
	}
	
	li.instructor-detail, ul#instructor_listing li {
	list-style-type:none;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	}
	
	h3.instructor-title {
		font-weight:bold;
		margin:0;
		padding:10px 0 2px 0;
	}

#content h3.instructor-title{margin-bottom:10px;}
#content #instructor_listing p, #content .search-results p{margin:0 0 10px 10px;}
#content #instructor_listing h3.instructor-info, #content .search-results h3.instructor-info{
	display: inline;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 10px !important;
}
.instructor-terms{
	display:inline;
	margin:0 0 0 10px;
	padding:0;
}	
.instructor-terms li{
	display:inline;
	border:0 !important;
	padding-left:10px;
}
	
/* Single Event sidebar fix */

.single-tribe_events .sidebar {
width:1100px;
}

.events-list .sidebar li.widget_categories, .events-list .sidebar li.widget_archive {
display:none;
}

.events-gridview .sidebar {
	display:none;
}
	.events-gridview #container {
		margin:0;
		width:100%;
	}
		.events-gridview #container #content {
			margin: 0;
		}
		.events-gridview .tribe-events-calendar td .cat_copic-staffed-events {
			background: #eee;
		}
#tribe-events-content h2 {
	font-family: Helvetica;
	padding-bottom: 10px;
}

/* Store locator plugin */
#sl_div {
    padding: 0;
    font-weight: normal;
}

#map_sidebar .location_name {
    font-size: 120%;
    color: #666;
}

#map_sidebar a {
    color: #42c4e5 !important;
}

#sl_div table, #sl_div tr, #sl_div td {
    margin: 0;
    padding: 10px 0 !important;
}