CINXE.COM
Time 2010s Art Prints
<!DOCTYPE html> <html lang='en'> <head> <title>Time 2010s Art Prints</title> <meta name="description" content="2010s - Shop for art prints from Time. Each art print is produced using archival inks, ships within 48 hours, and comes with a 30-day money back guarantee! Customize your print with hundreds of different frames and mats, if desired."> <meta property='og:title' content="Time 2010s Art Prints"> <meta property='og:type' content='website'> <meta property='og:url' content='https://timecoverstore.com/collections/2010s/prints'> <meta property='og:image' content='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/next-generation-leaders-2018-bts-photograph-by-nhu-xuan-hua-for-time.jpg'><meta property='og:site_name' content='TIME Cover Store'> <meta property='og:description' content="2010s - Shop for art prints from Time. Each art print is produced using archival inks, ships within 48 hours, and comes with a 30-day money back guarantee! Customize your print with hundreds of different frames and mats, if desired."> <meta property='fb:app_id' content='309028460694'> <meta name='viewport' content='width=device-width, initial-scale=1'> <link rel='stylesheet' type='text/css' href='/css/stylesheet.css?v=bd30f39c2d'> <link rel='stylesheet' type='text/css' href='/css/searchEngine/searchEngineWhiteLabel2024.css?v=bd30f39c2d'> <link rel='canonical' href='https://timecoverstore.com/collections/2010s/prints'> <script type='text/javascript' src='/js/globalScripts.js?v=bd30f39c2d'></script> <script type='text/javascript' src='/js/searchEngine/searchEngine.js?v=bd30f39c2d'></script> <script type='text/javascript'> function newHttpReq() { var newRequest = null; try { newRequest = new XMLHttpRequest(); } catch(trymicrosoft) { try { newRequest = new ActiveXObject("Msxml2.XMLHTTP"); } catch(othermicrosoft) { try { newRequest = new ActiveXObject("Microsoft.XMLHTTP"); } catch(failed) { newRequest = null; } } } return newRequest; } var memberIdType = "galleryid"; var memberId = 33582; var whiteLabelWebsiteId = 891979; var javascriptCurrentTag = ""; var javascriptUrlProductType = "prints"; var javascriptUrlCollection = "2010s"; var image001 = new Image(); image001.src = '/assets/images/Searching.gif'; var thispage = "/collections/2010s/prints"; var javascriptCurrentUrl = "/collections/2010s/prints"; var flagcolorselected = false; var request = newHttpReq(); var httpobject = []; httpobject[-1] = newHttpReq(); var backgroundobject; var sourceobject; var targetobject; var requestcount = 0; if(!httpobject[-1]) { alert("Error Initializing XMLHttpRequest!"); } function bringtotop(artworkid,tag,status) { var url = '/queries/updateartworktags.php?artworkid=' + artworkid + '&tag=' + tag + '&status='+status; if((request.readyState != 4) && (request.readyState != 0)) { request.abort(); request = newHttpReq(); } request.open('GET',url,true); request.onreadystatechange = updatebringtotop; request.send(null); return; } function skip(artworkid) { var sourcediv = document.getElementById('artworkdiv[' + artworkid + ']'); sourcediv.parentNode.removeChild(sourcediv); } function updatebringtotop() { try { if(request.readyState == 4) { } if(request.status == 200) { } } catch (e) { return; } if (request.readyState == 4) { if(request.status == 200) { //alert(request.responseText); var artworkid = request.responseText; var sourcediv = document.getElementById('artworkdiv[' + artworkid + ']'); //sourcediv.parentNode.removeChild(sourcediv); sourcediv.innerHTML = ''; } } } function promotemember(artworkid,status) { var url = '/queries/promotemember.php?artworkid=' + artworkid + '&status='+status; if((request.readyState != 4) && (request.readyState != 0)) { request.abort(); request = newHttpReq(); } request.open('GET',url,true); request.onreadystatechange = updatepage; request.send(null); return; } function promoteartwork(artworkid,status) { var url = '/queries/promoteartwork.php?artworkid=' + artworkid + '&status='+status; if((request.readyState != 4) && (request.readyState != 0)) { request.abort(); request = newHttpReq(); } request.open('GET',url,true); request.onreadystatechange = updatepage; request.send(null); return; } function updatepage() { try { if(request.readyState == 4) { } if(request.status == 200) { } } catch (e) { return; } if (request.readyState == 4) { if(request.status == 200) { alert(request.responseText); } } } function showpromotion(action) { if(document.getElementById('dimdiv')) { var widthclient = parseInt(document.documentElement.clientWidth); var heightclient = parseInt(document.documentElement.clientHeight); backgroundobject = document.getElementById('dimdiv'); backgroundobject.style.width = '100%'; backgroundobject.style.height = document.body.scrollHeight + 0 + 'px'; backgroundobject.style.visibility = 'visible'; targetobject = document.getElementById('lookupdiv'); var targetObjectWidth = widthclient - 52; if(targetObjectWidth > 700) { targetObjectWidth = 700; } targetobject.style.width = targetObjectWidth + 'px'; var sourceposx, sourceposy; sourceobject = document.getElementById('promotiondiv'); if (sourceobject.offsetParent) { sourceposy = sourceobject.offsetTop; while (sourceobject = sourceobject.offsetParent) { sourceposy += sourceobject.offsetTop; } } // Add 50 because loopupdiv has padding set to 25. sourceposx = ((widthclient - targetObjectWidth - 52) / 2); sourceposy -= 1; //alert(widthclient + ' - ' + targetObjectWidth + ' - ' + sourceposx); targetobject.style.pixelLeft = sourceposx; targetobject.style.pixelTop = sourceposy; targetobject.style.left = sourceposx + 'px'; targetobject.style.top = sourceposy + 'px'; var localvalue = requestcount; var poststring = "action=" + action + "&pagename=/collections/2010s/prints&pagetitle=Time 2010s Art Prints"; if(action == 'submit') { var sourcepagename = document.getElementById('sourcepagename').value; sourcepagename = sourcepagename.replace(/&/g,'--ampersand--'); poststring = poststring + "&sourcepagename=" + sourcepagename; document.getElementById('lookupdiv').scrollIntoView(true); } targetobject.innerHTML = "<p style='float: left; font: 10pt arial; padding-top: 3px; padding-right: 5px;'>Please Wait</p><img style='float: left;' src='/assets/images/Searching.gif'>"; targetobject.style.visibility = "visible"; httpobject[localvalue] = newHttpReq(); httpobject[localvalue].onreadystatechange = function(){ try { if(httpobject[localvalue].readyState == 4) { } if(httpobject[localvalue].status == 200) { } } catch (e) { return; } if(httpobject[localvalue].readyState == 4 && httpobject[localvalue].status == 200) { //document.getElementById('lookupdiv2').innerHTML = httpobject[localvalue].responseText; var response = httpobject[localvalue].responseText.split("EXTRAINSTRUCTIONS"); document.getElementById('lookupdiv').innerHTML = response[0]; if(response[1]) { eval(response[1]); } } }; var url = '/queries/querysearchpagepromotion.php'; httpobject[localvalue].open('POST',url,true); httpobject[localvalue].setRequestHeader("content-type", "application/x-www-form-urlencoded"); httpobject[localvalue].send(poststring); requestcount += 1; } } function closelookupwindow() { if(document.getElementById('lookupdiv')) { document.getElementById('lookupdiv').style.visibility = 'hidden'; } if(document.getElementById('dimdiv')) { document.getElementById('dimdiv').style.visibility = 'hidden'; } } function changeproductfilter() { window.location = document.getElementById('productfilter').value; } function changemediumfilter() { window.location = document.getElementById('mediumfilter').value; } function changecollectionid() { window.location = document.getElementById('collectionid').value; } function expandallsubjectsdiv() { document.getElementById('allsubjectsdiv').style.height = 'auto'; document.getElementById('expanddiv').innerHTML = ' '; } function expandallcollectionsdiv() { document.getElementById('allcollectionsdiv').style.height = ''; document.getElementById('expandcollectionsdiv').innerHTML = ' '; } function storescreenwidth() { var localvalue = requestcount; var poststring = "screenwidth=" + screen.width; httpobject[localvalue] = newHttpReq(); httpobject[localvalue].onreadystatechange = function(){ try { if(httpobject[localvalue].readyState == 4) { } if(httpobject[localvalue].status == 200) { } } catch (e) { return; } if(httpobject[localvalue].readyState == 4 && httpobject[localvalue].status == 200) { //alert(httpobject[localvalue].responseText); } }; var url = '/queries/querystorescreenwidth.php'; httpobject[localvalue].open('post',url,true); httpobject[localvalue].setRequestHeader('content-type','application/x-www-form-urlencoded'); httpobject[localvalue].send(poststring); requestcount += 1; } function checkscreenwidth() { if(screen.width != '') { storescreenwidth(); } } var flagbottomvisible = false; var flagtransitioninprogress = false; var targetheight = 0; //window.onscroll = capturescrollposition; function capturescrollposition() { var widthclient = parseInt(document.documentElement.clientWidth); var heightclient = parseInt(document.documentElement.clientHeight); var scrolly = document.documentElement ? document.documentElement.scrollTop : document.body.scrollTop; if(scrolly == 0) { scrolly = document.body.scrollTop; } var timestamp = new Date().getTime(); //document.getElementById('bottomtext').innerHTML = widthclient + ' - ' + heightclient + ' - ' + scrolly + ' - ' + timestamp; if(document.getElementById('specialpromotiondiv')) { if(scrolly < 2000) { if(flagbottomvisible == true && flagtransitioninprogress != true) { hidebottom(); } } else { if(flagbottomvisible == false && flagtransitioninprogress != true) { showbottom(); } } } } function showbottom() { flagtransitioninprogress = true; targetheight = 0; document.getElementById('specialpromotiondiv').style.height = targetheight + 'px'; document.getElementById('specialpromotiondiv').style.visibility = 'visible'; showinprogress(); } function showinprogress() { targetheight += 1; document.getElementById('specialpromotiondiv').style.height = targetheight + 'px'; if (targetheight < 50) { t = setTimeout("showinprogress()", 10); } else { flagtransitioninprogress = false; flagbottomvisible = true; } } function hidebottom() { flagtransitioninprogress = true; targetheight = parseInt(document.getElementById('specialpromotiondiv').style.height); hideinprogress(); } function hideinprogress() { targetheight -= 1; document.getElementById('specialpromotiondiv').style.height = targetheight + 'px'; if (targetheight > 0) { t = setTimeout("hideinprogress()", 10); } else { document.getElementById('specialpromotiondiv').style.visibility = 'hidden'; flagtransitioninprogress = false; flagbottomvisible = false; } } function facebookpopup(url) { var width = 680; var height = 400; var leftposition = Number((screen.width/2)-(width/2)); var topposition = Number((screen.height/2)-(height/2)); window.open(url,'facebookwindow','width=' + width + ',height=' + height + ',resizable=1,toolbar=0,menubar=0,status=0,location=0,left=' + leftposition + ',top=' + topposition); } function googlepluspopup(url) { var width = 720; var height = 500; var leftposition = Number((screen.width/2)-(width/2)); var topposition = Number((screen.height/2)-(height/2)); window.open(url,'googlepluswindow','width=' + width + ',height=' + height + ',resizable=1,toolbar=0,menubar=0,status=0,location=0,left=' + leftposition + ',top=' + topposition); } function checkfacebookcount(sourceurl) { $.get('https://graph.facebook.com/' + sourceurl + '', function(data) { var fbshares = 0; var fblikes = 0; var fbtotal = 0; if ((data.shares != 0) && (data.shares != undefined) && (data.shares != null)) { fbshares = data.shares; } if ((data.likes != 0) && (data.likes != undefined) && (data.likes != null)) { fblikes = data.likes; } fbtotal = fbshares + fblikes; if(true || fbtotal > 0) { document.getElementById('facebookcountdiv').style.display = 'inline-block'; document.getElementById('facebookcount').innerHTML = fbtotal; } },'jsonp'); } function checkgooglepluscount(sourceurl) { $.get('/queries/querysocialapis.php?target=googleplus&url=' + sourceurl, function(data) { if ((data != 0) && (data != undefined) && (data != null)) { document.getElementById('googlepluscountdiv').style.display = 'inline-block'; document.getElementById('googlepluscount').innerHTML = data; } },'html'); } function mouseoverfacebook() { var targetobject = document.getElementById('facebookimage'); targetobject.src = '/assets/images/IconFacebookSmall.png'; } function mouseoutfacebook() { var targetobject = document.getElementById('facebookimage'); targetobject.src = '/assets/images/IconFacebookSmallGrayscale.png'; } function mouseovergoogleplus() { var targetobject = document.getElementById('googleplusimage'); targetobject.src = '/assets/images/IconGooglePlusSmall.png'; } function mouseoutgoogleplus() { var targetobject = document.getElementById('googleplusimage'); targetobject.src = '/assets/images/IconGooglePlusSmallGrayscale.png'; } var closetimersearchtypeoptions = 0; function showsearchtypeoptions() { cancelclosetimersearchtypeoptions(); document.getElementById('searchtypeoptionsdiv').style.display = 'inline-block'; } function hidesearchtypeoptionstime() { closetimersearchtypeoptions = window.setTimeout(hidesearchtypeoptions, 250); } function hidesearchtypeoptions() { document.getElementById('searchtypeoptionsdiv').style.display = 'none'; } function cancelclosetimersearchtypeoptions() { if(closetimersearchtypeoptions) { window.clearTimeout(closetimersearchtypeoptions); closetimersearchtypeoptions = null; } } function showcolorchart(targetcolorid,currentcolor,currenturl,flagscroll) { var localvalue = requestcount; var poststring = 'action=showcolors&targetcolorid=' +targetcolorid + '¤tcolor=' + currentcolor + '¤turl=' + encodeURIComponent(currenturl); if(flagscroll == 1) { var sourceposx, sourceposy; var sourceobject = document.getElementById(targetcolorid + 'div'); if (sourceobject.offsetParent) { sourceposx = sourceobject.offsetLeft; sourceposy = sourceobject.offsetTop; while (sourceobject = sourceobject.offsetParent) { sourceposx += sourceobject.offsetLeft; sourceposy += sourceobject.offsetTop; } } document.getElementById('sidebarcolordiv').scrollIntoView(true); //window.scrollTo(0,sourceposy - 50); } document.getElementById(targetcolorid + 'chartdiv').innerHTML = "<img src='/assets/images/Searching.gif' style='display: inline-block'>"; document.getElementById(targetcolorid + 'chartdiv').style.display = 'inline-block'; httpobject[localvalue] = newHttpReq(); httpobject[localvalue].onreadystatechange = function(){ try { if(httpobject[localvalue].readyState == 4) { } if(httpobject[localvalue].status == 200) { } } catch (e) { return; } if(httpobject[localvalue].readyState == 4 && httpobject[localvalue].status == 200) { document.getElementById(targetcolorid + 'chartdiv').innerHTML = httpobject[localvalue].responseText; } }; var url = '/queries/querysearchenginecolorchart.php'; httpobject[localvalue].open('post',url,true); httpobject[localvalue].setRequestHeader("content-type", "application/x-www-form-urlencoded"); httpobject[localvalue].send(poststring); //alert(poststring); requestcount += 1; } function highlightcolor(targetcolorid,targetcolor) { //alert(targetcolorid + ' - ' + targetcolor); document.getElementById(targetcolorid + 'div').style.backgroundImage = 'none'; document.getElementById(targetcolorid + 'div').style.backgroundColor = targetcolor; } function selectcolor(targetcolorid,targeturl) { document.getElementById(targetcolorid + 'chartdiv').innerHTML = "<img src='/assets/images/Searching.gif' style='display: inline-block'>"; window.location = targeturl; } function showcolorcharttop(currenturl) { var localvalue = requestcount; var poststring = 'action=showcolors¤turl=' + encodeURIComponent(currenturl); //alert(poststring); document.getElementById('messagediv').innerHTML = "<img src='/assets/images/Searching.gif' style='display: inline-block; padding-top: 25px; padding-bottom: 25px;'>"; document.getElementById('messagediv').style.display = 'inline-block'; httpobject[localvalue] = newHttpReq(); httpobject[localvalue].onreadystatechange = function(){ try { if(httpobject[localvalue].readyState == 4) { } if(httpobject[localvalue].status == 200) { } } catch (e) { return; } if(httpobject[localvalue].readyState == 4 && httpobject[localvalue].status == 200) { document.getElementById('messagediv').innerHTML = httpobject[localvalue].responseText; } }; var url = '/queries/querysearchenginecolorcharttop.php'; httpobject[localvalue].open('post',url,true); httpobject[localvalue].setRequestHeader("content-type", "application/x-www-form-urlencoded"); httpobject[localvalue].send(poststring); //alert(poststring); requestcount += 1; } function highlightcolortop(targetcolorid,targetcolor) { //alert(targetcolorid + ' - ' + targetcolor); document.getElementById(targetcolorid + 'topdiv').style.backgroundImage = 'none'; document.getElementById(targetcolorid + 'topdiv').style.backgroundColor = targetcolor; } function selectcolortop(targetcolorid,targetcolor,targeturl) { flagcolorselected = true; document.getElementById(targetcolorid + 'topdiv').style.backgroundColor = targetcolor; document.getElementById(targetcolorid + 'topchartdiv').innerHTML = "<img src='/assets/images/Searching.gif' style='display: inline-block'>"; window.location = targeturl; } function showdimensionsapplychanges() { document.getElementById('dimensionsapplychangesdiv').style.display = 'inline-block'; } function showdimensionsapplychangestop() { document.getElementById('dimensionsapplychangestopdiv').style.display = 'inline-block'; } function dimensionsapplychanges(currenturl) { var minimumprintwidth = document.getElementById('minimumprintwidth').value; var minimumprintheight = document.getElementById('minimumprintheight').value; var maximumprintwidth = document.getElementById('maximumprintwidth').value; var maximumprintheight = document.getElementById('maximumprintheight').value; if(minimumprintwidth > 50 && minimumprintheight > 50) { alert('Both dimensions can not exceed 48". Please reduce one of your dimensions to less than 48".'); return; } //var newurl = currenturl + '?minimumprintwidth=' + minimumprintwidth + '&minimumprintheight=' + minimumprintheight + '&maximumprintwidth=' + maximumprintwidth + '&maximumprintheight=' + maximumprintheight; var newurl = currenturl + '?minimumprintwidth=' + minimumprintwidth + '&minimumprintheight=' + minimumprintheight; window.location = newurl; } function dimensionsapplychangestop(currenturl) { var minimumprintwidth = document.getElementById('minimumprintwidthtop').value; var minimumprintheight = document.getElementById('minimumprintheighttop').value; if(minimumprintwidth > 50 && minimumprintheight > 50) { alert('Both dimensions can not exceed 48". Please reduce one of your dimensions to less than 48".'); return; } //var newurl = currenturl + '?minimumprintwidth=' + minimumprintwidth + '&minimumprintheight=' + minimumprintheight + '&maximumprintwidth=' + maximumprintwidth + '&maximumprintheight=' + maximumprintheight; var newurl = currenturl + '?minimumprintwidth=' + minimumprintwidth + '&minimumprintheight=' + minimumprintheight; window.location = newurl; } var touchx0; var touchy0; var timestamp0; var touchxcurrent; var touchycurrent; function touchcapturestart(evt) { if(evt.touches) { timestamp0 = new Date(); timestamp0 = timestamp0.getTime(); touchx0 = evt.touches[0].pageX; touchy0 = evt.touches[0].pageY; touchxcurrent = touchx0; touchycurrent = touchy0; } } function touchcapturemove(evt) { if(evt.touches) { touchxcurrent = evt.touches[0].pageX; touchycurrent = evt.touches[0].pageY; } } function touchcaptureend(evt) { if(isNaN(touchx0) || isNaN(touchy0) || isNaN(touchxcurrent) || isNaN(touchycurrent)) { return; } var touchdeltax = touchxcurrent - touchx0; var touchdeltay = touchycurrent - touchy0; var currenttime = new Date(); currenttime = currenttime.getTime(); var touchtimestampdelta = currenttime - timestamp0; //alert(touchdeltax + ' - ' + touchdeltay + ' - ' + touchtimestampdelta); if(touchdeltax < -100 && Math.abs(touchdeltay) < 100 && touchtimestampdelta < 1500) { if(document.getElementById('linknext')) { showswipeinprogress(); document.getElementById('linknext').click(); } } if(touchdeltax > 100 && Math.abs(touchdeltay) < 100 && touchtimestampdelta < 1500) { if(document.getElementById('linkprevious')) { showswipeinprogress(); document.getElementById('linkprevious').click(); } } } function showswipeinprogress() { var widthclient = parseInt(document.documentElement.clientWidth); var heightclient = parseInt(document.documentElement.clientHeight); var widthtarget = 131; var heighttarget = 23; var offsetleft = 0; var offsettop = 0; if(true) { if(document.documentElement.scrollTop && !document.body.scrollTop) { offsetleft = document.documentElement.scrollLeft; offsettop = document.documentElement.scrollTop; } else { offsetleft = document.body.scrollLeft; offsettop = document.body.scrollTop; } } else { var sourceobject = document.getElementById('h1title'); if (sourceobject.offsetParent) { offsettop = sourceobject.offsetTop; while (sourceobject = sourceobject.offsetParent) { offsettop += sourceobject.offsetTop; } } } if(!document.getElementById('foregrounddiv') || !document.getElementById('backgrounddiv')) { var newdiv; var cssstyle; // Background Div if(!document.getElementById('backgrounddiv')) { newdiv = document.createElement('div'); cssstyle = 'position: fixed; z-index: 5000; left: 0px; top: 0px; width: 10px; height: 10px; background-color: #000000; visibility: hidden; opacity: 0.25; filter: alpha(opacity=25);'; newdiv.id = 'backgrounddiv'; newdiv.setAttribute('style',cssstyle); newdiv.style.cssText = cssstyle; document.body.appendChild(newdiv); } // Foreground Div if(!document.getElementById('foregrounddiv')) { newdiv = document.createElement('div'); cssstyle = 'position: fixed; z-index: 5001; left: 0px; top: 0px; width: 10px; min-height: 10px; padding: 0px; overflow: hidden; border: none; background-color: transparent; visibility: hidden; box-shadow: none;'; newdiv.id = 'foregrounddiv'; newdiv.setAttribute('style',cssstyle); newdiv.style.cssText = cssstyle; document.body.appendChild(newdiv); } } var backgroundobject = document.getElementById('backgrounddiv'); backgroundobject.style.width = '100%'; backgroundobject.style.height = '100%'; //backgroundobject.style.visibility = 'visible'; var foregrounddiv = document.getElementById('foregrounddiv'); foregrounddiv.style.width = widthtarget + 'px'; foregrounddiv.style.height = heighttarget + 'px'; foregrounddiv.style.backgroundColor = 'transparent'; foregrounddiv.style.border = 'none'; foregrounddiv.style.boxShadow = 'none'; foregrounddiv.innerHTML = "<img src='/assets/images/Searching.gif' style='float: left;'>"; foregrounddiv.style.left = (offsetleft + parseInt((widthclient - widthtarget) / 2)) + 'px'; foregrounddiv.style.top = (offsettop + parseInt((heightclient - heighttarget) / 2)) + 'px'; //foregrounddiv.style.top = offsettop + 'px'; foregrounddiv.style.visibility = 'visible'; } var lastsourcediv = ''; var lastsourcedropdown = ''; var lastsourcedropdownclassname = ''; function showOptions(optionname) { if(lastsourcediv != '') { document.getElementById('hiddendivscontainer').appendChild(lastsourcediv); } var sourcedropdown = document.getElementById('dropdown' + optionname); var sourcediv = document.getElementById('hidden' + optionname + 'div'); var targetdiv = document.getElementById('messagediv'); //targetdiv.appendChild(sourcediv); if(lastsourcedropdownclassname != '') { lastsourcedropdown.className = lastsourcedropdownclassname; lastsourcedropdown.setAttribute('aria-pressed', false); } if(sourcediv != lastsourcediv) { targetdiv.style.display = 'none'; } else { } if(targetdiv.style.display == 'none') { if(sourcedropdown.className != 'customdropdownselected') { lastsourcedropdownclassname = sourcedropdown.className; } sourcedropdown.className = 'customdropdownselected'; sourcedropdown.setAttribute('aria-pressed', true); targetdiv.innerHTML = sourcediv.innerHTML; targetdiv.style.display = 'inline-block'; if(optionname == 'colors') { showcolorcharttop(javascriptCurrentUrl); } if(optionname == 'galleries') { showAllCollections('initialLoad', '', javascriptCurrentTag, ''); } } else { targetdiv.style.display = 'none'; } lastsourcediv = sourcediv; lastsourcedropdown = sourcedropdown; } function showAllCollections(action, tab, tag, page, targetDivId) { var localvalue = requestcount; if(targetDivId === undefined || targetDivId === '') { targetDivId = 'messagediv'; } var productType = javascriptUrlProductType; var collectionUrl = javascriptUrlCollection; var postString = 'action=' + action + '&whiteLabelWebsiteId=' + whiteLabelWebsiteId + '¤tCollectionUrl=' + collectionUrl + '&memberIdType=' + memberIdType + '&memberId=' + memberId + '&tab=' + tab + '¤tTag=' + encodeURIComponent(tag) + "&page=" + page + "&productType=" + productType + "&targetDivId=" + targetDivId;; //alert(postString); document.getElementById(targetDivId).innerHTML = "<img src='/assets/images/Searching.gif' style='display: inline-block; padding-top: 25px; padding-bottom: 25px;'>"; document.getElementById(targetDivId).style.display = 'inline-block'; if(targetDivId == 'messagediv') { document.getElementById('messagediv').scrollIntoView(true); } httpobject[localvalue] = newHttpReq(); httpobject[localvalue].onreadystatechange = function(){ try { if(httpobject[localvalue].readyState == 4) { } if(httpobject[localvalue].status == 200) { } } catch (e) { return; } if(httpobject[localvalue].readyState == 4 && httpobject[localvalue].status == 200) { document.getElementById(targetDivId).innerHTML = httpobject[localvalue].responseText; } }; var url = '/queries/querySearchEngineCollectionsDropDownWhiteLabel.php'; httpobject[localvalue].open('post',url,true); httpobject[localvalue].setRequestHeader("content-type", "application/x-www-form-urlencoded"); httpobject[localvalue].send(postString); requestcount += 1; } function togglecollections() { //alert(searchcollectiongroupid); if(document.getElementById('collectionsexpanddiv').getAttribute('customvisible') != 1) { document.getElementById('collectionsexpanddiv').setAttribute('customvisible',1); document.getElementById('collectionsexpanddiv').style.display = 'none'; document.getElementById('collectionsbottomdiv').style.display = 'inline-block'; } else { document.getElementById('collectionsexpanddiv').setAttribute('customvisible',0); document.getElementById('collectionsexpanddiv').style.display = 'inline-block'; document.getElementById('collectionsbottomdiv').style.display = 'none'; document.getElementById('collectionstopdiv').scrollIntoView(true); } if(false) { if(document.getElementById('collectionsexpanddiv').style.display != 'inline-block') { document.getElementById('collectionsexpanddiv').style.display = 'none'; document.getElementById('collectionsbottomdiv').style.display = 'inline-block'; } else { document.getElementById('collectionsexpanddiv').style.display = 'inline-block'; document.getElementById('collectionsbottomdiv').style.display = 'none'; document.getElementById('collectionstopdiv').scrollIntoView(true); } } } function toggleCollectionsNew(action) { var localValue = requestcount; var productType = javascriptUrlProductType; var postString = "whiteLabelWebsiteId=" + whiteLabelWebsiteId + "&memberIdType=" + memberIdType + "&memberId=" + memberId + "&action=" + action + "&productType=" + productType; httpobject[localValue] = newHttpReq(); httpobject[localValue].onreadystatechange = function(){ try { if(httpobject[localValue].readyState == 4) { } if(httpobject[localValue].status == 200) { } } catch (e) { return; } if(httpobject[localValue].readyState == 4 && httpobject[localValue].status == 200) { document.getElementById('searchEngineCollectionsContainerDiv').scrollIntoView(true); document.getElementById('searchEngineCollectionsContainerDiv').innerHTML = httpobject[localValue].responseText; } }; document.getElementById('collectionsToggleDiv').innerHTML = "<img src='/assets/images/Searching.gif' style='display: inline-block;'>"; var url = '/queries/querySearchEngineCollectionsWhiteLabel.php'; //alert(postString); httpobject[localValue].open('post',url,true); httpobject[localValue].setRequestHeader("Content-type", "application/x-www-form-urlencoded"); httpobject[localValue].send(postString); requestcount += 1; //alert(searchcollectiongroupid); if(document.getElementById('collectionsexpanddiv').getAttribute('customvisible') != 1) { document.getElementById('collectionsexpanddiv').setAttribute('customvisible',1); document.getElementById('collectionsexpanddiv').style.display = 'none'; document.getElementById('collectionsbottomdiv').style.display = 'inline-block'; } else { document.getElementById('collectionsexpanddiv').setAttribute('customvisible',0); document.getElementById('collectionsexpanddiv').style.display = 'inline-block'; document.getElementById('collectionsbottomdiv').style.display = 'none'; document.getElementById('collectionstopdiv').scrollIntoView(true); } } function showmorefromartist(urlmedium, urltag, urlproduct, urlcollection, artworkid, currentpage) { if(document.getElementById("moreimagesdiv[" + artworkid + "]")) { hidemorefromartist(artworkid); return; } var newdiv = document.createElement("div"); newdiv.id = "moreimagesdiv[" + artworkid + "]"; newdiv.style.display = "inline-block"; newdiv.style.visibility = "visible"; newdiv.style.width = "90%"; newdiv.style.overflow = 'hidden'; newdiv.style.textAlign = "center"; newdiv.style.borderWidth = '1px'; newdiv.style.borderStyle = 'solid'; newdiv.style.borderColor = '#AAAAAA'; newdiv.style.borderRadius = '4px'; newdiv.style.padding = '0px'; newdiv.style.margin = '0px'; newdiv.style.marginBottom = '25px'; newdiv.style.boxShadow = '0px 5px 8px #EEEEEE'; newdiv.innerHTML = "<img style='display: inline-block; padding-top: 15px; padding-bottom: 10px;' src='/assets/images/Searching.gif'>"; var referencediv = document.getElementById("artistnamediv[" + artworkid + "]"); referencediv.parentNode.insertBefore(newdiv, referencediv.nextSibling); var localvalue = requestcount; var localartworkid = artworkid; var poststring = "artworkid=" + artworkid + "&medium=" + urlmedium + "&tag=" + urltag + "&product=" + urlproduct + "&collection=" + urlcollection + "¤tpage=" + currentpage; httpobject[localvalue] = newHttpReq(); httpobject[localvalue].onreadystatechange = function(){ try { if(httpobject[localvalue].readyState == 4) { } if(httpobject[localvalue].status == 200) { } } catch (e) { return; } if(httpobject[localvalue].readyState == 4 && httpobject[localvalue].status == 200) { document.getElementById('moreimagesdiv[' + localartworkid + ']').innerHTML = httpobject[localvalue].responseText; } }; var url = '/queries/querysearchenginemoreimages.php'; httpobject[localvalue].open('post',url,true); httpobject[localvalue].setRequestHeader("Content-type", "application/x-www-form-urlencoded"); httpobject[localvalue].send(poststring); requestcount += 1; } function hidemorefromartist(artworkid) { if(document.getElementById("moreimagesdiv[" + artworkid + "]")) { var divtoremove = document.getElementById("moreimagesdiv[" + artworkid + "]"); divtoremove.parentNode.removeChild(divtoremove); } } function scrolltoartwork(artworkid) { if(document.getElementById('artworkdiv[' + artworkid + ']')) { var targetdiv = document.getElementById('artworkdiv[' + artworkid + ']'); targetdiv.scrollIntoView(true); } } </script> <style type='text/css'> h1 { font-size: 24pt; } #h1subtitle { display: inline-block; width: 90%; max-height: 100px; padding-top: 20px; padding-bottom: 10px; overflow-y: auto; font-size: 12pt; font-family: avenir, arial; color: #444444; text-align: center; } .customdropdownhighlighted { border: 1px solid #666666; background-color: #FFFFFF; } #searchEngineCollectionsContainerDiv { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid #CCCCCC; } @media screen and (max-width: 800px) { #h1subtitle { display: inline-block; width: 100%; max-height: none; font-size: 10pt; } } </style> </head> <body onload="checkscreenwidth();" ontouchstart='touchcapturestart(event);' ontouchmove='touchcapturemove(event);' ontouchend='touchcaptureend(event);' style='background-color: #FFFFFF; background-image: none; text-align: center; overflow-x: visible;'> <!-- Google Tag Manager --> <script type='text/javascript'> window.dataLayer = window.dataLayer || []; window.dataLayer.push({'visitorType': 'newVisitor'}); </script> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-5SGSQS9" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5SGSQS9');</script> <!-- End Google Tag Manager --> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '441940254299166'); fbq('track', "PageView");</script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=441940254299166&ev=PageView&noscript=1" /></noscript> <!-- End Facebook Pixel Code --> <!-- Add custom styles here. --> <link rel='stylesheet' type='text/css' href='/artistwebsites/customfiles/time/css/stylesheetHeader.css?v=bd30f39c2d'> <div id='headerAnnouncementDiv' style='min-width: 100%; background-color: #283038;'> <div class='container' style='padding-top: 12px; padding-bottom: 12px; text-align: center;'> <p style='font-size: 10pt; font-family: cabin, oswald, arial; color: #CCCCCC; letter-spacing: 0.5px; word-spacing: 1px;'>Shop for officially licensed TIME covers as wall art, home decor, and apparel!</p> </div> </div> <header id='headerCustomContainerDiv'> <div class='container'> <div id='headerCustomDiv'> <!-- Three Lines --> <div id='navigationTopLinkThreeLinesSingleRow'> <a href='javascript: toggleMobileNavigationDiv();'> <div> </div> <div> </div> <div> </div> </a> </div> <div id='headerCustomLogoDiv'> <a href='https://timecoverstore.com'><img id='headerCustomLogoImage' src='/assets/images/whiteLabelWebsites/time/logoTime002.png' alt='TIME Cover Store' title='TIME Cover Store'><img id='headerCustomLogoImageSmall' src='/assets/images/whiteLabelWebsites/time/logoTime003.png' alt='TIME Cover Store' title='TIME Cover Store'></a> </div> <div id='headerCustomMainLinksContainer'> <a id='headerCustomNavigationShopLink' class='headerCustomNavigationLinks' data-showarrow='1' data-targetMenuId='menuShop' onmouseover="menuPreOpen2019(event);" onmouseout="mclosetime()" onkeydown="menuKeyPress(event);" ontouchstart="menuToggle2019(event);" href="/art">Best Sellers</a> <a id='headerCustomNavigationDiscoverLink' class='headerCustomNavigationLinks' onmouseover="mclose()" href="/collectiongroups">Collections</a> <a id='headerCustomNavigationBestSellersLink' class='headerCustomNavigationLinks' onmouseover="mclose()" href="/art?sort=recentlyadded">New Releases</a> <button type='button' onclick="toggleMobileNavigationDiv('search')"><img id='headerCustomNavigationSearchIcon' data-showarrow='1' src='/assets/images/LogoSearchMagnifyingGlass.png'></button> </div> <form id='headerCustomSearchForm' name='headerCustomSearchForm' class='headerCustomSearchFormActivated' method='post' action='/collections/2010s/prints'> <input type='hidden' class='searchType' name='searchType' value = "keywords"> <div id='headerCustomSearchTypeDiv' onclick="showsearchtypeoptionsheader('searchTypeOptionsHeader');" onkeydown="keyDownSearchTypeOptionsHeader('searchTypeOptionsHeader',event);" tabindex='0'> <div style='display: inline-block; padding-top: 0px;'> <p class='searchTypeName' style='float: none; display: inline-block; vertical-align: middle; padding-top: 8px; font-size: 8pt; font-family: montserratlight, arial; color: #666666; text-decoration: none;'>Keyword</p> <img src='/images/ArrowDownVTransparent.png' style='display: inline-block; vertical-align: middle; padding-left: 2px; padding-top: 10px; max-width: 11px; max-height: 8px;'> </div> </div> <input type='text' id='headerCustomSearchFormInput' name='searchtag' onfocus='customHeaderSearchFocus();' value="" placeholder='Search'> <a href='javascript: document.headerCustomSearchForm.submit();'><img id='headerCustomSearchFormImageMagnifyingGlass' src='/assets/images/LogoSearchMagnifyingGlass.png'></a> <div id='searchTypeOptionsHeader' class='searchTypeOptionsContainer' onMouseOut='hidesearchtypeoptionstimeheader();' style='position: absolute; top: -1px; left: -1px; width: 85px; z-index: 5000000; text-align: center; background-color: #FFFFFF; border: 1px solid #999999; display: none;'> <a href="javascript: selectSearchType('keywords','Keyword');" onmouseover='cancelclosetimersearchtypeoptionsheader();' style='float: left; width: 100%; height: 15px; padding-top: 8px; padding-bottom: 7px; font: 8pt arial; text-decoration: none;'>Keyword</a> <a href="javascript: selectSearchType('artistname','Artist');" onmouseover='cancelclosetimersearchtypeoptionsheader();' style='float: left; width: 100%; height: 15px; padding-top: 8px; padding-bottom: 7px; font: 8pt arial; text-decoration: none;'>Artist</a> <a href="javascript: selectSearchType('keywordsartistname','Key + Artist');" onmouseover='cancelclosetimersearchtypeoptionsheader();' style='float: left; width: 100%; height: 15px; padding-top: 8px; padding-bottom: 7px; font: 8pt arial; text-decoration: none;'>Keyword + Artist</a> <a href="javascript: selectSearchType('title','Title');" onmouseover='cancelclosetimersearchtypeoptionsheader();' style='float: left; width: 100%; height: 15px; padding-top: 8px; padding-bottom: 7px; font: 8pt arial; text-decoration: none;'>Title</a> <a href="javascript: selectSearchType('titleartistname','Title + Artist');" onmouseover='cancelclosetimersearchtypeoptionsheader();' style='float: left; width: 100%; height: 15px; padding-top: 8px; padding-bottom: 7px; font: 8pt arial; text-decoration: none;'>Title + Artist</a> </div> </form> <a id='headerCustomProfileLink' href='https://timecoverstore.com/logincollector.php' onmouseover="menuPreOpen2019(event);" onmouseout="mclosetime();" onkeydown="menuKeyPress(event);" ontouchstart="menuToggle2019(event);"><img id='headerCustomProfileImage' data-showarrow='1' data-targetMenuId='menuMember' src='/artistwebsites/customfiles/condenast/images/headerIconProfileBlack.png'></a> <div id='headerCustomShoppingCartDivNew'> <a href='https://timecoverstore.com/shoppingcart.html'><img src='/artistwebsites/customfiles/condenast/images/headerIconShoppingCartBlack.png' style='display: inline-block; max-width: 22px; max-height: 22px; margin-top: -3px; margin-right: 5px; border: none; vertical-align: middle;'></a> <a id='shoppingCartCounter' href='https://timecoverstore.com/shoppingcart.html' style='display: none; position: absolute; top: -8px; right: 0px; padding: 3px; padding-right: 6px; padding-left: 6px; border-radius: 2px; background-color: #445577; color: #FFFFFF; text-shadow: 1px 1px 2px #444444; text-align: center;'>0</a> </div> </div> </div> </header> <!-- This contains all of the dropdown menus. --> <nav id='headerCustomNavigationSingleRowMenuContainerDiv' aria-label='Main Navigation'> <div class='container'> <!-- Main Navigation Menu--> <div id='headerCustomNavigationSingleRowMenuDiv'> <!-- Hidden Up Arrow --> <img id='headerarrow' src='/assets/images/HeaderVerticalArrowAccentTransparent.png'> <!-- Dropdown Menu: Shop --> <div id='menuShop' class='headerCustomNavigationMenuDropdown headerCustomNavigationMenuDropdownOneLevelOnly' onmouseover='mcancelclosetime();' onmouseout='mclosetime();'> <div style='float: left; width: 100%; padding-top: 0px; text-align: justify;'> <div class='headernavigationmenutextdiv'> <div> <p><a href='https://timecoverstore.com/art'>Wall Art</a></p> </div> <ul class='headernavigationmenutextlist'> <li><a href='https://timecoverstore.com/shop/canvas+prints'>Canvas Prints</a></li> <li><a href='https://timecoverstore.com/shop/framed+prints'>Framed Prints</a></li> <li><a href='https://timecoverstore.com/shop/metal+prints'>Metal Prints</a></li> <li><a href='https://timecoverstore.com/shop/acrylic+prints'>Acrylic Prints</a></li> <li><a href='https://timecoverstore.com/shop/wood+prints'>Wood Prints</a></li> <li><a href='https://timecoverstore.com/shop/prints'>Art Prints</a></li> </ul> </div> <div style='display: inline-block; width: 100%;'> </div> </div> </div> <!-- Dropdown Menu: Sign In --> <div id='menuMember' class='headerCustomNavigationMenuDropdown headerCustomNavigationMenuDropdownOneLevelOnly' onmouseover='mcancelclosetime();' onmouseout='mclosetime();' style='left: auto; right: 0px; padding: 15px; width: 250px;'> <div class='headernavigationmenutextdiv' style='min-width: 100%; padding: 0px; margin-bottom: 0px;'> <ul class='headernavigationmenutextlist' style='padding-top: 0px;'> <li><a href='https://timecoverstore.com/logincollector.php'>Buyer</a></li> <li><a href='https://timecoverstore.com/loginadministrator.html'>Administrator</a></li> </ul> </div> </div> </div> </div> <!-- Mobile Navigation Menu: Dark Background (Absolution Positioning) --> <div id='mobileNavigationBackgroundDiv' onclick="toggleMobileNavigationDiv();"> </div> <!-- Mobile Navigation Menu (Absolution Positioning) --> <div id='mobileNavigationDiv'> <div id='mobileNavigationInnerDiv' style='margin-top: 10px;'> <div id='mobileNavigationMenuMain' class='mobileNavigationListContainer' style='display: inline-block;'> <div class='mobileNavigationBackDiv'> <button type='button' id='mobileNavigationButtonHome' class='mobileNavigationButtonBack' onclick="goToUrl('/');">Home</button> <button type='button' class='mobileNavigationButtonX' onclick='toggleMobileNavigationDiv();'></button> </div> <form id='mobileNavigationSearchForm' class='' method='post' action='/collections/2010s/prints'> <div id='mobileNavigationSearchTypeDiv' class='mobileNavigationElementContainer'> <a id='mobileNavigationSelectedSearchType' class='mobileNavigationHeader' href="javascript: toggleMobileNavigation('mobileNavigationSearchTypeDiv');"> <div class='mobileNavigationHeaderTextDiv'> <span class='mobileNavigationHeaderTitle'>Search Type</span> <span id='mobileNavigationSearchTypeName' class='mobileNavigationHeaderValue'>Keyword</span> </div> </a> <div class='mobileNavigationOptionsDiv'> <a id='mobileNavigationSearchType-keywords' class='mobileNavigationOption mobileNavigationOptionSelected' href="javascript: selectMobileNavigationSearchType('keywords');">Keyword</a> <a id='mobileNavigationSearchType-title' class='mobileNavigationOption' href="javascript: selectMobileNavigationSearchType('title');">Title</a> <a id='mobileNavigationSearchType-artistname' class='mobileNavigationOption' href="javascript: selectMobileNavigationSearchType('artistname');">Artist</a> <a id='mobileNavigationSearchType-titleartistname' class='mobileNavigationOption' href="javascript: selectMobileNavigationSearchType('titleartistname');">Title + Artist</a> <a id='mobileNavigationSearchType-keywordsartistname' class='mobileNavigationOption' href="javascript: selectMobileNavigationSearchType('keywordsartistname');">Keyword + Artist</a> </div> </div> <input type='hidden' id='mobileNavigationSearchType' name='searchType' value='keywords'> <div id='mobileNavigationCustomSearchInputContainerDiv'> <input type='textbox' id='mobileNavigationSearchInput' name='searchtag' onFocus="mobileNavigationSearchFocus();" value="" placeholder='Search'> <button type='button' id='mobileNavigationSearchMagnifyingGlassImageButton' onclick="document.getElementById('mobileNavigationSearchForm').submit();"><img id='mobileNavigationSearchMagnifyingGlassImage' src='/assets/images/LogoSearchMagnifyingGlass.png' alt='Search' title='Search'></button> </div> </form> <ul class='mobileNavigationMenuTopList'> <li><button type='button' class='mobileNavigationLinkRightArrow' onclick="showMobileMenu('mobileNavigationMenuShop');">Products</button></li> <li><button type='button' class='mobileNavigationLinkRightArrow' onclick="showMobileMenu('mobileNavigationMenuCollections');">Collections</button></li> <li style='border-bottom: 1px solid #CCCCCC;'><button type='button' class='mobileNavigationLinkRightArrow' onclick="showMobileMenu('mobileNavigationMenuAbout');">About</button></li> <li style='margin-top: 40px; border-top: 1px solid #CCCCCC;'><a href="https://timecoverstore.com/collectorcreateaccount.php">Join</a></li> <li style='border-bottom: 1px solid #CCCCCC;'><a href="https://timecoverstore.com/logincollector.php">Sign In</a></li> </ul> </div> <div id='mobileNavigationMenuShop' class='mobileNavigationListContainer'> <div class='mobileNavigationBackDiv'> <button type='button' class='mobileNavigationButtonBack' onclick="showMobileMenu('mobileNavigationMenuMain');">Back</button> <button type='button' class='mobileNavigationButtonX' onclick='toggleMobileNavigationDiv();'></button> </div> <ul class='mobileNavigationMenuTopList'> <li> <a href="https://timecoverstore.com/shop/canvas+prints">Canvas Prints</a> </li> <li> <a href="https://timecoverstore.com/shop/framed+prints">Framed Prints</a> </li> <li> <a href="https://timecoverstore.com/shop/metal+prints">Metal Prints</a> </li> <li> <a href="https://timecoverstore.com/shop/acrylic+prints">Acrylic Prints</a> </li> <li> <a href="https://timecoverstore.com/shop/wood+prints">Wood Prints</a> </li> <li> <a href="https://timecoverstore.com/shop/art+prints">Art Prints</a> </li> </ul> </div> <div id='mobileNavigationMenuCollections' class='mobileNavigationListContainer'> <div class='mobileNavigationBackDiv'> <button type='button' class='mobileNavigationButtonBack' onclick="showMobileMenu('mobileNavigationMenuMain');">Back</button> <button type='button' class='mobileNavigationButtonX' onclick='toggleMobileNavigationDiv();'></button> </div> <ul class='mobileNavigationMenuTopList'> <li> <a href="https://timecoverstore.com/collectiongroups">All Collections</a> </li> <li> <a href="https://timecoverstore.com/collections/time100+2020+honorees">TIME100 - 2020 Honorees</a> </li> <li> <a href="https://timecoverstore.com/collections/time100+previous+honorees">TIME100 - Previous Honorees</a> </li> <li> <a href="https://timecoverstore.com/collections/ruth+bader+ginsburg+1933+2020">Ruth Bader Ginsburg 1933-2020</a> </li> <li> <a href="https://timecoverstore.com/collections/time+100+women+of+the+year">TIME 100 Women of The Year</a> </li> <li> <a href="https://timecoverstore.com/collections/justice+and+equality">Justice and Equality</a> </li> <li> <a href="https://timecoverstore.com/collections/firsts+women+who+are+changing+the+world">FIRSTS - Women Who are Changing the World</a> </li> <li> <a href="https://timecoverstore.com/collections/sports">Sports</a> </li> <li> <a href="https://timecoverstore.com/collections/time+next+100">TIME NEXT 100</a> </li> <li> <a href="https://timecoverstore.com/collections/health">Health</a> </li> <li> <a href="https://timecoverstore.com/collections/music">Music</a> </li> <li> <a href="https://timecoverstore.com/collections/science+technology">Science & Technology</a> </li> <li> <a href="https://timecoverstore.com/collections/2020s">2020s</a> </li> <li> <a href="https://timecoverstore.com/collections/2010s">2010's</a> </li> <!-- <li> <button type='button' class='mobileNavigationLinkDownArrow' onclick="toggleMobileSubMenu('mobileNavigationSubMenuCollectionFilmTelevision');">Film & Television</button> <ul id='mobileNavigationSubMenuCollectionFilmTelevision' class='mobileNavigationMenuSubList'> <li><a href="https://timecoverstore.com/collectiongroups/film+television">All Film & Television</a></li> <li><a href="https://timecoverstore.com/collections/actors">Actors</a></li> <li><a href="https://timecoverstore.com/collections/directors">Directors</a></li> <li><a href="https://timecoverstore.com/collections/directors">Awards</a></li> <li><a href="https://timecoverstore.com/collections/golden+age+of+hollywood">Golden Age</a></li> </ul> </li> --> </ul> </div> <div id='mobileNavigationMenuCommunity' class='mobileNavigationListContainer'> <div class='mobileNavigationBackDiv'> <button type='button' class='mobileNavigationButtonBack' onclick="showMobileMenu('mobileNavigationMenuMain');">Back</button> <button type='button' class='mobileNavigationButtonX' onclick='toggleMobileNavigationDiv();'></button> </div> <ul class='mobileNavigationMenuTopList'> <li><a href="https://fineartamerica.com/wall-art">Wall Art</a></li> <li><a href="https://fineartamerica.com/shop/wood+prints">Wood Prints</a></li> <li><a href="https://fineartamerica.com/shop/prints/abstract">Abstract Art Prints</a></li> <li><a href="https://pixels.com/shop/iphone+cases">iPhone Cases</a></li> <li><a href="https://famouspaintings.com">Famous Paintings</a></li> <li><a href="https://fineartamerica.com/shop/canvas+prints/claude+monet">Monet Canvas Prints</a></li> </ul> </div> <div id='mobileNavigationMenuLogin' class='mobileNavigationListContainer'> <div class='mobileNavigationBackDiv'> <button type='button' class='mobileNavigationButtonBack' onclick="showMobileMenu('mobileNavigationMenuMain');">Back</button> <button type='button' class='mobileNavigationButtonX' onclick='toggleMobileNavigationDiv();'></button> </div> <ul class='mobileNavigationMenuTopList'> <li><a href="https://timecoverstore.com/loginartist.php">Artists</a></li> <li><a href="https://timecoverstore.com/logingallery.php">Galleries</a></li> <li><a href="https://timecoverstore.com/logincollector.php">Buyers</a></li> </ul> </div> <div id='mobileNavigationMenuAbout' class='mobileNavigationListContainer'> <div class='mobileNavigationBackDiv'> <button type='button' class='mobileNavigationButtonBack' onclick="showMobileMenu('mobileNavigationMenuMain');">Back</button> <button type='button' class='mobileNavigationButtonX' onclick='toggleMobileNavigationDiv();'></button> </div> <ul class='mobileNavigationMenuTopList'> <li><a href="https://timecoverstore.com/artistwebsites/customfiles/time/about-time-magazine-store.html">About Us</a></li> <li><a href="https://timecoverstore.com/contactus.html">Contact Us</a></li> <li><a href="https://timecoverstore.com/moneybackguarantee.html">Satisfaction Guarantee</a></li> </ul> </div> </div> </div> </nav> <div style='display: inline-block; width: 100%;'> <nav id='breadcrumbContainer' class='container' aria-label='Breadcrumbs'> <ul class='breadcrumblist breadcrumbListLong'> <li class='breadcrumbLink'> <a href='/wall-art'><span>Wall Art</span></a> </li> <li class='breadcrumbLink'> <a href='/shop/prints?view=artistcollection'><span> Collections</span></a> </li> <li class='breadcrumbLink'> <a href='/shop/prints'><span>Prints</span></a> </li> <li class='breadcrumbLink'> 2010s </li> </ul> </nav> </div> <script type='application/ld+json'> { "@context":"http://schema.org", "@type":"BreadcrumbList", "itemListElement":[ { "@type":"ListItem", "position":1, "item":{ "@id":"/wall-art", "name":"Wall Art" } }, { "@type":"ListItem", "position":2, "item":{ "@id":"/shop/prints?view=artistcollection", "name":" Collections" } }, { "@type":"ListItem", "position":3, "item":{ "@id":"/shop/prints", "name":"Prints" } }, { "@type":"ListItem", "position":4, "item":{ "@id":"//collections/2010s/prints", "name":"2010s" } } ] }</script> <div id='searchEngineContainerDiv' class='container'> <div class='searchEngineRightDiv'> <div id='searchEngineHeaderContainerDiv' data-display-image='1' data-display-description='' data-display-available-styles='0' data-display-available-view-types='0' data-view-type='product'> <div id='h1h2ContainerDiv'> <div id='h1RowDiv'> <img id='h1Image' class='h1imageprint' src='https://render.fineartamerica.com/images/rendered/search/print/7.5/10/break/images/artworkimages/medium/3/next-generation-leaders-2018-bts-photograph-by-nhu-xuan-hua-for-time.jpg' loading='lazy' width='750' height='1000' alt="2010s Art Prints" title="2010s Art Prints"> <h1 id='h1Title' data-flag-product-name='1' data-flag-long-length='0'>2010s <span id='h1ProductName'>Art Prints</span></h1> </div> </div> </div> <div id='topPaginationDiv'> <p class='countdiv' style='float: left; font: 10pt avenir, arial; color: #444444;'>1 - 42 of 42 2010s art prints for sale</p><div class='pagelistdiv'> </div> </div> <div style='display: inline-block; width: 100%; padding-top: 0px; padding-bottom: 0px;'> <div id='searchFormSearchEngineContainerDiv'> <form id='searchFormSearchEngine' name='searchFormSearchEngine' class='' method='post' action='/collections/2010s/prints'> <input type='hidden' class='searchType' name='searchType' value = "keywords"> <button type='button' id='searchFormSearchEngineSearchTypeDiv' onclick="showSearchTypeOptionsSearchEngine('searchTypeOptionsSearchEngine');" role='button' tabindex='0'> <p class='searchTypeName' style='float: none; display: inline-block; vertical-align: middle; font-size: 8pt; font-family: montserratlight, arial; color: #666666; text-decoration: none; line-height: 100%;'>Keyword</p> <img src='/assets/images/ArrowDownVTransparent.png' style='display: inline-block; vertical-align: middle; padding-left: 2px; max-width: 11px; max-height: 8px;' alt='Arrow Down' title='Arrow Down'> </button> <input type='text' id='searchFormSearchEngineInput' name='searchtag' onfocus='searchEngineSearchFocus(); autoPromptSearchTerms(event);' onkeypress='checkForEnterSearchFormSearchEngine(event);' onkeyup='checkForEmptySearchInput(event); autoPromptSearchTerms(event);' data-flag-search-input='1' data-container-id='searchFormSearchEngine' value="" placeholder='Search' title='Search' autocomplete='off' autocapitalize='off'> <button type='button' id='searchFormSearchEngineImageMagnifyingGlassButton' onclick='document.searchFormSearchEngine.submit();'><img id='searchFormSearchEngineImageMagnifyingGlass' src='/assets/images/LogoSearchMagnifyingGlass.png' alt='Search' title='Search'></button> <div id='searchTypeOptionsSearchEngine' class='searchTypeOptionsContainer' onmouseout='hideSearchTypeOptionsTimeSearchEngine();' style='position: absolute; top: -1px; left: -1px; width: 85px; z-index: 5000000; text-align: center; background-color: #FFFFFF; border: 1px solid #999999; display: none;'> <button type='button' onclick="selectSearchType('keywords','Keyword');" onMouseOver='cancelCloseTimerSearchTypeOptionsSearchEngine();' style='float: left; width: 100%; min-height: 30px; padding: 8px; font: 8pt arial; text-decoration: none; text-align: left;'>Keyword</button> <button type='button' onclick="selectSearchType('artistname','Artist');" onMouseOver='cancelCloseTimerSearchTypeOptionsSearchEngine();' style='float: left; width: 100%; min-height: 30px; padding: 8px; font: 8pt arial; text-decoration: none; text-align: left;'>Artist</button> <button type='button' onclick="selectSearchType('keywordsartistname','Key + Artist');" onMouseOver='cancelCloseTimerSearchTypeOptionsSearchEngine();' style='float: left; width: 100%; min-height: 30px; padding: 8px; font: 8pt arial; text-decoration: none; text-align: left;'>Keyword + Artist</button> <button type='button' onclick="selectSearchType('title','Title');" onMouseOver='cancelCloseTimerSearchTypeOptionsSearchEngine();' style='float: left; width: 100%; min-height: 30px; padding: 8px; font: 8pt arial; text-decoration: none; text-align: left;'>Title</button> <button type='button' onclick="selectSearchType('titleartistname','Title + Artist');" onMouseOver='cancelCloseTimerSearchTypeOptionsSearchEngine();' style='float: left; width: 100%; min-height: 30px; padding: 8px; font: 8pt arial; text-decoration: none; text-align: left;'>Title + Artist</button> </div> </form> </div> <div id='filtersContainerOuterDiv'> <div class='filtersContainerDiv'> <p id='filterNumResultsMain' class='filterNumResults'><span id='filterNumResultsLabel'>Results: </span>42</p> <div id='buttonStylesFiltersContainerDiv'> <button type='button' class='buttonShowFilters' onclick='toggleSearchEngineNavigationMenu();'>Filters (2)</button> </div> </div> </div> <div id='filtersBottomContainerOuterDiv'> <div class='filtersContainerDiv'> <p class='filterNumResults'>Results: 42</p> <a class='buttonShowFilters' href='javascript: toggleSearchEngineNavigationMenu();'>Filters</a> <a href='javascript: returnToTop()'><img id='imageScrollToTop' src='/assets/images/iconScrollToTop.png'></a> </div> </div> <div id='searchEngineNavigationFiltersDiv' data-more-than-one-filter='1' data-more-than-two-filters='0'> <button type='button' class='buttonClearNavigationFilter' onclick="goToUrl('/collections/2010s');" style='order: 1; -webkit-order: 1;'><span class='filterX'></span><span class='filterText'>Art Prints</span></button> <button type='button' class='buttonClearNavigationFilter' onclick="goToUrl('/shop/prints');" style='order: 3; -webkit-order: 3;'><span class='filterX'></span><span class='filterText'>Collection: 2010s</span></button> </div> <div id='messagediv' style='display: none; float: left; text-align: center;'> </div> <div id='hiddendivscontainer' style='display: none; width: 100%;'> <div id='hiddencolorsdiv' style='display: inline-block; float: left; width: 100%;'> </div> <div id='hiddengalleriesdiv' style='display: inline-block; float: left; width: 100%;'> </div> </div> <div id='searchCollectionMainProductsContainerDiv' style='display: none;'> <a class='searchCollectionMainProductLink' href='/collections/2010s/prints'> <div class='searchCollectionMainProductDiv'> <img class='searchCollectionMainProductImage lazy' src='/assets/images/Blank.jpg' data-src='https://render.fineartamerica.com/images/rendered/search/print/7.5/10/break/images/artworkimages/medium/3/are-you-mom-enough-photograph-by-martin-schoeller.jpg'> <p class='searchCollectionMainProductTitle'>Art Prints<p> </div> </a> <a class='searchCollectionMainProductLink' href='/collections/2010s/canvas+prints'> <div class='searchCollectionMainProductDiv'> <img class='searchCollectionMainProductImage lazy' src='/assets/images/Blank.jpg' data-src='https://render.fineartamerica.com/images/rendered/search/canvas-print/7.5/10/black/break/images/artworkimages/medium/3/the-transgender-tipping-point-photograph-by-peter-hapak-for-time-canvas-print.jpg'> <p class='searchCollectionMainProductTitle'>Canvas Prints<p> </div> </a> <a class='searchCollectionMainProductLink' href='/collections/2010s/metal+prints'> <div class='searchCollectionMainProductDiv'> <img class='searchCollectionMainProductImage lazy' src='/assets/images/Blank.jpg' data-src='https://render.fineartamerica.com/images/rendered/search/metal-print/7.5/10/break/images/artworkimages/medium/3/obamas-world-view-2012-photograph-by-christopher-morris-vii-for-time.jpg'> <p class='searchCollectionMainProductTitle'>Metal Prints<p> </div> </a> <a class='searchCollectionMainProductLink' href='/collections/2010s/framed+prints'> <div class='searchCollectionMainProductDiv'> <img class='searchCollectionMainProductImage lazy' src='/assets/images/Blank.jpg' data-src='https://render.fineartamerica.com/images/rendered/search/framed-print/images/artworkimages/medium/3/next-generation-leaders-2018-bts-photograph-by-nhu-xuan-hua-for-time.jpg?imgWI=7.5&imgHI=10&sku=CRQ13&mat1=PM918&mat2=&t=2&b=2&l=2&r=2&off=0.5&frameW=0.875'> <p class='searchCollectionMainProductTitle'>Framed Prints<p> </div> </a> <a class='searchCollectionMainProductLink' href='/collections/2010s/acrylic+prints'> <div class='searchCollectionMainProductDiv'> <img class='searchCollectionMainProductImage lazy' src='/assets/images/Blank.jpg' data-src='https://render.fineartamerica.com/images/rendered/search/acrylic-print/7.5/10/hangingwire/break/images/artworkimages/medium/3/the-south-issue-stacey-abrahams-photograph-by-akasha-rabut-for-time.jpg'> <p class='searchCollectionMainProductTitle'>Acrylic Prints<p> </div> </a> <a class='searchCollectionMainProductLink' href='/collections/2010s/wood+prints'> <div class='searchCollectionMainProductDiv'> <img class='searchCollectionMainProductImage lazy' src='/assets/images/Blank.jpg' data-src='https://render.fineartamerica.com/images/rendered/search/wood-print/7.5/10/break/images/artworkimages/medium/3/1-im-a-teacher-in-america-photograph-by-maddie-mcgarvey-for-time.jpg'> <p class='searchCollectionMainProductTitle'>Wood Prints<p> </div> </a> </div> <div id='searchEngineResultsParentDiv' data-display-style='normal'> <div class='searchengineresultdiv' id='artworkdiv[42952880]' data-position='0'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/next-generation-leaders-2018-bts-photograph-by-nhu-xuan-hua-for-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/next-generation-leaders-2018-bts-photograph-by-nhu-xuan-hua-for-time.jpg' loading='lazy' alt="Next Generation Leaders 2018 - Bts Art Print" title="Next Generation Leaders 2018 - Bts Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/next-generation-leaders-2018-bts-photograph-by-nhu-xuan-hua-for-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>Next Generation Leaders 2018 - BTS Art Print</a></p> <div id='artistNameDiv[42952880]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/next-generation-leaders-2018-bts-photograph-by-nhu-xuan-hua-for-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Nhu Xuan Hua for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[31374595]' data-position='1'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/1-the-art-of-optimism-february-18-2019-time-cover.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/2/1-the-art-of-optimism-february-18-2019-time-cover.jpg' loading='lazy' alt="The Art Of Optimism Time Cover #1 Art Print" title="The Art Of Optimism Time Cover #1 Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/1-the-art-of-optimism-february-18-2019-time-cover.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The Art Of Optimism Time Cover #1 Art Print</a></p> <div id='artistNameDiv[31374595]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/1-the-art-of-optimism-february-18-2019-time-cover.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Painting by Nelson Makamo for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29229788]' data-position='2'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/her-case-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/her-case-time.jpg' loading='lazy' alt="Her Case Art Print" title="Her Case Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/her-case-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>Her Case Art Print</a></p> <div id='artistNameDiv[29229788]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/her-case-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Nolwen Cifuentes for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29664959]' data-position='3'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/the-next-space-race-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/the-next-space-race-time.jpg' loading='lazy' alt="The Next Space Race Art Print" title="The Next Space Race Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/the-next-space-race-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The Next Space Race Art Print</a></p> <div id='artistNameDiv[29664959]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/the-next-space-race-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Illustration by Alessandro Gottardo for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29221122]' data-position='4'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/person-of-the-year-greta-thunberg-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/person-of-the-year-greta-thunberg-time.jpg' loading='lazy' alt="2019 Person Of The Year - Greta Thunberg Art Print" title="2019 Person Of The Year - Greta Thunberg Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/person-of-the-year-greta-thunberg-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>2019 Person of the Year - Greta Thunberg Art Print</a></p> <div id='artistNameDiv[29221122]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/person-of-the-year-greta-thunberg-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Evgenia Arbugaeva for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[31374588]' data-position='5'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/the-art-of-optimism-february-18-2019-time-cover.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/2/the-art-of-optimism-february-18-2019-time-cover.jpg' loading='lazy' alt="The Art Of Optimism Art Print" title="The Art Of Optimism Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/the-art-of-optimism-february-18-2019-time-cover.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The Art Of Optimism Art Print</a></p> <div id='artistNameDiv[31374588]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/the-art-of-optimism-february-18-2019-time-cover.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Djeneba Aduayom for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29230949]' data-position='6'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/the-100-most-influential-people-mohamed-salah-salah.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/the-100-most-influential-people-mohamed-salah-salah.jpg' loading='lazy' alt="The 100 Most Influential People - Mohamed Salah Art Print" title="The 100 Most Influential People - Mohamed Salah Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/the-100-most-influential-people-mohamed-salah-salah.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The 100 Most Influential People - Mohamed Salah Art Print</a></p> <div id='artistNameDiv[29230949]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/the-100-most-influential-people-mohamed-salah-salah.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Pari Dukovic for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[31374599]' data-position='7'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/the-art-of-the-duel-january-21-2019-time-cover.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/2/the-art-of-the-duel-january-21-2019-time-cover.jpg' loading='lazy' alt="The Art Of The Duel Art Print" title="The Art Of The Duel Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/the-art-of-the-duel-january-21-2019-time-cover.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The Art of the Duel Art Print</a></p> <div id='artistNameDiv[31374599]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/the-art-of-the-duel-january-21-2019-time-cover.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Illustration by Jason Seiler for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[31460358]' data-position='8'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/enough-john-mavroudis.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/enough-john-mavroudis.jpg' loading='lazy' alt="Enough Art Print" title="Enough Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/enough-john-mavroudis.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>Enough Art Print</a></p> <div id='artistNameDiv[31460358]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/enough-john-mavroudis.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Illustration by John Mavroudis for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29229821]' data-position='9'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/time-trump-cover-edel-rodrigues.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/time-trump-cover-edel-rodrigues.jpg' loading='lazy' alt="Time Trump Cover Art Print" title="Time Trump Cover Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/time-trump-cover-edel-rodrigues.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>TIME Trump Cover Art Print</a></p> <div id='artistNameDiv[29229821]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/time-trump-cover-edel-rodrigues.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Illustration by Edel Rodriguez for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29229656]' data-position='10'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/the-robot-will-see-you-now-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/the-robot-will-see-you-now-time.jpg' loading='lazy' alt="The Robot Will See You Now Art Print" title="The Robot Will See You Now Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/the-robot-will-see-you-now-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The Robot Will See You Now Art Print</a></p> <div id='artistNameDiv[29229656]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/the-robot-will-see-you-now-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photo-composite - photographs by Greg Kahn for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29229865]' data-position='11'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/2050-how-earth-survived-toshihiko-hosaka.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/2050-how-earth-survived-toshihiko-hosaka.jpg' loading='lazy' alt="2050 How Earth Survived Art Print" title="2050 How Earth Survived Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/2050-how-earth-survived-toshihiko-hosaka.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>2050 How Earth Survived Art Print</a></p> <div id='artistNameDiv[29229865]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/2050-how-earth-survived-toshihiko-hosaka.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Sand sculpture by Toshihiko Hosaka</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29231006]' data-position='12'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/the-100-most-influential-people-dwayne-johnson-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/the-100-most-influential-people-dwayne-johnson-time.jpg' loading='lazy' alt="The 100 Most Influential People - Dwayne Johnson Art Print" title="The 100 Most Influential People - Dwayne Johnson Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/the-100-most-influential-people-dwayne-johnson-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The 100 Most Influential People - Dwayne Johnson Art Print</a></p> <div id='artistNameDiv[29231006]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/the-100-most-influential-people-dwayne-johnson-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Pari Dukovic for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29230983]' data-position='13'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/the-100-most-influential-people-nancy-pelosi-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/the-100-most-influential-people-nancy-pelosi-time.jpg' loading='lazy' alt="The 100 Most Influential People - Nancy Pelosi Art Print" title="The 100 Most Influential People - Nancy Pelosi Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/the-100-most-influential-people-nancy-pelosi-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The 100 Most Influential People - Nancy Pelosi Art Print</a></p> <div id='artistNameDiv[29230983]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/the-100-most-influential-people-nancy-pelosi-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Pari Dukovic for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29221397]' data-position='14'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/the-next-100-most-influential-people-chanel-miller-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/the-next-100-most-influential-people-chanel-miller-time.jpg' loading='lazy' alt="The Next 100 Most Influential People - Chanel Miller Art Print" title="The Next 100 Most Influential People - Chanel Miller Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/the-next-100-most-influential-people-chanel-miller-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The Next 100 Most Influential People - Chanel Miller Art Print</a></p> <div id='artistNameDiv[29221397]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/the-next-100-most-influential-people-chanel-miller-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Scandebergs for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[31891835]' data-position='15'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/the-south-issue-stacey-abrahams-photograph-by-akasha-rabut-for-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/the-south-issue-stacey-abrahams-photograph-by-akasha-rabut-for-time.jpg' loading='lazy' alt="The South Issue, Stacey Abrahams Art Print" title="The South Issue, Stacey Abrahams Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/the-south-issue-stacey-abrahams-photograph-by-akasha-rabut-for-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The South Issue, Stacey Abrahams Art Print</a></p> <div id='artistNameDiv[31891835]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/the-south-issue-stacey-abrahams-photograph-by-akasha-rabut-for-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Akasha Rabut for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[47980123]' data-position='16'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/the-transgender-tipping-point-photograph-by-peter-hapak-for-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/the-transgender-tipping-point-photograph-by-peter-hapak-for-time.jpg' loading='lazy' alt="The Transgender Tipping Point Art Print" title="The Transgender Tipping Point Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/the-transgender-tipping-point-photograph-by-peter-hapak-for-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The Transgender Tipping Point Art Print</a></p> <div id='artistNameDiv[47980123]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/the-transgender-tipping-point-photograph-by-peter-hapak-for-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Peter Hapak for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29221443]' data-position='17'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/america-on-trial-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/america-on-trial-time.jpg' loading='lazy' alt="America On Trial Art Print" title="America On Trial Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/america-on-trial-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>America on Trial Art Print</a></p> <div id='artistNameDiv[29221443]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/america-on-trial-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Typography cover by TIME - no credit</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[31460923]' data-position='18'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/do-they-dare-edel-rodriguez.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/do-they-dare-edel-rodriguez.jpg' loading='lazy' alt="Do They Dare? Art Print" title="Do They Dare? Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/do-they-dare-edel-rodriguez.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>Do They Dare? Art Print</a></p> <div id='artistNameDiv[31460923]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/do-they-dare-edel-rodriguez.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Illustration by Edel Rodriguez for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29229831]' data-position='19'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/the-new-american-addiction-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/the-new-american-addiction-time.jpg' loading='lazy' alt="The New American Addiction Art Print" title="The New American Addiction Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/the-new-american-addiction-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The New American Addiction Art Print</a></p> <div id='artistNameDiv[29229831]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/the-new-american-addiction-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Jamie Chung for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[31460971]' data-position='20'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/the-unraveling-of-europe-craig-ward.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/the-unraveling-of-europe-craig-ward.jpg' loading='lazy' alt="The Unraveling Of Europe Art Print" title="The Unraveling Of Europe Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/the-unraveling-of-europe-craig-ward.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The Unraveling of Europe Art Print</a></p> <div id='artistNameDiv[31460971]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/the-unraveling-of-europe-craig-ward.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Illustration by Craig Ward for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[31891743]' data-position='21'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/1-im-a-teacher-in-america-photograph-by-maddie-mcgarvey-for-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/1-im-a-teacher-in-america-photograph-by-maddie-mcgarvey-for-time.jpg' loading='lazy' alt="I'm A Teacher In America #1 Art Print" title="I'm A Teacher In America #1 Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/1-im-a-teacher-in-america-photograph-by-maddie-mcgarvey-for-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>I'm a Teacher in America #1 Art Print</a></p> <div id='artistNameDiv[31891743]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/1-im-a-teacher-in-america-photograph-by-maddie-mcgarvey-for-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Maddie McGarvey for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[45894128]' data-position='22'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/obamas-world-view-2012-photograph-by-christopher-morris-vii-for-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/obamas-world-view-2012-photograph-by-christopher-morris-vii-for-time.jpg' loading='lazy' alt="Obama's World View, 2012 Art Print" title="Obama's World View, 2012 Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/obamas-world-view-2012-photograph-by-christopher-morris-vii-for-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>Obama's World View, 2012 Art Print</a></p> <div id='artistNameDiv[45894128]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/obamas-world-view-2012-photograph-by-christopher-morris-vii-for-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Christopher Morris-VII for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29221438]' data-position='23'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/the-next-100-most-influential-people-awkwafina-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/the-next-100-most-influential-people-awkwafina-time.jpg' loading='lazy' alt="The Next 100 Most Influential People - Awkwafina Art Print" title="The Next 100 Most Influential People - Awkwafina Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/the-next-100-most-influential-people-awkwafina-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The Next 100 Most Influential People - Awkwafina Art Print</a></p> <div id='artistNameDiv[29221438]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/the-next-100-most-influential-people-awkwafina-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Scandebergs for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29230936]' data-position='24'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/the-100-most-influential-people-sandra-oh-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/the-100-most-influential-people-sandra-oh-time.jpg' loading='lazy' alt="The 100 Most Influential People - Sandra Oh Art Print" title="The 100 Most Influential People - Sandra Oh Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/the-100-most-influential-people-sandra-oh-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The 100 Most Influential People - Sandra Oh Art Print</a></p> <div id='artistNameDiv[29230936]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/the-100-most-influential-people-sandra-oh-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Pari Dukovic for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[31460168]' data-position='25'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/tim190902v1waitresscoverindd-sasha-arutyunova.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/tim190902v1waitresscoverindd-sasha-arutyunova.jpg' loading='lazy' alt="The Left Behind Economy Art Print" title="The Left Behind Economy Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/tim190902v1waitresscoverindd-sasha-arutyunova.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The Left Behind Economy Art Print</a></p> <div id='artistNameDiv[31460168]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/tim190902v1waitresscoverindd-sasha-arutyunova.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Sasha Arutyunova for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[31460246]' data-position='26'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/its-his-country-lil-nas-x-kelia-anne.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/its-his-country-lil-nas-x-kelia-anne.jpg' loading='lazy' alt="It's His Country - Lil Nas X Art Print" title="It's His Country - Lil Nas X Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/its-his-country-lil-nas-x-kelia-anne.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>It's His Country - Lil Nas X Art Print</a></p> <div id='artistNameDiv[31460246]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/its-his-country-lil-nas-x-kelia-anne.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Kelia Anne for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29221151]' data-position='27'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/the-next-100-most-influential-people-zion-williamson-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/the-next-100-most-influential-people-zion-williamson-time.jpg' loading='lazy' alt="The Next 100 Most Influential People - Zion Williamson Art Print" title="The Next 100 Most Influential People - Zion Williamson Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/the-next-100-most-influential-people-zion-williamson-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The Next 100 Most Influential People - Zion Williamson Art Print</a></p> <div id='artistNameDiv[29221151]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/the-next-100-most-influential-people-zion-williamson-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Scandebergs for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29221424]' data-position='28'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/the-next-100-most-influential-people-camila-cabello-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/the-next-100-most-influential-people-camila-cabello-time.jpg' loading='lazy' alt="The Next 100 Most Influential People - Camila Cabello Art Print" title="The Next 100 Most Influential People - Camila Cabello Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/the-next-100-most-influential-people-camila-cabello-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The Next 100 Most Influential People - Camila Cabello Art Print</a></p> <div id='artistNameDiv[29221424]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/the-next-100-most-influential-people-camila-cabello-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Scandebergs for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[30946737]' data-position='29'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/americas-storyteller-timem.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/americas-storyteller-timem.jpg' loading='lazy' alt="America's Storyteller Art Print" title="America's Storyteller Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/americas-storyteller-timem.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>America's Storyteller Art Print</a></p> <div id='artistNameDiv[30946737]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/americas-storyteller-timem.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Wayne Lawrence for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[31891566]' data-position='30'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/person-of-the-year-the-guardians-jamal-khashoggi-photograph-by-moises-saman-magnum-photos-for-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/person-of-the-year-the-guardians-jamal-khashoggi-photograph-by-moises-saman-magnum-photos-for-time.jpg' loading='lazy' alt="2018 Person Of The Year The Guardians Jamal Khashoggi Art Print" title="2018 Person Of The Year The Guardians Jamal Khashoggi Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/person-of-the-year-the-guardians-jamal-khashoggi-photograph-by-moises-saman-magnum-photos-for-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>2018 Person of the Year The Guardians Jamal Khashoggi Art Print</a></p> <div id='artistNameDiv[31891566]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/person-of-the-year-the-guardians-jamal-khashoggi-photograph-by-moises-saman-magnum-photos-for-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Moises Saman Magnum Photos for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[31891737]' data-position='31'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/im-a-teacher-in-america-photograph-by-maddie-mcgarvey-for-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/im-a-teacher-in-america-photograph-by-maddie-mcgarvey-for-time.jpg' loading='lazy' alt="I'm A Teacher In America Art Print" title="I'm A Teacher In America Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/im-a-teacher-in-america-photograph-by-maddie-mcgarvey-for-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>I'm a Teacher in America Art Print</a></p> <div id='artistNameDiv[31891737]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/im-a-teacher-in-america-photograph-by-maddie-mcgarvey-for-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Maddie McGarvey for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[48016475]' data-position='32'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/are-you-mom-enough-photograph-by-martin-schoeller.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/are-you-mom-enough-photograph-by-martin-schoeller.jpg' loading='lazy' alt="Are You Mom Enough? Art Print" title="Are You Mom Enough? Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/are-you-mom-enough-photograph-by-martin-schoeller.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>Are You Mom Enough? Art Print</a></p> <div id='artistNameDiv[48016475]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/are-you-mom-enough-photograph-by-martin-schoeller.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Martin Schoeller</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29230997]' data-position='33'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/the-100-most-influential-people-gayle-king-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/the-100-most-influential-people-gayle-king-time.jpg' loading='lazy' alt="The 100 Most Influential People - Gayle King Art Print" title="The 100 Most Influential People - Gayle King Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/the-100-most-influential-people-gayle-king-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The 100 Most Influential People - Gayle King Art Print</a></p> <div id='artistNameDiv[29230997]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/the-100-most-influential-people-gayle-king-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Pari Dukovic for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[31462510]' data-position='34'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/partys-over-delcan-and-company.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/partys-over-delcan-and-company.jpg' loading='lazy' alt="Party's Over Art Print" title="Party's Over Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/partys-over-delcan-and-company.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>Party's Over Art Print</a></p> <div id='artistNameDiv[31462510]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/partys-over-delcan-and-company.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Art by Delcan and Company for TIME - photographed by Jamie Chung</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29221162]' data-position='35'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/the-next-100-most-influential-people-emily-weiss-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/the-next-100-most-influential-people-emily-weiss-time.jpg' loading='lazy' alt="The Next 100 Most Influential People - Emily Weiss Art Print" title="The Next 100 Most Influential People - Emily Weiss Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/the-next-100-most-influential-people-emily-weiss-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The Next 100 Most Influential People - Emily Weiss Art Print</a></p> <div id='artistNameDiv[29221162]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/the-next-100-most-influential-people-emily-weiss-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Scandebergs for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29221410]' data-position='36'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/the-next-100-most-influential-people-carols-alavarado-quesada-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/the-next-100-most-influential-people-carols-alavarado-quesada-time.jpg' loading='lazy' alt="The Next 100 Most Influential People - Carols Alavarado Quesada Art Print" title="The Next 100 Most Influential People - Carols Alavarado Quesada Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/the-next-100-most-influential-people-carols-alavarado-quesada-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>The Next 100 Most Influential People - Carols Alavarado Quesada Art Print</a></p> <div id='artistNameDiv[29221410]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/the-next-100-most-influential-people-carols-alavarado-quesada-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Scandebergs for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29229737]' data-position='37'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/americas-forever-war-poblano-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/americas-forever-war-poblano-time.jpg' loading='lazy' alt="America's Forever War - Poblano Art Print" title="America's Forever War - Poblano Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/americas-forever-war-poblano-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>America's Forever War - Poblano Art Print</a></p> <div id='artistNameDiv[29229737]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/americas-forever-war-poblano-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Gillian Laub for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29229751]' data-position='38'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/americas-forever-war-grammer-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/americas-forever-war-grammer-time.jpg' loading='lazy' alt="America's Forever War - Grammer Art Print" title="America's Forever War - Grammer Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/americas-forever-war-grammer-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>America's Forever War - Grammer Art Print</a></p> <div id='artistNameDiv[29229751]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/americas-forever-war-grammer-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Gillian Laub for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[29229770]' data-position='39'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/americas-forever-war-gorbea-time.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/3/americas-forever-war-gorbea-time.jpg' loading='lazy' alt="America's Forever War - Gorbea Art Print" title="America's Forever War - Gorbea Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/americas-forever-war-gorbea-time.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>America's Forever War - Gorbea Art Print</a></p> <div id='artistNameDiv[29229770]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/americas-forever-war-gorbea-time.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Gillian Laub for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[31374582]' data-position='40'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/beyond-walls-february-04-2019-time-cover.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/2/beyond-walls-february-04-2019-time-cover.jpg' loading='lazy' alt="Beyond Walls Time Cover Art Print" title="Beyond Walls Time Cover Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/beyond-walls-february-04-2019-time-cover.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>Beyond Walls Time Cover Art Print</a></p> <div id='artistNameDiv[31374582]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/beyond-walls-february-04-2019-time-cover.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Davide Monteleone for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv' id='artworkdiv[31374608]' data-position='41'> <div style='display: inline-block; width: 100%; text-align: center;'> <a href='/featured/1-beyond-walls-february-04-2019-time-cover.html?product=art-print'><img class='imageSearchEngineProduct imageprint' src='https://render.fineartamerica.com/images/rendered/medium/print/7.5/10/break/images/artworkimages/medium/2/1-beyond-walls-february-04-2019-time-cover.jpg' loading='lazy' alt="Beyond Walls Time Cover #1 Art Print" title="Beyond Walls Time Cover #1 Art Print"></a> </div> <p style='display: inline-block; width: 80%; padding-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10pt arial; line-height: 100%;'><a href='/featured/1-beyond-walls-february-04-2019-time-cover.html' style='font-size: 10pt; font-family: cabin, oswald, arial; font-weight: normal; color: #444444; text-decoration: none; text-shadow: none;'>Beyond Walls Time Cover #1 Art Print</a></p> <div id='artistNameDiv[31374608]' style='display: inline-block; width: 100%; text-align: center; line-height: 100%; padding-bottom: 15px;'> <p style='display: inline-block; width: 100%; max-width: 90%; overflow: hidden; font: 9pt arial; vertical-align: middle;'><a href='/featured/1-beyond-walls-february-04-2019-time-cover.html?product=art-print' style='font: inherit; color: #666666;'><span style='display: inline-block; font-inherit; max-width: 80%; max-width: calc(100% - 25px); max-width: -webkit-calc(100% - 25px); padding-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #666666;'>Photograph by Davide Monteleone for TIME</span><img src='/images/ArrowDownTransparent.png' style='display: inline-block; max-width: 16px; max-height: 8px; padding-top: 1px; vertical-align: middle; border: none; display: none;'></a></p> </div> <div style='float: left; width: 100%; padding-top: 0px; overflow: hidden;'> <div style='display: inline-block; width: 100%;'><div style='display: inline-block;'> <div class='retailPriceDiv'> <p class='productRetailPrice'><span>$19</span></p></div> <p class='productprice'>$15</p></div> </div></div> </div> <div class='searchengineresultdiv'> <div style='display: inline-block; width: 75%; padding-left: 5%; padding-right: 5%; padding-top: 25px; padding-bottom: 25px; border: 1px solid #CCCCCC; border-radius: 2px; overflow: hidden; text-align: center;'> <p style='display: inline-block; width: 100%; padding-bottom: 10px; font-size: 14pt; font-family: oswald, arial;'>Filters Applied</p> <a class='searchenginebuttonclearfilter' href='/collections/2010s'><img src='/assets/images/IconXTransparent.png' style='display: inline-block; vertical-align: middle; padding-left: 5px; padding-right: 5px;'><span style='display: inline-block; width: 80%; vertical-align: middle;'>Art Prints</span></a> <a class='searchenginebuttonclearfilter' href='/shop/prints'><img src='/assets/images/IconXTransparent.png' style='display: inline-block; vertical-align: middle; padding-left: 5px; padding-right: 5px;'><span style='display: inline-block; width: 80%; vertical-align: middle;'>Collection: 2010s</span></a> <a href='/art' style='display: inline-block; margin-top: 15px; font: 10pt arial; color: #335599; text-decoration: underline;'>Clear All</a> </div> </div> <div style='display: inline-block; width: 100%; height: 5px; overflow: hidden;'> </div> </div> <div style='display: inline-block; width: 100%; padding-top: 10px; margin-bottom: 25px; border-top: 1px solid #999999; box-shadow: none; text-align: center;'> <p class='countdiv' style='float: left; font: 10pt avenir, arial; color: #444444;'>1 - 42 of 42 2010s art prints for sale</p><div class='pagelistdiv'> </div> </div> </div> </div> <div id='searchEngineNavigationBackgroundDiv' onclick="toggleSearchEngineNavigationMenu('hideMenu');"> </div> <div id='searchEngineNavigationContainerDiv'> <div id='searchEngineNavigationDiv' data-selected-department-id='wallArt' data-selected-product-id='artPrints' data-prioritize-styles='0' data-style-selected='0' data-action=''> <div id='searchEngineNavigationHeaderDiv'> <p>Filters</p> <button type='button' class='mobileNavigationButtonX' onclick="toggleSearchEngineNavigationMenu('hideMenu');"></button> </div> <form id='searchEngineNavigationSearchForm' class='' method='post' action='/collections/2010s/prints'> <div id='searchEngineNavigationSearchTypeDiv' class='searchEngineNavigationElementContainer'> <button type='button' id='searchEngineNavigationSelectedSearchType' class='searchEngineNavigationHeader' onclick="toggleSearchEngineNavigationWhiteLabelWebsites('searchEngineNavigationSearchTypeDiv');"> <div class='searchEngineNavigationHeaderTextDiv'> <span class='searchEngineNavigationHeaderTitle'>Search Type</span> <span id='searchEngineNavigationSearchTypeName' class='searchEngineNavigationHeaderValue'>Keywords</span> </div> </button> <div class='searchEngineNavigationOptionsDiv'> <button type='button' id='searchEngineSearchType-keywords' class='searchEngineNavigationSearchTypeOption searchEngineNavigationOption searchEngineNavigationOptionSelected' onclick="selectSearchEngineNavigationSearchType('keywords');">Keywords</button> <button type='button' id='searchEngineSearchType-title' class='searchEngineNavigationSearchTypeOption searchEngineNavigationOption' onclick="selectSearchEngineNavigationSearchType('title');">Title</button> <button type='button' id='searchEngineSearchType-artistname' class='searchEngineNavigationSearchTypeOption searchEngineNavigationOption' onclick="selectSearchEngineNavigationSearchType('artistname');">Artist Name</button> <button type='button' id='searchEngineSearchType-titleartistname' class='searchEngineNavigationSearchTypeOption searchEngineNavigationOption' onclick="selectSearchEngineNavigationSearchType('titleartistname');">Title + Artist Name</button> <button type='button' id='searchEngineSearchType-keywordsartistname' class='searchEngineNavigationSearchTypeOption searchEngineNavigationOption' onclick="selectSearchEngineNavigationSearchType('keywordsartistname');">Keyword + Artist Name</button> </div> </div> <input type='hidden' id='searchEngineNavigationSearchType' name='searchType' value='keywords'> <div id='searchEngineNavigationCustomSearchInputContainerDiv'> <input type='textbox' id='searchEngineNavigationSearchInput' name='searchtag' onFocus="javascript: searchEngineNavigationSearchFocus();" value="" placeholder='Search'> <button type='button' id='searchEngineNavigationSearchMagnifyingGlassImageButton' onclick="document.getElementById('searchEngineNavigationSearchForm').submit();"><img id='searchEngineNavigationSearchMagnifyingGlassImage' src='/assets/images/LogoSearchMagnifyingGlass.png' alt='Search' title='Search'></button> </div> </form> <div id='searchEngineNavigationFiltersSidebarDiv' data-force-desktop='1'> <button type='button' class='buttonClearNavigationFilter' onclick="goToUrl('/collections/2010s');" style='order: 1; -webkit-order: 1;'><span class='filterX'></span><span class='filterText'>Art Prints</span></button> <button type='button' class='buttonClearNavigationFilter' onclick="goToUrl('/shop/prints');" style='order: 3; -webkit-order: 3;'><span class='filterX'></span><span class='filterText'>2010s</span></button> <button type='button' id='buttonClearAllNavigationFilters' class='buttonClearNavigationFilter' onclick="goToUrl('/art');" style='order: 5; -webkit-order: 5;'><span class='filterX'></span><span class='filterText'>Clear All Filters</span></button> </div> <div id='searchEngineNavigationDepartmentDiv' class='searchEngineNavigationElementContainer'> <button type='button' id='searchEngineNavigationSelectedDepartment' class='searchEngineNavigationHeader' onclick="toggleSearchEngineNavigationWhiteLabelWebsites('searchEngineNavigationDepartmentDiv');"> <div class='searchEngineNavigationHeaderTextDiv'> <span class='searchEngineNavigationHeaderTitle'>Department</span> <span id='searchEngineNavigationSelectedDepartmentName' class='searchEngineNavigationHeaderValue'>Wall Art</span> </div> </button> <div class='searchEngineNavigationOptionsDiv' data-department-images-exist='1'> <button type='button' data-department-id='popular' data-department-name='All Departments' data-image-exists='1' class='searchEngineNavigationOption' onclick="selectDepartment('popular')" style="background-image: url('/assets/images/icons/products/iconProductWallArt002.jpg');">All Departments</button> <button type='button' data-department-id='wallArt' data-department-name='Wall Art' data-image-exists='1' class='searchEngineNavigationOption searchEngineNavigationOptionSelected' onclick="selectDepartment('wallArt')" style="background-image: url('/assets/images/icons/products/iconProductCanvasPrint.jpg');">Wall Art</button> </div> </div> <div id='searchEngineNavigationProductDiv' class='searchEngineNavigationElementContainer'> <button type='button' id='searchEngineNavigationSelectedProduct' class='searchEngineNavigationHeader' onclick="toggleSearchEngineNavigationWhiteLabelWebsites('searchEngineNavigationProductDiv');"> <div class='searchEngineNavigationHeaderTextDiv'> <span class='searchEngineNavigationHeaderTitle'>Product</span> <span id='searchEngineNavigationSelectedProductName' class='searchEngineNavigationHeaderValue'>Art Prints</span> </div> </button> <div class='searchEngineNavigationOptionsDiv'> <div class='searchEngineNavigationDepartmentProducts searchEngineNavigationDepartmentProductsSelected' data-department-id='wallArt' data-department-images-exist='1'> <p class='searchEngineNavigationDepartmentProductsTitle'>Wall Art</p> <a class='searchEngineNavigationOption' data-image-exists='1' style="background-image: url('/assets/images/icons/products/iconProductWallArt002.jpg');" href='/collections/2010s'>All</a> <a class='searchEngineNavigationOption' data-image-exists='1' style="background-image: url('/assets/images/icons/products/iconProductCanvasPrint.jpg');" href='/collections/2010s/canvas+prints'>Canvas Prints</a> <a class='searchEngineNavigationOption searchEngineNavigationOptionSelected' data-image-exists='1' style="background-image: url('/assets/images/icons/products/iconProductArtPrint.jpg');" href='/collections/2010s/prints'>Art Prints</a> <a class='searchEngineNavigationOption' data-image-exists='1' style="background-image: url('/assets/images/icons/products/iconProductPoster.jpg');" href='/collections/2010s/posters'>Posters</a> <a class='searchEngineNavigationOption' data-image-exists='1' style="background-image: url('/assets/images/icons/products/iconProductFramedPrint002.jpg?v=1234');" href='/collections/2010s/framed+prints'>Framed Prints</a> <a class='searchEngineNavigationOption' data-image-exists='1' style="background-image: url('/assets/images/icons/products/iconProductMetalPrint.jpg');" href='/collections/2010s/metal+prints'>Metal Prints</a> <a class='searchEngineNavigationOption' data-image-exists='1' style="background-image: url('/assets/images/icons/products/iconProductAcrylicPrint.jpg');" href='/collections/2010s/acrylic+prints'>Acrylic Prints</a> <a class='searchEngineNavigationOption' data-image-exists='1' style="background-image: url('/assets/images/icons/products/iconProductWoodPrint.jpg');" href='/collections/2010s/wood+prints'>Wood Prints</a> </div> </div> </div> <div id='searchEngineNavigationTagDiv' class='searchEngineNavigationElementContainer'> <button type='button' id='searchEngineNavigationSelectedTag' class='searchEngineNavigationHeader' onclick="toggleSearchEngineNavigationWhiteLabelWebsites('searchEngineNavigationTagDiv');"> <div class='searchEngineNavigationHeaderTextDiv'> <span class='searchEngineNavigationHeaderTitle'>Subject</span> <span class='searchEngineNavigationHeaderValue'>All</span> </div> </button> <div class='searchEngineNavigationOptionsDiv'> <div id='searchEngineSubjectsDiv' style='display: inline-block; box-sizing: border-box; width: 100%; overflow-x: hidden; overflow-y: auto;'><a class='searchEngineNavigationSubjectOption ' href='/shop/prints/activist'><span>Activist</span></a><a class='searchEngineNavigationSubjectOption ' href='/shop/prints/actor'><span>Actor</span></a><a class='searchEngineNavigationSubjectOption ' href='/shop/prints/athlete'><span>Athlete</span></a><a class='searchEngineNavigationSubjectOption ' href='/shop/prints/basketball'><span>Basketball</span></a><a class='searchEngineNavigationSubjectOption ' href='/shop/prints/celebrity'><span>Celebrity</span></a><a class='searchEngineNavigationSubjectOption ' href='/shop/prints/donald%2Btrump'><span>Donald Trump</span></a><a class='searchEngineNavigationSubjectOption ' href='/shop/prints/hollywood'><span>Hollywood</span></a><a class='searchEngineNavigationSubjectOption ' href='/shop/prints/movie'><span>Movie</span></a><a class='searchEngineNavigationSubjectOption ' href='/shop/prints/music'><span>Music</span></a><a class='searchEngineNavigationSubjectOption ' href='/shop/prints/musician'><span>Musician</span></a><a class='searchEngineNavigationSubjectOption ' href='/shop/prints/politician'><span>Politician</span></a><a class='searchEngineNavigationSubjectOption ' href='/shop/prints/politics'><span>Politics</span></a><a class='searchEngineNavigationSubjectOption ' href='/shop/prints/portrait'><span>Portrait</span></a><a class='searchEngineNavigationSubjectOption ' href='/shop/prints/scientist'><span>Scientist</span></a><a class='searchEngineNavigationSubjectOption ' href='/shop/prints/singer'><span>Singer</span></a><a class='searchEngineNavigationSubjectOption ' href='/shop/prints/sports'><span>Sports</span></a><a class='searchEngineNavigationSubjectOption ' href='/shop/prints/time'><span>Time</span></a></div></div> </div> <div id='searchEngineNavigationMediumDiv' class='searchEngineNavigationElementContainer'> <button type='button' id='searchEngineNavigationSelectedMedium' class='searchEngineNavigationHeader' onclick="toggleSearchEngineNavigationWhiteLabelWebsites('searchEngineNavigationMediumDiv');"> <div class='searchEngineNavigationHeaderTextDiv'> <span class='searchEngineNavigationHeaderTitle'>Medium</span> <span class='searchEngineNavigationHeaderValue'>All</span> </div> </button> <div class='searchEngineNavigationOptionsDiv'> <button type='button' class='searchEngineNavigationOption searchEngineNavigationOptionSelected' onclick="goToUrl('/collections/2010s/prints');">All</button> <button type='button' class='searchEngineNavigationOption' onclick="goToUrl('/collections/2010s/prints/photographs');">Photographs</button> <button type='button' class='searchEngineNavigationOption' onclick="goToUrl('/collections/2010s/prints/digital+art');">Digital Art</button> </div> </div> <div id='searchEngineNavigationCollectionsDiv' class='searchEngineNavigationElementContainer'> <button type='button' id='searchEngineNavigationSelectedCollection' class='searchEngineNavigationHeader' onclick="toggleSearchEngineNavigationWhiteLabelWebsites('searchEngineNavigationCollectionsDiv');"> <div class='searchEngineNavigationHeaderTextDiv'> <span class='searchEngineNavigationHeaderTitle'>Collection</span> <span class='searchEngineNavigationHeaderValue'>2010s</span> </div> </button> <div id='searchEngineNavigationCollectionsContainer' class='searchEngineNavigationOptionsDiv'> <button onClick="goToUrl('/shop/prints?view=artistcollection')" style='display: inline-block; width: 100%; font-size: 10pt; font-family: avenir, arial; text-align: left;''><span style='text-decoration: underline;'>View All Collections</span></button> </div> </div> <div id='searchEngineNavigationSortOptionDiv' class='searchEngineNavigationElementContainer'> <button type='button' id='searchEngineNavigationSelectedSortOption' class='searchEngineNavigationHeader' onclick="toggleSearchEngineNavigationWhiteLabelWebsites('searchEngineNavigationSortOptionDiv');"> <div class='searchEngineNavigationHeaderTextDiv'> <span class='searchEngineNavigationHeaderTitle'>Sort</span> <span class='searchEngineNavigationHeaderValue'>All</span> </div> </button> <div class='searchEngineNavigationOptionsDiv'> <button type='button' class='searchEngineNavigationOption searchEngineNavigationOptionSelected' onclick="goToUrl('/collections/2010s/prints');">All</button> <button type='button' class='searchEngineNavigationOption' onclick="goToUrl('/collections/2010s/prints?sort=bestsellers');">Best Sellers</button> <button type='button' class='searchEngineNavigationOption' onclick="goToUrl('/collections/2010s/prints?sort=random');">Random</button> <button type='button' class='searchEngineNavigationOption' onclick="goToUrl('/collections/2010s/prints?sort=mostcomments');">Most Comments</button> <button type='button' class='searchEngineNavigationOption' onclick="goToUrl('/collections/2010s/prints?sort=mostvotes');">Most Votes</button> <button type='button' class='searchEngineNavigationOption' onclick="goToUrl('/collections/2010s/prints?sort=recentlyadded');">Recently Added</button> <button type='button' class='searchEngineNavigationOption' onclick="goToUrl('/collections/2010s/prints?sort=recentlycommented');">Recently Commented On</button> <button type='button' class='searchEngineNavigationOption' onclick="goToUrl('/collections/2010s/prints?sort=recentlyfeaturedgroup');">Recently Featured in Groups</button> <button type='button' class='searchEngineNavigationOption' onclick="goToUrl('/collections/2010s/prints?sort=recentlysold');">Recently Sold</button> </div> </div> <div id='searchEngineNavigationShapeDiv' class='searchEngineNavigationElementContainer'> <button type='button' id='searchEngineNavigationSelectedShape' class='searchEngineNavigationHeader' onclick="toggleSearchEngineNavigationWhiteLabelWebsites('searchEngineNavigationShapeDiv');"> <div class='searchEngineNavigationHeaderTextDiv'> <span class='searchEngineNavigationHeaderTitle'>Shape</span> <span class='searchEngineNavigationHeaderValue'>All</span> </div> </button> <div class='searchEngineNavigationOptionsDiv' style='text-align: justify;'> <button type='button' class='searchEngineNavigationShape searchEngineNavigationShapeSelected' onclick="goToUrl('/collections/2010s/prints');"> <div> <div style='display: inline-block; vertical-align: top; width: 54px; height: 12px; margin: 0px; margin-top: 5px;'> </div> <div style='display: inline-block; vertical-align: top; width: 20px; height: 20px; margin: 0px; margin-top: 5px;'> </div> <div style='display: inline-block; vertical-align: top; width: 30px; height: 20px; margin: 0px; margin-top: 5px;'> </div> </div> <p>All Shapes</p> </a> <button type='button' class='searchEngineNavigationShape' onclick="goToUrl('/collections/2010s/prints?shape=sizevertical');"> <div> <div style='display: inline-block; width: 25px; height: 40px; margin-top: 5px;'> </div> </div> <p>Vertical</p> </a> <div style='display: inline-block; width: 100%; height: 0px; overflow: hidden;'> </div> </div> </div> <div id='searchEngineNavigationColorsDiv' class='searchEngineNavigationElementContainer'> <button type='button' id='searchEngineNavigationSelectedColors' class='searchEngineNavigationHeader' onclick="toggleSearchEngineNavigationWhiteLabelWebsites('searchEngineNavigationColorsDiv');"> <div class='searchEngineNavigationHeaderTextDiv'> <span class='searchEngineNavigationHeaderTitle'>Colors</span> <span class='searchEngineNavigationHeaderValue'>All</span> </div> </button> <div id='searchEngineNavigationColorsContainer' class='searchEngineNavigationOptionsDiv'> </div> </div> <div id='searchEngineNavigationTagsDiv' class='searchEngineNavigationElementContainer'> <p style='display: inline-block; width: 100%; padding-top: 10px; padding-bottom: 5px; font-size: 9pt; font-family: avenir, montserratregular, helvetica, arial;'>Tags</p> <div style='display: inline-block; width: 100%;'> <a class='searchEngineNavigationTag' href='/collections/2010s/prints/celebrity' rel='tag nofollow'>celebrity</a> <a class='searchEngineNavigationTag' href='/collections/2010s/prints/sports' rel='tag nofollow'>sports</a> <a class='searchEngineNavigationTag' href='/collections/2010s/prints/politician' rel='tag nofollow'>politician</a> <a class='searchEngineNavigationTag' href='/collections/2010s/prints/actor' rel='tag nofollow'>actor</a> <a class='searchEngineNavigationTag' href='/collections/2010s/prints/athlete' rel='tag nofollow'>athlete</a> <a class='searchEngineNavigationTag' href='/collections/2010s/prints/musician' rel='tag nofollow'>musician</a> <a class='searchEngineNavigationTag' href='/collections/2010s/prints/us+presidents' rel='tag nofollow'>us presidents</a> <a class='searchEngineNavigationTag' href='/collections/2010s/prints/country' rel='tag nofollow'>country</a> </div> </div> <div id='searchEngineNavigationSatisfactionGuaranteeDiv' class='searchEngineNavigationElementContainer' style='text-align: center;'> <img class='lazy' src='/assets/images/Blank.jpg' data-src='https://images.fineartamerica.com/public/assets/images/StampSatisfactionGuarantee.jpg' style='max-width: 100%; padding-top: 0px; border: none;' alt='Satisfaction Guarantee' title='Satisfaction Guarantee'> <p style='width: 100%; padding-top: 5px; font: 10pt arial; color: #555555; line-height: 140%;'>We've shipped over 1 million items worldwide for our 500,000+ artists. Each purchase comes with a 30-day money-back guarantee.</p> </div> </div> </div> </div> <script type='text/javascript' src='/js/jquery371.js?v=bd30f39c2d'></script> <script type='text/javascript' src='/js/lazySizes.js?v=bd30f39c2d'></script> <script type='text/javascript'> var rowheights = []; function getheight(images, width) { width -= (images.length - 1) * 20; var h = 0; for(var i = 0; i < images.length; ++i) { h += $(images[i]).data('width') / $(images[i]).data('height'); } return width / h; } function setheight(images, height) { rowheights.push(height); for(var i = 0; i < images.length; ++i) { var newWidth = height * $(images[i]).data('width') / $(images[i]).data('height'); var newHeight = height; //$(images[i]).css({width: height * $(images[i]).data('width') / $(images[i]).data('height')}); $(images[i]).css({width: newWidth}); // This is not actually necessary. $(images[i]).find('.flowImage').css({width: newWidth, height: newHeight}); //$(images[i]).css({width: height * $(images[i]).data('width') / $(images[i]).data('height'),height: height}); //$(images[i]).css(width, height * $(images[i]).data('width') / $(images[i]).data('height')); //$(images[i]).attr('src', $(images[i]).attr('src').replace(/w[0-9]+-h[0-9]+/, 'w' + $(images[i]).width() + '-h' + $(images[i]).height())); } } function resize(images, width) { setheight(images, getheight(images, width)); } function run(max_height) { var widthContainer = parseInt(document.getElementById('imageFlowContainerDiv').offsetWidth); var images = $('#imageFlowContainerDiv .flowDiv'); w: while(images.length > 0) { for(var i = 1; i < images.length + 1; i++) { // Continue adding images to the "slice" array, and after you add each image, check the new minimum height of that slice of images // by calling getheight. var slice = images.slice(0, i); var h = getheight(slice, widthContainer); if(h < max_height) { setheight(slice, h); // Continue with the remaining images from index "i" on up. images = images.slice(i); continue w; } } setheight(slice, Math.min(max_height, h)); break; } } if(document.getElementById('imageFlowContainerDiv')) { var targetFlowDivHeight = 350; window.addEventListener('resize', function () { run(targetFlowDivHeight); }); run(targetFlowDivHeight); } </script> <div style='display: inline-block; width: 100%; padding-top: 80px;'> <!-- Include the standard stylesheet for all white-label website footers. --> <link rel='stylesheet' type='text/css' href='/artistwebsites/customfiles/stylesheetDefaultFooter.css'> <!-- Add custom styles here. --> <link rel='stylesheet' type='text/css' href='/artistwebsites/customfiles/time/css/stylesheetFooter.css?v=1'> <footer id='customFooterContainerDiv'> <div class='container'> <div id='customFooter'> <div style='float: left; width: 100%;'> <div> <h3>Company</h3> <p><a href='https://timecoverstore.com/artistwebsites/customfiles/time/about-time-magazine-store.html'>About TIME Cover Store</a></p> <p><a href='https://timecoverstore.com/contactus.html?tab=contactus'>Contact</a></p> <p><a href='https://timecoverstore.com/news.html'>News</a></p> <p><a href='https://timecoverstore.com/art'>Start Shopping</a></p> <p><a href='https://time.com/subscribe-cover-store' target="_blank" rel="nofollow">Subscribe to TIME</a></p> </div> <div> <h3>Shop</h3> <p><a href='https://timecoverstore.com/shop/canvas+prints'>Canvas Prints</a></p> <p><a href='https://timecoverstore.com/shop/framed+prints'>Framed Prints</a></p> <p><a href='https://timecoverstore.com/shop/metal+prints'>Metal Prints</a></p> <p><a href='https://timecoverstore.com/shop/acrylic+prints'>Acrylic Prints</a></p> <p><a href='https://timecoverstore.com/shop/wood+prints'>Wood Prints</a></p> <p><a href='https://timecoverstore.com/shop/prints'>Art Prints</a></p> </div> <div> <h3>Help</h3> <p><a href='https://timecoverstore.com/contactus.html?tab=contactus'>Contact Us</a></p> <p><a href='https://timecoverstore.com/contactus.html?tab=faq'>Frequently Asked Questions</a></p> <p><a href='https://timecoverstore.com/moneybackguarantee.html'>Return Policy</a></p> <p><a href='https://timecoverstore.com/returnsstep1.html?newrma=true'>Returns</a></p> <p><a href='https://timecoverstore.com/termsofuse.html'>Terms of Use</a></p> <p><a href='https://timecoverstore.com/termsofuse.html?document=privacypolicy'>Privacy Policy</a></p> <div style='float: left; width: 100%; margin-top: 40px;'> <h3>Location Settings</h3> <p><a href='https://timecoverstore.com/enterzipcode.php' rel='nofollow'>Beverly Hills, CA (United States)</a></p> <p> <a href='javascript: togglefootercurrency();'>Currency: <span id='currencylinkfooter' style='display: inline-block; font: inherit; text-decoration: inherit;'>USD ($)</span></a><select id='currencyselectfooter' name='currencyselectfooter' onchange='updateCurrency();' style='display: none; width: 70px; padding: 2px; margin-top: 0px; font: 8pt arial; color: #666666; border: none; border-radius: 2px;'> <option value='AUD' >AUD ($)</option> <option value='CAD' >CAD ($)</option> <option value='EUR' >EUR (€)</option> <option value='GBP' >GBP (£)</option> <option value='JPY' >JPY (¥)</option> <option value='USD' selected>USD ($)</option> </select> </p> <p> <a href='javascript: togglefooterunits();'>Units: <span id='unitslinkfooter' style='display: inline-block; font: inherit; text-decoration: inherit;'>Inches</span></a><select id='unitsselectfooter' name='unitsselectfooter' onChange='updateMeasurementUnits();' style='display: none; width: 100px; padding: 2px; margin-top: 0px; font: 8pt arial; color: #666666; border: none; border-radius: 2px;'> <option value='inches' selected>Inches</option> <option value='centimeters' >Centimeters</option> </select> </p> </div> </div> <div> <h3>Stay Connected</h3> <p><a href='/subscribewebsiteemaillist.html' style='color: #999999; text-decoration: underline;'>Sign up for our newsletter</a> for exclusive deals, discount codes, and more.</p> <div style='float: left; width: 100%; padding-top: 15px; text-align: center;'> <a href='https://www.facebook.com/time' target='_blank'><img src='https://fineartamerica.com/assets/images/LogoFacebookFooter.jpg' style='display: inline-block; width: 30px; height: 30px; margin-right: 3px; border: none; border-radius: 8px;' alt='Follow Us on Facebook' title='Follow Us on Facebook'></a> <a href='https://twitter.com/TIME' target='_blank'><img src='https://fineartamerica.com/assets/images/LogoTwitterFooter.jpg' style='display: inline-block; width: 30px; height: 30px; margin-left: 3px; margin-right: 3px; border: none; border-radius: 8px;' alt='Follow Us on Twitter' title='Follow Us on Twitter'></a> <a href='https://instagram.com/time' target='_blank'><img src='https://fineartamerica.com/assets/images/LogoInstagramFooter.jpg' style='display: inline-block; width: 30px; height: 30px; margin-left: 3px; margin-right: 3px; border: none; border-radius: 8px;' alt='Follow Us on Instagram' title='Follow Us on Instagram'></a> <a href='https://www.pinterest.com/timemagazine/' target='_blank'><img src='https://fineartamerica.com/assets/images/LogoPinterestFooter.jpg' style='display: inline-block; width: 30px; height: 30px; margin-left: 3px; margin-right: 3px; border: none; border-radius: 8px;' alt='Follow Us on Pinterest' title='Follow Us on Pinterest'></a> <a href='https://www.youtube.com/user/TimeMagazine' target='_blank'><img src='https://fineartamerica.com/assets/images/LogoYouTubeFooter.jpg' style='display: inline-block; width: 30px; height: 30px; margin-left: 3px; border: none; border-radius: 8px;' alt='Follow Us on Youtube' title='Follow Us on Youtube'></a> </div> </div> <div style='display: inline-block; width: 100%; height: 0px; overflow: hidden; font-size: 0pt; line-height: 0px;'> </div> </div> <p style='display: inline-block; width: 100%; padding-top: 15px; padding-bottom: 25px; font: 11pt arial; color: #AAAAAA; text-align: center;'>Copyright © 2024 timecoverstore.com - All Rights Reserved - Website Powered by <a href='https://fineartamerica.com' target='_blank' style='font: inherit; color: inherit; text-decoration: underline;'>Fine Art America</a> / <a href='https://pixels.com' target='_blank' style='font: inherit; color: inherit; text-decoration: underline;'>Pixels</a></p> </div> </div> </footer> <script type='text/javascript'> //window.dataLayer.push({'ecommerce': null}); window.dataLayer.push({"event":"view_search_engine","eventValue":"white_label_version_1"}); </script> </div> </body> </html>