/*
/*   
Theme Name: ARTnews Mag
Theme URI: http://trasaterra.com
Description: ARTnews Mag is a child theme of Twenty Ten.
Author: Jason Paul & Ewa Orzech — Trasaterra.com
Author URI: http://trasaterra.com
Template: twentyten
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =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, h2, 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 {
	line-height: 1;
}
h1, h2, 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;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0px -318px 0 0;
	width: 100%;
	
}
#container.container-right {
	float:right;
}
#content {
	margin: 0 318px 0 0px;
}

#primary,
#secondary {
	float: right;
	width: 302px;
}
#secondary {
	clear: right;
	width: 302px;
}
#primary.primary-left,
#secondary.secondary-left {
	float:left;
}
#footer {
	clear: both;
	width: 100%;
}



/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 1015px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	/*margin: 0 auto;
	width: 900px;*/
}
/*---MISC Styling----*/
#container #order-btn {
	display:block;
	padding:7px 10px;
	border:solid 1px #999;
	margin-bottom:5px;	
	float:right;
}
body.tax-issue #content {
	*width:620px !important;
	*float:left;
}
body.tax-issue #container {
	*margin-right:-340px;
	*overflow:visible;
	*position:relative;	
}
body.tax-issue #issue-description {
	float:right;
	width:300px;
	font-size:13px;
	line-height:1.3;
	clear:left;
	margin-bottom:20px;
	/**position:absolute;
	*top:0;
	*margin-top:255px;
	*right:0;*/
}
body.tax-issue #issue-description img {
	width:300px;
	height:auto;
}



/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "adobe-caslon-pro", Georgia, "Bitstream Charter", serif;
}
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 {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 1015px;
}
#wrapper {
	background: #fff;
	padding: 0 0px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 240px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
hr {
	background-color: #c7c7c9;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 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: #fff;
	border: 2px solid #d9d9d9;
	padding: 2px;
}
#header input[type="text"] {
	border:none;
	border-bottom: 1px solid #000000;
	font-family: "adobe-caslon-pro", serif;
	font-style:italic;
	font-size: 16px;
	display: inline-block;
	padding-left:0;
}
#content input[type="text"] {
	border: 1px solid #000000;
	font-family: "adobe-caslon-pro", serif;
	font-style:normal;
	font-size: 16px;
	display: inline-block;
}
.search-icon {
	width:15px;
	height: 15px;
	display: inline-block;
}
input[placeholder] {
	color: #83797a;
}

a:link {
	color: #555555;
}
a:visited {
	color: #555555;
}
a:active,
a:hover {
	color: #83797a;
}

.clearfix {
	display:block;
	height:0;
	clear:both;	
}

.general-btn {
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	background: #000000;
	color:#ffffff;
	font-size:14px;
	border-radius: 4px;
	border:none;
	padding:5px 10px;
	text-decoration: none !important;
	display: inline-block;
}
.general-btn a:hover {
	background: #83797a;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding-top:20px;
	clear:both;
	position:relative;
}
#site-title {
	display:block;
	width: 475px;
	float:left;
	margin-right: 25px;
}
#site-title a {
	display:block;
	width: 475px;
	height:auto;
	margin-bottom:20px;
	clear:both;
}
#site-title img {
	width: 475px;
	height:auto;
}
.header-col-2,
.header-col-3 {
	float:left;
	width:200px;
}
.header-col-3 {
	float:right;
	position: relative;
	width: 190px;
}
.site-description {
	display: block;
	font-size: 18px;
	width:180px;
	margin:5px 0;
	line-height: 1.2;
}
.header-col-2 .search-icon {
	float: right;
	margin-top:-23px;
	position: relative;
	z-index: 1;
	padding-left: 3px;
	background: #ffffff;
}



/* Top widget areas */
#top-widgets {
	float:right;
}
#top-widgets input[type="text"], .widget_sswidget input[type="text"] {
	
}
#top-widgets input[type="text"]:focus, .widget_sswidget input[type="text"]:focus {
	
}
#top-widgets #searchform, .widget_sswidget input[type="text"] {

}
#top-widgets input#searchsubmit  {
	
}
.widget_sswidget {
		
}

.widget_sswidget input[type="text"]  {
	
}


.widget_sswidget input[type="submit"] {
	
}
.widget_sswidget select {
	
}
 /* iPad [portrait + landscape] */ 
 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
	
 }
  /* iPhone [portrait + landscape] */ 
@media only screen and (max-device-width: 480px) { 
	
 }
#top-widgets ul{
	margin:0;
	
}
#top-widgets li{
	list-style:none;
}
#top-widgets .widget {
	float:left;	
}
#top-widgets .widget_text {
		
}
#top-widgets .widget_sp_image {
	
}
#top-widgets .widget_sp_image h2.widgettitle {
	
}

#top-widgets .scfw {
	
}
ul.top-cta-box {
	font-style: italic;
	font-size: 14px;
	padding-top:0;
	margin-top:-5px !important;
}
ul.top-cta-box a {
	text-decoration: none;
	color:#000000;
	display: block;
	padding-bottom: 1px;
	margin-top:0 !important;
}
ul.top-cta-box a:hover {
	color: #83797a;
}
ul.top-cta-box li {
	
}

/*Popular Posts*/
img.wpp-thumbnail {
	/*margin-right:10px;	*/
}
.wpp-post-title,
img.wpp-thumbnail {
	/*display:inline-block;
	vertical-align:text-top;*/
}
.wpp-post-title {
	/*height:75px;
	width:200px;	*/
}



/*--- Top Nav Links ---*/

#top-bar {
	background:#000;
	height:30px;
	margin:0;
	padding:0;
}
#top-links-holder {
	width:1015px;
	margin:0 auto;
	position:relative;		
}
.page-nav{
	line-height:30px;
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	font-weight:400;
	font-size:11px;
}
.page-nav ul#menu-pages {
	list-style:none;
	padding:0;
	margin:0;
}
.page-nav #menu-pages li {
	float:left;
	padding:0;
	margin:0;
	margin-right:20px;
	text-transform: uppercase;
}
.page-nav a{
	color:#fff;	
	text-decoration:none;
}
.page-nav a:hover, .page-nav .current_page_item a, .home .page-nav #menu-item-8718 a {
	color:#83797a;	
}
#social-icons {
	float:left;
	margin-top:5px;
}

#social-icons ul li{
		list-style:none;
		float:left;
}
#social-icons ul li a{
	display:block;
	width:20px;
	height:20px;
	padding-right:10px;
	float:left;
}
#social-icons ul li a:hover {
	opacity: .7;
}	
#social-icons ul li a img {
	height: 20px;
	width: 20px;
}
.online-resources-btn {
	display: block;
	float:right;
	background: #ffffff;
	color:#000000;
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 34px;
	text-decoration: none;
	width:190px;
	text-align: center;
	padding:0;
	margin:0;
}
.online-resources-btn:hover {
	color:#83797a;
}
.online-resources-btn .caret {
	width:6px;
	height: 11px;
	display: inline-block;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto 20px;
	padding:0;
	width: 1015px;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	height: 50px;
}
#access .menu-header,
div.menu {
	font-size: 17px;
	text-transform:uppercase;
	padding:0;
	margin:0;
	
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding:0;
	text-align: justify;
    min-width: 1015px;
	text-align: justify;
	font-family: 'futura-pt', sans-serif;
}
#access .menu-header li,
div.menu li {
	display: inline-block;
}
#menu-main:after {
    content: '';
    display: inline-block;
    width: 100%;
}

#access a {
	color: #000000;
	display: block;
	line-height: 50px;
	padding: 0;
	margin:0;
	text-decoration: none;
}

#access li a:hover,
#access li.current-menu-item a {
	color:#83797a;
}



/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	/*overflow: hidden;*/
	padding: 0px 0 0 0;
}
#content {
	margin-bottom: 36px;
	
}

#nav-below {
	clear:both;	
}

#content,
#content input,
#content textarea {
	color: #000;
	font-size: 1.2em;
	line-height: 1.5em;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}

.single #content .drop-cap {
	float:left; font-size:95px; 
	line-height:.8; 
	display: block; 
	margin: -5px 10px 0 0;
	font-family:futura-pt, Helvetica Neue, Arial, sans-serif;
}


.single #content .entry-content blockquote {
	background: #eeeeee;
	font-style: italic;
	padding:25px 30px; 
	margin-bottom: 25px;
}
.single #content .entry-content blockquote p:last-child {
	margin:0;
}

.single #content .entry-content .incoming {
	padding:10px 15px !important;	
}
.single #content .entry-content .incoming .hide {
	float:right !important;
	margin-bottom:-25px;
}
.single #content .entry-content .incoming .hide a{
	text-transform:uppercase;
	color:#83797a;
	text-decoration:none;	
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
}
.single #content .entry-content .incoming h3 {
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	text-transform:	uppercase;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#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 h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	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;
}
.hentry {
	margin: 0 0 48px 0;
}
/*.post-wrap {
	position:relative;	
}
.post-wrap img {
	position:absolute;
	top:0;
	right:0;	
}*/
#content .post-wrap {
	
	position:relative;	
	margin-bottom:10px;
	width:700px;
}

#content .post-text-wrapper {
	width:560px;
	float:right;	
}


body.home .post img.tfe, body.archive .post img.tfe, body.search .post img.tfe  {
	position:absolute;
	top:0;
	left:0;
	border:5px solid #e6e6e6;
}
#content .post-wrap img.alignleft {
	border:5px solid #e6e6e6;
	margin:0;
}
body.tax-issue #content {
	float:left;	
}
body.tax-issue #container h1.page-title {
	text-align:center;
	width:630px;
	
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	font-weight:400;
	text-transform:uppercase;
	color:#b8b8b8;
	letter-spacing:.03em;
	font-size:11px;
	padding-bottom:8px;
	margin-bottom:15px;
	float:left;
}
body.tax-issue #container h1.page-title .issue-title,
.category.category-web-exclusive .page-title,
.category.category-artnewsletter-archive .page-title {
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	font-weight:400;
	color:#000;
	font-size:27px;
	display:block;
	font-style:normal;
	clear:both;
	margin-bottom:5px;
}
.home .sticky {
	position:relative;
	background-color: #fff;
	border: 1px solid #000;
	padding: 18px 20px;
	margin-bottom: 48px !important;
	width: 655px !important;
}
.home .sticky img.tfe {
	margin:20px 0 0 20px;
}
.home #content .sticky .post-text-wrapper {
	width: 510px;
}
.home #content .sticky .cat-rule{
	display: none;
}

.home #content .sticky .cat-links,
.home #content .sticky .issue-btn {
	top:-28px;
}


.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	font-weight:900;
	color: #000;
	font-size: 14px;
	margin: 0 0 36px 0;
	
}
.category .page-title {
	display:none;
}
.category.category-top-200-collectors .page-title {
	display:inherit;
}
.category.category-web-exclusive .page-title,
.category.category-artnewsletter-archive .page-title {
	display:block;
	text-align:center;
	border-bottom:2px solid #d9d9d9;
	text-transform:uppercase;
	padding-bottom:10px;
}

body.tax-issue .page-title, .search .page-title {
	display:inherit;
}	
.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 {
	color: #000;
	font-size: 2em !important;
	font-size:18px \9 !important;
	font-size:2em \0/ !important;
	line-height: 1;
	margin-bottom: 10px;
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	font-weight:400;
	text-transform: uppercase;
	border:none;
}
.page #content .entry-title {
	margin-bottom:15px;
}
.entry-title a:link,
.entry-title a:visited {
	border:none;
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #83797a;
}
.entry-meta {
	color: #777777;
	font-size: 12px;
	font-family:"adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
.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 {
	clear: both;
	padding: 5px 0 0 0;
}
.entry-summary {
	font-size:17px;	
}
#content .entry-summary a .read-more {
	display:block;
	text-transform:uppercase;
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	font-weight:900;
	text-decoration:none !important;
	font-size:9px;
	color:#b5b5b5;
	clear:both;
	border:none !important;
}
#content .entry-summary a:hover .read-more {
	color:#83797a;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
#content .entry-summary a {
	text-decoration:none;	
}
.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;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 0;
}
.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 {
	clear: both;
	color: #000;
	font-weight: normal;
	margin: 0 0 22px 0;
	word-spacing: 0;
	font-size: 1em;
	font-family:"futura-pt", sans-serif;
	text-transform: uppercase;
}
.page-link a {
	margin:0 5px;
}

.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
	line-height: 38px;
	text-transform: uppercase;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover {
	color: #83797a;
	
}
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:9px;	
	line-height: 18px;
	font-family:"futura-pt", sans-serif;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:12px;
}
#content .entry-utility.article-tags {
	margin-bottom:25px;	
}
#content .entry-utility.article-tags h3 {
	margin-bottom:5px;	
	font-size: 14px;
	text-align: center;
}
#content .entry-utility.article-tags ul {
	background:#e6e6e6;
	-moz-column-count: 3;
	-moz-column-gap: 15px;
	-webkit-column-count: 3;
	-webkit-column-gap: 15px;
	column-count: 3;
	column-gap: 15px;
	-webkit-column-rule: 1px solid #e6e6e6;
    -moz-column-rule: 1px solid #e6e6e6;
    column-rule: 1px solid #e6e6e6;	
	list-style:none;
	margin:0;
	padding:20px 25px;
	line-height:1.3;
	font-size:12px;
}
#content .entry-utility.article-tags ul li{
	margin-bottom:7px;	
}
.entry-meta a,
.entry-utility a {
	color: #000;
	text-decoration:none;
	border:none \9;
}
.entry-meta a {
	font-weight:bold;
	font-style:italic;
	text-transform:none;
	font-size:12px;	
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #83797a;
}
.author-meta-name, .author-meta-name a {
	border:none;	
}

#content .video-player {
	padding: 0;
}
.cat-links,
.issue-btn {
	display: inline-block;
	margin-top: -30px;
	position: relative;
	top:-33px;
	z-index: 1;
}

.cat-links a,
.issue-btn a   {
	background: #ffffff;
	padding:10px;
	margin:0 10px;
	font-size:12px;
	font-weight: 400;
	display: inline-block;
}
.entry-utility.entry-cats {
	text-align: center;
	margin:1px 0 -33px;
}
.single .entry-utility.entry-cats {
	margin-top:-13px;
}
.cat-rule {
	border-top:1px solid #000000;
	margin:0 0 -30px;
	padding:0;
	height: 0;
	background-color: none;
}
.entry-utility .cat-links a:hover  {
	
}

.entry-utility .issue-btn a,
.entry-utility .cat-links a.cat-web-exclusive {
	padding:10px;	
	font-size:12px;
}
 
.entry-utility .issue-btn a:hover,
.entry-utility .cat-links a.cat-web-exclusive:hover  {
	
}
.excerpt-pull-quote {
	padding:15px 0 5px;
	margin-bottom:10px;
	border-top:1px solid #b5b5b5;
	border-bottom:1px solid #b5b5b5;	
}
#content .excerpt-pull-quote h3 {
	margin:0;	
	font-size:1.5em;
	line-height:1.3;
}
#content .excerpt-pull-quote h3 em {
	font-style:normal;
}
.text-sizer {
	display: block;
	float:right;	
	background: #ffffff;
	margin-bottom:-20px;
	padding:5px;
}

/*Sharethis*/

.sharethispin {
	position: fixed;
	top:300px;
	left:0;
	background: #ffffff;
	width: 32px;
	padding:5px;	
}
.sharethispin span {
	display: block;
	background-position: 0;
	background-repeat: none;
}

.sharethispin .stButton .stLarge,
.sharethispin .stButton .stLarge:hover {
	opacity: 0;
}

.sharethispin .st_facebook_large {
	background-image:url('images/facebookbtn.gif');
	background-repeat: none;
	height: 32px;
	width: 32px;
	margin-bottom: 5px;
}
.sharethispin .st_twitter_large {
	background-image:url('images/tweetbtn.gif');
	background-repeat: none;
	height: 32px;
	width: 32px;
	margin-bottom: 5px;
}
.sharethispin .st_pinterest_large {
	background-image:url('images/pinterestbtn.gif');
	background-repeat: none;
	height: 32px;
	width: 32px;
	margin-bottom: 5px;
}
.sharethispin .st_sharethis_large {
	background-image:url('images/sharethisbtn.gif');
	background-repeat: none;
	height: 32px;
	width: 32px;
	margin-bottom: 5px;
}

.share-this {
	margin-bottom:15px;	
}
.share-this .joli {
	float:right;	
}

#primary .wpp-list a,
#primary .wpp-list .wpp-post-title {
	border:none !important;
}
#primary .wpp-list li {
	height: 100px;
	display: block;
	clear:both;
}
#primary .wpp-list img.wpp-thumbnail {
	margin-top: 23px;
	margin-right:10px;
}
#primary .popular-posts .widget-title {
	margin-bottom: -25px;
}
#primary .popular-posts {
	margin-bottom: 50px;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	/*font-size: 140%;
	margin-top: 24px;*/
	font-size: 14px;
	color: #888888;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	padding-bottom: 10px;
}
.attachment #content .entry-content .entry-caption p {
	margin-bottom: 5px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

.attachment .attach-gallery-meta .attach-controls {
	float: right;
}
.attachment #content .entry-title {
	margin-top:-9px;
	margin-bottom: 20px;
}

.attachment #content .entry-title,
.attachment #content .entry-title a {
	font-size: 16px;
	line-height: .6;
}

.attachment .entry-content {
	border:1px solid #888888;
	padding:13px 13px 0;
}
.attachment .attach-gallery-meta {
	font-family:"futura-pt", sans-serif;
}

.attachment .attach-gallery-meta .back-to-article-btn {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #888888;
}
.attachment .attach-gallery-meta .back-to-article-btn .meta-nav {
	display: inline-block;
	margin-top:-2px;
}
.attachment .attach-gallery-meta .back-to-article-btn:hover {
	opacity: .7;
}

.attachment .attach-gallery-meta .attach-controls {
	margin-bottom: -4.5px;
}


.attachment .attach-gallery-meta .image-number {
	display: inline-block;
	font-size: 13px;
	color: #888888;
	text-transform: uppercase;
	height: 30px;
	vertical-align: middle;
	margin-right: 5px;
}

.attachment .attach-gallery-meta .attach-prev a,
.attachment .attach-gallery-meta .attach-next a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	border:1px solid #888888;
	text-decoration: none;
	font-size: 30px;
	color: #888888;
	background-color: #ffffff;
}
.attachment .attach-gallery-meta .attach-next a {
	margin-left: -5px;
}

.attachment .attach-gallery-meta .attach-prev a:hover,
.attachment .attach-gallery-meta .attach-next a:hover {
	opacity: .7;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #fff;
	border:1px solid #b5b5b5;
	line-height: 1.2;
	margin-bottom: 20px;
	max-width: 688px !important; /* prevent too-wide images from breaking layout */
	padding: 5px;
	text-align: left;
}
.wp-caption img {
	margin:5px;
	max-width:678px;
}
#content .wp-caption p.wp-caption-text, #content .wp-caption p {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif !important;
	color: #555555;
	font-size: 12px;
	padding:5px;
	margin-bottom:0;
}
#content .wp-caption p small,
#content .wp-caption small { 
	font-size: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif !important;
	color: #555555;
	padding-left:5px;
	line-height: 1.4;
	display: block;
}

.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 12px 12px;
	line-height: 1.2;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
}

.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #000000;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom:1px solid #c7c7c9;
}
.home #nav-above, .single #nav-above, .category #nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
/*#nav-below {
	margin: -18px 0 0 0;
}*/


/* =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;
}
#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;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
li.widget-container {
	margin: 0 0 35px 0;
}
li.add-rule.widget-container {
	border-top:1px solid #000000;
}
.widget-title {
	color: #000;
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	font-weight:400;
	font-size:14px;
	text-transform:uppercase;
	padding-bottom:5px;
	text-align: center;
	width: auto;
	display: table;
	margin:-19px auto 10px;
	background: #ffffff;
	padding:10px;
}
#main .widget-title a{
	color:#000;
	text-decoration:none;	
	text-align: center;
}
#main .widget-title a:hover{
	color:#83797a;	
	text-decoration:none;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.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;
}
/*ul.xoxo li ul {
	list-style:none;
	margin:0;
	padding:0;	
}*/

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;
	list-style:none;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0;
	padding: 0;
	list-style:none;
}
#main .widget-area ul ul li {	
	
	
}


#main .widget-area ul ul li a {
	font-size:14px;
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	font-weight:400;
	text-decoration:none;
	color:#000;
	text-transform: uppercase;
	display: block;
	padding:10px 15px;
	border:1px solid #c2c2c2;
	margin:0 0 -1px;
}
#main .widget-area ul ul li a:hover {
	color:#83797a;	
}
#main .widget-area ul.advanced-recent-posts {
	margin-bottom: 50px;
}
#main .widget-area ul.advanced-recent-posts li a {
	border:none;
}
ul.advanced-recent-posts img {
	float:left;
	clear:left;
	margin-right:10px; 
	margin-left:-90px;
}


ul.advanced-recent-posts li {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	min-height:74px;
	clear:both;	
	margin-left:90px;
	margin-bottom:20px !important;
}

.artnewsletter-archive ul.advanced-recent-posts li {
	min-height:auto;
	margin-left:0;
}
.artnewsletter-archive ul.advanced-recent-posts li img {
	display:none;
}
#primary .tptn_posts_daily.tptn_posts_widget .tptn_link,
#primary .tptn_posts_daily.tptn_posts_widget .tptn_link .tptn_link,
#main #primary.widget-area .top-ten-row a,
#main #primary.widget-area .top-ten-row a {
	display: inline-block !important;
	border:none !important;
	float:left !important;
	padding:0 !important;
}
#primary .tptn_after_thumb {
	padding:0;
	display: block;
	float:right;
	width:160px !important;
}
#primary .top-ten-wrapper {
	border:1px solid #c2c2c2;
	display: block;
	clear:both;
}

#primary .top-ten-row {
	border:1px solid #c2c2c2 !important;
	padding:10px 15px !important;
	clear:both !important;
	display: block !important;
	height: 100px;
	margin-bottom: -1px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	ul.advanced-recent-posts li {
		min-height:74px;
	}
}


#primary {
}
#secondary {
}
/* Ad Widgets */
#cat-ads-square ul {
	/*display:block;
	height:250px;
	overflow:hidden;	*/	
}
.postid-47945 #cat-ads-square,
.postid-47945 #cat-ads-leader {
	display: none;
}
#cat-ads-leader .widget_adrotate_widgets {
	padding:0;
	margin:0;
	background:#535353;
}
#cat-ads-leader {
	text-align:center;
	background:#535353;
	margin:0;
}

#cat-ads-leader li{
	list-style:none;
	margin:0;
	padding:0;
	
}
#cat-ads-leader img, #cat-ads-leader object, #cat-ads-leader embed {
	position:relative;
	margin:10px 0 4px;
}
#cat-ads-leader img {
	width:auto !important;
}
#cat-ads-leader embed {
	z-index:1;	
}
#cat-ads-leader object img, #cat-ads-leader embed img, a img.flash-fallback, #leader-fl-fallback {
	display:none !important;
	display:none \0/!important;
	display:none \9!important;
	z-index:0;	
}
#cat-ads-leader div{
	display: block;
	width:auto;
	margin:0 auto;
	text-align: center;
}
.flash-fallback, #leader-fl-fallback {
	display:none !important;
	display:none \0/!important;
	display:none \9!important;
}
/* iPad [portrait + landscape] */ 
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { 

#cat-ads-leader object img, a img.flash-fallback, .flash-fallback, #leader-fl-fallback { 
	display:inherit !important;	
	display:none \0/!important;
	display:none \9!important;
}

} 

/* iPhone [portrait + landscape] */
 @media only screen and (max-device-width: 480px) {
	#cat-ads-leader object img, a img.flash-fallback, .flash-fallback, #leader-fl-fallback { 
		display:inherit !important;	
		display:none \0/!important;
		display:none \9!important;
	}
	
 }
/* Footer widget areas */
#footer-widget-area {
}

/* =TOC
------------------------------------------------------------- */

.toc-left-column {
	width:490px;
	display: block;
	float:left;
	padding-right:15px;
	margin-bottom: 50px
}
.toc-right-column {
	width:490px;
	display: block;
	float:left;
	padding-left:15px;
	margin-bottom: 50px;
}
.toc-wrapper #content img {
	margin-bottom: 20px;
}

.toc-wrapper #content .tocp {
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	float: right;	
}

.toc-wrapper #content hr {
	background-color: #000000;
}
.toc-wrapper #content ul {
	list-style: none;
	padding:0;
	margin:0 0 20px;
}
.toc-wrapper #content ul li {
	margin:0;
	padding:0;
}

.toc-wrapper #content a {
	text-decoration: none;
	color: #000000;
}
.toc-wrapper #content a:active,
.toc-wrapper #content a:hover {
	color: #83797a;
}

.toc-wrapper #content h2 {
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
}

.toc-wrapper #content .wp-caption {
	padding:2% !important;
	max-width: 95.75% !important;
	margin:0 0 20px;
}

.toc-wrapper .wp-caption img {
	max-width: 98%;
	margin-bottom: 0 !important;
}
#content .tos-title-wrapper {
	text-align:center;
}

#content .tos-title-wrapper h1 {
	display: inline-block;
	background-color: #fff;
	margin:0;
	padding:10px 10px 50px;
}
#content .tos-title-wrapper hr {
	background-color: #000000;
	margin-top:30px;
	margin-bottom: -30px;
}

.old-issues-dropdown {
	display: block;
	width: 300px;
	margin:0 auto 50px;
	position: relative;
}
#content .old-issues-dropdown .widget-title {
	width: 40px;
	position: absolute;
	top:-20px;
	left:120px;
	display: block;
}

#content .old-issues-dropdown select {
	margin:30px 0;
}

.toc-wrapper #content .Cart66CartButton {
	display: inline-block;
	height: 28px;
	line-height: 30px;
	border-radius: 4px;
	background-color: black;
	vertical-align: middle;
	padding-top:6.5px;
	margin-right:3px;
	margin-top:-1px;
}

.toc-wrapper #content .shop-btn {
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif !important;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	padding:5px 12px;
	background: orange;
	border-radius: 4px;
	text-decoration: none;
	color:white !important;
	letter-spacing: .01em;
	margin:5px 2px 0;
}
.toc-wrapper #content .shop-btn:hover {
	background: gray;
}




/* =Issue Description
------------------------------------------------------------- */
body.tax-issue #main {
	overflow: hidden;
}

body.tax-issue #primary {
	margin-top:0;	
}



body.tax-issue #issue-description h2 {
	display:block;
	text-align:center;
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	font-weight:400;
	border-bottom:1px solid #999999;
	padding-bottom:4px;
	margin-bottom:10px;
	color:#999999;	
	font-size:12px;
	text-transform:uppercase;
}
body.tax-issue #issue-description .Cart66Price {
	display:none;
}	
body.tax-issue #issue-description p strong {
	
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	font-weight:900;
	
}
body.tax-issue #issue-description p.toc-reviews strong {
	font-family: "futura-pt", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight:bold;	
}
body.tax-issue #issue-description p.toc-reviews img {
	border:4px;
	margin:-4px;
}

body.tax-issue #issue-description p br {
	display:block;
	margin:0;
	height:0;	
}
body.tax-issue #issue-description p strong em {
	font-family:"adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-left:15px;	
}
body.tax-issue #issue-description p span {
	font-weight:bold;
	color:#000 !important;
	font-size:12px !important;	
}
body.tax-issue #issue-description h3 {
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	font-weight:400;
	font-size:17px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
body.tax-issue #issue-description h3 strong {
	font-weight: 400;
}
body.tax-issue #issue-description small{
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}


/* =Top 200
------------------------------------------------------------- */

.top200-entry-content {
	padding-top:0;
}
.top200-content-wrap {
	width: 480px;
	float: left;
	margin-top:-37px;
}
.top200-content-wrap.top200-archive-wrap {
	width: 480px;
	float: left;
	margin-top:0;
}



.top200-meta {
	width: 200px;
	float: right;
}
.top200-relatedposts {
	width: 170px;
	float: right;
	border:1px solid #000000;
	padding:15px 15px 5px;
}
.top200-relatedposts .postsbycategory{
	list-style: none;
	margin:0;
	padding:0;
	font-size: 14px;
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	font-weight:400;
	text-transform: uppercase;
	line-height: 1.2;
}
.top200-relatedposts .postsbycategory li{
	margin-bottom: 15px;
}
.top200-relatedposts .postsbycategory li a{
	text-decoration: none;
}
#content .top200-relatedposts-header h3 {
	font-size: 16px;
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	font-weight:400;
	text-transform: uppercase;
	line-height: 1.2;
	display: block;
	padding:0;
	width: 115px;
	height: 20px;
	background-color: #ffffff;
	margin:-35px auto 20px;
	text-align: center;
}
.top200-relatedposts-header hr {
	background: none;
	border:none;
	border-top:1px solid #000000;
	margin:15px 0 0;
}

.top200-meta-wrapper {
	background-color: #eeeeee;
	padding:15px 15px 1px;
	margin-bottom: 15px;
	margin-top:-37px;
}
#content .top200-meta p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.3;
}
#content .top200-meta .collector-name {
	font-size: 16px;
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	font-weight:400;
	text-transform: uppercase;
	line-height: 1.2;
}
#content .top200-meta a {
	text-decoration: none;
}

.top200-header {
	background-color: #000000;
	position: relative;
	padding:20px 15px 5px;
	height: 38px;
	margin-bottom: 25px;
}
.top200-header .page-title {
	color:#ffffff;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
}
.top200year-select {
	position: absolute;
	top:23px;
	right:15px;
}
.top200year-select select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size: 21px;
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	padding:3px 10px;
	margin-top:-8px;
	text-transform: uppercase;
	border-radius: 3px;
	border:none;
}
.top200year-select select:focus,
.top200year-select select:-moz-focusring {
	border:none;
	outline: 0;
	color: rgba(0,0,0,0);
  	text-shadow: 0 0 0 #000;
}
#content .entry-title.top200-title {
	margin-bottom: 0;
	font-size: 20px !important;
}
#content .entry-title.top200-title a {
	font-size: 20px;
}
.top200year-links {
	text-decoration: none;
}
.top200-tile {
	margin-bottom: 30px;
}
.top200-tile a {
	text-decoration: none;
}
.top200-cta {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-bottom: -2px;
	margin-left:5px;
}
#content .entry-title.top200-title a:hover .top200-cta {
	opacity: .5;
}

#content .top200-entry-content .top200-caption {
	margin-top:-20px;
	text-align: right;
}
#content .top200-entry-content .top200-caption span {
}

.single-top200 .wp-caption {
	border:none;
	padding:0;
	text-align: right;
	font-family:"adobe-caslon-pro", Georgia, "Times New Roman", Times, serif !important;
}
.single-top200 .wp-caption img {
	margin-top:0;
}
.single-top200 .alignright, .single-top200 img.alignright,
.single-top200 .alignleft, .single-top200 img.alignleft {
	margin: 0 0 10px;
}
.single-top200 .alignright, .single-top200 img.alignright {
	margin-left:10px;
}
.single-top200 .alignleft, .single-top200 img.alignleft {
	margin-right:10px;
}
.single-top200 #content .wp-caption p.wp-caption-text, 
.single-top200 #content .wp-caption p {
	padding-top:0;
	font-family:"adobe-caslon-pro", Georgia, "Times New Roman", Times, serif !important;
	color: #000000
}

.top200appearance {
	display: none;
}
/*.tax-top200year.term-15591 .top200appearance {
	display:inherit;
}*/
.top200collectingarea {
	text-transform: uppercase;
	font-size: .8em;
}


/* =Search Art Auction archives
-------------------------------------------------------------- */

.search-art-auctions {
	padding:10px 0 50px;
	width: 400px;
	margin:0 auto;
	text-align: center;
}
.search-art-auctions .search-auctions-label{
	text-align: center;
	font-size: 16px;
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	font-weight:400;
	text-transform: uppercase;
	width: 400px;
	display: block;
	margin-bottom: -20px;
}

#content .search-art-auctions input[type="text"]{
	border:none;
	border-bottom:1px solid #000000;
	width: 400px;
}

.search-art-auctions .search-icon {
	float: right;
	margin-top: -25px;
	position: relative;
	z-index: 4px;

}

/* =Footer
-------------------------------------------------------------- */

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/



/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#wrapper {min-height: 100%;}

#main {overflow:visible;
	padding-bottom: 110px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -110px; /* negative value of footer height */
	height: 110px;
	clear:both;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


/*Reg Footer*/

#footer {
	background:#000;
	padding-bottom:10px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	*margin-top:0;
	overflow: hidden;
	padding: 12px 0 20px;
}
.footernav {
	border-bottom:1px solid #5b5b5b;
	margin-bottom:10px;
	padding-bottom:10px;
	height:20px;
}

.footernav a{
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
.footernav a:hover{
	color:#83797a;
}
.footernav ul {
	margin:0;
	padding:0;
	clear:both;	
	text-align: justify;
    min-width: 1015px;
}
.footernav ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.footernav ul li {
    display: inline-block;
}
.footernav ul li{
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	font-weight:400;
	list-style:none;
}

.footernav ul li.home-foot {
	
}
.footernav ul li.about-foot {

}
.footernav ul li.contact-foot {
	
}
.footernav ul li.editor-foot {

}
.footernav ul li.newsletter-foot {
		
}
.footernav ul li.ad-foot {
		
}
.footernav ul li:last-child{
	
}
.terms ul {
	margin:0;
	padding:0;
}
.terms ul li {
	padding:0;
	margin:0 10px 0 0;
	display:inline-block;
	float:left;	
}
#site-info {
	font-size:10px;
	font-family: "futura-pt", "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	text-transform: uppercase;
}
#site-info a {
	font-size:9px;
	color: #5b5b5b;
	font-weight:normal;
	text-decoration: none;
}
#site-generator {
	font-family: "futura-pt", "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	font-size:10px;
	position: relative;
	text-transform: uppercase;
}
#site-generator a {
	color: #5b5b5b;
	display: inline-block;
	line-height: 16px;
	text-decoration: none;
	float:left;
}
#site-generator a.credit {
	float:right;	
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/*Plugin Overrides*/

.an-news-talks .widget-title {
	text-transform:none;	
}

.adsbygoogle,
.google_image_div,
ins {
	background: transparent !important;
}

/*Books Filter*/

.category-books #access,
.category-reviews-books #access,
.category-archived-reviews #access,
.category-book-roundups #access,
.category-catalogues-raisonnes #access,
.single.books #access {
	margin-bottom: 0;
}
.books-filter {
	display: block;
	height: 50px;
	border-bottom:1px solid #d9d9d9;
	margin-bottom: 30px;
	margin-top:0;
}
.books-filter ul {
	padding:0;
	margin:0;
	list-style: none;
	font-family: "futura-pt", "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.books-filter a {
	color:#000;
	display: block;
	height: 50px;
	text-decoration: none;
	width:188px;
	text-align: center;
}
.books-filter a:hover,
.books-filter .current-menu-item a {
	color:#83797a;
	background: url(images/books-filter-arrow.gif) center bottom no-repeat;
}

.books-filter li {
	line-height: 50px;
	display: inline-block;
	
	margin:0;
	padding:0;
}
#content .buy-books-btn {
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif !important;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding:5px 12px;
	background: #e4e4e4;
	border-radius: 4px;
	text-decoration: none;
	color:#000;
	letter-spacing: .01em;
	margin:5px 2px 0;
}
#content .buy-books-btn:hover {
	background: #d7d7d7;
}

.shop-btn {
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif !important;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	padding:5px 12px;
	background: black;
	border-radius: 4px;
	text-decoration: none;
	color:white !important;
	letter-spacing: .01em;
	margin:5px 2px 0;
}
.shop-btn:hover {
	background: gray;
}

#main .pllexislider.overlay ul li .jr-insta-wrap .jr-insta-datacontainer .jr-insta-username a {
	display: inline;
	padding:0;
	border:none;
}
.pllexislider.overlay ul li .jr-insta-wrap {
	display: none;
}



/* =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;
	}
}
/*--Plugin Styling--*/
.FA_overall_container {
	margin-bottom:20px;	
}
.random-posts {
	margin-bottom:15px;	
}
.related-title {
	color: #222222;
	font-weight: bold;
	font-family: "futura-pt", "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
}
#content #igit_rpwt_css  {
	margin-top:20px;	
}
.twtr-widget h3, .twtr-widget h4 {
	clear:none;
	float:left;
}
#igit_rpwt_thumb, #description {
	float:right;	
}
.page-id-4123 #content h2 {
	border-top:1px #c2c2c2 solid;
	font-family: "futura-pt", "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	font-weight:400;
	padding:15px 0 0;
	margin-bottom:5px;	
}

.catablog-gallery.catablog-row {
	font-size:9px;
	font-family: "futura-pt", "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	margin-bottom:10px !important;
}
.catablog-gallery.catablog-row a{
	text-transform:uppercase;
	text-decoration:none;
}
.catablog-gallery.catablog-row a:hover{
	color:#83797a;
}
.catablog-description {
	display:block !important;	
}
.catablog-gallery.catablog-row .catablog-title {
	display:block;	
}
.catablog-description .cart66_edit_product_link {
	display:none;
}

.catablog-row {
	text-align:center !important;	
}
.Cart66ButtonPrimary, .Cart66ButtonSecondary, #content .Cart66ButtonPrimary, #content .Cart66ButtonSecondary, .Cart66CartButton .purAddToCart {
	background:none !important;
	width:auto !important;	
	border:none !important;
	padding:0 !important;
}
.catablog-navigation-link.catablog-disabled {
	display:none;	
}
.page-template-onecolumn-page-php #Cart66scCartContents {
	display:block;
	float:right;
	margin-top:-40px;
	margin-bottom:40px;	
}
#Cart66scEmptyMessage {
	display:none;	
}
#Cart66WidgetCartEmpty, #cart66cartwidget-4 .widget-title, .Cart66CartWidget + #Cart66WidgetCartEmpty  {
	display:none;	
}
.widget-container + #Cart66WidgetCartEmpty {
	display:none;
}
.home-slider-wrapper {
	-webkit-box-shadow: 0px 0px 3px 0px #000000;
	-moz-box-shadow: 0px 0px 3px 0px #000000;
	box-shadow: 0px 0px 3px 0px #000000; 
	margin-bottom:40px;
}
.sd-node-title-box .slide-title.accent-color a.accent-color {
	color:#ffffff !important;
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif !important;
	line-height: 1.1 !important;
	margin-bottom:10px !important;
	padding-bottom:15px !important;
	text-transform: uppercase;
	font-weight: 400;
}
.sd-node-title-box .slide-text {
	margin-top:10px !important;
	padding-bottom:15px !important;
}
.sd-node-title-box .slide-text .readmore.accent-color {
	color:#ffffff !important;
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif !important;
	display: block !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	font-size: 11px !important;
	margin-top:5px !important;
	display:none !important;
}
.home .slidedeck-frame a.deck-navigation.horizontal {  
  top:25px !important;
  bottom:inherit; !important;
}
.home .default-nav-styles.sd2-medium a.deck-navigation.horizontal.next {
	right: 0 !important;
}
.home .default-nav-styles a.deck-navigation.horizontal.prev {
	left: inherit !important;
	right: 55px !important;
}
.lens-tool-kit.sd2-title-dark .sd-node-title-box {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.lens-tool-kit.sd2-title-pos-left .sd-node-title-box {
  top: auto !important;
  padding-bottom:20px !important;
}


.widget_newsletterwidget {
	font-size:15px;
}
.widget_newsletterwidget em {
	font-family:"adobe-caslon-pro", Georgia, "Times New Roman", Times, serif !important;
	font-weight: bold;
	font-style: italic;
	text-transform: none;
}
.widget_newsletterwidget .widget-title {
	
}
.widget_newsletterwidget .signup-text {
	
}
.widget_newsletterwidget  input[type="text"], .widget_newsletterwidget  textarea {
	

}
.widget_newsletterwidget a {
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	background: #000000;
	color:#ffffff;
	font-size:14px;
	border-radius: 4px;
	border:none;
	padding:5px 10px;
	text-decoration: none !important;
	display: inline-block;
}
.widget_newsletterwidget a:hover {
	background: #83797a;
}



#tweets, #fb-lk-bx {
	border:1px solid #c2c2c2;
	padding:10px 15px;
	margin-bottom:30px;
}
#fb-lk-bx {
	padding:0;	
}
.twtr-widget h3, .twtr-widget h4, .twtr-widget p {
	font-family:"adobe-caslon-pro", Georgia, "Times New Roman", Times, serif !important;
	text-align:center !important;
	font-style:italic;
	font-size:14px;	
}
#tweets .twtr-hd, #tweets .twtr-ft {
	display:none;	
}
.twtr-widget .twtr-tweet {
	border:none !important;
}
#tweets h1.tweet-head a {
	display:block;
	width:264px;
	height:28px;
	text-indent:-99999px;
	background:url(images/artnews-on-twitter.gif);	
	margin:10px 0;
}
#tweets h3.follow-twitter a {
	display:block;
	color:#000;
	border-top:1px solid #d9d9d9;
	padding-top:8px;
	margin-top:10px;
	text-align:center;
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	font-weight:400;
	font-size:11px;
	text-transform:uppercase	
}
#main #tweets h3.follow-twitter a:hover {
	color:#83797a;
	text-decoration:none;
}
#igit_rpwt_css h4 {
	font-family:"futura-pt", sans-serif !important;;
	font-weight:400;
	font-size:13px;
	color: #000;
	text-transform:uppercase;
	border-bottom: 1px solid #000000;
	padding-bottom:5px;
	margin-bottom:10px;	
	text-align: center;
}
ul.igit_thumb_ul_list li#igit_rpwt_li{
	display:block;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	float:left;
	width:300px;
	height:75px !important;
	margin-bottom:20px;
	border-bottom:1px solid #000000 !important;
	padding:0 !important;	
	line-height:1.1;
}
ul.igit_thumb_ul_list li#igit_rpwt_li:nth-child(1), ul.igit_thumb_ul_list li#igit_rpwt_li:nth-child(3) {
	margin-right:25px;
}
#igit_rpwt_main_image {
	padding:0 !important;
	width:75px !important;
	height:75px !important;
	margin-bottom:-5px !important;
	padding-right:10px !important;
	background:#fff;
}
#igit_rpwt_main_image img {
	-webkit-box-shadow: 0px 0px 3px 0px #000000;
	-moz-box-shadow: 0px 0px 3px 0px #000000;
	box-shadow: 0px 0px 3px 0px #000000;
}

#igit_title a {
	font-family:"futura-pt", sans-serif !important;
	font-size:13px !important;
	font-weight: 400;
	text-transform:uppercase;
	text-decoration:none;
}
#igit_title a:hover {
	color:#83797a;
}

li#text-10 select {
	width:100%;	
}
#top-widgets .widget_sp_image h2 {
	display:none;
}
#header .widget_sp_image {
	display: block;
	position: absolute;
	left:0;
	top:-5px;
}
#header .widget_sp_image img{
	height:92px;
	width:auto;
	-webkit-box-shadow: 2px 2px 2px 0 #777777;
	box-shadow: 2px 2px 2px 0 #777777;
	/*border:1px solid #a9a9a9;*/
}
.widget_sswidget h3.widget-title {
		
}
/*Jetpack Popular Posts*/
.widgets-list-layout-links {
	width:250px !important;
}

.jp-carousel-image-meta {
	display: none;
}

.wp-caption-text.gallery-caption {
	display: none;
}

.gallery .gallery-item {
	margin-bottom: 10px;
}

/*--Recent Posts Widget--*/
.archive .widget_advancedrecentposts {
	display: none;
}


/*--Event Widget--*/
.event-item {
	border-bottom:1px dotted #ccc;
	padding-bottom:8px;	
}

.event-item h3 {
	font-family:"futura-pt",  "Arial Black", Gadget, sans-serif;
}
.event-item .description {
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	line-height:1.3;
	color:#000;
	text-transform:none;
	margin:5px 0;
}
.event-item .event-time, .event-item div {
	text-transform:uppercase;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;	
}
.event-item .info-link a.url {
	color:#83797a !important;
	text-decoration:none;
	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	text-transform:uppercase;	
	margin-top:5px;	
}
.event-item .info-link a.url:hover {
	border-bottom:1px solid #83797a;
}

/*Sumo*/

.sumome-scrollbox-popup {

	font-family:"futura-pt", "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;

}


/*Popup*/

.wdpu-container .btn {
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	background: #000000;
	color:#ffffff !important;
	font-size:14px;
	border-radius: 4px;
	border:none;
	padding:5px 10px;
	text-decoration: none !important;
	display: inline-block;
}
.wdpu-container .btn:hover {
	background: #83797a;
}

@media (max-width: 1100px) {

	.sharethispin {
		display: none;
	}
}

