body {
	background-color: #FFFFFF;
	color: #000000;
	padding: 8px;
}
body, table, td, div, input, select, option, textarea, ul, ol, li, p {
	color: #000000;
	font-family: 'DejaVu Sans Mono', monospace;
	font-size: 10pt;
	font-style: normal;
}
div.main {
	background-color: #EEEEEE;
	color: #000000;
	border-color: #000000;
	border-style: dashed;
	border-width: 1px;
	width: 100%;
	min-height: 360px;
}

div.pic {
	float: right;
	margin-right: 10px;
}

div.inlay {
	margin: 10px;
    margin-left: 15px;
}

h1.banner {
    font-size: 20pt;
    text-align: right;
}

div.menu {
    font-size: 90%;
    background-color: #dddddd; 
    padding: 5px;
    margin: 10px;
}

/* ======== Lists ======== */
ul {
	margin-bottom: 25px;
}
li {
	margin: 2px;
}

/* ======== Blog Section ======== */
div.blog {
	width: 70%;
	margin-top: 10px;
}

div.blog_inlay {
    margin-bottom: 5px;
}

div.blog_head {
	background-color: #B5B5B5; 
	color: #000000;
	height: 18px;
}

div.blog_content {
	margin-bottom: 3px;
}

div.blog_content_fooder {
    background-color: #B5B5B5;
    color: #000000;
    border-top: 1px solid #000000;
    text-align: right;
}

div.blog_fooder {
	font-style: italic;
	margin: 20px 0px 0px 20px;
}

div.blog_comment {
	margin: 5px;
	width: 500px;
}

div.blog_comment_head {
	background-color: #B5B5B5;
}

a.blog_link {
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

ul.blog {
    list-style-image:url(img/li.gif);
}

fieldset.blog_usercomment {
	margin-top: 30px;
}

label {
	float: left;
	width: 100px;
}

/* ======== Computer Section ======== */
div.computer {
    height: 200px;
}

div.computer_pics {
    float: left;
    padding-right: 20px;
    height: 200px;
}
div.fuck {
    padding-bottom: 10px;
}

/* ======== Database Section ======== */
div.database {
	margin: 10px;
}

img.browse {
	vertical-align: middle;
}

/* ======== Global Links ======== */
a {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	text-decoration: none;
	color: #000000;
}

a:hover {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #FF0000;
	color: #FF0000;
}

/* ======== Image Gallery ======== */
div.gallery {
	margin: 10px;
}

.gallery_link {
	border-bottom-style: none;
	text-decoration: none;
}
.gallery_link:hover {
	border-bottom-style: none;
	text-decoration: none;
}

img {
	border: 0px;
}

.highlight {
	background-color: #B0FFA0;
}

/* ======== Fooder Section ======== */
div.fooder {
	margin: 2px;
}

a.fooder_link {
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

/* ======== Keyboard Input ======== */
pre {
	margin: 1px;
	padding: 1px;
	border: 1px solid #CCC; 
	background-color: #EFEFFF;
	width: 60%;
}

pre.unixold {
	margin: 1px;
	padding: 1px;
	border: none;
	background-color: transparent;
}

/* ======== Error Dialog ======== */
.error {
	width: 320px;
	background-color: #A77;
	background-image: url(/theme/img/warning.png);
	background-repeat: no-repeat;
	height: 60px;
	border: 2px solid #a00;
	color: #000;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
