/* base
----------------------------------------------- 

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}
*/
blockquote, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}
/* header */
.entry-title{
	position:relative;
	top:0px;
	left:0px;
	/*
	display:block;
	padding:5px;
	*/
}


h2{
	font-size: 1.2em;
	font-color: #202;
	
}
h3{
	
	font-size: 1.1em;
	font-color: #604;
}
h4{
	margin: 0 0 15px 0;
	font-size: 1em;
	font-color: #804;
}
#sPostDate{
	position:absolute;
	left: 140px;
	top: -50px;
}

hr {
	margin: 2em auto;
	width: 100%;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}


/* For quoting other sources */

.quoteTxt{
	color:#001;
}


/* Tables */

.tblbody, .tblbody tr td{
	border: 1px solid #667;
        text-align:center;
}
.tblbody{

	width:95%;
}

.tblhead{
	font-weight:bold;
	background-color: #8a8e8d;

}
/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 solid;
}

a img {
	border: none;
}

/* Pictures (thumbnails)
------------------------------------------------ */
.colPic{
	text-decoration:none;
	text-align: center;
	padding: 2px;
	margin: 2px;
	margin-top: 10px;
	border: 1px solid #216;
	
}

.rht{
	float:right;
}

.lft{
	float:left;
}

.caption{
	display:block;
	font-size: 0.9em;
}

/* Headers */

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
}

#sidebar-2 a, #sidebar-1 a {
	color: #c00;
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
/*
	margin: 10px auto;
	padding: 10px;
	width: 760px;
*/
}

#head {
	text-align: center;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#sidebar-1, #sidebar-2 {
	padding-top: 50px;
}

#sidebar-1 {
	display:block;
	float: left;
	margin-left: 5px;
	text-align: left;
	width:22%;
}
#sidebar-1 li{
	/*border-left: 1px solid #624;*/
}
#sidebar-2 {
	display:block;
	margin-right: 5px;
	float: left;
}

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.section_list, .section_list ul, .section_list li {
	list-style-type: none;
	margin: 2px 0 2px 2px;
	padding: 0;
}

.section_list ul {
	list-style-type: none;
}

/*
#content {
	margin: 0 155px;
	padding-top: 30px;
}*/

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}
#commentrecent-s{
	position:absolute;
	top: 20em;	
}
/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */
/*
#container {
\width: 770px;
w\idth: 760px;

}

#sidebar-1, #sidebar-2 {
\width: 150px;
w\idth: 150px;
}*/

/* overrides
----------------------------------------------- */



.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin:1px;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	display:block;
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.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 page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

/* 
Hidden 
*/
#importantfield{ 
 display:block; overflow: hidden; height: 0; width: 0;
}
#noshow{display:none;}
