/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	font-size: 0.8em;
}

blockquote, h3, p, li {
	padding-right: 10px;
	line-height: 1.6em;
}

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.9em;
}

dl.s3_dlist dt { font-weight: bolder; }

/* links
----------------------------------------------- */

a {
    color: navy;
    text-decoration: none;
}
a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3.entry-title {
	font-size: 1.5em;
        font-weight: bold;
}

/* layout
----------------------------------------------- */

#accessibility {
	display: none;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}

#head {
	background: #0d00a8 url(/writable/images/7.png);
	height:107px;
	margin-top: 5px;
}

#site-name {
	float: left;
	padding-top: 10px;
	padding-left: 65px
}

#site-name a {
	border: none;
}

#site-top-shortcuts {
	float: left;
	padding-top: 15px;
	padding-left: 20px;
}

#site-top-shortcuts img {
	display: block;
}

#sidebar-1 {
	padding: 0px;
	padding-top: 30px;
	width: 150px;

	margin-right: 25px;
	text-align: right;
	float: left;
	font-size: 80%;
	color: gray;
}

#sidebar-1 a {
	color: #404080;
}

#sidebar-1 a:hover, #content a:hover {
	color: #000080;
	background-color: #fff5a5;
}

#sidebar-1 ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

#sidebar-1 ul li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	width: 720px;
	margin-left: 170px;
	padding-top: 30px;
	border: none;
}

.footer {
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
}

#news-box {
	border: 2px navy dotted;
	float: right;
	width: 250px;
	padding: 2em;
	margin: 1em;
}

#news-box h3 {
	color: red;
}

#news-box .published {
	padding-left: 1.5em;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

/*
#container {
\width: 725px;
w\idth: 715px;
}
*/

#sidebar-1 {
\width: 150px;
w\idth: 150px;
}

/* overrides
----------------------------------------------- */

#sidebar-1 p {
	font-size: 0.8em;
	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_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;
}

ol.comments li {
	border: 1px dashed #d0d0d0;
}

ol.comments li p.top {
	font-weight: bold;
}

ol.comments li p.bottom {
	font-style: italic;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em /* Georgia, Times, serif */;
}
