#sister-pub-bar .inner {
    width: 1062px;
}

/*ipad fixes*/


@media only screen and (max-device-width: 768px) {
  /* For general iPad layouts */
    #footer-wrapper,
    #bottom-anchor-wrapper,
    #bottom-anchor,
    #slide-area,
    body.login #footer {
        width: 1062px;
    }

    #header,
    #wrapper {
        width: 1062px;
    }

    #header-bottom {
        width: 1000px;
        margin:0 49px;
    }
    #search {
	width: 414px;
    }
    #search-box-holder {
	width: 165px;
    }
    #search-text-header input {width:120px;}
    #search-button-header input {height: 18px; width: 18px;}
    #sister-pub-bar {
        width: 1062px;
    }

    #content {
        margin: 0 auto;
    }

    #bottom-anchor #toggle {
        display: none;
    }
		#actions-nav ul li,
		#actions-nav ul li a {
			font-size:8px;
			line-height:20px;
		}
		#footer {
    	padding: 20px 40px 0;
		}
		#footer-content {padding:20px 50px;}
		.wallpaper_ad_left, .wallpaper_ad_right, .pillar_ad_left, .pillar_ad_right, .pillar_ad_fixed_left, .pillar_ad_fixed_right, #pillar_left_ad  {display:none;}
}

/*iphone fixes*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* For general iPhone layouts */
    #footer-wrapper,
    #bottom-anchor-wrapper,
    #bottom-anchor,
    #slide-area,
    body.login #footer,
    #header,
    #wrapper {
        width: 1062px;
    }
    #header-bottom {
        width: 1000px;
        margin:0 49px;
    }
    #search {
				width: 414px;
		}
    #sister-pub-bar {
        width: 1062px;
    }
    #content {
        margin: 0 auto;
    }
    #bottom-anchor #toggle {
        display: none;
    }
		#actions-nav ul li,
		#actions-nav ul li a {
				font-size:6px;
				line-height:20px;
		}
		#footer {
    	padding: 20px 40px 0;
		}
		#footer-content {padding:20px 50px;}
		.wallpaper_ad_left, .wallpaper_ad_right, .pillar_ad_left, .pillar_ad_right, .pillar_ad_fixed_left, .pillar_ad_fixed_right, #pillar_left_ad  {display:none;}
}
