/*allcss.css*/
body {margin:0;padding:0;}

#header {padding-bottom:20px}

#wrap {max-width: 900px;
/* background:url(bluebench.jpg) left top repeat; */

background:blue;

width:90%;	/*90% of wrap*/
margin:20px auto;
/*Width of the top margin of the wrap div*/ 
/*auto centers the wrap layout in the window
by dividing up the left over space between the wrap and the browser window*/
padding:20px 10px 10px 10px;
/*Width of the wrap, blue*/
/*margin:10px auto;*/
}/*	End Wrap*/
/*	Screen changed add 10px left;*/

#screen {background:silver;

/*padding: the space between the blue wrap and the
content of the screen - silver*/
padding:10px 10px 10px 10px;

}/* End Screen*/

/* BACKGROUND changed TO LIGHT SILVER; */

#main {float:left;
width:75%;
		/*75% of wrap*/       
}/* End Main*/


.entry {
		border-right:2px solid maroon;
		margin-bottom:2em;
		margin-right:1em;
		
}/* End .entry*/
		
.photo_text {margin-left:107px;position:relative}		

#sidebar {margin-left:74%;background:#EBF5FC;padding:4px}
/*74% which will overlap the space for the main content just
enough to allow for some padding around the sidebar text*/


#footer {clear:both;
		 border-top:2px solid blue;
		 
}/* End footer*/
		 
p.miniphotos {height:33px;overflow:hidden;padding-top:4px}
.miniphotos img {padding:0 2px;vertical-align:middle}


/* text styles ------------- */

h1, h2 {margin:0;
padding:0;
}

p {margin:0 0 .5em;
padding-right:10px;
}

.entry h2 {
margin:0;
padding:0;
}

h3 {margin:.5em 0 0}    

.date {padding:0;position:relative;top:-1.1em;margin:0 1em 0 0;text-align:right}

a:link {padding:.2em;color:red}
a:visited {padding:.2em;color:black}
a:focus  {padding:.2em;color:purple}
a:hover {padding:.2em;color:green} 
a:active {padding:.2em;color:navy}

/* a:active {padding:.2em;background:#faf519} ------------- */

a:hover.current {text-decoration:none;background:lime;cursor:default}

.description {position:relative; left:1em;
margin-bottom:0.2em;
}

.continued {
	      margin-top:-5px}

#navbuttons {
				position:relative;
				float:right;
				z-index:1
				}				
.photo {left:-109px;position:absolute;width:100px;height:75px;top:3px}
.photo img {border: none}
.photo a:focus, .photo a:hover, .photo a:active {background:white;width:100px;border:none}
/*allcss.css*/