/* STYLESHEET INFO \\\
**************************************************
TITLE: Print Design
AUTHOR: David Mingos
CONTACT: http://dmdesigns.com/contact/
**************************************************
*/

@import url("http://www.pogo.org/assets/css/base.css");

@media print {

/* @group text styles */
/* ***************************************** */

body {
   font: 0.825em/1.5em Arial, Helvetica, sans-serif;
}

#pagebody a:link {
   color: #0033ff;
   text-decoration: underline;
}

#pagebody a:visited {
   color: #808080;
   text-decoration: underline;
}

#header a:link,
#header a:visited {
   text-decoration: none;
   color: #000;
}

.hidden {
   display: none;
}

.bold {
   font-weight: bold;
}

.italic {
   font-style: italic;
}

/* ***************************************** */
/* @end text styles */




/* @group container structure */
/* ***************************************** */

#header {
   border-bottom: 1px solid #000;
   margin-bottom: 2em;
}

#navigation, #sections, #textsizer {
   display: none;
}

#pagebody {
   
}

#primary {
   float: left;
   width: 75%;
}

#secondary {
   float: right;
   width: 20%;
   padding-left: 2.5%;
   border-left: 1px solid #000;
}

#footer {
   border-top: 1px solid #000;
   margin-top: 2em;
   text-align: right;
}

#legal {
   float: left;
}

/* ***************************************** */
/* @end container structure */




/* @group hidden elements */
/* ***************************************** */

#colophon {
   display: none; 
   visibility:hidden;
}
 
#relatedpogo{
   display: none;
   visibility:hidden;
}

#relatedclips  {
   display: none;	
   visibility:hidden;
}

#toolbox {
   display: none;
   visibility:hidden;
}

#bookmark  {
   display: none;
   visibility:hidden;
}




/* ***************************************** */
/* @end hidden elements */


}

