/**************** Body and basic styles ****************/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 80%/1.35em verdana, sans-serif;
	text-align: center;
	color: #000000;
	background: #fff;
}

p {
	padding: 5px 0 1.2em 0;
}

/**************** Container and header styles ****************/
#LSResult { position: absolute; background-color: #fff; width: 350px; }

#LSShadow { padding: 5px; }

#LSRes { background-color: #fff; }

.LSRow { padding: 0 5px; }

#LSHighlight { background-color: #aaa; }

#LSHeader { padding: 2px 2px 8px; }

.lsDate { display: block; color: #555; }

.spoiler {background:#000000; color:#000000; line-height:24pt; padding:5px; border: medium double rgb(255,255,255)}

.footnote {font-size: 0.9em; line-height:1.2em}

#container {
	width: 1200px;
	margin: 10px auto;
	padding: 1px 0px;
	text-align: left;
	background: #fff;
	color: #000000;
        font-weight:500;
}

#header {
	height: 110px;
	width: 630px;
	margin: 0 1px 0px 1px;
	background: #fff;
}

/**************** Navigation styles ****************/

#navigation {
	height: 2.2em;
	line-height: 2.2em;
	width: 758px;
	margin: 10px 1px;
	background: transparent;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px #c0c0c0 solid;
}

#navigation li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#navigation li a {
	display: block;
	padding: 0 8px;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	background-color: inherit;
	color: #000000;
}

* html #navigation a {
	width: 1%;
}

#navigation a:hover {
	background: #fff;
	color: #000000;
	text-decoration: underline;
}

#navigation .active {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/**************** Content styles ****************/

#content {
	float: left;
	width: 78%;
	min-height: 500px;
	font-size: 0.95em;
        text-align: justify;
	padding: 20px 0px 0px 0px;
	border-right: 1px solid #c0c0c0;
}

#content p {
	margin: 0;
	padding: 0 20px 10px 0;
}

#content h2 {
        font-family: Georgia, Times, serif;       
	font-size: 1.2em;
        font-weight: 900;
	font-style: normal;
        line-height:1.6em;
}
}

#content h2 a {
	text-decoration: none;
}

#content h3 {
        font-family: Georgia, Times, serif;
	font-size: 1.6em;
        text-align:left;
	font-style: normal;
        line-height:1.2em;
        margin-right:10px;
}

#content h3 a {
	text-decoration: none;
}

#content a:hover,#subcontent a:hover {
	text-decoration: underline;
}

#content ul,#content ol {
	margin: 0 15px 16px 15px;
}

#content dl {
	margin: 0 5px 10px 25px;
}

#content dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#content dd {
	margin: 0 0 10px 15px;
}

/**************** Subcontent sidebar styles ****************/

#subcontent {
	float: right;
	width: 20%;
	padding: 10px 0 10px 5px;
	line-height: 1.4em;
        text-align: justify;
}

#subcontent h2 {
	display: block;
	margin: 0 0 5px 0;
        font-family: Georgia, Times, serif;     
	font-size: 1.2em;
        line-height:1.6em;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0px;
	background-color: inherit;
}

#subcontent p {
	margin: 5px;
	padding: 0;
	font-size: 0.9em;
        text-align: justify;
}

/**************** Footer styles ****************/

#footer {
	clear: both;
	width: 758px;
	padding: 5px 0;
	margin: 0 1px;
	font-size: 0.9em;
	color: #999;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

#footer p {
	padding: 0;
	margin: 0;
	text-align: center;
}

#footer a {
	color: #836652;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	background-color: inherit;
	text-decoration: underline;
	color: #836652;
}

/**************** Image styles ****************/

a img {
	margin-left: 5px;
	padding: 2px;
	border: 0px solid #455251;
}

a img:hover {
	background: #ffffff;
        text-decoration: none;
}


img.left,img.center,img.right {
	padding: 4px;
	border: 0;
}

img.left {
	float: left;
	margin: 0 12px 5px 0;
}

img.center {
	display: block;
	margin: 5px auto 5px auto;
	padding: 7px;
	border: 1px solid #455251;
}

img.right {
	float: right;
	margin: 0 0 5px 12px;
}

/**************** Link styles ****************/

a {
	color: #000000;
	font-weight: bold;


	background-color: inherit;
	text-decoration: underline;

}

a:hover {
	background-color: inherit;
	color: #303030;
	text-decoration: none;
}

/**************** Comments ****************/

#content h3#comment {
	font-size: 1.2em;
}

#content ol.comments li {
	font-size: 1.2em;
	text-decoration: none;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
}

#content ol.comments li * {
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

#content ol.comments li * * {
font-size: 1.0em;
}

#content ol.comments li * strong {
	font-weight: bold;
}

#content ol.comments li small {
	letter-spacing: 1px;
}

#content ol.comments li br {
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}

#content p.post {
	margin: 0 0 5px 0;
	padding: 0px;
	font-size: 1.0em;
	font-style: italic;
}

#content p.details {
	margin: 0 0 5px 0;
	padding: 0px;
        font-family:"Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.9em;
	font-style: normal;
        text-align:left;
        margin-right:10px;
}


#txpCommentInputForm {
	margin: 0px 0px 10px 0px;
	font-size: 1em;
	padding-left: 16px;
	padding-right: 16px;
}

.comments_error {
	background: #ffa;
}

div.comments_error {
	border: 1px solid #cc8;
	padding: 0.3em;
}

/**************** Subcontent link styles ****************/

.sidelink {
	margin: 0 0 20px 8px;
	font-size: 0.9em;
}

.sidelink li {
	list-style: none;
	display: block;
	padding: 2px;
	margin-bottom: 0px;
}

.sidelink li a {
	font-weight: normal;
	text-decoration: none;
}

.sidelink li a:hover {
	text-decoration: none;
}

.sidelink li ul {
	margin: 3px 0 0px 0px;
	font-size: 1em;
	font-weight: normal;
}

.sidelink li ul li {
	margin-bottom: 0;
}

.sidelink li ul a {
	font-weight: normal;
}

.sidelink ul {
	margin: 3px 0 3px 15px;
	font-size: 1em;
	font-weight: normal;
}

.sidelink ul li {
	margin-bottom: 0;
}

.sidelink ul a {
	font-weight: normal;
}

.sidelink li .sidelink_active, .sidelink li a.active {
	color: #836652;
	text-decoration: underline;
}

/**************** Searchbar styles ****************/

#searchbar {
	margin: 0px px0 5px 0px;
}

/**************** Misc classes and styles ****************/

.clear {
	clear: both;
}

.small {
	font-size: 0.9em;
        text-align:left
}

.hide {
	display: none;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.important {
	color: #f02025;
	background-color: inherit;
	font-weight: bold;
}

.box {
	margin: 0px 0px 5px 0px;
	padding: 10px;
	border: 1px solid #c0c0c0;
	background-color: #efecec;
	color: #000000;
	line-height: 1.5em;
}

.feed {
	margin: 5px 0 0 10px;
	padding: 0 0 5px 20px;
	background-image: url("/txp-minima/images/12.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

blockquote {
	margin: 10px 0 10px 20px;
	padding-left: 5px;
	border-left: 1px solid olive;
}

/**************** Form and ZCR styles ****************/

fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}

fieldset ul {
	color: red;
}

fieldset legend {
	display: none;
}

form div input, form div select, form div textarea, textarea, select, input {
	border: 1px solid #ede;
	background: #efecec;
	padding: 5px;
	margin: 3px 0;
	font-size: 1.2em;
	line-height: 1em;
}

form {
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 1em;
	color: #333;
}

form div {
	clear: left;
	display: block;
	margin: 0;
	padding: 0;
}

form div label {
	display: block;
	width: 100px;
	padding: 0;
	margin: 0px 10px 5px 0px;
	text-align: left;
}

ul.zemError {
	list-style-type: none;
	margin: 5px;
	padding: 2px;
	border: 1px #f00 solid;
	color: #f00;
	background: #fff;
}

.zemRequired {
	font-weight: bold;
}

.zemRequirederrorElement {
	color: #f00;
	font-weight: bold;
}

input.zemRequirederrorElement, select.zemRequirederrorElement,textarea.zemRequirederrorElement {
	background: #e2e2e7;
}

p.red {
	color: red;
	font-weight: bold;
}

.archivefont {	font: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: #000000;
	background: #fff;
        text-decoration:none;
	font-weight: normal;
        margin: 0 0 0 0px;}

.archivefont .active {
	color: #000000;


	font-weight: normal;
	text-decoration: underline;}

.archivefont li {font: "Lucida Grande", Lucida, Verdana, sans-serif;
        list-style: none;
	text-align: center;
	color: #000000;
	background: #fff;
        display: block;
        text-decoration:none;
	font-weight: normal;
        margin: 0 0 0 0px;}






.archlist {font: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 0 20px 5px;
	font-size: .95em;
        text-decoration: none;
        font-weight:normal;
        text-align: left;

}

.archlist li {font: "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style: none;
	display: block;
	padding: 2px;
	margin-bottom: 2px;
        text-decoration: none;
        font-weight:normal;
}

.archlist li a {font: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
        font-weight:normal;
	padding: 2px;
	margin-bottom: 2px;
}

.archlist li a:hover {font: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: underline;
        font-weight:normal;}

.subtitle {font: "Lucida Grande", Lucida, Verdana, sans-serif;
           font-size: 1.2em;
           font-style: italic;}

.recentposts {font: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 0 20px 5px;
	font-size: .95em;
        text-decoration: none;
        font-weight:normal;
        text-align: left;
        list-style-type:square;
        list-style-position: inside;
        marker-offset:0px}

.recentposts li a {font: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 0 20px 0px;
	font-size: .95em;
        text-decoration: none;
        font-weight:normal;
        text-align: left;
        list-style-type:square;
        marker-offset:0px}









