.b { font-weight: bold; }
.c, .centered { text-align: center; }
.i { font-style: italic; }
.l, .left { text-align: left; }
.r, .right { text-align: right; }
.u { text-decoration: underline; }

.indented { text-indent: 4em; }

.xx-small { font-size: xx-small; }
.x-small { font-size: x-small; }
.small { font-size: small; }
.medium { font-size: medium; }
.large { font-size: large; }

.blocklist {
	display: block;
	list-style-type: none;
}

a img { border-width: 0px; }

.border { border: 1px solid black; }

.vtop { vertical-align: top; }

.table_c { margin: auto; }

.ib { display: inline-block; }

.fi { margin: 0; }
.fih { color: #fff; margin: 0 1%; }
.fit { font-size: 8pt; }
.fi ul, .fi li { margin: 0 2%; padding: 0; }


body {
	color: #ccc;
	background-color: #343434;
	font-family: verdana, arial, sans-serif;
	font-size: 76%;
	font-weight: normal;
}
a:link {
	color: #fff;
    text-decoration: none;
}
a:visited {
	color: #eee;
    text-decoration: none;
}
a:hover {
	color: #aaa;
    text-decoration: underline;
}
div.head {
	font-weight: bold;
	color: #eee;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid black;
}

div.head,
.nav div {
	background-color: #6b9766;
}

div#main p.bigFirstLetter:first-letter {
	font-weight: bold;
	font-size: 14pt;
}

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

.sidebar {
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #000;
}

.css-table {
	display: table;

}
.css-table .td {
	display: table-cell;
}

.centered-table {
	margin: auto;
	border-collapse: separate;
	border-spacing: 0;
}
.centered-table th,
.centered-table td,
.centered-table .td {
	padding: 3px;
}
.rounded-table {
	margin: auto;
}
.rounded-table th,
.rounded-table td,
.rounded-table .td {
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, .2);
	border-collapse: separate;
	border-radius: 5px;
	padding: 2px 5px;
}

.big-digit-box {
	text-align: center;
	font-size: 24pt;
	width: 1em;
}

.discord-user {
	margin-right: 10px;
	border-radius: 50%;
	vertical-align: middle;
}
#right_context_menu, .right_context_menu {
	float: right;
	padding: 2%;
	margin-left: 2%;
}
#category_nav a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	background-color: #343434;
}
#category_nav a:hover {
	text-decoration: none !important;
	background-color: #aaa;
}

h1 {
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 15px;
	padding: 4px 0;
	text-align: center;
	font-weight: normal;
}
h2 {
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 15px;
	padding: 0.2em 10%;
	text-align: center;
	font-weight: normal;
	display: inline-block;
}
h4 {
	margin: 1.2em;
}

.rounded-form input {
	margin: 0.5em 0;
	border-radius: 5px;
	font-size: 1.4em;
	padding: 0.5em !important;
}


.admin-edit {
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.05);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, .2);
	border-radius: 5px;	
	padding: 2px 7px;
}
.admin-edit:hover {
	cursor: pointer;
}
.admin-hover {
	opacity: 0;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
h2:hover .admin-hover,
tr:hover .admin-hover {
	opacity: 1;
}

#popup {
	z-index: 5;
	margin: auto;
	display: none;
	text-align: center;
	position: fixed;
	padding: 0 1% 1% 1%;
	top: 25%;
	left: 30%;
	right: 30%;
	max-height: 70%;
	overflow-y: auto;
	background-color: rgba(72,72,72,1);
	border-radius: 15px;
	cursor: move;
}
#popup-close {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background-color: #343434;
	border: 1px solid #000;
	padding: 0 10px 5px 10px;
	font-size: 15pt;
	z-index: 10;
	border-radius: 15px;
	cursor: pointer;
}
#popup-content > * {
	cursor: auto;
}
#popup h1 {
	white-space: nowrap;
}

.button-link {
	display: inline-block;
	margin: 1% auto;
	text-align: center;
	padding: 8px 20px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, 0.1);
	font-size: 1.2em;
	font-family: verdana, helvetica, arial, sans-serif;
	cursor: pointer !important;
}
.a-option {
	cursor: pointer;
	display: block;
	padding: 1px 8px;
	border: 1px solid rgba(255, 255, 255, 0);
}
.a-option:hover {
	border: 1px solid #eee;
	border-radius: 5px;
	text-decoration: none !important;
	color: #eee;
}
.left-dot::before {
	content: "\00B7    ";
	font-size: 1.2em;
}
.three-columns {
	width: 33.33%;
	float: left;
}

.rounded-form th {
	text-align: right;
}
.rounded-form td {
	text-align: left;
}
.rounded-form input,
.rounded-form textarea {
	padding: 3px 5px;
	border-radius: 8px;
}
h2:hover .show-on-hover {
	display: none;
}




/*- random Profile CSS--------------------------- */
	th.ic {
		text-align: right; 
		background-color: #3f3f3f;
		}


/*- Menu Tabs 3--------------------------- */

    #tabs3 {
      font: bold 11px/1.5em Verdana;
      float:left;
      width:100%;
      background:change-background;
      font-size:93%;
      line-height:normal;
      text-align: center;
      margin: 0 0 1em 0;
      overflow:hidden;
      position:relative;
      }
    #tabs3 ul {
     clear:left;
     float:left;
	  margin:0 auto;
	  padding:0 10px 10px 10px;
	  list-style:none;
	  position:relative;
     left:50%;
     text-align:center;
      }
    #tabs3 li {
     display:block;
     float:left;
     list-style:none;
     margin:0;
     padding:0;
     position:relative;
     right:50%;
      }
    #tabs3 a {
    	display:block;
      float:left;
      background:url("tableft3.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs3 a span {
      float:left;
      display:block;
      background:url("tabright3.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs3 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs3 a:hover span {
      color:#FFF;
      }
    #tabs3 a:hover {
      background-position:0% -42px;
      }
    #tabs3 a:hover span {
      background-position:100% -42px;
      }  



/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
	top: -5px;
    right: 105%; 
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}



/*  Design  */
html,
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	
	background-color: #343434;
	background-image: url(/designs/4/r3_c5.jpg);
	background-repeat: repeat-y;
	background-position: 100% 0%;
}
/*
body {
	background-image: url(/designs/4/r3_c1.jpg);
	background-repeat: repeat-y;
	background-position: 0% 0%;
}
*/

div#design {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%; 
	height: 123px;
	background-image: url(/designs/4/r1_c3.jpg);
	background-repeat: repeat-x;
}
img.design-topleft {
	position: absolute;
	top: 0px;
	left: 0px;
}
img.design-topright {
	float: right;

	position: relative;
	top: 0px;
	right: 0px;
}
/*  Tan hack to fix IE text jog  */
* html img.design-topright {
	float: none;

	position: absolute;
	right: -1px;
}


div#container {
	position: absolute;
	left: 0px;
	top: 123px;
 	width: 100%;
 	min-height: 600%;
 	height: auto !important;
 	height: 100%;
	background-image: url(/designs/4/r3_c1.jpg);
	background-repeat: repeat-y;
}


/*  Navigation Bars Design & Styles  */

div#leftnav {
	position: relative;
	float: left;
	margin-top: 48px;
	left: 0px;
	width: 150px;
	z-index: 4;
}
#leftnav a {
	z-index: 5;
}
div#rightnav {
	position: absolute;
	float: right;
	top: 0px;
	padding-top: 18px;
	margin-top: 30px;
	right: 0px;
	width: 136px;
}
.nav div {
	color: #fff;
	border: 1px solid #ccc;
}
.nav a:link, .nav a:visited {
	color: #003;
}
.nav a:hover {
	color: #fff;
}

div#main {
	position: relative;
	margin-left: 165px;
	margin-right: 165px;
	padding-bottom: 12px;
	
	background-image: url(/designs/4/r3_c2.jpg);
	background-repeat: repeat;
}
div#main a,
div#main a:link,
div#main a:visited {
	text-decoration: none;
}
div#main a:active,
div#main a:hover {
	text-decoration: underline;
}


/* cheap hack to get pics to display in IE for news posts (Josh 18Mar2007) */
.news img {
position: relative;
z-index: 1;
}


/* Nav stuff */

.nav {
	font-size: small;
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: left;
}
.nav ul, .nav li {
	margin-left: 12px;
	padding: 0;
	margin-top: 0;
	padding-top: 0;
}
.nav li {
	list-style-image: url(/designs/4/listgfx.gif);
}
/*
#leftnav li {
	margin-left: 17px;
	list-style-image: url(/arrow.gif);
}
*/
.nav a {
	font-size: small;
	text-decoration: none;
}
.nav div {
	margin-top: 10px;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
}

.profile {
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 100%;
}
.profile th { 
	text-align: left;
	background-color: #58c;
	color: #fff;
    padding: 4px;
	border: 1px ridge #fff;
}
.profile td {
    padding: 2px 5px;
}
.bordered_table, .bordered_table th, .bordered_table td {
	border: 1px ridge #ccc;
    border-collapse: collapse;
}
#profile_nav {
    text-align: center;
}
#profile_nav ul {
	margin-left: 0px;
	padding-left: 0px;
}
#profile_nav li {
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
}
#profile_nav ul > li:first-child {
	padding-left: 0px;
}

.menu {
height:150px;
font-size:small;
margin:25px 0 50px 15px; /* this page only */
font-family: verdana, helvetica, arial, sans-serif;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:136px;
display: block;
}
/* style the list items */
.menu li {
background:#737373;
height:26px;
/* for IE7 */
float:left;
}


.menu li.sub {background:#d4d8bd url(/sub.gif) no-repeat right center;}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:110px;
color:#000;
text-indent:5px;
border:1px solid #737373;
border-width:0 1px 1px 1px;
}
.menu a:link {
	color: #000;
}
.sub li a, .sub li a:visited {
width: 150px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#efa; background:#aa7; position:relative;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#efa; background:#aa7;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#efa; background:#aa7;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:80px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(/transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
.menu ul {
	margin-left: 8px;
	padding: 0;
	margin-top: 0;
	padding-top: 0;
}
.sub ul {
	margin-left: 0;
}

.menu li {
	list-style-image: url(/designs/4/listgfx.gif);
}
.menu a {
	margin-left: -8px;
	}
.sub li {
	z-index: 1000;
	list-style-image: none;
}
.sub a {
	background: #737373;
	z-index: 501;
}
.sub li a {
	background: #ccc;
}
.sub .sub a {
	background: #ccc url(/sub.gif) no-repeat right center;
	z-index: 502;
}
.sub .sub li a {
	z-index: 503;
	background: #ddd;
}
.sub .sub li a:hover {
	background: #aa7;
}
