@charset "utf-8";
body  {
	font: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.twoColFixRtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(http://www.darkersideofevil.com/images/back.gif) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: url(http://www.darkersideofevil.com/images/header.gif) no-repeat;
	width: 960px;
	height: 200px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 20px 230px 0 30px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	background: url(http://www.darkersideofevil.com/images/footer.gif) no-repeat;
	width: 960px;
	height: 200px;
	padding: 0px;} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #111111;
}

#menu a, #menu a:visited {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
}

#menu a:hover {
	font-weight:bold;
	text-decoration: underline;
}

dd {
	margin:0px; 
	text-align:left; 
	display: block; 
	padding: 0.4em;
	background-color: #990000;
}

dt {
	margin: 0;
	padding: 8px;
	text-align:left;
	font-size: 10pt;
	font-weight:bold;
	background: #3e3f3f;
	height:14px;
	color:#e7e7e7;
}

dl {
	margin: 10px 0 10px 0; 
	padding: 0px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.normal, td, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 8pt;
}

.last20head {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 9pt;
	COLOR: #FFFFFF;
	background-color: #000000;
}

.last20one {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 10pt;
	COLOR: #FFFFFF;
	background-color: #555555;
}

.last20two {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 10pt;
	COLOR: #FFFFFF;
	background-color: #333333;
}

.bigbuddylist2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	background-color: #CAE4FF;
}

.bigbuddylist1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	background-color: #E0EFFE;
}

.bigbuddylisthead {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 7pt;
	COLOR: #000000;
	background-color: #44aaff;
	text-align: center;
}


.error {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #FF0000;
}

.small {
	font-family: Georgia, "Times New Roman", Times, serif;
    FONT-SIZE: 8pt;
}

.tiny {
	font-family: Georgia, "Times New Roman", Times, serif;
    FONT-SIZE: 6pt;
}

.miniheader {
	font-family: Georgia, "Times New Roman", Times, serif;
    FONT-SIZE: 24pt;
}

.huge {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
    FONT-SIZE: 36pt;
}

tr, td, table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}

.minibuddylisthead {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 8pt;
	background-color: #44aaff;
	text-align: center;
}

.minibuddylist2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 8pt;
	background-color: #eeeeee;
}

.minibuddylist1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 8pt;
	background-color: #ffffff;
}

.msgline2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 8pt;
	background-color: #CAE4FF;
}

.msgline1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 8pt;
	background-color: #111111;
}

.msgbody {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 9pt;
	background-color: #ffffff;
}

.messagehead {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 8pt;
	background-color: #111111;
}

.messagenew {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	background-color: #CAE4FF;
}

.messageold {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 8pt;
	background-color: #edf7FF;
}

.admirerheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	background-color: #000000;
	text-align: center;
}

#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#mainContent img {
	border: 0;
}

#mainContent img.imgleft {
	float: left;
	margin: 0 7px 6px 0;
}

#mainContent img.imgright {
	float: right;
	margin: 0 0 6px 7px;
}

#sidebar1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#sidebar1 table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

#sidebar1 table tr, #sidebar1 table td {
	background: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar1 table th  {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 8px;
	text-align:left;
	font-size: 10pt;
	font-weight:bold;
	background: #3e3f3f;
	height:14px;
	color:#e7e7e7;
}

input {
	background-color: #000000;
	border-color: #333333;
	color: #CCCCCC;
	font-size: 10pt;
}

#showprofile {
	padding: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#showprofile p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#profileleft {
	float: left;
	width: 48%;
}

#profileright {
	float: right;
	width: 48%;
}

.profilebox {
	background: #000000;
	padding: 5px;
	margin: 5px 0 5px 0;
}

.profilecontact {
	float: right;
	width: 25%;
}

.profilebasic {
	float: left;
	width: 73%;
}