/* --------------------------------------------------
CSS Document adapted from css by Anthonyy @ OSWD.org
-------------------------------------------------- */
highlight { background-color: #f00; color: #fff;}
/* CONTAINER */

		#container {
			width: 780px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #666;
			background-color: #FFF;
		}
		
/* GENERAL MOJO AND MULA */
		
				/* Chuck Lorre Productions top */
		h1 { 
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 28px;
			font-weight: bold;
			color: #CC6633;
			margin-bottom: 3px;
			background-color: #FFF;
		}
		
		h2 {
			color: #000;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			text-align: center;

		
		}
		
		a {
			color:#CC6714;
			text-decoration: none;
		}

		a:hover {
			color:#CC6714;
			background-color: #F5F5F5;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		.edit-table td {padding: 0 .5em;}
		.edit-table tr:nth-child(even) {background-color: rgba(0,0,0,.1);}
		.edit-table tr.trash { background-color: rgba(200,0,0,.1); }
		.edit-table tr.trash:nth-child(even) { background-color: rgba(200,0,0,.2); }
		.error {
			color: #F03;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
			padding: 3px;
		}
		
		
		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 4px solid #948979;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}
		

		/* The Official Vanity Card Archives */
	.subtitle { 
			color: #666;
			font-size: 16px;
			font-weight: bold;
			font-family: arial,sans-serif;
		}
		
		
/* NAVIGATION ELEMENTS */
		
		#navigation {
			margin-left: 6px;
			padding-left: 0;
			border-right: 1px dotted #666
			list-style-type: none;			
			float: left;
			width: 170px;
			text-align: justify;
			font-size: 
		}
		
		#navigation.episode-menu {text-align:left}

		#navigation a:link, a:visited {
			color:#CC6714;
			text-decoration: none;
			padding: 2px;

		}
		
		#navigation a:hover {
			background-color: #666;
			color:#FFF;
		}
		

		
/* CONTENT ELEMENTS */

		#content {
			width: 400px;
			margin-left: 200px;
			margin-right: 100px;
			border-bottom: 1px dotted #666; /* A faint grey line below the text */
			border-top:1px dotted #666;
			border-left: 1px dotted #666;
			border-right:1px dotted #666;
			padding: 5px;
			background-color: #FFF;

		}
		
			#content a {
		color: #0000FF;
		
		}
		
		#content a:hover {
			background-color: #666;
			color:#FFF;
		}
		
		#content p {
			color: #000;
			font-size: 12px;
			text-align: justify;

		}
		
				#content p.sincerely {
			color: #000;
			font-size: 12px;
			padding-left: 60%;
			margin-top: 0px;

		}
		
				#content p.center {
			color: #000;
			font-size: 12px;
			text-align: center;

		}
		
						#content p.onehalfline {
			color: #000;
			font-size: 12px;
			text-align: justify;
			line-height: 180%;
			

		}
		
						#content p.left {
			color: #000;
			font-size: 10px;
			text-align: left;
			

		}
		
						#content p.long {
			color: #000;
			font-size: 12px;
			text-align: justify;
			line-height: 12px;

		}
		
								#content p.poem {
			color: #000;
			font-size: 12px;
			text-align: center;
			line-height: 16px;


		}
		
										#content p.poemsingle {
			color: #000;
			font-size: 12px;
			text-align: center;
			line-height: 14px;
			padding-left: 25%;
			padding-right: 25%;
			margin-top: 35pt;

		}
		
		#content p.script {
			color: #000;
			font-size: 12px;
			text-align: left;
			line-height: 12px;
			font-family: courier,monospace;

		}
		
		#content p.script-char {
			color: #000;
			font-size: 12px;
			text-align: center;
			line-height: 12px;
			font-family: courier,monospace;

		}
		
				#content p.script-dialogue {
			color: #000;
			font-size: 12px;
			line-height: 12px;
			font-family: courier,monospace;
			padding-left: 20%;
			padding-right: 20%;
			margin-top: -12px;

		}
		
						#content p.indent {
			color: #000;
			font-size: 12px;
			line-height: 14px;
			padding-left: 25%;
			padding-right: 25%;
			margin-top: -12px;
			text-align: justify;

		}
		
		#content p.script-right {
			color: #000;
			font-size: 12px;
			text-align: right;
			line-height: 12px;
			font-family: courier,monospace;

		}
		
		
		TD.black {color: black }
		
				.strike {
			color: #000;
			font-size: 12px;
			text-align: justify;
			text-decoration: line-through;

		}
		
						.big {
			color: #000;
			font-size: 16px;

		}
		
							#content p.big-center {
			color: #000;
			font-size: 20px;
			text-align: center;

		}
		
		
						#content p.strike-center {
			color: #000;
			font-size: 12px;
			text-align: center;
			text-decoration: line-through;

		}
		
				
						#content p.small {
			color: #000;
			font-size: 10px;



		}
		
				#content p.big {
			color: #000;
			font-size: 18px;
			text-align: justify;

		}
		
						#content p.bigger {
			color: #000;
			font-size: 24px;
			text-align: justify;
			line-height: 26px;

		}
		
		
						#content p.huge {
			color: #000;
			font-size: 30px;
			text-align: justify;
			line-height: 30px;

		}
		
		
			#content p.huger {
			color: #000;
			font-size: 38px;
			text-align: center;
			line-height: 38px;

		}
		
					#content p.fancy {
			color: #000;
			font-size: 18px;
			text-align: center;
			line-height: 28px;
			font-family: apple chancery,iris,serif;

		}
		
							#content p.informal {
			color: #000;
			font-size: 16px;
			text-align: center;
			line-height: 14px;
			font-family: lucida casual, comic sans ms,iris,serif;

		}
		
			#content p.text-justify  {
			color: #000;
			font-size: 12px;
			font-face: arial,sans-serif;
			text-align: justify;
			margin-top: -12px;


		}
		
		#text  {
			color: #000;
			font-size: 12px;
			font-face: arial,sans-serif;
			text-align: justify;

		}
		
				.text  {
			color: #000;
			font-size: 12px;
			font-face: arial,sans-serif;
			text-align: center;
			line-height: 0px;


		}
		

		
				#content p.series {
			color: #DDD;
			font-size: 12px;
			text-align: justify;
			padding: 0px;
			margin-left: 6px;
			margin-right: 6px;
			margin-top: 6px;
			margin-bottom: 6px;

		}     
		
		p.characters{   
			border:  px solid red;
			margin: 0 auto; 
			margin-top: 0; 
			text-align: center !important;    
			
		}  
		.quote{    
			font-style: italic;      
			margin-bottom: 0; 
			
		}
		
		/* CONTENT-BLACK ELEMENTS */

		#content-b {
			width: 400px;
			margin-left: -5px;
			margin-right: 180px;
			margin-top: -5px;
			margin-bottom: -5px;
			padding: 5px;
			background-color: #000;

		}
		
		#content-b p {
			color: #FFF;
			font-size: 12px;
			text-align: justify;
			padding: 0px;
			margin-left: 6px;
			margin-right: 6px;
			margin-top: 6px;
			margin-bottom: 6px;

		}
		
		h2.black {
			color: #FFF;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			text-align: center;
		
		}

		.cynicism {
			color: #FFF;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			text-align: center;
		}

/* SIDEBAR ELEMENTS */

#newsidebar
{
	float: right;
	width: 145px;
	color: #000;
	text-align: right;
}

#newsidebar a {
  color: #CCC;	
}

#newsidebar a:hover {
	color: #0000CC;
}

.sidebar-element
{
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 6px;
	margin-top: 6px;
}


	#sidebar {
			float: right;
			width: 145px;
			color: #000;
			border-bottom: 1px solid #DDDDDD;
			padding-bottom: 6px;

		}
		
		
		
	#sidebar a {
		color: #CCC;
		
		}
		
		.title-small {
		color:#666;
		font-size: 13px;
		font-weight: bold;
		font-family: arial,sans-serif;
		margin-top: 5px;
		}
		
		.title-mini {
		color:#000;
		font-size: 11px;
		font-weight: bold;
		font-family: arial,sans-serif;
		}
		
		#sidebar a:hover {
			color: #0000CC;
			background-color: #FFF;
		}

/* SIDEBAR-BOTTOM ELEMENTS */

	#sidebar-bottom {
			float: right;
			width: 145px;
			color: #000;
			padding-bottom: 3px;
			padding-top: 3px;
			margin-top: 150px;
			margin-right: -145px;
			border-bottom: 1px solid #DDDDDD;
			
			}
			
	#sidebar-bottom a {
		color: #CCC;
		
		}
			
		#sidebar-bottom a:hover {
			color: #0000CC;
			background-color: #FFF;
		
		}
		
	
/* SIDEBAR-BOTTOM2 ELEMENTS */

	#sidebar-bottom2 {
			float: right;
			width: 145px;
			color: #000;
			padding-bottom: 3px;
			padding-top: 3px;
			margin-top: 245px;
			margin-right: -145px;
			border-bottom: 1px solid #DDDDDD;
			
			}
			
	#sidebar-bottom2 a {
		color: #CCC;
		
		}
			
		#sidebar-bottom2 a:hover {
			color: #0000CC;
			background-color: #FFF;
		
		}
		
		
		/* SIDEBAR-BOTTOM2 ELEMENTS */

	#sidebar-bottom3 {
			float: right;
			width: 145px;
			color: #000;
			padding-bottom: 3px;
			padding-top: 3px;
			margin-top: 305px;
			margin-right: -145px;
			border-bottom: 1px solid #DDDDDD;
			
			}
			
	#sidebar-bottom3 a {
		color: #CCC;
		
		}
			
		#sidebar-bottom3 a:hover {
			color: #0000CC;
			background-color: #FFF;
		
		}

		/* ADVANCED SEARCH */

	#advsearch {
			padding-bottom: 3px;
			padding-top: 3px;
			margin-top: 35px;
			
			}
		
/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#575352;
			padding: 0px 5px 0px 5px;
			color: #000
		}
		
		#footer p {
			color:#000;
			padding: 0px;
		}
		
		#footer a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}    
		
		p#poemthreeonenine {
			font-family:'apple chancery',iris,serif;; 
			font-size: 14px; 
			margin: 0 auto;
			text-align: center;
			width: 290px; 
		}     
		
		.redact{			
			background-color: #000;  
			text-decoration: line-through;
			font-weight: bold;			
		}
		
		


			
		/* And they lived happily ever after. The End. */
