/* This stylesheet was made by Quil specifically for absurdism.org. If you want to
use an element of it, ask before taking, although it's simple enough that anyone
could do it with only a bit of CSS skill. */

/* Color scheme is comprised of the following: #000 (black) for headings, text, top image,
menu; #F4DCB2, a pale but bright-ish beige, for menu links and separating bar; 
#F1ECE1, a dull pale brown, for text background. #897243 is a darkish brown for
general trimmings use on the content/text area; #655432 is a darker version, and
#897B5D a greyer version. */

/* BASIC DOCUMENT ELEMENTS */

body { 
	font: 14px georgia, serif; 
	color: #000; 
	background: #F1ECE1 url(http://absurdism.org/stripe.gif); 
	/* See http://webdesign.maratz.com/lab/superstripes/ for the background stuff */
	padding: 0px;
	margin: 0px;
	}
	
p { 
	font: 14px georgia, serif; 
	margin-top: 0px; 
	text-align: left;
	line-height: 20px;
	}
	
/* LINK FORMATTING */
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #655432;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #897B5D;
	}
	
a:hover, a:active { 
	text-decoration: none; 
	color: #897243;
	}

#content	{
	width: 630px;
	padding:20px;
	border-top: solid #000 0px;
	border-left: solid #000 2px;
	border-right: solid #000 2px;
	border-right: solid #000 2px;
	text-align: left;
	overflow: auto;
	line-height: 23px;
	background-color: #F1ECE1;
	}

.counter {
	  background-image: url("http://absurdism.org/whats_upavatar.jpg");
		border-color:black;
		border-style:solid;
		border-width:2px;
		}

.nav {
		 background: #000;
		 padding: 10px;
		 width: 654px;
	font-size: 14px;
	text-decoration: none;
	color: #F4DCB2;
		 
		 }
		 
a.nav {
	font-size: 16px;
	text-decoration: none;
	color: #F4DCB2;
	font-weight: bold;

	}
		 
a.nav:visited {
	text-decoration: none;
	color: #F4DCB2;
	}
		 
a.nav:active {
	text-decoration: none;
	color:  #F1ECE1;
	}
	
a.nav:hover {
	text-decoration: none;
	color: #F1ECE1;
	}
	
a.navsmall {
	font-size: 12px;
	text-decoration: none;
	color: #F1ECE1;
	font-weight:normal;
	}
		 
a.navsmall:visited {
	text-decoration: none;
	color: #F1ECE1;
	}
		 
a.navsmall:active {
	text-decoration: none;
	color:  #F4DCB2;
	}
	
a.navsmall:hover {
	text-decoration: none;
	color: #F4DCB2;
	}
		 
.img {
		 background: url("http://absurdism.org/peachcat3.jpg") no-repeat;
		 border: solid 2px black;
		 padding: 0px;
		 width: 670px;
		 height: 160px;

} 

#separator {
		 background: #F4DCB2;
		 border: solid #000 2px;
		 padding: 0px;
		 height: 7px;
		 width: 670px;
		 align: center;
}

#footer {
		 background: #F4DCB2;
		 border-left: solid #000 2px;
		 border-right: solid #000 2px;
		 border-top: solid #000 2px;
		 border-bottom: solid black 7px;
		 padding: 7px;
		 width: 656px;
		 align: center;
}

h1 {
	 text-align:right;
	 color: #655432;
	 font-weight:bold;
	 font: georgia, serif;
	 padding: 0px;
	 margin: 0px;
	 }
	 
h2 {
	 text-align:right;
	 color: #897B5D;
	 font-weight:bold;
	 font: 110% georgia, serif;
	 padding: 8px;
	 margin-left: 0px;
	 margin-right: 0px;
	 margin-top: 0px;
	 margin-bottom: 8px;
	 }