* {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	}


.rssThumbLabel { font:bold 11px 'Verdana'; color: #4b2d1d}
	
/* general styles */

body {
	font: 62.5%/1.4  Verdana, sans-serif;
	background: white;
	color: #666;
	}
p, ul, ol, dl {
	font: 1.1em/1.4em Verdana, sans-serif;
	margin: 1.2em 0;
	}
h1 {
	font: normal 3.4em/1 "Century Gothic", sans-serif;
	margin: 0 25px 0;
	padding: 25px 0;
	}
h2 {
	font: normal 2.2em/1.2 "Century Gothic", sans-serif;
	background: url(../images/border.gif) left bottom repeat-x;
	padding-bottom: 0.7em;
	margin: 1.65em 0 0;
	height: 1%;
	}
h3 {
	font: bold 1.4em Verdana, sans-serif;
	margin: 1.2em 0 0;
	}
h4 {
	font: bold 1.3em Verdana, sans-serif;
	margin: 1.5em 0 0;
	}
hr {
	display: none;
	}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration:blink ;
	}
#container h1 a, #container h2 a {
	color: black;
	text-decoration: none;
	}
a img, abbr.datetime {
	border: none;
	}


/* layout */

body {
	min-width: 70em;
	text-align: center;
	}
#skip-links {
	position: absolute;
	top: -100px;
	}
#container {
	width: 75em;
	margin: 0 auto;
	text-align: left;
	}
.left-aligned, .right-aligned {
	text-align: left;
	}
.left-aligned #container, .right-aligned #container {
	display: inline;
	margin: 0 22px;
	}
.left-aligned #container {
	float: left;
	}
.right-aligned #container {
	float: right;
	}
#wrapper {
	position: relative;
	height: 1%;
	}
.grid #wrapper {
	background: url(../images/grid.gif) 25px 0 repeat-y;
	}



/* shadows */
	
.shadow {
	display: block;
	width: 22px;
	height: 449px;
	position: absolute;
	}
#wrapper[id] .shadow {
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	}
#shadow-tl {
	top: 0;
	left: -22px;
	background-position: 0 0;
	}
#shadow-bl {
	left: -22px;
	bottom: 0;
	background-position: 0 -449px;
	}
#shadow-tr {
	top: 0;
	right: -22px;
	background-position: -22px 0;
	}
#shadow-br {	
	right: -22px;
	bottom: 0;
	background-position: -22px -449px;
	}


/* navigation */

.nav {
	list-style: none;
	padding: 0 2.5em;
	margin: 0;
	background: #eee;
	height: 1%;
	font-size: 1em;
	}
#container[id] .nav {
	overflow: hidden;
	}
.nav li {
	float: left; 
	font: 1.8em 'Century Gothic', sans-serif;
	}
#container .nav li a, .nav li span {
	float: left;
	padding: 0.5em 0.8em;
	color: black;
	}
.nav li span.active {
	background: #ccc; 
	}
.nav li a:hover {
	text-decoration: none; 
	background: #ddd; 
	}

	
/* content */

#content {
	width: 60em;
	overflow-x: hidden;
	padding: 0 2.5em;
	}
#content h2.entry-title {
	padding-bottom: 0;
	background: none;
	}
#content p {
	margin-right: 7em;
	}
#content p.meta {
	padding-bottom: 1.5em;
	font-size: 1.1em;
	margin: 0.4em 0 1.4em;
	background: url(../images/border.gif) left bottom repeat-x;
	}
#content ul, #content ol {
	margin-left: 1.9em;
	margin-right: 7em;
	}
#content li ul, #content li ol, #content li dl {
	margin: 0 0 1em 1.9em;
	}
#container #content li * {
	font-size: 1em;
	margin-right: 0;
	}
#content table {
	border-collapse: collapse;
	}
#content table td, #content table th {
	padding: 0.2em 1em;
	border: 1px solid #ccc;
	}
#content pre {
	clear: both;
	font-size: 1.2em;
	border: 1px solid #ccc;
	background: white;
	overflow-x: auto;
	width: 100%;
	margin: 1.3em 0;
	padding-bottom: 1.2em;
	}
#content[id] pre {
	font-size: 12px !important;
	}

#content blockquote {
	margin-left: 8.1%;
	padding-left: 1em;
	position: relative;
	border-left: 5px solid #ccc;
	}
#content blockquote.inline {
	float: right;
	display: inline;
	font-style: italic;
	padding: 0;
	border: none;
	margin: 0 0 1em 2em;
	width: 31.9%;
	}
#content blockquote.inline.one-half {
	width: 50%;
	}
#content blockquote.inline.two-thirds {
	width: 65.9%;
	}
#content blockquote.inline.alt {
	float: left;
	margin: 0 2em 1em 0;
	}
#content blockquote.inline p {
	font-size: 1.6em;
	margin: 0;
	}
#content blockquote cite {
	font-size: 0.9em;
	}
#content p.img {
	float: right; 
	margin: 0 0 1em 1.5em;
	display: inline;
	}
#content p.img.alt {
	float: left;
	margin: 0 1.5em 1em 0;
	}
#content p.img.full-width {
	float: none;
	margin: 1em 0;
	}




	
/* footer */
	
#footer {
	padding: 1.5em 2.5em;
	margin-top: 5em;
	background: #eee;
	}
#footer h2 {
	margin-top: 0;
	}
#footer p {
	font-size: 1.2em;
	}
#search p {
	padding-top: 2em;
	background: url(../images/border.gif) repeat-x;
	text-align: right;
	font-size: 1em;
	height: 1%;
	}
#search label {
	font-size: 1.2em;
	}
#search-input {
	font-size: 1.3em;
	width: 12em;
	border: 1px solid #aaa;
	}
#search-submit {
	font-size: 1.2em;
	margin-left: 0.5em;
	width: 4em;
	}
	
	
/* archive */

dl#archive dt {
	font: 2.4em/1 "Century Gothic", sans-serif;
	width: 3em;
	float: left;
	}
dl#archive dt strong {
	font-weight: normal;
	}
dl#archive dd {
	margin-left: 7.2em;
	}


#navigation {width:95%;
border: 0px solid #363636;
height:0px;
padding: 0;
color: #999999;
overflow: hidden;
}

#navigation-container {
overflow: hidden;
margin: 0;
padding: 10px;

}



a#toggle {
display: block;
width: 240px;
height: 78px;
background: transparent url(../images/toggle.png) no-repeat top left;
}


#js { float: left; padding-left:40px; width:30 em; 
text-indent: -9999px;
width:240px;
margin: 0 auto;
text-align:left
}

/*   Input Fields, Form Fields   */
.search,
input,
textarea {
width: 66%;
background-color: #f6f6f6;
border-top: 1px solid #999; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc;
padding: .2em 0
}
	input:focus,
	textarea:focus {
	color: #666;
	background-color: #fff;
	border-top: 1px solid #888
	}
.zemSubmit, .button {
width: 23%;
border: 1px outset #999;
background-color: #f6f6f6
}
label {
margin: 1em 0 .2em 0;
display: block
}
#txpCommentInputForm {padding: 2em 0 0 0}


/*   Right Side (Content, Comments, Contact Form)   */
#rightside p, #rightside ul, #rightside ol, .search, input, textarea, label, .footer-right p
{font: 1.1em/1.4em Verdana, Geneva, "Lucida Grande", Lucida, sans-serif; color: #999}

#rightside {width: 45em; float: right; padding: 0 }
#rightside p {margin: 1em 0}
#rightside p strong {color: #666; font-weight: normal}
#rightside p code {font: 1em/1em "Courier New", Courier, mono}
#rightside abbr, #rightside acronym {font-style: normal; border-bottom: dotted 1px #666; cursor: help;}
#rightside blockquote {
	padding: 0 0 0 2em; margin: 0 2em 0 0;
	border-left: 1px solid #ccc}
#rightside ul, #rightside ol {
	list-style-position: inside;
	margin: .5em 1em
	}
	#rightside ul {list-style-type: circle}
	#rightside ol {list-style-type: upper-roman}
#rightside h3 {
	font: 1.4em/1em Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	padding: 2.5em 0 0 0;
	color: #666
	}
#rightside h4 {
	font: 1.4em/1em Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	padding: 1.5em 0 0 0;
	color: #666
	}	
	#rightside h3 a, a:visited {color: #666}
	#rightside h3 a:hover, a:active {color: #111}
#rightside p a, .footer-right p a {
	color: #ec687a;
	padding: 0 0 0 12px;
	border-bottom: 1px dotted #fff
	}
	#rightside p a:hover {color: #8b2937; border-bottom: 1px dotted #369}

.comment {padding: 1em 0 0 0}
#rightside p.info {font: 1.1em/1.1em Arial, Helvetica, Geneva, sans-serif; color: #999; padding: 0 0 .5em 0}



/*   Left Side  */
#sidebar
{width: 14em; text-align: right; float: left; padding: 0 0 2em 0}


#menu {padding: 0 0 2em 0; clear: both}
.section_list ul {}
.section_list li {
list-style-type: none;
font: 1.6em/1.4em Arial, Helvetica, Geneva, sans-serif;
padding: .3em 0
}
	.section_list a {color: #ccc}
	.section_list a:visited {color: #ccc}
	.section_list a:hover {color: #999}
	.section_list a:active {color: #666}
#menu a.active {color: #333}
#listst {}
#lists strong {
font: 1.1em/1.4em Arial, Helvetica, Geneva, sans-serif;
color: #666;
display: block;
font-weight: normal;
padding: 2.5em 0 .5em 0
}
#lists ul {}
#lists li {
list-style-type: none;
font: 10px Arial
}
	#lists li a, #lists li a:visited {
	color: #999;
	padding: .3em 0;
	display: block
	}
	#lists li a:hover {color: #ec687a}
	#lists li a:active {color: #333}

.single-article {padding: 2.5em 0 0 0}



#content22 {
	width: 65em;

	padding: 0;
	}
#content22 h2.entry-title {
	padding-bottom: 0;
	background: none;
	}
#content22 p {
	margin-right: 0;
	}
#content22 p.meta {
	padding-bottom: 1.5em;
	font-size: 1.1em;
	margin: 0;
	background: url(../images/border.gif) left bottom repeat-x;
	}
#content22 ul, #content22 ol {
	margin-left: 0;
	margin-right: 0;
	}
#content22 li ul, #content22 li ol, #content22 li dl {
	margin: 0 
	}
#content22 p.img {
	float: right; 
	margin: 0 0 1em 1.5em;
	display: block;
	}
#content22 p.img.alt {
	float: left;
	margin: 0 1.5em 1em 0;
	}

#content22 p.img.full-width {
	float: none; 
	margin: 1em 0;display: block;
	}


.article {border-bottom: 1px dotted #472d2e}



.older-newer {	font: 1.6em/1.4em "Century Gothic", Arial, sans-serif; }

	