@charset "utf-8";
/* CSS Document */

/* Comic Reef Essentials CSS by Jeff "BlkKnight" Reiss Copyright 2010 */


/*background color*/
body {background-color:#454545;}

/*main text color*/
body {color:#30ffb3;}

/*link behavior*/
A:link {text-decoration: none; color: b7b3ff;}
A:visited {text-decoration: none; color: b7b3ff;}
A:hover {text-decoration: overline underline; color: b7b3ff;}
A:active {text-decoration: none; color: b7b3ff;}

.links1 A:link {text-decoration: none; color: b7b3ff;}
.links1 A:visited {text-decoration: none; color: b7b3ff;}
.links1 A:hover {text-decoration: overline underline; color: b7b3ff;}
.links1 A:active {text-decoration: none; color: b7b3ff;}

/*font size*/
h1 {font-size:30px}
h2 {font-size:20px}
h3 {font-size:16px}
p {font-size:12px}
body {font-size:12px} 

/*font family*/
p {font-family:"Trebuchet MS", sans-serif}
h1 {font-family:"Trebuchet MS", sans-serif}
h2 {font-family:"Trebuchet MS", sans-serif}
h3 {font-family:"Trebuchet MS", sans-serif}
body {font-family:"Trebuchet MS", sans-serif}

/*image borders*/
img {border:0px solid #050504;}

/*table behavior*/
table, td, th {border: 0; font-family: "trebuchet ms"; font-size:12px;} 
th {background-color:#454545; font-size:12px;}



/*Comment and Author Notes */
#avatar{
padding: 2px;
width: 100px;
height: 100px;
float: left;
clear: left;
}

#comhead{
font-weight: bold;
font-size: 14px;
}
#comhead A:link { font-size: 14px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none; cursor: hand; }

#comhead A:visited {font-size: 14px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none; cursor: hand; }

#comhead A:active {font-size: 14px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none; cursor: hand; }

#comhead A:hover {text-transform: none; text-decoration: underline overline; cursor: hand; font-size: 14px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; }

#comtext{
float: left;
height: 100%;
width: 100%;
}

.comtext2{
font-size:12px;
font-weight:500;
}

.style1 {
	font-size: 24px;
	font-weight: bold;
	align:center;
}
.style2 {font-size: 14px; align:left;}
.style7 {font-size: 11px; font-weight:normal;}

.date{
font-weight:bold;
text-align:right;
}

.robot {
visibility:hidden;
}

/* Archives*/

#archmain{
width:500px;
list-style:none;
margin: 0 auto;
}

a.archt{
display:block;
width:500px;
text-decoration:none;
font-size:14px;
color:#E0FFB3;
height:50px;
text-align:center;
cursor:hand;
cursor:pointer;
}
.archb{
text-decoration:none;
width:500px;
padding-top:5px;
}
a.archs{
display:block;
text-decoration:none;
width:300px;
height: 20px;
color:#E0FFB3;
margin-left:105px;
text-align:left;
}

a.archs:hover, a.archs:active{
text-decoration: overline underline;
}
