/* there are some IE/Win hacks in liminal-ie.css */

body {

	/* the main background color */

	background-color: #eee;			

	margin: 0;
	padding: 0;

	/* the main font */

	font-family: Helvetica, sans-serif;		


	/*  this is the curve under the left "armpit" of the sidebar. 

	background-image: url(corner-7.gif);		
	background-position: 498px 120px;			
	background-repeat: no-repeat;				
	
	*/
}


* a,
* a:visited,
* a:link,
* a:active {

	/* links don't get underlined */

	text-decoration: none;						
	
	/* color and style of links */

	font-weight: bold;
	color: inherit;
	color: #36c;				
	}

* a:hover {

	/* when you hover over links, underline them and change the color */

	text-decoration: underline;					
	}											

* a.tabletext {
	padding-top: 2px;
	}

* h1 {

	/* text header font information */

	font-size: 13px;
	font-weight: bold;

	/* leave a little space at the top */

	padding-top: 5px;
	
	color: #4A6022;
	}

* h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
	}

* img {

	/* no borders on images thanks! */

	border: 0;
	}

* td img {
	padding: 0;
	margin: 0;
	}

.hanging p {

	/* this is for lists, to have them be hanging indents.
	    arguably this should really be done with <ul> in
	    most cases */

	text-indent: -10pt;
	padding-left: 10pt;
	margin: 0;
	}

.quote {

	/* this is for block quotes, such as at the top of resur-blurb */
	
	font-size: 80%;
	margin-left: 20pt;
	margin-right: 10pt;
	}
		
#container {

	/* these are the curves under the "armpits" of the sidebar. */

	background-image: url(corners.gif);
	background-position: 498px 120px;
	background-repeat: no-repeat;
	}		
		
#topbar {

	/* this is the banner at the top of the screen. */

	background-color: #BFD4D9;
	height: 100px;
	padding: 0;
	margin: 0;
	padding-left: 25px;
	white-space: nowrap;
	
	
	
	}
	
#topbar img {

	/* this keeps everything tight (esp on IE) */

	margin: 0;
	padding: 0;
	}
	
#menubar {

	/* this is the menubar, surprise surprise */

	background-color: #4A6022;
	height: 30px;
	color: #ffffff;
	font-size: 12px;
	margin: 0;
	padding: 0;
	white-space: nowrap;


	/* the padding is LESS than other paddings to make room for the
	   3px wide .gifs that provide the tabbed highlight effect */
	
	/* NO MORE */
	
	padding-left: 25px;			
	}
	
#winsux {
	width: 800px;
	}

#menubar a {
 	color: #BFD4D9;
	vertical-align: bottom;
	text-decoration: none;
	}
	
#menubar a:hover {
	color: #eee;
	}
	
#menubar ul {

	/* the menu options are actually a list, to make them
	   deprecate nicely. */

	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	white-space: nowrap;
	width: 600px;

	}

#menubar ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	margin-top: 12px;

	/* margin-right controls the spacing between the menu items */
	
	margin-right: 10pt;
	}
	

#infobox {

	/* this is the sidebar, the "blurb" */

	background-color: #BFD4D9;
	width: 270px;
	margin-left: 500px;
	margin-top: 30px;
	padding: 10px;

	/* font information */
	
	color: #4d4d4d;
	font-size: 11px;
	line-height: 135%;

	/* this is the curves at the bottom */
	
	background-image: url(infobottom-faraway.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	}

/* IE5 Mac hack -- IE5 Mac isn't going to see the following \*/

#infobox {
	width: 250px;
	}
	

/* End IE5 Mac hack */
	

	
#mainbox {

	/* this is the main text area */

	float: left;
	width: 450px;
	padding-top: 0;
    padding-left: 25px;

	/* mainbox font info */
	
	color: #333;
	font-size: 11px;
	line-height: 135%;
	}
	
	
.caption {

	/* this is for captions under pictures */

	color: #4d4d4d;
	font-size: 11px;

	}


.albumimg {
	display: block;
	padding-bottom: 5px;
	padding-top: 15px;
	}
	
#bottombar {

	/* the footer */

	clear: both;

	background-image: url(bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	
	/* font info */

	color: #999;
	font-size: 11px;

	/* this is for the funky footer javascript to work */

	position: absolute;
	visibility: hidden;
	}

#bottombar p {
	margin-left: 25px;
	margin-bottom: 0;
	padding-bottom: 2px;
	}

#bottombar a {

	/* we want the footer links to not be bold */
	
	color: #ccc;
	font-weight: normal;
	}