@charset "UTF-8";

/*
   css Copyright © 2005-2012 Karelia Software. All rights reserved.
   css released under Creative Commons License  - http://creativecommons.org/licenses/by-sa/2.5/
   All associated graphics belong to their respective owners and are licensed separately.
*/

/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}

/* Navigation arrows */
div.text-navigation { text-align:center; margin-bottom:1em;}
div.text-navigation div { display:inline; margin:0px 0.5em; }
.collection-navigation .disabled-navigation { text-indent:-5000px; }

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */
.wide { display:block; }

.narrow.left {   /* Some designs won't respect without !important */
    float:left!important;
    clear:left!important;
}
.narrow.right {
    float:right!important;
    clear:right!important;
}

.wide.left   .graphic, img.wide.left,   .wide.left video,   .wide.left audio   { display:block; margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center, .wide.center video, .wide.center audio { display:block; margin-left:auto; margin-right:auto; }
.wide.right  .graphic, img.wide.right,  .wide.right video,  .wide.right audio  { display:block; margin-left:auto; margin-right:0px; }


.ImageElement.left, .AudioElement.left { text-align:left; }
.ImageElement.center, .AudioElement.center { text-align:center; }
.ImageElement.right, .AudioElement.right { text-align:right; }

/* Captions should align themselves with the graphic */
.graphic-container.left .caption { text-align:left; }
.graphic-container.center .caption { text-align:center; }
.graphic-container.right .caption { text-align:right; }

/* Inline iframes need to display as a block to layout right */
.graphic iframe { display:block; }

/* Pagelet photo grids should be generally be auto width (some 1.x designs hardcoded an exact width) */
.pagelet .photogrid-index { width:auto; }

/* For content like amazon which forces white background. Design SHOULD set color for A tag and text color. */
.whiteBackground
{
	background-color:white;
}

.article-info
{
	margin-bottom:1em;
}

/* Firefox reduce dotted lines on links */
.photo-navigation a:focus, .replaced a:focus {overflow:hidden;}

/* Disqus correction to prevent overflow scroll bars in some designs */
#dsq-content { overflow:hidden; }
#dsq-content .dsq-auth-header { width: auto!important; }
#dsq-content .dsq-by { margin: 4px 6px 0px 0px; }
#dsq-content .dsq-by a, #dsq-content .dsq-by a:hover { border: 0px none; }
#dsq-content h3 { margin:0px; }

/* Site menus. Don't wrap the top level items, and wrap sub-menu items normaly. */
#sitemenu-content ul li span.in { white-space:nowrap;}
* html #sitemenu-content ul li span.in {white-space: normal}
*:first-child+html #sitemenu-content ul li span.in {white-space: normal}
#sitemenu-content ul ul li span.in {white-space: normal}
#sitemenu-content span.in { position: relative; }

body { word-wrap:break-word; }

/* Make sure scaled-down images look good in IE */
img { -ms-interpolation-mode: bicubic; }

/*
   css Copyright © 2011-2012 Karelia Software. All rights reserved.
   css released under Creative Commons License
        - http://creativecommons.org/licenses/by-sa/2.5/
   All associated graphics belong to their respective owners
        and are licensed separately.
*/


a img { border: none; }

 /* General styles  */

.clear {
	clear: both;
	height: 0;
}

.hidden  {
    display:none;
}

/* Images embedded in text.  "narrow" are 200 pixels wide or smaller. */
.narrow {
	display: block;
	clear: right;
    float: right;
}
img.wide {
	clear: both;
	display:block;
}

/* Block Level formatting, more or less in descending order */

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	background:rgb(28, 29, 28) url(main-bg.png) repeat-x top;
	background:url(main.jpg) no-repeat center 148px, rgb(28, 29, 28) url(main-bg.png) repeat-x top;
}

h1, h2, h3, h4,h5, h6, #title p { font-family:Georgia, "Times New Roman", Times, serif; }

.wf-active:not(.wf-punt) h1,
.wf-active:not(.wf-punt) h2,
.wf-active:not(.wf-punt) h3,
.wf-active:not(.wf-punt) h4,
.wf-active:not(.wf-punt) h5,
.wf-active:not(.wf-punt) h6,
.wf-active:not(.wf-punt) #title p { font-family:'Droid Serif'; }

.wf-loading:not(.wf-punt) h1,
.wf-loading:not(.wf-punt) h2,
.wf-loading:not(.wf-punt) h3,
.wf-loading:not(.wf-punt) h4,
.wf-loading:not(.wf-punt) h5,
.wf-loading:not(.wf-punt) h6,
.wf-loading:not(.wf-punt) #title p { visibility:hidden }

h1, h2, h3, h4, h5, h6{ font-weight:normal!important;}
li h3{ font-family: Helvetica, Arial, sans-serif !important;}
.gridItem a:hover, .text-navigation a:hover, #page-content p a:hover, #page-content dt a:hover, #main ul li a:hover, #sidebar ul li a:hover, .article h3 a:hover{
	color:#cacaca!important;
}

#page {
    margin: auto;
	position:relative;
    width: 790px;
}
#main-content h2{
	padding-right:10px;
}
body.no-sidebar #page {
	color:#231e1a;
}
#main-content dl, #main-content .intro{
	margin-left:10px;
}

#page-top {
    margin:0;
	margin-left: 17px;
    margin-right: 23px;
}

/*.has-custom-banner #page-top {
	overflow: hidden;
}*/

#title {
    /*Here we expand the title so we can
    have the nice rounded top with drop shadow,
    then use padding to move the content back */
	margin: 0px -17px;
	padding: 14px 22px 14px 22px;
}
#page-content img{
	border:none!important;
}

h1 {
    font-size: 24px;
    text-align: left;
    display: block;
	margin-top:30px;
}
/*.has-photo-navigation h1{
	margin-top:30px;
}*/
h1, h1 a {
    text-decoration:none;
	color:#cacaca!important;
}

#sidebar .bordered h4{
	font-weight:bold!important;
	line-height:25px;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html h1 {
    height: 1%;
}
/* End hide from IE5-mac */

h1 a:hover, h1 a:focus, h1 a:active {
    border-bottom: 1px solid #cacaca;
}
a:hover, a:focus, a:active{ background:none;border:0!important;}
#page-content a, #page-bottom a{ padding:0!important;}

#title img {
    float: right;
    margin: 3px;
    margin-right: 15px;
    margin-bottom: 6px;
}

#title p {
    font-size: 16px;
    text-align:left;
    margin-top: -5px;
	line-height:22px;
	font-weight:normal!important;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html #title p {
    height: 1%;
}
/* End hide from IE5-mac */

#sitemenu-container {
    clear:both;
	border-bottom:0;
	width:730px;
}

#sitemenu-content a{
	-webkit-transition: all 0.3s ease-in-out; /*safari and chrome */
}
#sitemenu-content a:hover{
	-webkit-transform: scale(1.05);
}
a, a:hover {
	-webkit-transition: all 0.5s ease-in-out;
}
.gridItem, .gridItem:hover{
	-webkit-transition: background 0.5s ease-in-out;
}

#previous-photo a, #previous-photo a:hover, #next-photo a, #next-photo a:hover, #photo-list a, #photo-list a:hover, h1 a:active, h1, h1 a, h1 a:hover{
	-webkit-transition: none;
}

#sitemenu {
	float:left;
	width:730px;
	margin:0 0 0 -1px;
	background: rgb(26, 26, 26);
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0.38, rgb(16,16,16)),color-stop(0.69, rgb(26,26,26)));
	background:-moz-linear-gradient(center bottom,rgb(16,16,16) 38%,rgb(26,26,26) 69%);
}
#sitemenu-content{
	background:url(clip-top.png) no-repeat 10px bottom;
	min-height:58px;
	vertical-align:middle;
}
#sitemenu-content ul {
    text-align: center;
    padding:0;
	width:100%;
	margin:0;
}

#sitemenu-content li {
    margin: 0;
    padding: 0;
    display: inline;
    margin-top: 1px;
    font-size: 1.1em;
	font-weight:bold;
}

#sitemenu-content li span.in {
	color: #a4a4a4;
}

#sitemenu-content li:hover span.in {
	color: #fff;
}

#sitemenu-content li.currentPage span.in{
	 padding-top:10px;
	 display:inline-block;
}

#sitemenu-content a{
    text-decoration: none;
	display:inline-block;
	padding:20px 7px;
	max-width:680px;
}

#sitemenu-content a:hover, #sitemenu-content a:focus, #sitemenu-content a:active{
	background: rgb(73, 73, 73);
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0.38, rgb(5,6,6)),color-stop(1, rgb(74,73,74)));
	background:-moz-linear-gradient(center bottom,rgb(5,6,6) 38%,rgb(74,73,74) 100%);
}
#sitemenu-content li.currentPage span.in, #sitemenu-content li.currentParent span.in{
	padding:20px 7px;
}

li.currentParent a:hover{
	background:none !important;
}

#page-content {
    width: 725px;
    margin: 5px 0 0 17px;
    clear: right !important;
	float:left;
	padding:10px 0 5px 5px;
	background:rgb(16, 16, 16) url(clip.png) 10px -10px no-repeat;
	color:#aeaeae;
	border: 1px solid rgb(40, 40, 40);
}

#page-content p a, #page-bottom a  {
    border-bottom: 1px solid rgb(158, 158, 158);
}
#page-content img a{
	border-bottom:none !important;
}

#page .imageLink {
	border: 0px none;
}
#sitemenu, #sitemenu-container{
	border: 1px solid rgb(58, 58, 58);
}
#sidebar {
    float: right;
    width: 220px;
    font-size: 0.8em;
	margin:10px 10px 0 0;
	padding:0 5px 8px 7px;
	background: rgb(22, 22, 22);
	border-left: 1px solid rgb(58, 58, 58);
}
#sidebar p {
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
}
.pagelet {
    width:200px;
    overflow:hidden;
	margin:10px 0 0 5px;
	color:#787878;
	font-size:12px;
	line-height:18px;
	padding:5px;
}

.pagelet h4 {
    margin: 10px 3px 10px 3px;
	padding-top:14px;
    font-weight: normal;
    font-size: 1.3em;
	text-align: left;
}

body.has-custom-banner #page-content
{
 padding-top:200px;
 background:no-repeat center top, rgb(28, 29, 28) url(clip.png) no-repeat 10px -10px;
}
 body.has-custom-banner #page-content #sidebar{
	margin:25px 0 0 0;
}
body.has-custom-banner #page-content #main-content h2{
	margin-top:15px;
}
.callout .pagelet h4 span.in {
    display:block;
	font-size:17px;
	padding:0 0 5px 0;
	text-align:center;
	color:#cecece;
}
.pagelet a{
	color:#787878 !important;
	font-weight:bold;
}
.pagelet .contactElement.labelsOnSide {
	margin-right:4px;
}

.callout .pagelet-body{
	color:#cecece;
}
.pagelet-body img{
	margin:20px 0 0 0;
}
.bordered{
	background: rgb(14, 14, 14);
	border: 1px solid rgb(49, 49,49);
	padding:5px;
	color:#cecece;
}

.blockquote-container>.pagelet-body, .blockquote-container>.graphic {
	position: relative;
	padding: 5px 15px;
	background: -40px 10px no-repeat;
	background-image: url(QuotationMarks-SlateManifest.png);
}

.blockquote-container .pagelet-body:after, .blockquote-container .graphic:after {
	display: block;
	position: absolute;
	height: 70px;
	width: 70px;
	bottom: 0px;
	right: 0px;
	content: "";
	background: transparent 45px 35px no-repeat;
	background-image: url(QuotationMarks-SlateManifest.png);
}

.blockquote-container blockquote {
	margin: 0px;
	padding-left: 10px;
	z-index: 100;
	position: relative;
	font-style: italic;
}

#sidebar blockquote p, blockquote p {
	margin: 10px 0px;
}


#main {
    min-height: 190px;
}
/* photo-page, html-page (in some cases), iframe-page don't have sidebar */
body.no-sidebar #main {
    margin-right: 7px;
    font-size: 1em;
}

/* Most other pages have sidebars */
body.allow-sidebar #main {
    margin-right: 10px;
    float: left;
    width: 470px;
    font-size: 1em;
}
/* IE Hack */

/* Hides from IE5-mac \*/
* html .body.allow-sidebar #main {
    margin:0;
    padding:0;
    margin-right: 2px;
    width: 528px;
}
/* End hide from IE5-mac */

.photo-page h2 {
	min-height:23px;
}
.no-sidebar .has-photo-navigation h2 {
	padding-right:185px;
}
.allow-sidebar .has-photo-navigation h2 {
	padding-right:175px;
}

h2 {
    display: block;
    font-weight: normal;
	padding-left: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin: 0px -7px;
	font-size:18px;
}

/* Hides from IE5-mac \*/
* html h2 {
    height: 30px;
    margin-right: -15px;
    margin-top: -15px;
}
/* End hide from IE5-mac */

#main ul, #sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 5px;
}

li ul {
	padding-top:8px!important;
}

#main ul li, #sidebar ul li {
    padding-left: 25px;
    padding-bottom: 6px;
	padding-top:2px;
}

ol {
	padding-left: 30px;
}

#main ol>li, #sidebar ol>li {
	background: transparent!important;
	padding-left: 0px;
}

dd {
	margin-left: 30px;
}

.article, .no-callouts {
	margin:0px 10px 10px 10px!important;
	clear: right;
}

.article h3 {

     padding: 5px 5px 5px 0;
     font-weight: normal;
	 font-size:18px;

}

/* remove excessive spacing if the heading is used in a collection index */
li h3 {
	margin:0px;
}

#page-content a, #page-bottom a  {
    text-decoration: none;
}

#page-content a:hover, #page-content a:focus, #page-content a:active, #page-bottom a:hover, #page-bottom a:focus, #page-bottom a:active {
    border: 1px solid rgb(0, 0,0);
}

.imageLink {
	border: 0px none;
}

.article img {
    border: none;
}

.article img.narrow{
    float: left;
}
.narrow.left{
	margin:13px 10px 5px 0;
}
.narrow.right{
	margin:13px 0 5px 10px;
}
.article-info {
	clear: both;
}
.callout-container{float:left; margin:-10px 15px 0 -10px;}

.article-thumbnail {
    float: left;
   	margin: 8px 10px 5px 0;
	clear:left;
}
.article h3 a:hover{
	color:#cecece!important;
}
.callout {
    float: right;
    margin: 10px;
    margin-right: 0px;
	position:relative;
	background: rgb(14, 14, 14);
}
.callout .pagelet{
	background:none;
	margin:0;
	padding:0 10px;
}

.callout h4 {
    font-weight: normal !important;
    font-size: 1.1em !important;
	padding:7px 10px 2px 10px; ;
	margin:4px 0 0 -6px;
	width:192px;
	background: rgb(58, 58, 58);
}

#page-bottom {
	  font-size: 1em;
	  padding: 15px 30px 0px 40px;


}

#page-bottom #page-bottom-contents {
	text-align:center;
	padding-bottom:25px;
	color:#868686;
}

#page-bottom p {
	display:inline;
}

#page-bottom p+p:before {
	content: ' \002022  ';
}

div.photo-viewer-summary .article {
    margin: auto;
}

.HTMLElement {
    margin-bottom: 10px;
}

.ImageElement, .VideoElement {
    text-align: center;
}


.caption {
    padding: 10px;
}

/* Used on Photo Grid Pages ... */

#page .photogrid-index {
    text-align: center;
    margin: 10px 0 10px -3px;
    overflow: auto;
    width: 480px;
}

body.allow-sidebar #page .photogrid-index {
    margin-left: -3px;
}

body.no-sidebar #page .photogrid-index {
	width: 640px;
	margin-left:33px;
    padding: 5px;
}

* html body.no-sidebar .photogrid-index {
	width:652px!important;
}

/* IE:Mac Hackery */
/*\*//*/
.photogrid-index {
	margin-right:0px;
}
/**/

.photogrid-index a {
	text-decoration:none;
	border:0px!important;
}

.photogrid-index a:hover {
	text-decoration:underline;
}

.gridItem {
    float: left;
    position:relative;
    width:148px;
    height:203px;	/* room for caption */
    margin: 3px;
    padding-top: 6px;
	background: rgb(31, 31, 31);
	border:1px solid rgb(49, 49, 49);
}
.gridItem:hover{
	background: rgb(49, 49, 49);
}
.gridItem h3 {
    font-size:1em;
    font-weight:normal;
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 7px;
    height: 46px;
    overflow: hidden;
    position:absolute;
	top: 140px; /* needs to leave 38px from the bottom of the gridItem */
	width: 136px;
}
.gridItem h3 a{border:0!important;}
.article .gridItem h3 {height:45px;}
.article .gridItem h3 a{ border:0!important;}

.gridItem img {
    border: 1px solid rgb(80, 80, 80);
    margin: auto;
    display:block;
    position: absolute;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
}

* html .gridItem img {
	position: relative;
	top:6px;
}

#sidebar .photogrid-index{
	width:auto;
	margin-left:15px;
}

#sidebar .gridItem h3 {
    height: 38px;
}



/* IE Hack */
/* Hides from IE5-mac \*/


* html .gridItem h3 {
	position: relative;
	top: 0px;
}

/* End hide from IE5-mac */


/* Used on index summary pages */
.listing-index li h3 a {
    font-weight:normal;
}


/* make linked lists look less blue */
li a {
	text-decoration:none;
}

li a:hover {
	text-decoration:underline;
}

/* Individual Photo Pages */

.photo-navigation {
    position: absolute;
    z-index: 100;
	width:176px;
	height:43px;
	right:45px;
	padding:7px 0 0 7px;
	top:2px;
	margin:0 0 0 10px;

}
.text-navigation{
	position:relative;
	top:20px;
	top:15px;
	height:43px;
	margin:0 auto;
	text-align:center;
}

.text-navigation a, .text-navigation a:hover, .text-navigation a:active, .text-navigation #previous-photo, .text-navigation #next-photo, .text-navigation #photo-list{
	text-indent:0;
	font-weight:bold;
	border:none;
	width:auto!important;
	padding:0 20px 0 0;
	display:inline!important;
	float:none!important;
}
.text-navigation a{
	width:auto;
	padding:0;
}
.text-navigation a:hover{
	border:none !important;

}
.text-navigation #previous-photo, .text-navigation #next-photo, .text-navigation  #photo-list, .text-navigation a, .text-navigation a:hover{
	background:none!important;
	margin:0!important;
}

#previous-photo a:focus, #next-photo a:focus, #photo-list a:focus{
 padding:0;
}


/* Hides from IE5-mac \*/
* html .photo-navigation {
    margin-top: 2px;
}
/* End hide from IE5-mac */

.photo-navigation a:active {
    border: none;
}

#previous-photo, #previous-photo a, #previous-photo a:hover, #next-photo, #next-photo a, #next-photo a:hover, #photo-list, #photo-list a, #photo-list a:hover{
	background:url(sprite.png) no-repeat;
}
#previous-photo	{
    width: 56px;
    height: 26px;
    text-indent: -5000em;
	float:left;
	margin:0 2px 0 0;
	background-position:0 -57px;
}
#previous-photo a {
    width: 56px;
    height: 26px;
    display: block;
	background-position:0 -1px;
}
#previous-photo a:hover{
   background-position:0 -29px;
}
#next-photo {
    text-indent: -5000em;
    width: 56px;
    height: 26px;
	float:right;
	margin:0 4px 0 0;
	background-position:-124px -57px;
}

#next-photo a {
    width: 56px;
    height: 26px;
    display: block;
	background-position:-124px -1px;
}
#next-photo a:hover{
	background-position:-124px -29px;
}
#photo-list {
    text-indent: -5000em;
    width: 56px;
    height: 26px;
	float:left;
	background-position:-61px -57px;
}

#photo-list a {
    width: 56px;
    height: 26px;
    display: block;
	background-position:-61px -1px;
}
#photo-list a:hover{
	background-position:-61px -29px;
}



/* BANNER STUFF */
/*body.has-custom-banner #title {
	margin: 0 0px -14px 0px;
}
*/
* html body.has-custom-banner #title {
	margin-bottom: 0px;
}

/* Hides from IE5-mac \*/
* html body.has-custom-banner #title {
	margin-bottom: -14px;
}
/* End hide from IE5-mac */


/*MENU STYLE*/
#sitemenu-content ul li ul {
	font-size:12px;
	border:0;
	padding-top:0!important;
	top:36px!important;
	margin-left:0!important;
	background:#333333;
}

#sitemenu-content ul li ul li ul{
	top:0 !important;
	margin-left:0;
}

#sitemenu-content ul li ul a{
	text-decoration:none!important;
}

#sitemenu-content ul li ul li span.in{
	padding-top:2px!important;
	padding-bottom:2px!important;
	border:0;
	background:none!important;
}
#sitemenu-content ul li ul li a, #sitemenu-content ul li ul li ul li a{
	padding-top:6px!important;
	padding-bottom:9px!important;
}

#sitemenu-content ul li ul a:hover{
	text-decoration:none!important;
}
#sitemenu-content ul li ul li.currentPage{
 	padding:5px 0 10px 1px!important;
	font-weight:bold;
 }
#sitemenu-content ul li.currentParent a, #sitemenu-content ul li.currentParent a.selected{
	padding-left:0!important;
	padding-right:0!important;
}
#sitemenu-content ul li ul, #sitemenu-content ul li a.selected{
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
}
#sitemenu-content ul li ul a, #sitemenu-content ul li a.selected{
	color:#FFF;
}
#sitemenu-content ul li ul a, #sitemenu-content ul li ul li.currentPage{
	border-bottom: 1px solid rgb(82, 82, 82)!important;
}

#sitemenu-content .hasSubmenu a.selected{
	background: rgb(73, 73, 73);
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0.38, rgb(5,6,6)),color-stop(1, rgb(74,73,74)));
	background:-moz-linear-gradient(center bottom,rgb(5,6,6) 38%,rgb(74,73,74) 100%);
}
#sitemenu-content ul li ul li a{

	background:none!important;

}

.whiteBackground p
{
	color:#1d1d1d;
}
#sidebar ul li{
    background-position: 0 4px!important;
}

h3.index-title{ clear:left;}

#title p,
#main-content h2,
#page a {
    color: #00b657!important;
}
#sitemenu-content li.currentPage span.in, #sitemenu-content li.currentParent span.in{
	background: rgb(0, 183, 87);
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0.11, rgb(0,156,99)),color-stop(0.56, rgb(0,182,88)));
	background:-moz-linear-gradient(center bottom,rgb(0,156,99) 11%,rgb(0,182,88) 56%);
	color: #FFF;
}
#main ul li, #sidebar ul li, .callout ul li, #sidebar ul li{
    background: url(darkgreen/bullet.png) no-repeat 0 2px;   
}
.article h3 a{
	border-bottom: 1px solid rgb(0, 141, 65)!important;
}
#sitemenu-content ul li ul li.currentParent, #sitemenu-content ul li ul li.currentParent a:hover, #sitemenu-content ul li ul li a:hover, #sitemenu-content ul li ul li.currentParent a.selected, #sitemenu-content ul li ul li.currentPage{
	background: rgb(0, 183, 87)!important;
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0.11, rgb(0,156,99)),color-stop(0.56, rgb(0,182,88)))!important;
	background:-moz-linear-gradient(center bottom,rgb(0,156,99) 11%,rgb(0,182,88) 56%)!important;
}

.callout-container, .graphic-container { clear:both; }

body.has-custom-banner #page-content { background-image: url("banner.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) { body.has-custom-banner #page-content { background-image:url(banner_hr.png); -moz-background-size:729px 200px; -o-background-size:729px 200px; -webkit-background-size:729px 200px; background-size:729px 200px; } }

