/* GENERIC ELEMENTS */

pre, blockquote {
	border: 1px dashed gray;
	padding: 1ex;
	margin: 1.25ex 1em 1ex 1.25em;
}

a {
	text-decoration: underline;
	color: black;
}

/* MAIN BODY ELEMENTS */

body {
	font-family: "lucida sans unicode", "verdana", "sans", "arial", "helvetica", sans-serif;
	font-size: small;
}

#mainpane {
	text-align: left;
}

#banner {
	page-break-after: avoid;
}

#banner img {
	position: absolute;
	border: 0px;
}

#header {
	white-space: nowrap;
	font-size: 14pt;
	font-weight: normal;
}

#header h1,
#header h2 {
	position: relative;
	display: inline;
	font-weight: normal;
}

#header h1 {
	font-family: 'times new roman', 'times', serif;
	font-style: italic;
	font-size: 18pt;
}

#header h2 {
	font-size: 10pt;
	font-weight: bold;
	top: 80px;
}

#header a {
	text-decoration: none;
	color: black;
}

#content {
	text-align: left;
}

/* ENTRY ELEMENTS */

.serendipity_date {
	font-size: small;
	padding: 3ex 1em 0ex;
	text-align: right;
}

.serendipity_title {
	font-size: large;
	font-weight: bold;
	margin-top: 3ex;
	padding-left: 0.5em;
	padding-bottom: 1ex;
	border-bottom: 1px solid gray;
	page-break-after: avoid;
}

.serendipity_title a {
	text-decoration: none;
}

div.serendipity_entryFooter {
	font-size: x-small;
	padding-top: 1ex;
	padding-bottom: 0.5ex;
	clear: both;
}

.serendipity_entry p {
	margin: 0px;
	padding-bottom: 0px;
}

img.serendipity_entryIcon {
	float: right;
	border: 0px;
}

/* SIDEBAR ELEMENTS */
#serendipityLeftSideBar,
#serendipityRightSideBar {
	display: none;
}

/* COMMENT ELEMENTS */

.serendipity_commentsTitle {
	font-weight: bold;
	margin-top: 1ex;
	padding-left: 0.5em;
	border-bottom: 1px solid gray;
}

td.serendipity_commentsLabel {
	font-weight: bold;
	vertical-align: top;
}

td.serendipity_commentsValue input,
td.serendipity_commentsValue select,
td.serendipity_commentsValue textarea {
	padding: 0.5ex;
	width: 95%;
}

.serendipity_commentForm {
	margin-bottom: 1.5ex;
	margin-right: 1em;
	margin-left: 1em;
}

.serendipity_comment {
	margin-top: 1ex;
	margin-right: 1em;
	margin-left: 1em;
	padding: 0.5ex;
}


/* IMAGE ELEMENTS */

.serendipityImageButton {
	cursor: pointer;
}

/** Embedded images with the s9y image manager **/
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
	border: 1px solid black;
	background-color: gray;
	margin: 0.5ex;
	padding: 0.5ex;
	text-align: center;
}

.serendipity_imageComment_center {
	margin: auto;
}

.serendipity_imageComment_left {
	float: left;
}

.serendipity_imageComment_right {
	float: right;
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.serendipity_imageComment_txt {
	border-top: 1px solid #82796A;
	margin: 0px;
	padding: 3px;
	clear: both;
	font-size: x-small;
	text-align: center;
}

/* OTHER ELEMENTS */

div.serendipityPlug {
	padding-left: 1em;
}

div.serendipityPlug a {
	text-decoration: none;
	border: 0px;
}

.serendipity_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.serendipity_msg_important {
	color: red;
}

.serendipity_msg_notice {
	color: green;
}

.serendipity_comment_author_self .serendipity_comment_source {
	background-color: silver;
}

.serendipity_freeTag
{
	margin-left: auto;
	margin-right: 0px;
	text-align: right;
	font-size: x-small;
	display: block;
	margin-top: 1ex;
	margin-bottom: 0px;
}

.serendipity_freetag_taglist
{
	margin: 2ex;
	border: 1px solid gray;
	padding: 1ex;
	background-color: silver;
	text-align: justify;
	font-size: 20%;
}

.serendipity_freeTag a
{
	text-decoration: none;
}

img.serendipity_freeTag_xmlButton
{
	vertical-align: bottom;
	display: inline;
	border: 0px;
}
