/* reset 
_________________________________________________________*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	}
:focus {
	outline: 0;
	}


/* setup globals 
_________________________________________________________*/

body {
	background-color: #d3d3d6;
	font-family: Palatino,"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 62.5%;
	}
a {
	color: #833;
	text-decoration: underline;
	}
a:visited {
	color: #666;
	}
a:hover {
	color: #000;
	}
a:active {
	color: #ccc;
	}


/* layout 
_________________________________________________________*/

#view {
	margin: 0 auto;
	width: 900px;
	background-color: #f3f3f6;
	}
#no-issue #view {
	width: 700px;
	}
#alert {
	background-color: #d3d3d6;
	background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d6), to(#e3e3e6));
			-webkit-background-origin: padding-box;
			-webkit-background-clip: padding-box;
	text-align: center;
	}
#main {
	float: left;
	width: 500px;
	background-color: #fff;
	}
#focus {
	float: left;
	padding: 0 0 2.4em;
	width: 500px;
	}
#issue {
	padding-top: 1.8em;
	}
#article {
	clear: both;
	padding: 3.6em 32px 0 18px;
	width: 468px;
	}
#contents {
	float: right;
	margin-bottom: 27px;
	padding: 107px 0 3.6em 0;
	width: 200px;
	background: #dcd9d6 url(/images/rule-dun.gif) 0 0 repeat-x;
	border-bottom: 0.3em solid #bcb9b6;
	}
#navigation {
	float: right;
	padding-top: 60px;
	width: 200px;
	background: transparent url(/images/rule-blue.gif) 0 0 repeat-x;
	}
#extra {
	clear: right;
	margin: 0 18px 0 518px;
	padding: 12px;
	border: 3px solid #ccc;
	}

#footer {
	clear: both;
	margin: 0 auto;
	width: 900px;
	padding-top: 1.8em;
	}
#no-issue #footer {
	width: 700px;
	}


/* alert
_________________________________________________________*/

#alert {
	padding: 1em 1em;
	font-size: 1.8em;
	font-style: italic;
}
#alert a {
	color: #8c3637;
	font-weight: bold;
}


/* header
_________________________________________________________*/

#header p {
	width: 500px;
	height: 27px;
	background: #8c3637 url(/images/rule-living.gif) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	}
#header h1 {
	height: 80px;
	}
#header h1 a {
	display: block;
	height: 80px;
	background: #fff url(/images/nameplate.gif) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	}


/* issue
_________________________________________________________*/

#issue h3 {
	margin-bottom: 0.33em;
	padding: 1em 18px 0.67em;
	color: #666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.8em;
	line-height: 1em;
	border-bottom: 1px solid #ccc;
	}
#issue h3.long {
	padding-top: 0;
	}
#issue h4 {
	padding: 0 18px;
	color: #666;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	line-height: 1.92em;
	}
#issue h4 span.date {
	font-weight: bold;
	}


/* article
_________________________________________________________*/

#article h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.3em;
	}
#article h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.6em;
	line-height: 1.5em;
	}
#article h4 {
	margin-top: 2em;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.5em;
	}
#article p,
#article ol,
#article ul {
	margin-top: 1em;
	font-size: 1.6em;
	line-height: 1.5em;
	}
#article ol,
#article ul {
	margin-left: 1.25em;
	}
#article p.question {
	font-weight: bold;
	}
#article p sup {
	padding: 0 0.25em;
	font-size: 0.75em;
	line-height: 1em;
	}
#article p sup a {
	font-weight: bold;
	text-decoration: none;
	}
#article h4 + p {
	margin-top: 8px;
	margin-top: 0.5em;
	}
#article blockquote {
	padding: 0 2em;
	}
#article p.dateline {
	margin-top: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	line-height: 2em;
	}
#article p.byline {
	margin-top: 3em;
	text-align: right;
	font-style: italic;
	}
#article p.pullquote {
	float: right;
	margin-top: 1.33em;
	margin-left: 16px;
	margin-bottom: 1em;
	padding-left: 16px;
	width: 116px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	border-left: 1px solid #ccc;
	}
#article img {
	float: left;
	margin-top: 2em;
	margin-right: 16px;
	margin-bottom: 1em;
	}
#article ol.notes {
	padding: 0 18px;
	font-size: 1.2em;
	line-height: 1.5em;
	}
#article ol.notes li {
	margin-top: 1em;
	}
#article ol.notes li p {
	font-size: 1em;
	}
#article em em {
	text-decoration: underline;
	}
#article #invitation {
	margin-top: 1.5em;
	padding: 1.2em;
	background-color: #d3d3d6;
	font-family: Arial,Helvetica,sans-serif;
	}
#article #invitation a {
	color: #833;
	font-weight: bold;
	text-decoration: none;
	}
#article #invitation a:hover {
	color: #000;
	}
#article #invitation a:active {
	color: #999;
	}
#article #invitation h4 {
	display: inline-block;
	margin-top: 0;
	margin-right: 0.46em;
	font-size: 1.3em;
	}
#article #invitation p {
	display: inline-block;
	font-size: 1.3em;
	}
#article #invitation h4 + p {
	margin-top: 0;
	}


/* response form
_________________________________________________________*/

#article form#respond {
	margin-top: 1.6em;
	padding-top: 1.6em;
	border-top: 2px solid #ccc;
	}
#article form#respond .field {
	margin-bottom: 1.6em;
	}
#article form#respond label {
	display: block;
	margin: 0 0 0.5em 8px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	}
#article form#respond fieldset input,
#article form#respond fieldset textarea {
	display: block;
	padding: 2px 8px;
	width: 452px;
	background-color: #f3f3f6;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	}
#article form#respond fieldset textarea {
	height: 24em;
	}
#article form#respond h4,
#article form#respond p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.4em;
	line-height: 1.29em;
	}
#article form#respond h4 {
	margin-top: 0.5em;
	font-weight: bold;
	}
#article form#respond p {
	margin: 1em 0;
	}
#article form#respond h4 + p {
	margin-top: 8px;
	margin-top: 0.5em;
	}
#article form#respond .ok label {
	display: inline;
	}
#article form#respond .submit {
	float: right;
	}
#article form#respond .submit input {
	padding: 0.25em 0.5em;
	background-color: #999;
	color: #fff;
	font-size: 1.2em;
	}
#article form#respond .submit input.ready {
	background-color: #369;
	color: #fff;
	}


/* navigation
_________________________________________________________*/

#navigation a {
	color: #369;
	}
#navigation a:hover {
	color: #000;
	}
#navigation a:active {
	color: #999;
	}
#navigation ul {
	list-style-type: none;
	}
#navigation ul li {
	margin-right: 1.2em;
	padding: 0 18px;
	font-size: 1.5em;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.4em;
	}
#navigation ul li a {
	text-decoration: none;
	}
#navigation p {
	padding: 1.5em 18px;
	color: #666;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.2em;
	}
#navigation p a {
	color: #666;
	}


/* contents
_________________________________________________________*/

#contents dl {
	padding-top: 3em;
	font-size: 1.2em;
	line-height: 1.5em;
	}
#contents dt {
	margin: 0 0 0.67em 0;
	padding: 0 18px;
	color: #5a4b42;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	}
#contents dd {
	padding: 0.5em 18px;
	border-top: 1px solid #bcb9b6;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	}
#contents dd span.author {
	display: block;
	font-size: 0.92em;
	}
#contents dd a {
	color: #5a4b42;
	font-size: 1em;
	font-family: Palatino,"Times New Roman", Times, serif;
	font-weight: normal;
	}


/* footer
_________________________________________________________*/

#footer ul {
	padding: 1.8em 0 3.6em;
	list-style-type: none;
	}
#footer ul li {
	float: left;
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px solid #aaa;
	font-size: 1.2em;
	font-family: Arial,Helvetica,sans-serif;
	}
#footer ul li:first-child {
	margin-right: 18px;
	width: 487px;
	border-color: #999;
	font-family: Palatino,"Times New Roman", Times, serif;
	}
#footer ul li:last-child {
	border-right: none;
	}
#footer ul li a {
	color: #833;
	text-decoration: none;
	}
#footer ul li a:hover {
	color: #000;
	}
#footer ul li a:active {
	color: #666;
	}
	
#no-issue #footer ul li:first-child {
	display: none;
	}



/* clearing
_________________________________________________________*/

#view:after,
#footer:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

