
/*------------------------------------------
```````` ````````  ``` ````````` `````````
```  ``` ```  ```  ``` ```   ``` `````````
```````` ````````  ``` ```   ```    ```
```      ```  ```  ``` ```   ```    ```
```      ```    `````` ```   ```    ```
------------------------------------------*/

/*Print CSS - Adapted from http://www.alistapart.com/articles/goingtoprint/
 written by Eric Meyer*/
 
 /*Styles Added by Mike McNeive http://www.thepeoplemachine.org*/



body {
   background: white;
   font-size: 12pt;
   }
#navigation{
   display: none;
   }
#secondary{
   display: none;
   }
   
#blogsidebar{
   display: none;
   }
   
#wrap, #content, #slider,.panel, .post {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #888;
   }
#slider img {
display:none;
}
   
   #MooFlow {
   display:none;
   }
   
#featured {
  	display:none;
  	}
   
  #flashfader {
  	display:none;
  	}
div#header {
   margin-bottom: -8px;
   }
div#header img {
   display:none;
   }
   
div#footer {
   margin-bottom: -8px;
   }
div#footer img {
   display:none;
   }
   
#footernav {
   display:none;
   }
   
#bottomnav {
   display:none;
   }

.top {
   display:none;
   }

   
div#sidebar {
   display:none;
   }
   
div#sidebar img {
   display:none;
   }
   
div#masthead {
   margin-bottom: -8px;
   }

div#masthead img {
   display:none;
   }

a:link, a:visited {
   color:#4a96ea;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.pyschedelicart.com" attr(href) ") ";
   }
