/* general WRAPs and specific/NAV wraps have been done away with. Free-balling, yo */

#navigation, #content,.section
{
	padding:0; margin:0;
	list-style:none;
	font-family:Arial;
}
#content
{
	overflow:hidden;
	background-color:#BDB39A;
	height:1200px; /* NECESS! */
}
	#content h2
  {
		padding:20px 0 0 40px; 
		color:#993333;
		font-size:30px; text-transform:uppercase;
	}
 
#navigation
{
	position:fixed; /* or ABS */
	top:20px;	left:40px;
	z-index:100;
}
  #navigation .sup ul
  {
    background-color:#666;
    list-style:none;
    padding:5px 10px;
    opacity:0.6; *filter:alpha(opacity=60); *zoom:1;
  }
    #navigation .sup li
    {
      display:inline;
      margin-left:5px;
    }	
      #navigation .sup li.first { margin-left:0; }		    	
    #navigation .sup li a
    {
      color:yellow;
      font-size:14px; font-weight:bold; text-decoration:none;	text-transform:uppercase;
    }				
    #navigation .sup li a.scrolling { color:#933;	}
		
/* this WIDTH should be substantially bigger than the .sub dimensions; O.G.=3200 , 3180px */		
#content .section {	width:3200px; }
	#content .section li.sub
  {
		float:left;
		width:1500px;	height:1200px;
		padding-top:40px; *padding-top:75px; 
	}
		#content .section li.sub p
    {
			/* width:550px; */
			margin:16px 0 0 40px;
			color:#fff; font-size:85%; font-weight:bold; line-height:1.4em;
		}	
#content #home { background:#BDB39A url('../images/gravel.jpg') no-repeat; }
#content #wurx { background:#BDB39A url('../images/tunnelgraf.jpg') no-repeat; }
#content #nooz { background:#BDB39A url('../images/tunnel.jpg') no-repeat; }
#content #whatever { background:#BDB39A url('../images/willowhaus.jpg') no-repeat; }
  #content #whatever .img
  {
    background:transparent url('../images/sandrob.jpg') no-repeat;
    width:394px;height:550px;
    margin:20px 0 0 330px;
  }
  
/* GOOGLE READER manip. */
.reader-sheisse
{
  width: 850px;
  margin-left:160px;
}
/*
div.reader-sheisse div.reader-publisher-module ul { background-color: red; }
#readerpublishermodule0 .reader-publisher-module { background-color: red; }
#content #nooz .sub .reader-publisher-module { background-color: red; }
*/

