body {
	background: radial-gradient(ellipse at center, #1a1a1a 0%,#000000 100%);
	color: #f0f0f0;
	font-family: Georgia, serif; 
	font-size: 14px;
	font-smooth: never;
	background-attachment: fixed; 
}

header div.subtitle, h1 {
	color: #FFD700;
	text-align: center;
	text-shadow: 2px 2px 4px #000000, 0 0 8px #DAA520;
}

h2 {
	color: #DC143C;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 2px #000;
}

span.heading {
	color: #DC143C;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000; 
}

.intro span.name {
	color: #FFD700;
	font-weight: bold;
}

div.title h1 {
	font-size: 2em;
	color: #FFD700; 
	text-shadow: 2px 2px 4px #000000, 0 0 8px #DAA520;
}

div.title p {
	font-size: 0.9em;
	color: #cccccc; 
}

a:link, a:visited, .intro a.email span.name {
	color: #FFFF8F;
	text-decoration: none;
	transition: color 0.2s ease;
}

a:link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.post_no {
	color: #CD5C5C;
	text-decoration: none;
}
a.post_no:hover {
	color: #F08080;
}

div.post.reply {
	background: #2a2a2a; 
	border: 1px solid #B8860B;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px; 
}

div.post.reply.highlighted {
	background: #3a3a3a;
	border: 2px solid #FFD700;
	box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

div.post.reply div.body a {
	color: #FFFF8F; 
}
div.post.reply div.body a:hover {
	color: #FFFFFF;
}

.intro span.subject {
	color: #B22222;
	font-weight: bold;
}

form table tr th {
	background: #006400;
	color: #FFD700;
	text-shadow: 1px 1px 2px #000;
	padding: 5px;
}

div.ban h2 {
	background: #8B0000;
	color: #FFFFFF;
	padding: 5px 10px;
	text-shadow: 1px 1px 2px #000;
	font-size: 1.3em;
}

div.ban {
	border: 2px solid #FF0000;
	background-color: #333;
	padding: 15px;
	margin-bottom: 15px;
}

div.ban p {
	color: #f0f0f0; 
}

div.pages {
	padding: 7px 5px;
	color: #FFD700;
	font-size: 1.1em; 
	background: #111;
	border: 1px solid #B8860B;
	text-align: center;
	margin: 10px 0;
	border-radius: 3px;
}

div.pages a {
    color: #FFFF8F;
    padding: 3px 6px;
    margin: 0 2px;
    border-radius: 2px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

div.pages a:hover {
    background-color: #FFD700;
    color: #000;
    text-decoration: none;
}

div.pages a.selected, div.pages strong {
	color: #000000;
	background-color: #FFD700;
	font-weight: bold;
    padding: 3px 6px;
    margin: 0 2px;
    border-radius: 2px;
}

hr {
	border: 0;
	height: 1px;
	background: #B8860B;
	margin: 15px 0;
}

div.boardlist {
	color: #cccccc;
	font-size: 1.1em;
	padding: 5px;
}

div.boardlist a {
	color: #FFFF8F;
	font-weight: bold;
}
div.boardlist a:hover {
	color: #FFFFFF;
}

unimportant, .unimportant * {
	font-size: 0.9em;
	color: #888888;
	opacity: 0.8;
}

table.modlog tr th {
	background: #006400;
	color: #FFD700;
	text-shadow: 1px 1px 2px #000;
	padding: 5px;
}

.desktop-style div.boardlist:nth-child(1) {
	text-shadow: 1px 1px 2px #000; 
}

.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
	background-color: rgba(255, 215, 0, 0.1);
	border-radius: 3px;
}

#options_div, #alert_div {
	background: #2a2a2a;
	border: 1px solid #FFD700;
	color: #f0f0f0;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.7);
}

.options_tab_icon {
	border: 1px solid #555;
	border-width: 0px 1px 1px 0px;
	padding: 5px 10px;
	cursor: pointer;
	background-color: #333;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.options_tab_icon:hover {
	background-color: #444;
	border-color: #777; 
}

.options_tab_icon.active {
	border-color: #FFD700; 
	border-width: 1px 1px 0px 1px;
	background-color: #2a2a2a;
	border-bottom-color: #2a2a2a;
	position: relative;
	top: 1px;
}