/* Common styles */
a {
	color: #0000AA;
	font-weight: bold;
	text-decoration: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	font-weight: normal;
	font-size:12px;
	line-height: normal;
	margin-top: 0px;
}

body.index {
	background-image: url(images/back1.gif);
	background-repeat: repeat-x;
}

h2 {
	font-size: 16px;
	font-weight: bolder;
	font-family:georgia, serif;
	letter-spacing:1.2px;
	color: #222000;
	margin: 0px 0px 15px 0px;
}

.delimiter {
    background-image: url(images/delimiter.gif);
    background-repeat: no-repeat;
    width: 3px;
    margin-right: 1px;
    margin-left: 1px;                                                  
    background-position: center;
	vertical-align: bottom;
}

div.error {
	border:1px solid black;
	padding:5px;
	background-color:#ffffdd;
	font-weight:bold;
	font-size:14px;
	color:red;
}

div.notice {
	border:1px solid black;
	padding:5px;
	background-color:#ffffdd;
	font-weight:bold;
	font-size:14px;
	color:#0000AA;
}

div.pager {
	padding:5px;
	text-align:center;
}

div.pager a {
	font-weight:normal;
}

div.pager span.current {
	color:#000;
}

/* Styles for Posts */
div.post {
	color:#333333;
	padding:10px;
	margin-bottom:10px;
}

div.post div.title {
	font-size: 16px;
	font-weight: bolder;
	font-family:georgia, serif;
	letter-spacing:1.2px;
	color: #222000;
	margin-bottom: 15px;
}

div.post div.date {
	color: #CCCCCC;
	font-size: 11px;
	float:right;
}

div.post div.footer a {
	font-weight:normal;
	font-size:11px;
	text-decoration: underline;
}

div.post div.footer {
	font-weight:normal;
	font-size:11px;
	text-align:right;
}

/* Styles for Comments */
div.comment {
	color:#333333;
	padding:10px;
	margin-bottom:12px;
	margin-left:10px;
	border-top:1px solid #CCCCCC;
}

div.comment div.title {
	font-size: 14px;
	font-weight: bolder;
	font-family:georgia, serif;
	letter-spacing:1.2px;
	color: #222000;
	margin-bottom: 15px;
}

div.comment div.footer {
	color:#222;
	font-weight:normal;
	font-size:11px;
	text-align:right;
	margin-top:5px;
}

div.comment div.footer div.date {
	color: #CCCCCC;
	font-size: 11px;
	display:inline;
}

pre.command {
	border:1px solid #ddd;
	background-color:#eee;
	font-family:monospace;
}


/*	CAPTCHA-Styles */
p.captcha_1,
p.captcha_2,
p.captcha_notvalid
{
	margin-left: 30px;
	margin-right: 20px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent;
	color: #000000;
}
p.captcha_2
{
	font-size: 10px%;
	font-style: italic;
	font-weight: normal;
}
p.captcha_notvalid
{
	font-weight: bold;
	color: #FFAAAA;
}

.captchapict
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset;
	border-width: 4px;
	border-color: #C0C0C0;
}

#captcha
{
	margin-left: 30px;
	margin-right: 30px;
}
