@charset "UTF-8";
/* CSS Document */

/* page styles */

	html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #c0c0c0;
	background-color: #000;
	margin: 0px;
	padding: 10px 10px 20px 10px;
	text-align: left;
		}


	a, a:visited {
	color: #c0c0c0;
	text-decoration: none;
	}
	
    a:hover {
	text-decoration: underline;
	}
		
	.post-lead	h4	a[href$=".pdf"]::after,
	.post-lead	p	a[href$=".pdf"]::after {
  		content: url(../assets/pdf_icon.gif);
  		padding: 0px 4px 0px 4px;
		}
		

	img	{
		padding: 0px;
		border: 0px;
		margin: 0px;
		}
		
	h1	{
		font-family: helvetica, arial, sans-serif;
		font-size: 18px;
		line-height: 14px;
		padding: 0px;
		margin: 0px;
		}

	h2	{
		font-size: 13px;
		font-family: arial, helvetica, sans-serif;
		color: #000;
		line-height: 16px;
		padding: 0px 0px 10px 0px;
		border: 0px;
		margin: 0px 0px 0px 0px;
		}		

	h3	{
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	color: #9ba84a;
	font-style: normal;
	font-weight: normal;
		}
		
	h4	{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	border: 0px;
	color: #f5f6f1;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-style: normal;
	font-weight: normal;
		}
		
	h4 a, h4 a:visited {
	color: #f5f6f1;
	text-decoration: none;
	}
		
    h4 a:hover {
    color: #f5f6f1;
	text-decoration: underline;
	}

	p	{
		padding: 0px 0px 10px 0px;
		}
		
	img	{
		margin: 0px;
		padding: 0px;
		}

	#home,
	#articles,
	#calendar,
	#archives,
	#category,
	#about,
	#mailinglist,
	#elsewhere-section,
	#elsewhere-dates,
	#searchpage,
	#store	{
		width: 830px;
		margin: 0px;
		padding: 0px;
		}
	
	/* header styles */
	
	#header	{
		padding: 10px 0px 10px 0px;
		border-top: 4px solid #000;
		margin: 0px 0px 0px 0px;
		}
		
	#header	h1	{
		float: left;
		width: 210px;
		padding-left: 5px;
		}

	#header	h4	span	{
		font-weight: normal;
		color: #666;
		}

	#header	img	{
		float: left;
		padding-right: 10px;
		}
		
	#header	p	{
		float: left;
		width: 420px;
		margin: 0px;
		padding: 0px;
		}
		
	#header	form	{
		margin: 0px;
		padding: 0px;
		}

	#header	input	{
		font-family: arial, sans-serif;
		font-size: 11px;
		padding: 2px;
		margin: 0px;
		} 

	#header	input.search-field {
		width: 140px;
		margin-right: 5px;
	}
	
	.style1 {
	color: #9ba84a;
	font-size: 15px;
	font-weight: bold;
    }	
	
	.style1 a, .style1 a:visited {
	color: #f5f6f1;
	text-decoration: none;
	}
		
    .style1 a:hover {
    color: #f5f6f1;
	text-decoration: underline;
	}
	
	#mast	{
		clear: both;
		margin: 0px 0px 10px 0px;
		border: 0px;
		padding: 0px;
		width: 830px;
		background: #F3F;
		}
		
	#mast	img	{
		margin: 0px;
		padding: 0px 0px 10px 0px;
		}


	/* home page title style */
	
	#home	#cover	{
		line-height: 18px;
		margin: 0px 0px -1px 0px;
		border-bottom: 1px solid #000;
		padding: 10px 0px 0px 0px;
		height: 375px;
		background-image: url("../cover/050717_mister_president.jpg");
		background-repeat: no-repeat;
		background-color: black;
	}


	/* post styles */
	
	#posts	{
		float: left;
		padding-top: 0px;
		width: 620px;
		background-color: transparent;
		}

	.day	{
		margin: 0px;
		border-top: 1px solid #000;
		padding: 0px;
		}
		
	.date	{
		float: left;
		width: 95px;
		margin: 0px 0px 0px 0px;
		padding: 6px 0px 0px 5px;
		font-size: 12px;
		line-height: 16px;
		font-weight: bold;
		color: #666;
		}

	#posts	h2	{
		margin: -1px 0px 0px 105px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #D9D9D9;
		padding: 6px 0px 7px 5px;
		}
		
	.post-lead	{
		margin: 6px 0px 0px 105px;
		padding: 0px;
		}
	
	.time-remarks,
	.post-lead	.info-label	{
		float: left;
		width: 100px;
		margin: 0px;
		padding: 0px 0px 6px 5px;
		line-height: 19px;
		}
		
	.time-remarks	a	{
		font-size: 10px;
		text-transform: uppercase;
		}
		
	.post-lead	p	{
		margin: 0px 0px 0px 110px;
		padding: 0px 10px 7px 0px;
		font-size: 12px;
		line-height: 19px;
		}
		
	.post-lead	p	img,
	.post-lead	p	img.thumb	{
		float: left;
		margin: 3px 10px 3px 0px;
		}
		
	.continue	{
		width: 210px;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 110px;
		background-color: transparent;
		font-size: 10px;
		text-transform: uppercase;
		}

	.continue { width:265px; voice-family: "\"}\""; voice-family:inherit; width: 210px;} 
	html>body .continue { width: 210px; } 
 
	.add	{
		margin: 0px 0px 0px 105px;
		padding: 0px 0px 10px 5px;
		font-size: 10px;
		text-transform: uppercase;
		}
		
	.continue	img,
	.add	img	{
		margin: 0px 5px -4px 0px;
		}	
		
	.clear	{
		clear: both;
		margin: 0px 0px 0px 110px;
		}
		
	.read	{
		font-size: 10px;
		text-transform: uppercase;
		}
	
	/* more posts styles */
	
	.more	{
		margin: 0px 0px -1px 0px;
		border-top: 1px solid #000;
		padding: 0px;
		}

	.more-months	{
		float: left;
		width: 100px;
		margin: 0px;
		padding: 6px 0px 8px 5px;
		font-size: 12px;
		line-height: 16px;
		}
		
	.more-lead	p,
	.more-lead-last	p	{
		margin: 0px 0px 0px 105px;
		padding: 6px 0px 8px 5px;
		font-size: 12px;
		line-height: 16px;
		}
		
	.more-lead,
	.more-lead-last	{
		margin: 0px 0px 0px 105px;
		border-bottom: 1px solid #CCC;
		padding: 0px 0px 0px 0px;
		}
		
	.more-lead-last	{
		border-bottom: 1px solid #000;
		}
		
	/* sidebar styles */
		
	#sidebar	{
		margin: 0px 0px 0px 630px;
		padding: 0px 0px 0px 0px;
		color: #666;
		}

	#sidebar-lower	{
		margin: 0px 0px 0px 630px;
		padding: 0px 0px 0px 0px;
		color: #666;
		}

	.sidebar-module	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 30px 0px;
		background-color: transparent;
		}
			
	.sidebar-module	h3	{
		margin: 0px 0px 0px 0px;
		border-top: 1px solid #000;
		padding: 5px 0px 6px 5px;
		background-color: transparent;
		color: #000;
		}

	.sidebar-module	h4	{
		padding: 0px 5px 0px 5px;
		margin: 0px 0px 0px 0px;
		line-height: 14px;
	}

	.sidebar-module	p	{
		margin: 0px;
		padding: 0px 5px 7px 5px;
		color: #000;
		line-height: 14px;
		}

	.sidebar-module	p.first	{
		margin: -4px 0px 0px 0px;
		padding: 0px 5px 7px 5px;
		line-height: 16px;
		color: #666;
		}

	.sidebar-module	p.date	{
		float: none;
		margin: 0px;
		padding: 7px 5px 0px 5px;
		font-size: 11px;
		font-weight: normal;
		color: #000;
		line-height: 14px;
}
		
	.sidebar-module	img	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 5px;
		}
		
	.full-archives	{
		margin: -1px 0px 0px 0px;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		padding: 4px 0px 0px 0px;
		}
		
	.full-archives	form	{
		margin: 0px;
		padding: 0px 0px 4px 0px;
		}
		
	.full-archives label	{
		float: left;
		width: 70px;
		padding: 1px 0px 0px 5px;
		margin: 0px 0px 0px 0px;
		font-weight: bold;		
		color: #666;
		}
		
	.pulldown	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 4px 0px;
		background-color: transparent;
		}
		
	.pulldown	select	{
		width: 120px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 10px;
		}
		
	ul.colophon	{
		list-style: none;
		margin: 0px 0px 0px 0px;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		padding: 0px 0px 0px 0px;
		}

	ul.colophon	li	{
		margin: 0px 0px -1px 0px;
		border-bottom: 1px solid #CCC;
		padding: 7px 0px;
		line-height: 15px;
		}

	ul.colophon	li	img	{
		margin: 0px 10px -5px 0px;
		font-weight: bold;
		}

	ul.colophon	li	img.mac-icon	{
		margin: -3px 8px -6px 0px;
		}
		
	ul.colophon li a:link, 
	ul.colophon li a:visited,
	ul.colophon li a:hover, 
	ul.colophon li a:active {
		display: block;
		text-decoration: none;
		}		

	ul.xml	{
		list-style: none;
		margin: 0px 0px 0px 0px;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		padding: 0px 0px 0px 0px;
		}

	ul.xml	li	{
		margin: 0px 0px -1px 0px;
		border-bottom: 1px solid #CCC;
		padding: 7px 5px;
		line-height: 15px;
		}

	ul.xml	li	a	{
		background-image: url(../assets/feed_icon_over.png);
		background-image: url(../assets/feed_icon.png);
		background-position: top left;
		background-repeat: no-repeat;
		display: block;
		padding: 0px 0px 2px 21px;
	}

	ul.xml	li	a:active,
	ul.xml	li	a:hover	{
		background-image: url(../assets/feed_icon_over.png);
	}

	ul.jobsinc	{
		margin-left: 0px;
		padding-left: 0px;
		border-top: 1px solid #CCC;
	}

	ul.jobsinc	li	{
		list-style: none;
	}

	ul.jobsinc	li	a	{
		display: block;
		padding: 7px 5px 8px 5px;
		border-bottom: 1px solid #CCC;
	}

	ul.jobsinc	li	a:hover	{
		background-color: #F60;
		color: white;
	}

	img.ad	{
		padding-left: 40px;
		padding-bottom: 7px;
	}
	
	p.ads {
		color: #666;
	}
						
	/* categories table styles */
	
	#cat-table	{
		margin-top: 0px;
		}
		
	#cat-table	h3	{
		margin: 0px 0px 5px 0px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #CCC;
		padding: 5px 0px 6px 5px;
		background-color: transparent;
		}
		
	#cat-table	table	{
		margin: 0px;
		border-bottom: 1px solid #000;
		padding: 0px 0px 5px 0px;
		}
	
	#cat-table	table	td,
	#cat-table	table	td.special	{
		text-align: right;
		vertical-align: top;
		width: 200px;
		padding: 0px 0px 4px 0px;
		}
		
	#cat-table	table	tr	td	ul,
	#cat-table	table	tr	td	ul li	{
		list-style: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		line-height: 12px;
		}
		
	#cat-table	table	tr	td	ul li	{
		background-color: transparent;
		}
	
	#cat-table	table	tr	td	ul li a:link, 
	#cat-table	table	tr	td	ul li a:visited {
		font-size: 11px;
		list-style: none; 
		color: #000;
		text-decoration: none;
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 2px 5px 2px 5px;
		height: auto;

  		height: 13px;
  		voice-family: "\"}\""; 
  		voice-family: inherit;
	  	height: 13px;
		}
	
	#cat-table	table	tr	td	ul li a:hover, 
	#cat-table	table	tr	td	ul li a:active {
		font-size: 11px;
		list-style: none; 
		color: #fff;
		text-decoration: none;
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 2px 5px 2px 5px;
		background: #f60;
		height: auto;
		
  		height: 13px;
  		voice-family: "\"}\""; 
  		voice-family: inherit;
	  	height: 13px;
		}
		

	#cat-table	table	tr	td	span,
	.cat-name	{
		float: left;
		margin: 0px;
		padding: 0px;
		text-align: left;
		}
		
	#cat-table	table	td.shim	{
		width: 10px;
		margin: 0px;
		padding: 0px;
		}
		
	/* middle illustration */
	
	#middle-illo	{
		height: 100px;
		margin: 0px 0px -1px 0px;
		border-bottom: 1px solid #000;
		padding: 0px 0px;
		background-image: url("../cover/050717_mister_president_detail.jpg");
		background-repeat: no-repeat;
		background-color: transparent;
		}

	#middle-illo	img	{
		margin: 0px;
		padding: 0px;
	}		
		
	/* elsewhere styles */
	
	#elsewhere		{
		float: left;
		margin: 0px;
		padding: 0px;
		width: 620px;
		}

	#elsewhere	h3	{
		margin: 0px 0px 0px 0px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #CCC;
		padding: 5px 0px 6px 5px;
		}
		
	#elsewhere	.day	{
		margin: 0px 0px 0px 0px;
		border-top: 0;
		border-bottom: 1px solid #CCC;
		padding: 0px;
		}
		
	#elsewhere	.post-lead	{
		margin: 0px 0px -1px 105px;
		border-bottom: 1px solid #CCC;
		padding: 3px 0px 4px 0px;
		}

	#elsewhere	.post-lead	h4	{
		margin: 4px 0px 2px 110px;
		padding: 0px 10px 0px 0px;
		font-size: 12px;
		line-height: 16px;
		}

	#elsewhere	.post-lead	p	{
		margin: 0px 0px 0px 110px;
		padding: 0px 10px 2px 0px;
		font-size: 12px;
		line-height: 17px;
		}
	
	.stars	{
		float: left;
		width: 100px;
		margin: 0px 0px 0px 0px;
		padding: 4px 0px 0px 5px;
		line-height: 16px;
		}

	a.one_star,
	a.one_star:link,
	a.one_star:visited	{
		display: block;
		background-image: url("../assets/one_star_background.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
		}

	a.two_star,
	a.two_star:link,
	a.two_star:visited	{
		display: block;
		background-image: url("../assets/two_star_background.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
		}

	a.three_star,
	a.three_star:link,
	a.three_star:visited	{
		display: block;
		background-image: url("../assets/three_star_background.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
		}

	a.four_star,
	a.four_star:link,
	a.four_star:visited	{
		display: block;
		background-image: url("../assets/four_star_background.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
		}

	a.five_star,
	a.five_star:link,
	a.five_star:visited	{
		display: block;
		background-image: url("../assets/five_star_background.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
		}

	a.one_star:hover, 
	a.one_star:active,
	a.two_star:hover, 
	a.two_star:active,
	a.three_star:hover, 
	a.three_star:active,
	a.four_star:hover, 
	a.four_star:active,
	a.five_star:hover, 
	a.five_star:active {
		background-position: 0px -18px;
		}	

	#elsewhere-end	{
		margin: -1px 0px 0px 0px;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #000;
		padding: 0px 0px 7px 0px;
		}
				
	#elsewhere-end	h4	{
		float: left;
		width: 210px;
		margin: 0px 0px 0px 0px;
		border-top: 0px;
		padding: 6px 0px 0px 5px;
		font-size: 12px;
		line-height: 16px;
		font-weight: bold;
		color: #666;
		}

	#elsewhere-end	p	{
		margin: 0px 0px 0px 110px;
		padding: 6px 10px 0px 5px;
		font-size: 12px;
		line-height: 16px;
		}
		
	/* links styles */
	
	#links		{
		margin: -1px 0px 15px 0px;
		}

	#links	h3	{
		margin: 0px 0px 0px 0px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #CCC;
		padding: 5px 0px 6px 5px;
		}
		
	#links	ul {
		margin: 3px 10px 5px 0px;
		padding: 0px 0px 10px 0px;
		font-size: 12px;
	}

	#links ul li {
		list-style-type: none;
		display: block;
		float: left;
		margin: 2px 0px;
		padding: 0px;
	}

	#links ul li	a	img {
		margin: 0px 3px -4px 5px;
		background-color: white;
	}

	#links ul li	a {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 5px 7px 7px 0px;
	}

	#links ul li	a:hover,
	#links ul li	a:active {
		text-decoration: none;
		background-color: #F60;
		color: white;
	}	
	
		
	

	/* footer */
		
	#footer	{
		margin: -1px 0px 0px 0px;
		border-top: 1px solid #000;
		padding: 0px 0px 20px 5px;
		}

	#footer	p	{
		width: 630px;
		margin: 0px;
		padding: 8px 0px 0px 0px;
		font-size: 10px;
		line-height: 12px;
		}
		
	/* article styles */

	#articles	#posts,
	#articles	#sidebar	{
		padding-top: 10px;
	}
	
	#articles	.day	{
		padding-bottom: 5px;
	}

	#posts	h3	{
		margin: 0px 0px 0px 0px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #CCC;
		padding: 5px 0px 6px 5px;
		}
	
	#articles	#posts	.more	{
		padding: 0px 0px 0px 0px;
		border-top: 0;
	}
	
	#articles	#posts	.day	h2	{
		padding: 7px 0px 7px 5px;
		font-size: 18px;
		line-height: 20px;
		font-family: helvetica, arial, sans-serif;
	}

	.post-info	{
		margin: -1px 0px 0px 105px;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		padding: 7px 0px 10px 5px;
		font-size: 12px;
		}

	.info-label	{
		display: block;
		float: left;
		width: 105px;
	}

	#posts	.post-lead	{
		border-bottom: 0;
		padding: 0px 0px 10px 0px;
	}

	.post-lead	.info-label	{
		font-size: 12px;
	}

	.body-lead	{
		margin: 6px 0px 0px 0px;
		padding: 0px;
		}
		
	.body-lead a, body-lead a:visited {
	color: #f5f6f1;
	text-decoration: none;
	}
		
   .body-lead a:hover {
    color: #f5f6f1;
	text-decoration: underline;
	}

	.body-lead	.info-label	{
		float: left;
		width: 100px;
		margin: 0px;
		padding: 0px 0px 6px 110px;
		font-size: 12px;
		line-height: 19px;
		}

	.body-lead	p	{
		margin: 0px 0px 0px 215px;
		padding: 0px 10px 7px 0px;
		font-size: 12px;
		line-height: 19px;
		}
		
	#articles	.body-lead	h3	{
		margin: 18px 0px 0px 210px;
		border: 0px;
		padding-bottom: 2px;
		text-transform: uppercase;
		color: #666;
	}

	#articles	.body-lead	h4	{
		margin: 10px 0px 0px 215px;
		border: 0px;
		padding-bottom: 4px;
		font-size: 12px;
		text-transform: none;
		color: #666;
	}

	.body-lead	p	img,
	.body-lead	p	img.thumb	{
		float: left;
		margin: 3px 10px 3px 0px;
		}

	.body-lead	p.excerpt	{
		padding: 10px 15px 20px 25px;
		font-size: 11px;
		line-height: 15px;
	}

	.body-lead	blockquote	{
		padding: 10px 15px 20px 215px;
		font-size: 11px;
		line-height: 15px;
	}
	

	.body-lead	p.sys-text {
		padding: 10px 15px 20px 25px;
		font-family: courier, courier new, monospace;
		font-size: 11px;
		line-height: 15px;
		}

	.body-lead	ul {
		list-style-type: square;
		list-style-position: outside;
		margin-left: 0;
		padding: 0px 10px 0px 250px;
		}
		
	.body-lead	ol {
		list-style-position: outside;
		margin-left: 0;
		padding: 0px 10px 0px 250px;
		}

	.body-lead	ul li,
	.body-lead	ol li	{
		padding-bottom: 3px;
		}

	.body-lead	ol	li	ul	{
		margin: 3px 0px 0px 25px;
		padding: 0px;
	}

	.body-lead	ol	li	ul	li	{
		margin: 0px;
		padding: 0px 0px 3px 0px;
	}

	#articles	.body-lead	h3.sidebar	{
		margin: 10px 10px 0px 215px;
		border-top: 1px solid #999;
		border-left: 1px solid #999;
		border-right: 1px solid #999;
		padding: 5px 10px 10px 10px;
		background-color: #F5F5F5;
	}

	p.sidebar	{
		margin: 0px 10px 10px 215px;
		border-left: 1px solid #999;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		padding: 0px 10px 10px 10px;
		background-color: #F5F5F5;
	}
		#terminator	{
		text-align: right;
		padding: 0px 20px 15px 5px;
		font-size: 16px;
		font-weight: normal;
	}

	/* article layout styles */

	img	{
		padding: 0px;
		border: 0px;
		margin: 0px;
		}

	img.thumb {
		float:left;		
		padding: 0px;
		border: 0px;
		margin: 3px 10px 5px 0px;
		}

	.pic-inline {
		margin: 5px 0px 3px 215px;
		padding-bottom: 5px;
		}

	.pic-left {
		float: left;		
		margin-right: 10px;
		padding-bottom: 5px;
		}
	
	.pic-right {
		margin-left: 10px;
		padding-bottom: 5px;
		float:right;		
		}
		
	.pic-medium	{
		/* this is a deprecated style 
		used for posts from version 
		Six.5 (Mar 03 - Dec 04)
		Use pic-mid instead */
		position: relative;
		padding: 0px 0px 10px 0px;
		margin: 10px 0px 3px 140px;
		}

	.pic-mid	{
		position: relative;
		padding: 0px 0px 10px 0px;
		margin: 10px 0px 3px 110px;
		}
		
		
	.pic-wide	{
		/* this is a deprecated style 
		used for posts from version 
		Six.5 (Mar 03 - Dec 04)
		Use pic-full instead */
		position: relative;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 10px 35px;
		}

	.pic-full	{
		position: relative;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 10px 5px;
		}

	.pic-medium-float	{
		float: left;
		position: relative;
		padding: 0px 0px 0px 110px;
		margin: 10px 10px 3px 0px;
		}
		
	.pic-wide-float	{
		float: left;
		padding: 0px 0px 0px 0px;
		margin: 0px 10px 0px 5px;
		}

	p.pullquote	{ 
		margin: 15px 10px 20px 105px;
		padding: 0px;
		font-size: 14px; 
		line-height: 17px;
		color: #666; 
		font-weight: normal;
		text-indent: -5px;
		}

	.pullquote-wide-float	{
		position: relative;
		width: 190px;
		float: left;
		font-size: 14px; 
		line-height:16px;
		color: #666; 
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		}

	/*	article caption styles */

	.caption	{ 
		font-family: arial, helvetica, sans-serif; 
		font-size: 10px; 
		line-height:12px;
		color: #666; 
		padding-bottom: 3px;
		margin: 0px 0px 0px 0px;
		background-color: transparent;		
		}

	.caption-left	{ 
		float: left;
		position: relative;
		font-family: arial, helvetica, sans-serif; 
		font-size: 10px; 
		line-height:12px;
		color: #666; 
		padding: 0px 0px 0px 110px;
		margin: 10px 0px 0px 0px;
		background-color: transparent;		
		}

		.caption-left	{ width: 195px; voice-family: "\"}\""; voice-family:inherit; width: 90px;}
		html>body .caption-left { width: 90px; }   		
		

	.caption-far-left	{ 
		float: left;
		position: relative;
		width: 90px;
		font-family: arial, helvetica, sans-serif; 
		font-size: 10px; 
		line-height:12px;
		color: #666; 
		padding: 0px 0px 0px 0px;
		margin: 10px 0px 0px 5px;
		background-color: transparent;		
		}
		
	.caption-wide	{ 
		float: left;
		position: relative;
		width: 200px;
		font-family: arial, helvetica, sans-serif; 
		font-size: 10px; 
		line-height:12px;
		color: #666; 
		padding: 0px 0px 0px 0px;
		margin: 10px 0px 0px -210px;
		background-color: transparent;		
		}	

	/* remarks styles */
	
	#remarks	{
		margin: 0px 0px 0px 0px;
		border-top: 0px;
		border-bottom: 0px;
		padding: 0px;
		}

	#posts	#remarks	h3	{
		border-bottom: 0px;
		}

	#posts	#remarks	h3.error	{
		border-bottom: 0px;
		background-color: #F60;
		font-size: 12px;
		color: #FFF;
		}
		
	.remarks-date	{
		float: left;
		width: 205px;
		margin: 0px;
		padding: 6px 0px 8px 5px;
		font-size: 12px;
		line-height: 16px;
		color: #666;
		}

	.remarks-lead	{
		margin: 0px 0px 0px 0px;
		border-top: 1px solid #CCC;
		padding: 0px 0px 0px 0px;
		}

	.remarks-lead	p	{
		margin: 0px 0px 0px 210px;
		padding: 6px 10px 8px 5px;
		font-size: 12px;
		line-height: 16px;
		}
		
	.remarks-lead pre,
	.remarks-lead blockquote {
		margin: 0px 0px 10px 215px;
	}

	.remarks-lead	ul	{
		margin: 0px 0px 0px 210px;
		padding: 0px 0px 0px 20px;
	}

	.remarks-lead	ul	li	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 3px 0px;
	}

	.khoi	{
		padding: 0px 0px 0px 0px;
		}
	
	.khoi .remarks-date {
		padding: 6px 0px 10px 5px;
		margin-right: -28px;
		}

	.khoi .remarks-date a {
		padding-left: 22px;
		background-image: url(http://www.subtraction.com/assets/subtraction_remarks_icon.gif);
		background-position: 0px 0px;
		background-repeat: no-repeat;
		}

	.khoi .remarks-date a:after	{
		content: ', Subtraction';
		font-weight: normal;
		}
	
	#remarks	h3	span.notation	{
		display: block;
		float: left;
		width: 205px;
		padding: 0px 5px 0px 0px;
		font-size: 12px;
		font-weight: bold;
	}

	#remarks	h3	{
		font-size: 11px;
		font-weight: normal;
	}

	#remarks blockquote	{
		padding-top: 5px;
		font-size: 11px;
		line-height: 15px;
		color: #666;
	}


	/* add remarks styles */

	.add-remarks	input	{
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		padding: 2px;
		margin: 0px;
		background-color: #FFF;
		}

	.guidelines	{
		float: left;
		width: 90px;
		padding: 5px 10px 0px 5px;
		color: #666;
	}

	.add-lead,
	.add-last-lead	{
		margin: 0px 0px 0px 105px;
		border-bottom: 1px solid #CCC;
		padding: 0px 0px 0px 5px;
		}

	.add-last-lead	{
		border-bottom: none;
		padding: 0px 0px 10px 5px;
	}
	
	.add-lead	span	{
		line-height: 18px;
		color: #666;
		padding-top: 2px;
	}

	label	{
		float: left;
		width: 105px;
		margin: 0px;
		padding: 9px 0px 8px 0px;
		font-size: 12px;
		line-height: 14px;
		color: #000;
		}

	.add-lead	input	{
		margin: 5px 10px 5px 0px;
	}

	.add-last-lead	input		{
		margin: 8px 15px 5px 0px;
	}
	.add-lead	input#name,
	.add-lead	input#email,
	.add-lead	input#url	{
		width: 190px;
	}

	.tinyturing	input {
		float: left;
		width: 20px;
		text-align: center;
		margin-bottom: 6px;
		}

	.turing-test	{
		line-height: 28px;
		padding-bottom: 2px;
	}

	.turing-test	span	{
		background-color: #666;
		padding: 3px 5px;
		margin: 0px 2px;
		color: #FFF;
		font-weight: bold;
		text-transform: uppercase;
	}

	textarea.your-remarks	{
		clear: none;
		width: 390px;
		height: 150px;	
		margin: 5px 0px 5px 0px;
	}

	#remember,
	#forget	{
		float: left;
		background-color: transparent;
		padding: 0px 0px 0px 0px;
		margin: 9px 5px 10px 0px;
		}

	#rememberit,
	#forgetit	{
		width: auto;
		padding: 9px 0px 8px 0px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
	}

	#rememberit	{
		padding-right: 10px;
	}
	
	p.pending	{
		font-size: 12px;
		line-height: 19px;
	}

	p.sig	{
		background-image: url(../assets/short_signature.png); 
		background-repeat: no-repeat;
		width: 75px;
		height: 77px;
		padding-top: 0px;
		margin-top: 0px;
		color: white;
	}


	/* monthly archives styles */

	#illustration {
		border-bottom: 1px solid #000;
	}

	#illustration img {
		display: block;
		padding: 0px;
		margin: 0px;
	}

	p.byline {
		margin-left: 110px;
		padding-bottom: 7px;
	}

	#calendar	h1.page-title	{
		float: left;
		line-height: 18px;
		margin: 0px 10px 0px 0px;
		border: 0px;
		padding: 10px 0px 0px 5px;
	}

	#calendar	h1.page-title { width:85px; voice-family: "\"}\""; voice-family:inherit; width: 90px;} 
	html>body #calendar	h1.page-title { width: 90px; } 

	#calendar h1.page-title span {
		font-size: 11px;
		font-weight: normal;
	}

	#calendar	table	{
		margin: 12px 0px 10px 0px;
		border: 0px;
		padding: 0px;
	}

	#calendar	table	tr	{
		margin: 0px;
		padding: 0px;
	}

	#calendar	table	th	{
		width: 105px;
		text-align: left;
		background-color: transparent;
		border-bottom: 1px solid #d9d9d9;
		padding: 0px 0px 12px 0px;
		font-size: 12px;
		font-weight: normal;
		line-height: 12px;
		text-indent: 5px;
	}

	#calendar	table	td	{
		background-color: transparent;
		border-bottom: 1px solid #d9d9d9;
		padding: 7px 0px 12px 0px;
		font-size: 12px;
		font-weight: normal;
		line-height: 12px;
		text-indent: 0px;
		text-align: left;
		vertical-align: text-top;
	}

	#calendar	table	td	p	{
		padding: 0px 0px 0px 5px;
		margin: 0px;
	}

	#calendar	table	td	img	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: transparent;
	}

	#calendar	table	td	a,
	#calendar	table	td	a:link	{
		display: block;
		width: 95px;
		height: 10px;
		margin: 5px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #000;
	}

	#calendar	table	td	a:visited	{
		background-color: #666;
	}	
	
	#calendar	table	td	a:active,
	#calendar	table	td	a:hover	{
		background-color: #f60;
	}

	#calendar	table	th.last	{
		width: 95px;
	}

	#calendar		#footer,
	#category		#footer,
	#searchpage		#footer	{
		margin-top: 0px;
	}

	/* archives gateway styles */

	#column-a	{
		float: left;
		padding: 10px 0px 30px 0px;
		width: 410px;
		background-color: transparent;
		}

	#column-b	{
		margin: 0px 0px 0px 420px;
		padding: 10px 0px 30px 0px;
		color: #666;
		}

	#archives	#column-a	h1,
	#archives	#column-b	h1	{
		padding: 0px 0px 0px 5px;
		height: 100px;
		color: black;
		line-height: 18px;
	}

	#archives	.archive-unit	{
		border-top: 1px solid #999;
	}

	#archives	h2	{
		float: none;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		text-align: right;
		font-size: 10px;
		line-height: 14px;
		text-transform: uppercase;
	}

	#archives	h2	a	{
		display: block;
		padding: 7px 5px 10px 5px;
	}

	#archives	h2	a:hover,
	#archives	h2	a:active	{
		display: block;
		color: #fff;
		background-color: #f60;
		text-decoration: none;
	}

	#archives	h2	span	{
		float: left;
		margin: 0px;
		padding: 0px;
		font-size: 14px;
		text-align: left;
		text-transform: none;
	}

	#archives	#column-a	p	{
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px 5px 5px 5px;
		font-size: 12px;
		line-height: 22px;
		font-weight: normal;
	}

	#archives	#column-a	p	a	{
		font-weight: normal;
	}
	
	#archives	#column-b	p	{
		clear: right;
		margin: 0px 0px 0px 0px;
		padding: 5px 5px 9px 5px;
		font-size: 12px;
		line-height: 15px;
		color: #000;
		text-align: left;
	}
