

/* GENERAL */

html {
	height: 100%;
	}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;

	color: #eee;
	font: 9pt/1.6 "Lucida Sans", Verdana, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	}
#page {
	width: 760px;
	background-color: #440;
	margin: 0 auto;
	overflow: auto;
	min-height: 100%;
	}

a:link {
	color: #fff;
}
a:visited {
	color: #eee;
}
img {
	border: 0;
}


/* HEADER */

#header {
	margin-bottom: 20px;
	}

#header img {
	border: 0;
	display: block;
	}
#menu {
	width: 365px;
	margin-top: -24px;
	position: absolute;
	left: 50%;

	color: #000;
	text-align: right;
	font-size: 10pt;
	letter-spacing: 0.1em;
	}
#menu a {
	margin-left: 5px;
	color: #000;
	text-decoration: none;
	}
#menu a:hover {
	text-decoration: underline;
	}
#menu strong {
	margin-left: 5px;
	font-weight: bold;
	border-top: solid 2px #fff;
	}


/* SIDEBAR */

#sidebar {
	width: 108px;
	padding: 0 10px;
	border-left: 4px dotted #c2e063;
	float: right;
	}
#sidebar .sidebar-thumbnail {
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	border: 4px solid #000;
	display: block;
	}
#sidebar .over-thumbnail {
	width: 100px;
	height: 100px;
	padding: 4px;
	margin-bottom: -108px;
	position: relative;
	top: -118px;
	display: block;
	}

#sidebar-links {
	margin-top: 20px;
	font-size: 7.5pt;
	text-align: center;
	}

#sidebar-menu {
	margin: 0;
	padding: 0;
	}
#sidebar-menu li {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 13pt;
	font-weight: bold;
	}


/* CONTENT */

#content {
	width: 608px;
	min-height: 100px;
	padding: 0 10px;
	}
#strip {
	margin: 0 auto 20px auto;
	border: 4px solid #000;
	display: block;
	}

h1 {
	margin: 0 0 0 94px;
	color: #c2e063;
	font-size: 18pt;
	font-weight: bold;
	}
h2 {
	margin: 0 0 0 94px;
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
	}
p {
	margin: 0 0 0 134px;
	text-indent: -40px;
}
ul {
	margin: 0 0 0 134px;
	padding: 0;
	}
li {
	margin: 0;
	padding: 0;
	list-style: disc outside;
	}

#comments-link {
	float:right;
	margin-top: -25px;
	}
#strip-author {
	font-size: 9pt;
	}

.author-name {
	font-weight: bold;
	}


/* FOOTER */

#footer {
	margin: 50px 144px 10px 144px;
	clear: both;
	font-style: italic;
	}


/* BROWSE */

.thumbnails {
	width: 100px;
	height: 100px;
	margin: 0 4px 4px 0;
	border: 4px solid #000;
	display: block;
	float: left;
	}





