/* CSS Reset
body, 
h1, h2, h3, 
p, ul, li, form, input,
table, tr, td,
header, nav, article, section, dialog, figure, aside, footer {
border:0;
margin:0;
padding:0;
font-size:100%;
...
} */

/* Standard HTML tags */
body
{
	margin: 0;
	padding: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #000;
	background-color: #fff;
}
a{text-decoration: none; color: #000; border-bottom: 1px #000 solid}
a img{border: none}
/* a { background: #b8e1f0; padding: 1px 6px 2px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
a:hover { background: #e3f7ff; } */
blockquote{margin-right: 0; margin-left: 20px}
h1, h2, h3, h4
{
	margin: 15px 0;
	padding: 0;
	font-weight: normal;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
h1{font-size: 1.4em}
h2{font-size: 1.2em; font-style: italic}
h3{font-size: 1.1em}
h4{font-size: 0.9em;font-weight: bold}
hr
{
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}
h1 a, h2 a, h3 a{border: none}
h3 a{font: 1.0em 'Lucida Sans Unicode', 'Lucida Grande', sans-serif}
small, .small{font-size: 0.9em}

/* Structural */

header, footer, nav, article {display:block;}

article, nav.backforward, .article_list
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

#container
{
	margin: 10px auto;
	padding: 10px;
	width: 760px;
	\width: 770px;
	w\idth: 760px;
	overflow:hidden;
}

#site-name a
{
	border: none;
}

nav.sidebar a
{
	color: #399;
	border: none;
}

footer{font-size: 0.8em;color:gray}

#top
{
	text-align: left;
	border-bottom-style: dotted;
	border-bottom-color: gray;
	border-width: 1px;
}

#site-name
{
	margin: 5px 0;
	font: 1.5em 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#site-slogan
{
	font: italic 1em Georgia, Times, serif;
}

nav.sidebar
{
	padding-top: 50px;
	width: 150px;
	\width: 150px;
	w\idth: 150px;
	margin-right: 5px;
	float: left;
	text-align: right;
}

.section_list
{
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul
{
	list-style-type: none;
}

.section_list li
{
	margin: 0 10px 2px 0;
	padding: 0;
}

#content
{
	margin: 0 0 0 155px;
	padding-top: 30px;
}

footer, #foot
{
	margin-top: 5px;
	clear: both;
	text-align: center;
}

nav.sidebar p
{
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps
{
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider
{
	margin: 0.5em 0;
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-color: gray;
	border-width: 1px;
}

.directory
{
	list-style-type: circle;
}

.author
{
	font-style: normal;
	font-size: 0.8em;
}

time.published
{
	font-size: 0.8em;
}

.comments_error
{
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error
{
	padding: 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview
{
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td
{
	vertical-align: top;
}

#comments-help
{
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

.error-status
{
	font: 1.3em Georgia, Times, serif;
}
