/* the sarchasm Style Sheet */
/* Last revision: 03.10.06 */
/*------------------------------------------*/

/* GLOBAL ESSENTIALS */
/* --------------------------------------*/
body {
	margin:0;
	padding: 0;
	font:.7em/1.4em tahoma, verdana, arial;
	color:#000;
	background: url(http://www.thesarchasm.com/images/coffee_stain.jpg) 	no-repeat;
	}
	
	a:link {color:#F30;}
	a:visited {color:#666;}
	a:hover {color:#9c0;}
	a:active {color:#FC0;}

a img {border: none; }

/* HEADERS */
/* -------------------------------------- */

h1 {
	margin:-10px 0 0;
	font:49px courier;
	color: #f30;
	padding-top:0;
	text-align:center;
	line-height:35px;
	}

h3 {
	color: #FFF; 
	background-color: #666; 
	border-bottom:1px solid #999;
	margin:2px 0 10px;
	font-weight:bold;
	padding-left: 5px; 
	}
	
h2 { 
	color: #FFF; 
	background-color: #333; 
	border-bottom:1px solid #999;
	margin: 2px 0 10px;
	font-weight:bold;
	padding-left: 5px; 
	}	
	
/* STRUCTURE */
/* -------------------------------------- */
	
#frame {
	margin:60px auto;
	width: 615px;
	height:325px;
	padding:0;
	}

#content {
	margin:10px 0 15px;
	padding-right:7px;
	float:left;
	width: 415px;
	border-right: 1px dotted #333;
	}

#sidecar {
	float:right;
	margin:10px 15px 0 0;
	width: 170px;
	/*background:#ccc;*/
	}
	
.authortab {
	float:left;
	font-weight:bold;
	margin:0 0 0 3px;
	}
	
.meat {
	display:block;
	margin:0 0 15px 60px;
	color:#000;
	}

.meatrule {
	margin-bottom:10px;
	border-bottom:1px solid #333;
	}
	
.sidedish {
	display:block;
	margin:0 0 15px 3px;
	color:#000;
	font:.9em/1.3em;
	}

.rite {
	margin-left:35px;
	}

.via {
	color:#999;
	font-size:90%;

	}

.quoth {
	color:#666;
	margin-top:10px;
	padding:1px 0px 3px 25px;
	font-style: italic;
	background:url(images/quoth.gif) no-repeat;
	display:block;
	}	

.yaps{
	display:block;
	margin:0 0 5px 60px;
	color:#666;
	font-size:90%;
	}

.yaps a:link {color:#666;}

/* LISTS */
/* --------------------------------------*/

.sidedish ul {
        list-style: none;
        margin-left: 0;
        padding-left: 1em;
        text-indent: -1em;
        }

.sidedish ul li {
        margin-bottom: 10px;
        }

.sidedish ul li:before {
        content: "\00BB \0020";
        }

/* SIFR */
/* --------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}


