/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-image:url('/images/bglines2px.gif');
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position: 0px 100px;
        
}

blockquote, h3, p {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.7em;
	line-height: 1.6em;
}

li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.8em;
	line-height: 1.1em;
}


blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.7em;
}

p.tags {

      font-style: italic;
      font-size: 10px;
}

p.tags a:hover {color: black;text-decoration: none;background-color: #FF0}

p.published { font-weight: bold;}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
	}

a img {
	border: none;
        
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	background-color: #0F0;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}

#sidebar-1 {
	margin-top: 5px;
        margin-right: 5px;
	float: left;
	text-align: right;
}

#sidebar-2 a:link  {
	color: black;
	text-decoration: none
}
#sidebar-2 a:active { color: white; text-decoration: none; background-color: black }
#sidebar-2 a:visited { color: black; text-decoration: none;}
#sidebar-2 a:hover {
	color: black;
	text-decoration: none;
	background-color: #FF0
}


/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 110px auto;
	width: 800px;
}


#sidebar-2 {
	width: 150px;
	margin-left: 0px;
	float: right;
	text-align: center;
}


.section_list {
	list-style-type: none;
	padding: 0;
	margin-top: 47px;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 6px 10px 0px 0;
}

#content {
	margin: 0 160px;
        line-height: 30px;
        background-color: #fff;
       	
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}


/* overrides
----------------------------------------------- */

#sidebar-2 p {
	font-size: 14em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */
.comments_invite { color: #666666;}

.comments_invite a:hover{ color: #000;}


.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;
        font-size:10px;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

