body { 
  background-image: url("/inc/layouts/skins/cimmerian_purple/background.jpg");
  background-color: #000000; 
  margin: 0px;
  padding: 0px; 
  min-width: 1000px;
}

a:link      { color: #9122FF; text-decoration: underline; }
a:visited	{ color: #9122FF; text-decoration: underline; }
a:active	{ color: #FFFFFF; text-decoration: underline; }
a:hover	    { color: #FFFFFF; text-decoration: underline; }

a.menu:link		{ color: #FFFFFF; text-decoration: none; }
a.menu:visited	{ color: #FFFFFF; text-decoration: none; }
a.menu:active	{ color: #8080FF; text-decoration: none; }
a.menu:hover	{ color: #8080FF; text-decoration: none; }

/* For the message links in kismet footer */
a.msg:link      { color: #9933FF; text-decoration: none; }
a.msg:visited	{ color: #9933FF; text-decoration: none; }
a.msg:active	{ color: white; text-decoration: underline; }
a.msg:hover	{ color: white; text-decoration: underline; }

/* The inbox, system, society, etc links in the Message Center */
a.message:link		{ color: #800080; text-decoration: none; }
a.message:visited	{ color: #800080; text-decoration: none; }
a.message:active	{ color: #CF9FFF; text-decoration: none; }
a.message:hover		{ color: #CF9FFF; text-decoration: none; }

/* The Border color of the Dark Network Banners in the Footer */
.pic a img { border: 1px solid #8000FF; } 
.pic a img:link { border: 1px solid #8000FF; }
.pic a img:visited { border: 1px solid #8000FF; }
.pic a img:active { border: 1px solid white; }
.pic a img:hover { border: 1px solid white; }

/* Special Link colors. Open Link Directory, etc. */
a.special:link          { color: #FF0080; text-decoration: underline; }
a.special:visited       { color: #FF0080; text-decoration: underline; }
a.special:active        { color: purple; text-decoration: underline; }
a.special:hover         { color: purple; text-decoration: underline; }

hr {
  border: 0;
  height: 1px;
  color: #8000FF;
  background-color: #8000FF;
}

p {
  margin: 0px;
  padding: 0px; 
}

img { border-style: none; }

/* All text is within tables. */
table {
  text-align:justify;
  color:white;
  font-family:Verdana,Arial,Helvetica;
  font-size:10pt;
  font-weight:normal;
}

/* For the smaller page text */
.footer	{
  text-align:justify;
  color:White;
  font-family:Verdana,Arial,Helvetica;
  font-size:8pt;
  font-weight:normal;
}

/* Forms and buttons */
.forminput, .textinput, .radiobutton, .checkbox, .textarea {
  font-size: 12px;
  font-color: White;
  font-family: verdana, helvetica, sans-serif;
  vertical-align: middle;
  color: White;
  background-color: Black;
  border: 2px #9B37FF solid
}
form {
  margin: 0px;
  padding: 0px; 
}

/* The Main Forum page */
.forum_table { background-color: black; }
.forum_td { background-color: #600060; }
.forum_closed { background-color: #300030; }
.forum_text { color: white; }
a.forum:link { color: white; text-decoration: none; }
a.forum:visited { color: white; text-decoration: none; }
a.forum:active { color: #FF46A3; text-decoration: none; }
a.forum:hover { color: #FF46A3; text-decoration: none; }
/* End Forum */

/* Journals - The Comment area */
.journal_comment_table { 
  background-color: #400040; 
  text-color: white; 
  text-align: justify;
  color: white;
  font-family: verdana,arial,helvetica;
  font-size: 8pt;
  font-weight: normal;
}
.journal_comment_div {
  border: 1px solid #800040; 
  padding: 0px; 
  background: #200020;
  text-align:justify;
  color: white;
  font-family: verdana,arial,helvetica;
  font-size: 10pt;
  font-weight: normal;  
}
a.journal_comment:link		{ 
  color: #FFFFFF; 
  text-decoration: none; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
}
a.journal_comment:visited	{ 
  color: #FFFFFF; 
  text-decoration: none; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
}
a.journal_comment:active	{ 
  color: #8080C0; 
  text-decoration: none; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
}
a.journal_comment:hover	    { 
  color: #8080C0; 
  text-decoration: none; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
}
/* End Journal Formatting */

/* For various |, [, and ] symbols throughout the site */
.divider { color: white; }

/* This table is used to highlight the "You Have New Messages" text */
.msg_table { background-color: #400080; }

/* The text of the "You Have New Messages" line */
.new_msgs {
  text-align:justify;
  color:white;
  font-family:Verdana,Arial,Helvetica;
  font-size:8pt;
  font-weight:normal;
}
.new_msgs a:link     { color: #A953FF; text-decoration: underline; }
.new_msgs a:visited	 { color: #A953FF; text-decoration: underline; }
.new_msgs a:active	 { color: white; text-decoration: underline; }
.new_msgs a:hover	 { color: white; text-decoration: underline; }

/* Vampbox time/date stamps */
.vb_txt { color: #AA55FF; }

/* Table Outlines */
.tablewindows { background-color: #9B37FF;}

/* Table insides */
.tdwindows { background-color: black;}

/* Profile Page. The Description Box and Description area */
.tabledescription { background-color: #800080; }
.tddescription { background-color: black; }

/* The 2nd top menu row. Vampire DB, Profies, Chat, etc. */
#nav {
  height: 28px;
  width: 990px;
  overflow: hidden;
  padding: 0px 4px 0px 4px;
  margin: 10px 0px 0px 0px;
  background: url(/inc/layouts/skins/cimmerian_purple/nav.gif) no-repeat;
}
#nav li { display: inline; }
#nav li a {
  text-align: center;
  font-size: 12px;
  float: left; 
  display: inline;
  width: 110px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 7px;
  height: 21px;
  position: relative;
  text-decoration: none;
}
#nav li a:hover {
  background: url(/inc/layouts/skins/cimmerian_purple/nav_hover.gif) no-repeat top left;
  color: #ffffff;
  text-decoration: none;
}


/* Fonts */
/* Success/Good messages */
.success { color: #E903FC; }
/* Failure/Bad messages */
.error { color: red; }
/* Warning color. Usually yellow */
.warn { color: #7575FF; }

/* Only used for "The Ultimate Vampire Resource & Directory in Logo menu */
h1 {
  color: #ffffff; 
  font-family: verdana, helvetica, sans-serif; 
  font-size: 12pt; 
  text-align: center; 
  font-weight: bold; 
  margin: 0px; 
  padding: 0px;
}

/* Headline, title text. Like "Site News" or "Profiles" */
.headline {
  color: #ffffff; 
  font-family: helvetica, verdana, sans-serif; 
  font-size: 16pt; 
  text-align: center; 
  font-weight: normal; 
  margin: 0px; 
  padding: 0px;
}




/* Everything from here down is for the DHTML drop-down menu system */
.menu_table td {
	background-image:url('/inc/layouts/skins/cimmerian_purple/menu.jpg'); background-repeat:repeat;
	BORDER-BOTTOM: #000000 1px solid; BORDER-TOP: #000000 1px solid; 
}
.DHTMLSuite_menuBar_top{	/* The bar that is parent of the menu strip */
	height:29px;
	width:775;
	background-repeat:repeat-x;
	font-size:12px;
	z-index:100000;
	padding-left:10px;
	color:#ffffff;
}
.DHTMLSuite_menuBar_sub{
	position:absolute;
	background-color:#000000;
	border:1px solid #000;
	background-image:url('/inc/layouts/skins/cimmerian_purple/menu-bar-gradient.gif');	/* Background image for sub menu items */
	background-repeat:repeat-y;
	background-position: left center;
	display:inline;
	color:#ffffff;
}
.DHTMLSuite_menuItem_top_regular,.DHTMLSuite_menuItem_top_over,.DHTMLSuite_menuItem_top_click,.DHTMLSuite_menuItem_top_disabled,.DHTMLSuite_menuItem_top_active{
	height:20px;
}
.DHTMLSuite_menuItem_top_regular div,.DHTMLSuite_menuItem_top_over div,.DHTMLSuite_menuItem_top_click div,.DHTMLSuite_menuItem_top_disabled div,.DHTMLSuite_menuItem_top_active div{
	padding-top:2px;
	padding-bottom:2px;
}
.DHTMLSuite_menuItem_top_regular{	/* Top level menu item - Regular state */
	padding-left:1px;
	padding-right:4px;
	margin-right:4px;
	padding-top:1px;
	padding-bottom:1px;	
	cursor:pointer;
	line-height:16px;
	margin-top:3px;
}
.DHTMLSuite_menuItem_top_over{ /* Top level menu item - Mouse over state */
	padding-left:0px;
	padding-right:3px;
	margin-right:4px;
	border:1px solid #800080;
	background-color:#000000;
	cursor:pointer;
	line-height:16px;
	margin-top:3px;
	padding-bottom:1px;
}
.DHTMLSuite_menuItem_top_active{	/* Top level menu item - Active state - this is typical the state for menu item 1 when a sub group is expanded and the mouse is located over one of the sub menu items */
	padding-left:0px;
	padding-right:3px;
	margin-right:4px;
	border:1px solid #800080;
	cursor:pointer;
	line-height:16px;
	margin-top:3px;
	padding-bottom:1px;
	background-color:#000000;		
}
.DHTMLSuite_menuItem_top_click{	/* Top level menu item - Mouse click state */
	padding-left:0px;
	padding-right:3px;
	margin-right:4px;
	border:1px solid #000;
	background-color:#800080;
	cursor:pointer;
	line-height:16px;
	margin-top:3px;
	z-index:20000;
	padding-bottom:1px;
}
.DHTMLSuite_menuItem_top_disabled{	/* Disabled menu item */
	padding-left:0px;
	padding-right:4px;
	margin-right:4px;
	padding-top:1px;
	padding-bottom:1px;
	cursor:default;
	line-height:16px;
	margin-top:3px;	
}
.DHTMLSuite_menuItem_top_disabled img,.DHTMLSuite_menuItem_top_disabled div{
	filter:alpha(opacity=30);
	opacity:0.3;
}
.DHTMLSuite_menuItem_top_disabled div,.DHTMLSuite_menuItem_top_active div, .DHTMLSuite_menuItem_top_click div, .DHTMLSuite_menuItem_top_regular div,.DHTMLSuite_menuItem_top_over div{	/* divs for the text,icon and arrow of a menu item */
	float:left;
	padding-left:3px;
	padding-right:0px;
}
/* CSS FOR THE SMALL ARROW DIV - WHEN YOU CLICK ON THIS DIV, SUB ELEMENTS WILL SHOW */
.DHTMLSuite_menuItem_top_arrowShowSub{
	width:12px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image: url('/inc/layouts/skins/cimmerian_purple/menu_strip_down_arrow.gif');
	margin:0px;
	margin-right:-1px;
	/* ma\rgin-right:-3px;	/* Size of padding-right of top menu items - used to get the arrow to apear at the right of the menu item */
	padding:0px;
	height:16px;
	margin-left:2px;
	margin-top:1px;
	float:right;
}
.DHTMLSuite_menuItem_top_over .DHTMLSuite_menuItem_top_arrowShowSub,
.DHTMLSuite_menuItem_top_click .DHTMLSuite_menuItem_top_arrowShowSub
{	/* Sub menu arrows */
/*	margin-left:1px;*/
	margin-left:2px;
}
.DHTMLSuite_menuItem_separator_top{	/* Separator of type "top" */
	height:20px;
	margin-top:5px;
	margin-bottom:3px;
	width:4px;
	padding-left:3px;
	padding-right:3px;
	background-repeat:repeat-y;
	background-image:url('/inc/layouts/skins/cimmerian_purple/menu_strip_separator.gif');
	
}
.DHTMLSuite_menuItem_sub_regular, .DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_click,.DHTMLSuite_menuItem_sub_disabled,.DHTMLSuite_menuItem_sub_active{	/* Commom css for regular, mouse over and mouse click items */
	clear:both;	
	line-height:18px;
	height:18px;	
	padding-left:25px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;	
	cursor:pointer;	
	margin:1px;
	background-repeat:no-repeat;
}
.DHTMLSuite_menuItem_sub_disabled{
	cursor:default;
}
.DHTMLSuite_menuItem_sub_disabled div,.DHTMLSuite_menuItem_sub_disabled{	/* Disabled sub menu item - Here, we apply the rules on the divs inside the element, i.e. the div for the icon, text and arrow */
	filter:alpha(opacity=30);
	opacity:0.3;
}
.DHTMLSuite_menuItem_sub_regular{	/* Regular menu item */
	margin-left:4px;	/* size of margin above + 1 pixel */
	padding-top:3px;	/* Size of padding-top above + 1 pixel */
	padding-bottom:3px;	/* Size of padding-bottom above + 1 pixel */
}
.DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_click,.DHTMLSuite_menuItem_sub_active{
	border:1px solid #800080;
}
.DHTMLSuite_menuItem_sub_regular div, .DHTMLSuite_menuItem_sub_over div,.DHTMLSuite_menuItem_sub_click div{
	float:left;	/* To get the icons and text of sub elements side by side */
}
.DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_active{	/* Mouse over effect */	
	background-color:#000000;		
	margin-left:3px;
}
.DHTMLSuite_menuItem_sub_click{	/* Mouse click effect */
	background-color:#000000;
}
.DHTMLSuite_menuItem_sub_click div, .DHTMLSuite_menuItem_sub_regular div,.DHTMLSuite_menuItem_sub_over div,.DHTMLSuite_menuItem_sub_active div,.DHTMLSuite_menuItem_sub_disabled div{	/* divs for the text,icon and arrow of a menu item */
	float:left;
	padding-left:1px;
	padding-right:1px;
}



/* New CSS Classes introduced in Vampire Rave 2.0 */

/* Contain images within divs */
@media only screen and (min-width : 1px) {
  /* Any image in div 'img-container' will scale to a max of 300px wide */
  .img-container { width: 98%; display: inline-block; text-align: center;}
  .img-container img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .img-container iframe, object, embed, div, span, p, table, tr, th, td, img, ul {
    max-width: 100%;
  }  
  .img-container-small { width: 98%; display: inline-block; text-align: center;}
  .img-container-small img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .img-container-small iframe, object, embed, div, span, p, table, tr, th, td, ul {
    max-width: 100%;
  }  
}

/* The lines throughout the site that look like: */
/*     ================================= VR =================================     */ 
hr.body-line {
	border-top: 5px double black;
	border-bottom: 5px double black;
}
hr.body-line:after {
    content: 'VR';
    font-family: 'Droid Sans', sans-serif, Georgia, Verdana, Arial, Helvetica;
    font-size: 1em;
	display: inline-block;
	position: relative;
	top: -10px;
	padding: 0 10px;
	background: black;
	color: purple;
	font-size: 18px;
}

/* The CHANGE LAYOUT drop down select menu */
.layout_form {
  font-size: 14px;
  font-color: white;
  font-family: 'Droid Sans', sans-serif, Georgia, serif, arial, helvetica;
  vertical-align: middle;
  color: white;
  background-color: #230023;
  border: 1px white solid;
  border-radius: 3px;
  background: url(/images/drop_down_arrow.png) 170px / 22px no-repeat #230000;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  width: 200px;
  padding: 2px 0 2px 10px;
  margin: 0;
}
.layout_form select {
   background: transparent;
}
.layout_form select::-ms-expand { /* IE */
  display: none;
}
.layout_form option {
  width:200px;
  margin: 0;
  padding: 2px 0 2px 10px;
}

/* File Upload Buttons */
div.upload {
    width: 100px;
    height: 34px;
    background: url(/inc/layouts/images/phantasm/upload_icon.png) no-repeat;
    overflow: hidden;
	cursor: pointer;
}
div.upload input {
    display: inline !important;
    width: 62px !important;
    height: 50px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    cursor: pointer;
}

/* Report a Bug */
.shading { background-color:#101010; }
.shade1  { background-color:#4c0000; }
.shade2  { background-color:#1f0000; }

/* Vampire Database, Profiles, Journals, etc, alternating background colors */
.db-div-1 { background-color:#151515; }
.db-div-2 { background-color:#080808; }

/* New Markers Used on Profiles, Journals, The Vampire Database, The Forum, and more */
.new-marker {
  display: inline-block;
  border: 2px purple solid;
  border-radius: 6px;
  font-size: 14px;
  color: white;
  font-family: 'Droid Sans', sans-serif, Georgia, serif, arial, helvetica;
  vertical-align: middle;
  padding: 4px 5px 3px 5px; 
  margin-top:4px;
  font-weight:bold;
}

/* Profile description box */
.profile-description {
  border-radius:6px; 
  border: 1px solid purple; 
}

/* Journal Comments */
.journal-comments {
  background-color:#110011;
  border:1px solid purple;
}
.journal-comment-line {
  color: purple; 
  background-color: purple;
}

/* The Forum */
.forum_table { background-color: black; table-layout:fixed;}
.forum_td { background-color: #600060; word-wrap:break-word;}
.forum_closed { background-color: #300030; }
.forum_text { color: white; }
a.forum:link { color: white; text-decoration: none; }
a.forum:visited { color: white; text-decoration: none; }
a.forum:active { color: purple; text-decoration: none; }
a.forum:hover { color: purple; text-decoration: none; }
.forum_back { background-color: #151515; }
.forum_rip_back { background-color: #080808; }
.forum-quote {
  background-color: #080808;
  padding: 20px 10px 20px 0px;
  border-radius: 6px;
  border: 1px solid purple;
  width:96%;  
}
.forum-block {
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
}
.forum-preview { border:1px solid yellow; }

/* VR Chat */
.chat-channel-list {
  border: solid 1px; 
  border-color: purple; 
}
.chat-window {
  border: solid 1px; 
  border-color: purple; 
}

/* Portfolios */
/* Also used for other various functions. Hidden div popup windows */
#message-window {
  display:none;
  padding: 0px 10px 10px 10px;
  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  background-color: #000000;
  border-radius: 12px;
  border-style: solid;
  border-width: 5px;
  border-color: purple;
  text-align: center;
  z-index: 61; 
}
#overlay {
  display:none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 60;
  background:rgba(0,0,0,0.6);
}
.cancel-message { display:block; margin-right: -10px; position:relative; float: right; top:3px; right:2px; background-color:black; color:black; height:30px; width:35px; font-size:30px; text-decoration:none; text-align:center; font-weight:bold; }
a.cancel-message:link { background-color: transparent; color: red; text-decoration: none; }
a.cancel-message:visited { background-color: transparent; color: red; text-decoration: none; }
a.cancel-message:hover { background-color: transparent; color: red; text-decoration: none; }
a.cancel-message:active { background-color: transparent; color: red; text-decoration: none; }

/* ////////////////////////// START Message Center Formatting ////////////////////////// */
/* Some of these classes are used in other areas of Vampire Rave too. */
/* .mc-menu is the drop down menu used in Journals, Report a Bug, Message Center, etc. */
/* .mc-menu2 is the second drop down menu (bottom of page) only used in the Message Center */
/* .mc-link-span is used on virtually every submission button site-wide */

.stitched {
  background: black;
  border: 1px dashed purple;
  border-radius: 5px;
  margin-top: 6px;
}
.mc-link-spans {
  background-color:#a202a2; 
  color:white; 
  border: white 1px solid;
  font-family:Verdana,Arial,Helvetica;
  font-size:12px;  
}
.mc-link-spans:hover {
  background-color:#d002d0;
}
a.mc:link		{ text-decoration: none; }
a.mc:visited	{ text-decoration: none; }
a.mc:active	    { text-decoration: none; }
a.mc:hover		{ text-decoration: none; }
/* Top and bottom drop down menus, box navigation */
.mc-menu {
  border-top: 1px white solid;
  margin:0;
  padding:0;
  width:320px;
  font-size:16px;
  font-weight:bold;
}
.mc-menu a:hover {
  cursor: pointer;
}
.mc-menu ul {
  background: url(/images/drop_down_arrow.png) 290px / 22px no-repeat #a202a2;
  height:36px; 
  list-style:none; 
  margin:0; 
  padding:0;
}
.mc-menu table { line-height:32px; }
.mc-menu li a{
  border-left: 1px white solid;
  border-right: 1px white solid;
  border-bottom: 1px white solid;
  color:#ffffff;
  display:block;
  font-weight:normal;
  line-height:36px;
  margin:0px;
  padding:0px 40px 0px 15px;
  height:36px;
  font-size:14px;
  font-style:normal;
  text-align:left;
  text-decoration:none;
}
.mc-menu li a:hover, .mc-menu ul li:hover a{
    color:#FFFFFF;
    text-decoration:none;
}
.mc-menu li li {
    display:block;
    float:left;
    margin:0px;
    padding:0px;
    width:320px;
}
.mc-menu li ul{
    background:#cc02cc;
    display:none;
    height:auto;
    padding:0px;
    margin:0px;
    border:0px;
    position:absolute;
    width:320px;
    z-index:1;
}
.mc-menu li:hover li a{
    background:none;
}
.mc-menu li ul a{
    display:block;
    height:36px;
    font-size:14px;
    font-style:normal;
    margin:0px;
    padding:0px 40px 0px 15px;
    text-align:left;
}
.mc-menu li ul a:hover, .mc-menu li ul li:hover a{
    color:#ffffff;
    text-decoration:none;
    background-color:purple;
}  
#nothing {
    color:white !important;
    text-decoration:bold !important;
    background-color:black !important;
}
.mc-menu2 {
  border-top: 1px white solid;
  margin:0;
  padding:0;
  width:320px;
  font-size:16px;
  font-weight:bold;
}
.mc-menu2 a:hover {
  cursor: pointer;
}
.mc-menu2 ul {
  background: url(/images/drop_down_arrow.png) 290px / 22px no-repeat #a202a2;
  height:36px; 
  list-style:none; 
  margin:0; 
  padding:0;
}
.mc-menu2 table { line-height:32px; }
.mc-menu2 li a{
  border-left: 1px white solid;
  border-right: 1px white solid;
  border-bottom: 1px white solid;
  color:#ffffff;
  display:block;
  font-weight:normal;
  line-height:36px;
  margin:0px;
  padding:0px 40px 0px 15px;
  height:36px;
  font-size:14px;
  font-style:normal;
  text-align:left;
  text-decoration:none;
}
.mc-menu2 li a:hover, .mc-menu2 ul li:hover a{
    color:#FFFFFF;
    text-decoration:none;
}
.mc-menu2 li li {
    display:block;
    float:left;
    margin:0px;
    padding:0px;
    width:320px;
}
.mc-menu2 li ul{
    background:#cc02cc;
    display:none;
    height:auto;
    padding:0px;
    margin:0px;
    border:0px;
    position:absolute;
    width:320px;
    z-index:1;
}
.mc-menu2 li:hover li a{
    background:none;
}
.mc-menu2 li ul a{
    display:block;
    height:36px;
    font-size:14px;
    font-style:normal;
    margin:0px;
    padding:0px 40px 0px 15px;
    text-align:left;
}
.mc-menu2 li ul a:hover, .mc-menu2 li ul li:hover a{
    color:#ffffff;
    text-decoration:none;
    background-color:purple;
}  
/* ////////////////////////// END Message Center Formatting ////////////////////////// */





