* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}

body {
	font-size: 76%;
	font-family: "Lucida Grande","Trebuchet MS",Verdana,Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.5;
}

body * {
	font-size: 1em;
}

a {
	font-weight: bold;
    border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a * {
	font-weight: bold;
}

img,abbr {
	border: 0;
}

h1 a,h2 a,h3 a,h4 a {
	border-bottom: 0;
}
h1,h2,h3,h4 {
	font-family: Palatino,Georgia,"Times New Roman",serif;
	margin-top: 1em;
	line-height: 1;
}
h1 {
	font-size: 2.4em;
	border-bottom-width: .1em;
	border-bottom-style: dotted;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}

p {
	margin: 1em 0;
}

b,strong {
	font-weight: bold;
}
i,em {
	font-style: italic;
}
code {
	font-family: Monaco,"Andale Mono","Courier New",Courier,monospace;
	font-size: 1.1em;
}

fieldset {
	padding: 1em;
	border-width: 3px;
	border-style: double;
}

textarea {
	font-family: "Lucida Grande","Trebuchet MS",Verdana,Tahoma,Helvetica,Arial,sans-serif;
}

blockquote {
	margin: 1em;
}

table {
	border-collapse: collapse;
}
tr {
	vertical-align: text-top;
}
th, th * {
	font-weight: bold;
}
thead th {
	text-align: center;
}
tbody th {
	text-align: left;
}
th,td {
	padding: .5em;
	border-width: 1px;
	border-style: solid;
}
.calendar th {
	padding: 0;
}
.calendar td {
	padding: .1em;
	text-align: right;
}


#container {
	border-width: 3px;
	border-style: double;
}

#header * {
	border-width: 0;
	margin: 0;
}

#navigation {
	line-height: 1;
	border-width: 3px 0;
	border-style: double;
}

#navigation ul {
	list-style: none;
}

#navigation li a {
	border-width: 0;
}

#content li {
	margin-left: 3em;
}

#extra {
	font-size: .9em;
}

#subnavigation {
	font-size: 1.1em;
	list-style: none;
	border-top-style: double;
	border-top-width: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 1px;
}
#subnavigation li {
	line-height: 1;
}
#subnavigation a {
	border-bottom-style: solid;
}

.blogroll {
	list-style: none;
	border-top-style: double;
	border-top-width: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 1px;
}
.blogroll a {
	border-bottom-style: solid;
}

#footer {
	font-size: .8em;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
}
#header a,#content h1 a {
	border-bottom-width: 0;
}

#signupform input#name,#signupform input#email {
	width: 90%;
}

#commentform textarea {
	width: 100%;
}

.button {
	display: block;
	margin: auto;
	text-align: center;
	border-bottom-width: 0;
}

.promo {
	border-bottom-width: 12px;
	border-bottom-style: solid;
}
div.east,div.west {
	border-bottom-width: 0;
}
.promo dt a {
	border-bottom-width: 0;
}
.promo dd {
	font-weight: bold;
}

.illustration {
	float: left;
	margin: 1em;
	margin-left: 0;
}

.focuspoint {
	margin: 1em;
	font-style: italic;
}

.comment {
	border-width: 1px;
	border-style: solid;
}
.attribution {
	font-size: smaller;
}
.divider {
	text-align: center;
}