/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

q:before,q:after {
	content: '';
}

/* COLOR */

body {
}

#articles, .nav_articles, body.articles {
	background-color: #ffffff;
}

#images, .nav_images, body.image {
	background-color: #f7f7f7;
}

#links, .nav_links, body.links {
	background-color: #eeeeee;
}

#about, .nav_about, body.about {
	background-color: #e7e7e7;
}

#footer {
	background-color: #dddddd;
}

a:link {
	color: #ff7a00;
}

a:visited {
	color: #777777;
}

a:hover {
	color: #ff7a00;
}

a:active {
	color: #ff7a00;
}

h1 a:link,h1 a:visited,h2 a:link,h2 a:visited,.navigation a,.info .date {
	color: #222222;
}

ul.comments_error {
	color: #ff0000;
}


/* LAYOUT */

/* @group layout */

#featured { position: absolute; top: 50px; right: 5px; width: 400px; }

#articles, #images, #links, #about {
	padding: 2em 0 3em 0;
	position: relative;
}

#footer {
	padding: 1.5em 0;
}

#about .content {
	margin-bottom: 3em;
}

hr.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	border: none;
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

.wrapper {
	width: 60em;
	margin: 0 auto 0 auto;
	clear: both;
}

.more {
	width: 16.5em;
	margin: 0 0.75em;
	float: left;
}

.alt {
	float: left;
}

.block {
	margin: 0 0 3em 0;
}

#archive_date {
	
}

#archive_date dl {
	margin: 0 0.75em;
}

#archive_date dt {
	margin-top: 1.5em;
}

#archive_date dd {
	margin-left: 12em;
	position: relative;
}

#archive_date dd span.day {
	display: block;
	position: absolute;
	width: 4.5em;
	left: -6em;
	text-align: right;
}

#archive_date .paginate {
	margin-top: 3em;
	position: relative;
}

#archive_date .paginate span {
	position: absolute;
	right: 0;
}



/* @end */

/* @group header
 */

#header {
	width: 60em;
	margin: 0 auto;
	padding-top: 1.5em;
	position: relative;
}

#headings {
	margin: 0 0.75em;
}

#search {
	height: 1.5em;
	position: absolute;
	top: 1.5em;
	right: 0;
}

#search #search_text {
	width: 16.375em;
	border:0.0625em solid #000000;
	float: right;
	padding: 0.125em 0;
	font-size:1em;
	margin:0pt 0.75em;
}

#search #submit_search {
	margin: 0 0.75em;
	padding: 0;
	width: 4.5em;
	font-size: 1em;
	background: transparent;
	border: none;
	height: 1.5em;
	cursor: pointer;
	float: right;
	text-align: right;
}

/* @end */

/* @group navigation */

#navcontainer ul
{
margin: -1em 0 0 0 ;
padding-top: 20px;
list-style-type: none;
height: 60px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
width: 160px;
height: 60px;
}

/* @end */

/* @group content */

.content {
	margin: 0 0 6em 0;
	width: 42em;
	position: relative;
}

.content ul, .content ol {
	margin: 1.5em 1.5em 1.5em 3em;
}

.content ol {
	list-style: lower-roman;
}

.content ul {
	list-style: circle;
}

.content li {
	padding-left: 1.5em;;
}

.content .related_articles li {
	padding-left: 0;;
}

.body {
	margin: 0 0.75em 3em 12.75em;
}

.post_nav {
	position: relative;
	float: right;
	width: 10.5em;
	margin: -3em -18em 0 6.75em;
}

.content > .post_nav {
	position: absolute;
	float: none;
	right: -18em;
	top: 0;
	margin: 0 0.75em;
}

.post_nav p span {
	position: absolute;
	right: 0;
}

.related {
	margin-bottom: 3em;
}

.related ul {
	list-style: none;
	margin-left: 12.75em;
}

img.author {
	float: left;
	margin-left: -12em;
}

span.image {
	margin: 1.5em 0;
	display: block;
	text-indent: 0;
}

span.image small {
	display: block;
	text-align: right;
	font-size: 0.75em;
	line-height: 2em;
}

span.s {
	float: right;
	margin-right: -18em;
	width: 16.5em;
}

span.s img {
	width: 16.5em;
}

p > span.s {
	float: none;
	position: absolute;
	right: -18em;
	width: 16.5em;
	margin: 0 0.75em;
	display: inline;
}

span.m, span.m img {
	width: 28.5em;
}

span.l, span.l img {
	width: 46.5em;
}

.for-syndicate { display: none; }

/* @end */

/* @group info */

.info {
	float: left;
	display: inline;
	width: 10.5em;
	margin-left: 0.75em;
	margin-top: 0.0625em;
}

.info dt {
	display: none;
}

.info dd.comments {
	float: none;
	margin-bottom: 0;
}

.info dd.date {
	float: left;
	text-align: left;
	clear: none;
	position: relative;
	top: -3em;
}

.comment .info dd.date, #cpreview .info dd.date {
	top: 0;
}

.info dd.time {
	float: right;
	clear: none;
}

/* @end */

/* @group more */

.more ul {
	list-style: none;
}

.more .category_list li {
	display: inline;
	margin-right: 0.5em;
}

.more h2 {
	margin-left: 0;
	margin-right: 0;
	width: auto;
}

.more ul {
}

.more dd {
	margin-left: 1.5em; 
}

.more dd span {
	float: left;
	margin-left: -1.5em; 
}



/* @end */

/* @group gallery */

ul.gallery {
	list-style: none;
}

ul.gallery li {
	float: left;
	margin: 0 0.75em 1.5em 0.75em;
	padding: 0;
}

ul.gallery li a {
	display: block;
}

ul.gallery li a img {
	display: block;
	width: 4.5em;
	height: 4.5em;
}

/* @end */

/* @group comments */

.comments {
	margin-bottom: 3em;
}

.comments form {
	clear: both;
	float: left;
}

.comments form p+p {
	text-indent: 0;
}

.comment {
	margin-bottom: 1.5em;
}

#txpCommentInputForm {
	margin: 0 0.75em 0 12.75em;
	display: inline;
}

.closed {
	margin-left: 12.75em;
}

.comments-wrapper {
}

.comments-wrapper p {
	margin-bottom: 1.5em;
}

/* .comments-wrapper label {
	position: absolute;
	display: block;
	left: 0.75em;
	width: 10.5em;
	text-align: right;
} */

.comments-wrapper input {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.comments-wrapper textarea {
	font-size: 1em;
	width: 28.375em;
	height: 10.375em;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	border:0.0625em solid #000000;
}

/*
#comments-remember {
	margin: 0 0.75em 1.5em 0;
}


#comments-remember label {
	position: static;
	text-align: left;
	margin-left: 1.5em;
} */

/* #remember {
	float: left;
	display: block;
} */

#comment_name_input, #comment_email_input, #comment_web_input {
	width: 16.375em;
	border:0.0625em solid #000000;
	padding: 0.125em 0;
}

#helplink {
	float: left;
	margin: 0;
	clear: both;
	width: 10.5em;
}

#button {
	float: right;
	clear: none;
	width: 16.5em;
	text-align: right;
}

#button input {
	width: 4.5em;
	margin: 0 0 0 1.5em;
}

.content .comments ul.comments_error {
	margin: 0 0 3em 0;
	list-style: none;
}

.content .comments ul.comments_error li {
	padding-left: 0;
}

/* @end */

/* @group footer */

#footer p {
	text-align: right;
	padding: 1.5em 0.75em;
}

#footer .wrapper {
	margin-bottom: 0;
}



/* @end */

/* uncomment to view grid and baseline grid */
/*
html {
	background: url(/src/images/grid_24.gif) repeat;
}

body {
	background: url(/src/images/grid_10.png) repeat-y center top;
}
*/

/* TYPOGRAPHY */

html>body {
	font-size: 16px; 
}

body {
	font-size: 100%;
	line-height: 1.5em; 
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a.active {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,cite,.info,.navigation,.continue,.post_nav,#archive_date dt,#archive_date dd span, label, #helplink, span.image small {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 2.5em;
	line-height: 1.2em;
}

h2 {
	font-size: 1.6em;
	text-transform: uppercase;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	margin: 1.2em 0 1.2em 0;
}

#headings h2 {
	margin: 0;
	text-transform: none;
	letter-spacing: normal;
}

.content h2 {
	margin: 0 0.6em 1.2em 7.69em;  /* 10.25em ? */
}

.more h2 {
	margin: 0 0.6em 1.2em 0;
}

h3 {
	font-size: 1.25em;
	line-height: 1.2em;
	margin: 1.6em 0 0.8em 0;
}

h4 {
	font-size: 1em;
	margin: 3em 0 1.5em 0;
}

.content h4 {
	width: 16.5em;
	margin: 0 0.75em;
	position: absolute;
	right: -18em;
	font-weight: normal;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 2em 0 1em 0;
}

h6 {
	font-size: 1em;
	font-weight: normal;
	margin: 1.5em 0 0 0;
}


.body p+p, .content p+p, .body h4+p, .content h4+p {
	text-indent: 1.5em;
}

span.dquo {
	margin-left: -0.45em;
}

span.caps {
	letter-spacing: 0.1em;
	text-transform: lowercase;
	font-variant: small-caps;
}

h1 span.amp, h2 span.amp, h3 span.amp, #archive_date h3 span.amp, h4 span.amp {
	font-family: Garamond, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	font-size: 1.2em;
	line-height: 0.8em;
	color: #555;
}

h2 span.dquo {
	margin-left: -0.9em;
}

blockquote {
	margin: 1.5em;
	font-style: italic;
}

.content p {
	margin: 1em 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del{
	text-decoration: line-through;
}

sub {
	vertical-align: baseline;
	position: relative;
	bottom: -0.5em;
}

sup {
	vertical-align: baseline;
	position: relative;
	bottom: 0.5em;
}

pre, code {
	font-family: Monaco, "Courier New", Courier, monospace;
}

pre {
	margin: 1.5em;
	overflow: hidden;
}

pre:hover {
	overflow: visible;
}

.continue {
	text-align: right;
	font-size: 0.75em;
	line-height: 2em;
}

.info dd {
	clear: both;
	text-align: right;
	font-size: 0.75em;
	line-height: 2em;
}

.info dd.date {
	clear: both;
	text-align: right;
	font-size: 1em;
	line-height: 1.5em;
}

body {
	background-color: #ffffff;
	color: #222222;
	font-size: 100%;
	line-height: 1.5;
	font-family: Georgia, "Times New Roman", Times, serif;
}
