#togglemenu1, .sidetogglemenu, .menu, .carousel-caption, .legal-nav, .breadcrumb, .sub-nav { display:none; border:none; overflow:hidden; }

::-webkit-scrollbar { 
    display: none; 
}

/*#myCarousel { content:url(http://cdn.imore.com/sites/imore.com/files/field/image/2013/01/iphone_5_dents_hero.jpg); }*/

/* Sylvia 12-6-13 */

/*.carousel {display:none; overflow:hidden;height:0%; }*/

#myCarousel {display:none;padding:0px; margin:0px}
.section{ padding:0px; margin:0px}
hr {display:none; border:none;}

.block-image {display: none; }

body {color: #000000;}

p { font-size: 12pt; }


h1, h2, h3, h4, h5, a, .section .container h3 {text-transform: capitalize!important;}

h2, h3 {page-break-after: avoid;}

h1 {font-size:18pt}
h2 {font-size:16pt}
h3 {font-size:14pt}
h4 {font-size:12pt}

a:link { text-decoration: underline; color: #06c; font-size:14pt }

a:link:before {
    content: ' ';
    clear: right;
    display: block;
}
a:link:after { content: " (" attr(href) ") ";
text-transform: lowercase!important;
 }
 


/* test 10:48 am */

img {
   max-width: 100% !important;
}

article {
   page-break-before: always;
}

ul, img {
   page-break-inside: avoid;
}

@media print and (color) {
   * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }
}

/*@media print {
   article a {
      text-decoration: underline;
   }

   article a[href^=http]:after {
      content:" (http://www.theone.com" attr(href) ") ";
	  
   }
}

article a[href^="#"]:after {
   content: "";
}

$a:after > img {
   content: "";
}

a:not(:local-link):after {
   content:" (http://www.theone.com" attr(href) ") ";
}


/* invert the logo color, turn to black and white */

/* maybe just a bw image instead */

@media print {
   header {
      background: none;
      color: #000;
   }

   header img {
      filter: url(inverse.svg#negative);
      -webkit-filter: invert(100%);
      filter: invert(100%);
   }
}
/* FF hack */

<svg xmlns="http://www.w3.org/2000/svg">
<filter id="negative">
<feColorMatrix values="-1 0 0 0 1
0 -1 0 0 1
0 0 -1 0 1
0 0 0 1 0" />
</filter>
</svg>

/* end logo */