Berkachu v6, Nov 2004 by Rebecca Verrilli 	*/
/* 		http://nebulose.net 	        */ 

/*        Color scheme:		*/
/* Grey: 	#EDEDED		*/
/* Blue: 	#380474	*/

/* Comment Popups */
#banner-commentspop {
 background: #EDEDED;
 text-align: center;
 font-size: 1.4em;
 font-weight: bold;
 color: #380474;
 border: 0px;
 border-bottom: 0px;
 }

.comments-body {
 margin-left: 10px;
}

.comments-body p {
 margin-bottom: 5px;
 }

.comments-head {
 background: #EDEDED;
 text-align: left;
 font-size: 1.0em;
 font-weight: bold;
 color: #380474;
 border: 0px;
 border-top: 0px;
 }


/* General */
body {
	background: #FFFFFF;
	color: #000000;
	font-family: verdana, arial, tahoma, lucida, sans-serif;
 font-size: small;
	}
a {
	color: #380474;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	}
pre {
	font-family: verdana, arial, tahoma, lucida, sans-serif;
 font-size: 1.0em;
	}

/* Headers */
h1 {
	display: none;
	}
h2 {
	color: #380474;
	text-align: right;
	font-style: none;
	font-size: 1.2em;
	border-bottom: 1px solid #380474;
 margin-bottom: 0px;
	}
h3 {
	color: #000000;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 0px;
 margin-top: 5px;
 text-decoration: underline;
	}

/* Layout divisions */
#top {
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
#corner {
	width: auto;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: small;
	}
#container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
#side {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 250px;
	overflow: hidden;
	border: 0px;
	padding: 5px;
	margin: 0px;
 font-size: .9em;
 line-height: 1.7em;
	}
#tallmain {
	margin: 0px;
	padding: 0px;
	margin-left: 260px;
	}
#nav {
	background: #EDEDED;
	text-align: center;
	color: #FFFFFF;
	border: 4px solid #380474;
	border-bottom: 0px;
	}
#nav a {
	font-size: 1.2em;
	}
#nav a:hover {
	border-bottom: 4px solid #FFFFFF;
	}
#main {
	background: #FFFFFF;
	border: 4px #380474 solid;
	padding: 5px;
	}
#footer{
	width: 100%;
	float: left;
	}

/* Text classes */
.bodytext {
	margin-left: 10px;
	color: #000000;
	size: x-small;
	}
.posted {
	font-size: .8em;
 margin-left: -10px;
	}