
body {
	margin: 0px;
	background-color: #000000;
}

#title {
	border-bottom: 1px dashed #666666;
	padding-top: 12px;
	padding-right: 17px;
	padding-bottom: 3px;
	background-color: #000033;
	text-align: right;
	color: #ff6600;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

#subtitle {
	padding-right: 17px;
	padding-top: 2px;
	text-align: right;
	color: #ff6600;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

#main {
	display: block;
	margin-top: 45px;
        margin-left: 205px;
	margin-right: 205px;
        padding: 0px;
	text-align: justify;
	line-height: 1.8em;
	color: #CFCFCF;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

div.column {
        position: absolute;
        top: 90px;
        margin-left: 0;
        margin-right: 0;
        width: 170px;
}

#left {
        left: 15px;
}

#right {
        right: 15px;
}

#footer {
	position: fixed;
	text-align: right;
	border-top: 1px dashed #666666;
	background-color: #000033;
	color: #ff6600;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 3px;
}

div.box {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 3px double #666666;
	border-bottom: 3px double #666666;
	margin-bottom: 20px;
}

div.textbox {
	padding: 2px;
	color: #cccccc;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

a {
	color: #ff6600;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a:hover {
	color: #ff3300;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a.menul {
	display: block;
	margin: 0px;
	padding: 2px;
	color: #ff6600;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a.menul:hover {
	display: block;
	margin: 0px;
	border-right: 3px double #ff6600;
	padding: 2px;
	color: #ff3300;
  	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

div.btitle {
	display: block;
	border-bottom: 1px dashed #666666;
	background-color: #003333;
	padding: 2px;
	color: #cccccc;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

p {
	margin-top: 18px;
	margin-bottom: 8px;	
}

.blosxomStory {
	margin-left: 100px;
	margin-right: 100px;
	text-align: justify;
	padding: 24px;
	border: 1px dashed #666;
	border-top: 0px solid #666;
	margin-bottom: 24px;
	color: #cccccc;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

.blosxomTitle {
	margin-left: 100px;
	margin-right: 100px ;
	margin-bottom: -24px;
	margin-top: -8px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: justify;
	padding-right: 100px;
	padding-left: 24px;
	border-top: 1px dashed #666;
	border-left: 1px dashed #666;
	border-right: 1px dashed #666;
	/* border-bottom: 1px dashed #666; */
}

.blosxomTitle a {
	font-size: 16pt;
	font-family: Verdana, sans-serif;
}

.blosxomDate {
	border: 1px dashed #666;
	background-color: #333;
	margin-top: 20px;
	margin-left: 100px;
	margin-right: 100px;
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	color: #fff;
	background-image: url("/blog/images/stripes.jpg");
}

.blosxomCalendar {
	top: 64px ;
	right: 24px;
	position: absolute;
	font-size: 8px;
	text-align: center;
	border: 1px solid black;
	background-color: #000033;
	color: #ccc;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-opacity: 0.8;
}

.blosxomCalendarHead {
	background-color: #000033;
	color: #ccc;
	text-decoration: none;
}

.blosxomCalendarBlogged {
	font-weight: italic;
}

.blosxomCalendarSpecificDay {
	background-color: #d6fdd0;
	border: 1px ridge #149103;
}

.blosxomCalendarWeekHeader
{
	font-size: 12px;
	border-bottom: 1px dashed #666666;
}

pre {
	margin-left: 30px;
	font-size: 14px;
}

pre.code {
	background-color: #999;
	color: #222;
	margin-left: 16px;
	padding: 16px;
	border: 1px dashed #333;
}

img.image {
	border:1px dashed #555;
	background-color: #999;
	padding: 8px;
}
div.imagebox {
	text-align: center; 
	padding-top: 20px;
}

div.continued {
	border-bottom: 1px dashed #666;
	left-margin: 20%;
	right-margin: 20%;
	height: 12px;
}
div.continued a {
	display: none;
}

div.bottom {
	text-align: right;
	border-top: 1px dashed #666666;
	background-color: #003333;
	color: #ff6600;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 3px;
}

img.blosxom-logo {
	border: 1px dashed #333;
	background-color: #e0e1f0;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}
img.gentoo-logo {
	border: 1px dashed #333;
	background-color: #f6f5f6;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}

.tags {
	/* 100 to match - blosxomTitle */
	color: #ccc;
}

.tag a{
	font-size: 10pt;
}

#footer {
	position: relative;
}
