/*****************************************************************************************************************************/
/*				       Rebel Ink Lust: Default Style Sheet v. 2009.12.16				     */
/*****************************************************************************************************************************/

	/* Clear user-agent margin & padding defaults, regardless of user-agent-style-sheets, for cross-browser consistancy. */
*	{
	margin:0px;
	padding:0px;
	}
	/*********************************************************************************************************************/

body	{ 
	/*           Use this from CSS2, Appendix A, A sample style sheet for HTML 4.0           */
	/*           Regardless of CSS 2.1 W3C Candidate Recommendation status                   */
	/*           CSS 2.1 has been rejected back to working draft before                      */
	/*           /REC-CSS2-20080411/, mimicks padding generated by AWFG&M Script             */
	display: block;
	padding: 8px;
	/*****************************************************************************************/

	background-color: #010101; /* Before RIL-Fork */
	background-image: url("/images/body-bg.gif"); /* Before RIL-Fork */
	background-repeat: repeat-x; /* Before RIL-Fork */
	background-attachment: scroll; /* W3C Default */

	/*      Better syntax                                                                    */
	/*      Lyndie codes for Bronze Age Browsers, and designs for Paleolithic Monitors       */
	background-position: 0% 0%;

	/*         Experimental: Revision 1 is still only a Candidate for Recommendation         */
	/*         Sandra's site is broken for over 98% of visitors			         */
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-o-background-size: auto 100%;
	-moz-background-size: auto 100%;

	/********** Experimental: Currently Last Call Working Draft **********/
	/* background-origin: padding-box; W3C Default 		             */
	/* background-clip: border-box;  W3C Default 		             */
	/*********************************************************************/

	color: #7b7575; /* Before RIL-Fork '.main-content p', canvas undefined*/
	font-family: Trebuchet MS,Trebuchet,Verdana,Sans-Serif; /* holdingit.minuteboard.com */
	font-size: 14px;  /* holdingit.minuteboard.com '.f14'; minuteboard.com default 16px */
	/* line-height: 22px; Before RIL-Fork '.main-content p', */

	/************** START Holdingit.Minuteboard.com Script ***************/
	/* scrollbar-darkshadow-color: #666666;		                     */
	/* scrollbar-3dlight-color: #666666;		                     */
	/* scrollbar-arrow-color: #666666;		                     */
	/* scrollbar-base-color: #181818;		                     */
	/* scrollbar-face-color: #181818;		                     */
	/* scrollbar-highlight-color: #181818;		                     */
	/* scrollbar-shadow-color: #181818;		                     */
	/* scrollbar-track-color: #0c0c0c;		                     */
	/*************** END Holdingit.Minuteboard.com Script ****************/
	}

	/* Normalize user-agent header line-heights, regardless of user-agent-style-sheets, for cross-browser consistancy. */
h1, h2, h3, h4, h5, h6 {
	line-height:normal;
	}

/* 11, 13, [14], 16, 18 */
/*11, [13], 15, 16, 25, 30 */
/* 9, [12], 14 */

h1 { 
	/*         After RIL-Fork: Sandra's h1 '#d7caac' w- Hue inverted IAW LCH (GIMP)          */
	/*         Because Satoshi Nakamoto, and Fuck Them !                                     */
	color: #bccdeb;

	background-color: #010101; /* Before RIL-Fork */
	font-family: Trebuchet MS,Trebuchet,Verdana,Sans-Serif; /* holdingit.minuteboard.com */
	font-size: 25px; /* Before RIL-Fork */
	font-weight: bold; /* holdingit.minuteboard.com */
	text-align: center; /* After RIL-Fork */
	text-decoration: underline; /* After RIL-Fork */
	}

h2 { 
	/* color: #eec29e; Proposed from AWFsS&V */
	color: #fcd0ab;  /* Before RIL-Fork */
	background-color: #010101; /* Before RIL-Fork */
	font-family: Trebuchet MS,Trebuchet,Verdana,Sans-Serif; /* holdingit.minuteboard.com */
	font-size: 16px; /* holdingit.minuteboard.com */
	font-weight: bold; /* holdingit.minuteboard.com */
	text-decoration: underline; /* After RIL-Fork */
	}

p { 
	}

a { 
	color: #c0c0c0; 
	background-color: #010101; 
	font-family: Trebuchet MS,Trebuchet,Verdana,Sans-Serif;
	font-size: 14px;
	}

a:hover {

	color: #e1b797; 
	background-color: #000000;

	}

a:active {

	color: #e1b797;

	}

 /* unvisited link */
/* a:link {
  color: green;
} */

/* visited link */
/* a:visited {
  color: green;
} */