/*
Theme Name: ScaredyCat
Theme URI: http://henriettaharris.com
Description: ScaredyCat (Based on Starkers)
Version: 2.0
Author: Phillip Driver
Author URI: http://plip.co.nz
Tags: Cool
*/

@import "css/reset.css";

/* Wordpress layout
---------------------------------------------------------------- */
.aligncenter { display:block; margin:0 auto; }
.alignleft { float:left; }
.alignright { float:right; }
.wp-caption { padding:0; margin:0; }
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */


/* Global
---------------------------------------------------------------- */
body {
	background-color: #ffffff;
	color: #494949;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif !important;
	font-size: 13px;
	font-weight: 300;
	overflow-y: none;
}
p {
	line-height: 16px;
	margin: 0 0 15px 0;
}
strong {
	font-weight: 400;
}
em {
	font-style: italic;
}
abbr {
	border-bottom: 1px dotted #494949;
}
img {
	vertical-align: bottom;
}
span.little {
	font-size: 11px;
	color: #999999;
}
span.callme {
	font-size: 11px;
	margin: 0 0 0 4px;
}
span.more-arrow, span.fewer-arrow, span.specs, span.ticket, span.like, span.bubble, span.folder {
	background-image: url('/wp-content/themes/scaredycat/images/main.gif');
	background-repeat: no-repeat;
	display: inline-block;
}
span.more-arrow {
	background-position: -43px -16px;
	width: 13px;
	height: 8px;
}
span.fewer-arrow {
	background-position: -75px -16px;
	width: 13px;
	height: 8px;
}
span.specs {
	background-position: -2px -2px;
	width: 23px;
	height: 9px;
}
span.ticket {
	background-position: -1px -14px;
	width: 23px;
	height: 8px;
}
span.like {
	background-position: -25px -14px;
	width: 16px;
	height: 10px;
}
span.bubble {
	background-position: -25px -2px;
	width: 17px;
	height: 9px;
	margin-bottom: -1px;
}
span.folder {
	background-position: -74px 0;
	width: 17px;
	height: 10px;
}
span.handy {
	float: left;
	width: 60px;
}
h1, h2 {
	color: #c04800;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 5px 0;	
}
h2 a {
	color: #c04800;
}
h3 {
	font-weight: 300;
	color: #999999;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
}
a {
	color: #494949;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #494949;
	text-decoration: none;
}
a:focus {
	outline: none;
}
ul, ol {
	margin: 0 0 0 10px;
}
li {
	margin: 0 0 10px 0;
}
code {
	font-size: 12px;
}
abbr {
	cursor: pointer;
}
blockquote {
	font-style: italic;
	padding: 0 20px;
}
table {
	line-height: 16px;
	margin: 0 0 16px 0;
}
tr {
	height: 16px;
}
td {
	padding: 0 2px 0 2px;
}
.comment-counter {
	font-size: 11px;
	color: #999999;
}
.comment-counter.warning {
	color: #c04800;
	font-weight: 500;
}
.comment-counter.exceeded {
	color: #c04800;
	font-weight: 700;
}
/* Content wrapper
---------------------------------------------------------------- */
#wrapper {
	margin: 45px auto 0 auto;
	width: 1038px; /* if changing this don't forget to change #header and js */
}
/* Header & Nav
---------------------------------------------------------------- */
#mobmenu, #mobhead {
	display: none;
}
#header {
	width: 130px;
	margin: 0 0 0 -519px;
	padding: 0;
	left: 50%;
	position: fixed;
	z-index: 10;
}
#banner {
	height: 175px;
}
#banner a {
	width: 130px;
	height: 175px;
	display: block;
}
#banner h1 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: 300;
}
#nav {
	margin: 27px 0 0 0;
	padding: 25px 0 0 0;
	border-top: 1px dotted #cfcfcf;
}
#nav #skip {
	display: none;
}
#nav ul {
	margin: 0 8px 0 8px;
}
#nav li {
	margin: 0 0 7px 0;
}
#nav #menu-main-menu a, #nav #menu-main-menu span {
	background-image: url('/wp-content/themes/scaredycat/images/nav_menu.png');
	background-repeat: no-repeat;
	display: block;
	width: 114px;
	height: 23px;
	text-indent: -99999px;
}
a#nav_news { background-position: 0 0; }
a#nav_paint { background-position: 0 -26px; }
a#nav_draw { background-position: 0 -54px; }
a#nav_poster { background-position: 0 -83px; }
a#nav_com { background-position: 0 -112px; }
a#nav_press { background-position: 0 -138px; }
a#nav_sale { background-position: 0 -169px; }
a#nav_bio { background-position: 0 -200px; }

a#nav_news:hover { background-position: -114px 0; }
a#nav_paint:hover { background-position: -114px -26px; }
a#nav_draw:hover { background-position: -114px -54px; }
a#nav_poster:hover { background-position: -114px -83px; }
a#nav_com:hover { background-position: -114px -112px; }
a#nav_press:hover { background-position: -114px -138px; }
a#nav_sale:hover { background-position: -114px -169px; }
a#nav_bio:hover { background-position: -114px -200px; }

span#nav_news { background-position: -228px 0; }
span#nav_paint { background-position: -228px -26px; }
span#nav_draw { background-position: -228px -54px; }
span#nav_poster { background-position: -228px -83px; }
span#nav_com { background-position: -228px -112px; }
span#nav_press { background-position: -228px -138px; }
span#nav_sale { background-position: -228px -169px; }
span#nav_bio { background-position: -228px -200px; }

#contents {
	float: left;
}
#side-bar a.current_menu_item {
	color: #c04800;
	border-bottom: 1px solid #dddddd;
}
#nav .current_nav_item {
	color: #c04800;
}
/* Main content
---------------------------------------------------------------- */
#narrow {
	width: 618px;
	min-height: 550px;
	margin: 15px 80px 0 210px;
	float: left;
}
.grey-title {
	font-size: 13px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	margin: 0 0 15px 0;
}
/* Pagination
---------------------------------------------------------------- */
.pagination {
	background-color: #efefef;
	width: 100%;
	margin: 25px 0 0 0;
	padding: 5px 0 5px 0;
	float: left;
	font-size: 11px;
	line-height: 13px;
}
.pagination ul {
	margin: 0;
	float: left;
	text-align: center;
}
.pagination li {
	display: inline;
	margin: 0 2px 0 2px;
}
.pagination a, .pagination span {
	display: inline-block;
	min-width: 12px;
	padding: 3px;
}
.pagination a:hover {
	background: #dddddd;
}
.pagination #pages {
	margin: 0 0 0 10px;
}
#prev-next {
	float: right;
	margin: 0 10px 0 0;
}
#prev-next a, #prev-next span {
	margin: 0 2px 0 2px;
}
.pagination .current {
	color: #c04800;
}
/* Blog post entries
---------------------------------------------------------------- */
.post-entry {
	float: left;
	width: 100%;
	margin: 0;
}
.post-entry + .post-entry {
	margin: 70px 0 0 0;
}
.lt-ie8 .post-entry {
	margin-bottom: 70px;
}
.post-entry-title {
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #cfcfcf;
}
p.entry-date {
    letter-spacing: 2px;
	font-size: 9px;
	color: #999999;
	margin: 0;
	text-transform: uppercase;
}
.post-entry-content {
	line-height: 16px;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.post-entry-content div {
	margin: 0 0 15px 0;
}
.post-entry-content img {
	background-color: #ffffff;
	margin: 0;
	padding: 8px;
	border: 1px solid #efefef;
}
.post-entry-content ul {
	margin-left: 20px;
	list-style: circle;
}
.post-entry-content ol {
	margin-left: 20px;
	list-style: decimal;
}
.post-entry-content ol ol {
	list-style:upper-alpha;
}
.post-entry-content ol ol ol {
	list-style:lower-roman;
}
.post-entry-content ol ol ol ol {
	list-style:lower-alpha;
}
.post-entry-content li {
	margin: 0;
}
.alignnone.size-large + .alignnone.size-large {
	margin: 0 0 0 15px;
}
.post-entry-content .alignleft {
	display: inline;
	float: left;
	margin: 0 15px 15px 0;
}
.post-entry-content .alignright {
	display: inline;
	float: right;
	margin: 0 0 15px 15px;
}
.post-entry-content .aligncenter {
	display: block;
	margin: 0 auto 15px auto;
}
.post-entry-content a, #bio-contact a, .item-guff a {
	color: #c04800;
}
.post-entry-content a:hover, #bio-contact a:hover, .item-guff a:hover {
	color: #000000;
}
.post-entry-info {
	font-size: 11px;
	color: #999999;
	padding: 10px 0 0 0;
	border-top: 1px dotted #cfcfcf;
	width: 100%;
	float: left;
	position: relative;
}
.post-entry-info p {
	margin: 0 0 2px 0;
}
.info-left {
	width: 65%;
	float: left;
	padding: 0 0 0 10px;
}
.info-right {
	width: 30%;
	position: relative;
	float: right;
	text-align: right;
	padding: 0 10px 0 0;
}
.comment-count {
	color: #c04800;
	font-weight: normal;
}
.share-post-entry {
	background: transparent url('/wp-content/themes/scaredycat/images/share_box.png') no-repeat;
	width: 60px;
	height: 53px;
	padding: 15px 15px 15px 8px;
	position: absolute;
	right: -75px;
	bottom: -32px;
	display: none;
	z-index: 999;
	text-align: center;
}
.lt-ie9 .share-post-entry {
	background-color: #ffffff;
}
.share-post-entry li {
	margin-left: 0;
}

/* Gallery in post
---------------------------------------------------------------- */
.gallery.gallery-size-thumbnail {
	margin: 0 0 5px 0;
}
.gallery-size-thumbnail .gallery-item {
	float: left;
	margin: 0 0 10px 0;
}
#narrow .gallery-item + .gallery-item {
	margin: 0 0 10px 10px;
}
.gallery.gallery-size-thumbnail img {
	width: 105px;
	height: 105px;
	padding: 4px;
	border: 0;
	border: 1px solid #efefef;
}
.gallery-size-thumbnail .gallery-icon a {
	display: block;
}
.wp-caption-text {
	font-size: 11px;
	color:#999999;
	text-align: center;
	padding: 0 8px 8px 8px;
	margin: 0;
}
.wp-caption img {
	border: 1px solid #ffffff;
}
.wp-caption {
	border: 1px solid #efefef;
}

/* Posted comments
---------------------------------------------------------------- */
.single .post-entry {
	margin: 0 0 40px 0;
}
#comments{
	float: left;
}
#comments-wrap{
	width: 476px;
	margin: 0 0 12px 12px;
	padding: 0 0 0 12px;
	border-left: 8px solid #efefef;
	float: left;
}
.comments-header {
	margin: 0 0 0 12px;
	float: left;
	width: 606px;
	padding-top: 5px;
}
.comment-author {
	color: #999999;
	padding: 0 5px 0 0;
	float: left;
	line-height: 16px;
}
.comment-body {
	display: inline;
}
.comment-author cite a {
	color: #c04800;
}
.comment-author cite a:hover {
	color: #494949;
}
.comment-meta, .pingback .comment-edit-link {
	font-size: 11px;
	padding: 0 0 12px 0;
}
.comment-meta a {
	color: #999999;
}
.comment-body p {
	margin: 0 0 5px 0;
}
#comments ul, #comments ol, #comments li {
	margin: 0;
	padding: 0;
}
#comments li.comment, #comments li.pingback {
	padding: 11px 10px 0 10px;
	border-top: 1px dashed #dddddd;
}
.pingback p {
	margin: 0;
}
.pingback a {
	color: #c04800;
}
#comments li.depth-2 {
	background: #fbfbfb url('/wp-content/themes/scaredycat/images/auth_reply.gif') no-repeat 13px 12px;
	margin: 0 -10px 0 -10px !important; /* This is cause replies are a ul within a ul */
	padding-left: 25px !important;
}
#comments .bypostauthor {
	background-color: #fbfbfb;
}
#more-com {
	width: 565px;
	display: block;
	padding: 3px 0 6px 10px;
	background: #efefef;
}

/* Leave a comment
---------------------------------------------------------------- */
#respond {
	background-color: #efefef;
	width: 466px;
	padding: 15px 15px 0 15px;
	margin: 0 0 0 12px;
	float: left;
}
h3#reply-title {
	color: #494949;
	font-style: italic;
	font-weight: 300;
	font-size: 12px;
	margin: 0 0 15px 4px;
}
#respond p {
	width: 100%;
	float: left;
	position: relative;
}
#respond .logged-in-as {
	color: #999999;
}
#respond input[type="text"],
#respond textarea {
	color: #494949;
	background-color: #fdfdfd;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
	border: 3px solid #e9e9e9;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	float: left;
	padding: 7px 5px 7px 5px;
	text-indent: 62px;
	font-size: 13px;
	font-weight: 300;
	outline: none;
}
#respond input[type=text] {
	display: block;
	height: 16px;
	width: 350px;
}
#respond textarea {
	min-height: 75px;
	height: 75px;
	max-height: 300px;
	width: 450px;
	resize: vertical;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
	float: left;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #e9e9e9;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 3px 0;
	width: 45px;
	display: block;
	top: 3px;	
	left: 3px;
	padding: 2px 9px 4px 5px;
	position: absolute;
	font-size: 11px;
	z-index: 4;
	text-align: center;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	z-index: 3;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 13px;
	font-weight: bold;
	left: 351px;
	position: absolute;
	top: 10px;
	z-index: 2;
}
#respond .comment-form-comment .required {
	color: #bd3500;
	font-size: 13px;
	font-weight: bold;
	left: 451px;
	position: absolute;
	top: 10px;
	z-index: 2;
}
#respond input#submit {
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
	font-weight: 300;
	font-size: 12px;
	background: #222222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eeeeee;
	cursor: pointer;
	padding: 3px 5px 3px 5px;
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond .logged-in-as a:hover, #respond .logged-in-as a {
	color: #1982d1;
}
#respond .logged-in-as {
	font-size: 11px;
}
#respond .comment-counter {
	position: absolute;
	top: -15px;
	right: 2px;
}

/* Contact Me
---------------------------------------------------------------- */
#contact {
	background-color: #efefef;
	width: 588px;
	padding: 15px 15px 0 15px;
	margin: 0;
	float: left;
	position: relative;
}
h3#contact-title {
	color: #494949;
	font-style: italic;
	font-weight: 300;
	font-size: 12px;
	margin: 0 0 15px 4px;
}
#contact p {
	width: 100%;
	float: left;
}
#contact input[type="text"],
#contact textarea {
	color: #494949;
	background-color: #fdfdfd;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
	border: 3px solid #e9e9e9;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	float: left;
	padding: 7px 5px 7px 5px;
	text-indent: 62px;
	font-size: 13px;
	font-weight: 300;
	outline: none;
}
#contact input[type=text] {
	display: block;
	height: 16px;
	width: 350px;
}
#contact textarea {
	min-height: 75px;
	height: 75px;
	max-height: 300px;
	width: 450px;
	resize: vertical;
}
#contact .contact-form-name,
#contact .contact-form-email,
#contact .contact-form-phone,
#contact .contact-form-message {
	position: relative;
	float: left;
}
#contact .contact-form-name label,
#contact .contact-form-email label,
#contact .contact-form-phone label,
#contact .contact-form-message label {
	background: #e9e9e9;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 3px 0;
	width: 45px;
	display: block;
	top: 3px;
	left: 3px;
	padding: 2px 9px 4px 5px;
	position: absolute;
	font-size: 11px;
	z-index: 4;
	text-align: center;
}
#contact input[type="text"]:focus,
#contact textarea:focus {
	z-index: 3;
}
#contact .contact-form-name .required,
#contact .contact-form-email .required {
	color: #bd3500;
	font-size: 13px;
	font-weight: bold;
	left: 351px;
	position: absolute;
	top: 10px;
	z-index: 2;
}
#contact .contact-form-message .required {
	color: #bd3500;
	font-size: 13px;
	font-weight: bold;
	left: 451px;
	position: absolute;
	top: 10px;
	z-index: 2;
}
#contact input#submit {
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
	font-weight: 300;
	font-size: 12px;
	background: #222222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eeeeee;
	cursor: pointer;
	padding: 3px 5px 3px 5px;
}
#contact input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#contact .comment-counter {
	position: absolute;
	top: -15px;
	right: 124px;
}
#contact span.error {
	margin: 0 10px 0 10px;
	display: inline-block;
}
.overlay {
	width: 100%;
	height: 100%;
	background: #ffffff url('/wp-content/themes/scaredycat/images/ajax.gif') no-repeat 50% 50%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .7;
	z-index: 999;
}

/* Sidebar
---------------------------------------------------------------- */
#side-bar {
	font-size: 13px;
	width: 130px;
	margin: 63px 0 0 0;
	float: left;
}
.xoxo1 {
	padding-top: 35px;
	border-top: 1px dotted #cfcfcf;
}
#searchform {
	width: 130px;
	position: relative;
	height: 20px;
}
#searchform #s {
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
	font-weight: 300;
	font-size: 11px;
	color: #bfbfbf;
	background-color: #efefef;
	border: 0 none;
	height: 14px;
	padding: 3px 0 3px 6px;
	width: 104px;
	-moz-border-radius: 0;
	border-radius: 0;
}
#searchform #searchsubmit {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	right: 0;
	top: 0;
	background: transparent url('/wp-content/themes/scaredycat/images/main.gif') no-repeat;
	background-position: -40px 3px;
	background-color: #efefef;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	text-transform: capitalize;
	cursor: pointer;
}
.xoxo .widget-container {
	margin: 0 0 25px 0;
}
.xoxo1 .widget-container {
	margin: 0 0 35px 0;
}
.widget_archive, .widget_categories, .widget_tag_cloud {
	padding: 0 3px;
}
.widget-container > a {
	color: #999999;
	padding: 0 0 0 10px;
}

/* Footer
---------------------------------------------------------------- */
#scroll-top {
	font-size: 11px;
	background-color: #efefef;
	padding: 5px 10px;
	position: fixed;
	bottom: 0;
	right: 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}
#footer {
	width: 100%;
	height: 30px;
	margin: 20px 0 0 0;
	border-top: 1px dotted #cfcfcf;
	float: left;
	background-image: url('/wp-content/themes/scaredycat/images/footer.gif');
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	text-indent: -99999px;
}

/* Admin content
---------------------------------------------------------------- */
a.post-edit-link, a.comment-edit-link {
	color: #1982d1;
}

/* Gallery page
---------------------------------------------------------------- */
#wide {
	width: 828px;
	min-height: 500px;
	margin: 15px 0 0 210px;
	float: left;
}
.gallery-size-medium .gallery-item {
	position: relative;
	width: 168px;
	float: left;
	margin: 0 0 24px 0;
}
.gallery-size-medium .gallery-item + .gallery-item {
	margin: 0 0 24px 52px;
}

.gallery-size-medium img {
	background-color: #ffffff;
	padding: 8px;
	border: 1px solid #efefef;
}
.gallery-size-medium .gallery-icon a {
	display: block;
}
.gallery-size-medium .gallery-caption {
	font-size: 11px;
	padding: 2px 8px 0 8px;
}
.gallery-size-medium .gallery-caption p {
	margin: 0;
	padding: 0;
	line-height: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Attachment page
---------------------------------------------------------------- */
div.backto {
	font-size: 11px;
	float: left;
	margin: 0 0 15px 0;
}
.backto a {
	background: #fbfbfb;
	display:  block;
	padding: 5px 10px 5px 10px;
}
#att-links {
	position: relative;
}
.prevlink, .nextlink {
	margin: 0 !important;
}
#att-links .prevlink a {
	height: 100%;
	width: 170px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#att-links .nextlink a {
	height: 100%;
	width: 418px;
	position: absolute;
	text-align: right;
	top: 0;
	right: 0;
	padding: 0 15px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#att-links img {
	margin: 25px 0 0 0;
}

/* Shop gallery
---------------------------------------------------------------- */
.shop-gallery {
	margin: 0 0 35px 0;
}
.shop-item {
	position: relative;
	width: 168px;
	float: left;
	margin: 0 0 24px 0;
}
.shop-item + .shop-item {
	margin: 0 0 24px 52px;
}
.shop-gallery img {
	background-color: #ffffff;
	padding: 8px;
	border: 1px solid #efefef;
}
.shop-icon a {
	display: block;
}
.shop-caption {
	font-size: 11px;
	padding: 4px 8px 0 8px;
	color: #999999;
}
.shop-caption p {
	margin: 0;
	padding: 2px 0 0 0;
	line-height: 11px;	
}

/* Shop single
---------------------------------------------------------------- */
.shop-entry {
	float: left;
}
.shop-entry-images {
	width: 301px;
	margin: 0;
	padding: 0;
	float: left;
	display: table;
}
#shop-thumb-images {
	float: left;
}
#shop-large-images {
	float: left;
	position: relative;
}
#shop-thumb-images {
	cursor: pointer;
}
#shop-thumb-images img {
	width: 83px;
	height: 83px;
	padding: 4px;
	border: 1px solid #efefef;
}
.large-image, .thumb-image {
	float: left;
	margin: 0 0 11px 0;
}
.thumb-image + .thumb-image {
	margin: 0 0 11px 11px;
}
.shop-entry-content {
	float: left;
	width: 300px;
	margin: 0 0 0 15px;
}
.shop-entry-content .gallery {
	display: none;
	visibility: hidden;
}
.item-guff {
	float: left;
	width: 100%;
	min-height: 150px;
}
.shop-entry-title {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #cfcfcf;
}
.shop-entry-images img {
	background-color: #ffffff;
	margin: 0;
	padding: 8px;
	border: 1px solid #efefef;
}
#buy-now {
	float: left;
	margin: 10px 0 25px 0;
}
#buy-now a {
	font-size: 12px;
	background: #222222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eeeeee;
	cursor: pointer;
	padding: 3px 8px 3px 8px;
}
#buy-now a:active {
	background: #1982d1;
	color: #bfddf3;
}
#buy-now span {
	margin: 0 0 0 5px;
}
.shop-entry-info {
	font-size: 11px;
	color: #999999;
	padding: 10px 0 0 0;
	border-top: 1px dotted #cfcfcf;
	width: 100%;
	float: left;
	position: relative;
}
.shop-entry-info .info-left {
	width: 30%;
	float: left;
	padding: 0 0 0 10px;
}
.shop-entry-info .info-right {
	width: 30%;
}
.shop-entry-info .share-post-entry {
	right: -75px;
	bottom: -19px;
}
.lt-ie9 .share-post-entry {
	background-color: #ffffff;
}
.zoom {
	font-size: 11px;
	background-color: #efefef;
	padding: 5px 10px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	display: none;
}
.shop-gallery .sold { position: absolute; top: -8px; right: -8px; padding: 0; margin: 0; border: none; background: none !important; }

/*
@media only screen and (max-width: 828px), only screen and (max-device-width: 828px) {
	html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }
	#banner, #side-bar, #scroll-top, #menuclose, #buy-now { display: none; }
}
*/


@media only screen and (max-width: 603px), only screen and (max-device-width: 603px) {
/* @media screen and (max-device-width: 480px) { */
	html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }
	#banner, #side-bar, #scroll-top, #menuclose, #buy-now, .shop-entry-info { display: none; }
	#wrapper, #contents, #narrow, #wide, .shop-entry-content, .comments-header, #comments-wrap, #respond, #respond textarea, #respond input, #contact, #contact textarea, #contact input { width: auto; }
	#mobmenu { display: block; position: absolute; padding: 5px 10px 5px 10px; top: 10px; left: 0; background-color: #efefef; z-index: 10; }
	#mobhead { display: block; visibility: hidden; position: relative; width: 130px; margin: 15px auto 15px auto; }
	#nav #menu-main-menu a, #nav #menu-main-menu span { background-image: none; text-indent: 0; }
	#nav a { color: #efefef; }
	#nav .current_nav_item { color: #c04800;}
	#nav li { margin: 10px 0 10px 0; border-bottom: 1px solid #383838; }
	#header { margin: 0; position: absolute; top: -65px; padding-top: 15px; left: -130px; overflow: hidden; background-color: #404040; height: 2000px; }
	#wrapper { margin: 0; overflow: hidden; position: relative; }
	#contents { position: relative; left: 0; }
	#narrow, #wide { margin: 15px; min-height: 0; }
	#footer { margin: 0 15px 0 15px; padding: 5px 0 0 0; height: 20px; background-image: none; text-indent: 0; float: none; width: auto; clear: both; }
	.gallery-size-medium .gallery-item { margin: 0 7px 15px 8px; }
	.gallery-size-medium .gallery-item + .gallery-item { margin: 0 7px 15px 8px; }
	.shop-item { margin: 0 7px 15px 8px; }
	.shop-item + .shop-item { margin: 0 7px 15px 8px; }
	.gallery-size-thumbnail .gallery-item { margin: 0 0 10px 10px; }
	.post-entry + .post-entry { margin: 35px 0 0 0; }
	.shop-entry-content { margin: 0; width: 100%; border-bottom: none; }
	.comments-header, #comments-wrap { margin-left: 0; }
	#att-links .prevlink a, #att-links .nextlink a { width: 45%; }
	#respond { margin: 0; }
	#contact .comment-counter { right: 2px; }
	.info-left, .info-right { width: 90%; }
	.info-right { float: left; text-align: left; padding: 0 0 0 10px; }
	.share-post-entry { right: -20px; }
}

/* Added for annoying link on for sale page. Not sure why I didn't do all this css better -_- */
.slinky {
	color: #c04800;
}
.slinky:hover {
	color: #000000;
}
.slinky:active {
	color: #494949;
}
.slinky:focus {
	outline: none;
}