﻿body {
	background: #eeeeee; /* BGCOLOR */
	padding: 0;
	margin: 0;
}

dl dt {
	font-weight: bold;
	margin-top: 10px;
}

pre {
	background-color: #DDDDDD; 
	border: black 1px dashed; 
	line-height: 100%; 
	padding: 10px;
}

pre a {
    text-decoration: none;
    border-right: solid 1px black;
    padding-right: 5px;
}


/* TOP MENU {{{
 */

#topmenu {
	position: absolute;
	background: black url('/img/kitten.png') no-repeat top left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid black;
}
	
#topmenu ul {
	margin-left: 0px;
	margin-top: 150px; /* X */
	list-style: none;
	}
	
#topmenu ul li {
	float: left;
	text-align: center;
	font-weight: bold;
	margin-left: -1px; /* to fix the line between 2 buttons being 2px wide instead of 1 */
	}
	
#topmenu ul li a {
	width: 100px;
	float: left;
	display: block;
	background: transparent url('/img/pixelwhite40.png') top left;
	padding: 10px;
	color: black;
	text-decoration: none;
	border: 1px solid black;
	border-bottom: 0px;
	}

#topmenu ul li a:hover, #topmenu ul li a.selected {
	background: transparent url('/img/pixelblack40.png') top left;
	border: 1px solid black;
	border-bottom: 0px;
	color: white;
	}

/* }}} */
/* TOP MENU 2 {{{
 */
#topmenu2 {
	position: absolute;
	width: 100%;
	padding: 0;
	margin: 0;
	left: 0px;
	top: 192px; /* X + 42 */
	border-bottom: 1px solid black;
}
	
#topmenu2 ul {
	margin: 0px;
	list-style: none;
	}
	
#topmenu2 ul li {
	float: left;
	text-align: center;
	}
	
#topmenu2 ul li a {
	width: 100px;
	float: left;
	display: block;
	padding: 10px;
	color: #888888;
	text-decoration: none;
	background: #eeeeee; /* BGCOLOR */
	font-style: italic;
	}

#topmenu2 ul li a:hover, #topmenu2 ul li a.selected {
	color: black;
	background: #eeeeee; /* BGCOLOR */
	}

/* }}} */
/* SIDE NAVIGATION {{{
 */
#sidenav {
	position: absolute;
	padding: 0;
	left: 0px;
	top: 250px; /* X + 100 */
}

/* }}} */
/* CONTENT {{{
 */
#content {
	background: #eeeeee; /* BGCOLOR */
	position: absolute;
	padding: 0;
	margin: 0;
	left: 180px;
	right: 30px;
	top: 250px; /* X + 100 */
}
	

/* }}} */
/* SITENAME and SITESLOGAN {{{
 */
#sitename {
    font-size: 60px;
    position: absolute;
    color: white;
    top: 0px;
    right: 30px;
    z-index: 1;
}

#sitename a {
    text-decoration: none;
    color: white;
}

#siteslogan {
    font-size: large;
    position: absolute;
    color: #cccccc;
    top: 65px;
    right: 80px;
    z-index: 1;
    font-style: italic;
}
/* }}} */
/* DISCUSS {{{
 */
#discuss {
    position: relative;
    font-style: italic;
    text-align: right;
    margin: 10px;
}

#discuss a {
    color: #888888;
    text-decoration: none;
}

#discuss a:hover {
    color: blue;
}
/* }}} */

/* PAGE CURL {{{
 */

#pagecurl {
        position: absolute;
        background: transparent url('/img/pagecurl.png') no-repeat top left;
        width: 100%;
        padding: 0px;
        margin: 0px;
        left: 0px;
        top: 0px;
        z-index: 10;
        padding-bottom: 100px;
}

#pagecurl a {
        font-size: small;
        color: red;
        text-decoration: none;
        font-weight: bold;
}

/* }}} */

