/*
@font-face { font-family: ""; src: url("../Fonts/fontfile"); }
*/

@font-face { font-family: "special"; src: url("../Fonts/SpecialElite.ttf"); }
@font-face { font-family: "gantz"; src: url("../Fonts/AlienGantz.ttf"); }
@font-face { font-family: "almen"; src: url("../Fonts/Almendra.ttf"); }
@font-face { font-family: "almenb"; src: url("../Fonts/AlmendraB.ttf"); }
@font-face { font-family: "almenbi"; src: url("../Fonts/AlmendraBi.ttf"); }
@font-face { font-family: "almeni"; src: url("../Fonts/Almendrai.ttf"); }
@font-face { font-family: "courpol"; src: url("../Fonts/CourierPolski1941.ttf"); }
@font-face { font-family: "courpoli"; src: url("../Fonts/CourierPolski1941i.ttf"); }
@font-face { font-family: "courier"; src: url("../Fonts/CourierPrime.ttf"); }
@font-face { font-family: "courierb"; src: url("../Fonts/CourierPrimeB.ttf"); }
@font-face { font-family: "courierbi"; src: url("../Fonts/CourierPrimeBi.ttf"); }
@font-face { font-family: "courieri"; src: url("../Fonts/CourierPrimei.ttf"); }
@font-face { font-family: "dmserif"; src: url("../Fonts/DMSerifText.ttf"); }
@font-face { font-family: "dmserifi"; src: url("../Fonts/DMSerifTexti.ttf"); }
@font-face { font-family: "baskerb"; src: url("../Fonts/LibreBaskervilleBold.ttf"); }
@font-face { font-family: "baskeri"; src: url("../Fonts/LibreBaskervilleItalic.ttf"); }
@font-face { font-family: "basker"; src: url("../Fonts/LibreBaskervilleRegular.ttf"); }
@font-face { font-family: "callig"; src: url("../Fonts/LucideCallig.ttf"); }
@font-face { font-family: "merien"; src: url("../Fonts/Merienda.ttf"); }
@font-face { font-family: "merienb"; src: url("../Fonts/Meriendab.ttf"); }
@font-face { font-family: "plasma"; src: url("../Fonts/Plasmatic.otf"); }
@font-face { font-family: "source"; src: url("../Fonts/SourceCodePro.ttf"); }

@font-face { font-family: "sugar"; src: url("../Fonts/SugarDeath2.ttf"); }
@font-face { font-family: "brainlesso"; src: url("../Fonts/ZombiesBrainless.otf"); }
@font-face { font-family: "brainlesst"; src: url("../Fonts/ZombiesBrainless.ttf"); }
@font-face { font-family: "fright"; src: url("../Fonts/Frightmare-Demo.otf"); }
@font-face { font-family: "metalico"; src: url("../Fonts/Metalico.ttf"); }
@font-face { font-family: "seveno"; src: url("../Fonts/Sevensins.otf"); }
@font-face { font-family: "sevent"; src: url("../Fonts/Sevensins.ttf"); }
@font-face { font-family: "sugari"; src: url("../Fonts/SugarDeath2Italic.ttf"); }


/* Color Classes*/
.red {color:#aa0000;}

div.pagecontainer { width: 900px; }

body { font-family: basker; background: #1c1c1c; color: #999999; padding-left: 0.3em;}

b { color:#aaaaaa; }
i { color:#aaaaaa; }

h1, h2, h3, h4, h5, h6 { width:890px; font-family: plasma; background: #20282a; padding-left: 0.2em; border-radius: 5px; text-transform:uppercase; }
h1 { padding: 0em 0em 0.2em 0em; font-size: 3.4em; color: #ed592f; text-shadow: 0.05em 0.05em 0.1em #ed592f; }
h2 { padding: 0em 0em 0.2em 0em; font-size: 3em; color: #efbe00; text-shadow: 0.05em 0.05em 0.1em #efbe00; }
h3 { padding: 0em 0em 0.1em 0em; font-size: 2.6em; color: #04a635; text-shadow: 0.05em 0.05em 0.08em #04a635; }
h4 { padding: 0em 0em 0.1em 0em; font-size: 2.2em; color: #3c5c99; text-shadow: 0.05em 0.05em 0.08em #3c5c99; }
h5 { padding: 0em 0em 0em 0em; font-size: 1.8em; color: #fb7729; text-shadow: 0.05em 0.05em 0.07em #ed592f; }
h6 { padding: 0em 0em 0em 0em; font-size: 1.4em; color: #05b5da; text-shadow: 0.05em 0.05em 0.07em #ed592f; }

a { color: #0099ff; }
a.link { color: #0099ff; }
a.visited { color: #cc66cc; }
a.hover { color: #0066cc; }
a.active { color: #cc0000; }

sup, sub { font-size:75%; }

.AuthorsNote { color:#cc9966; padding:0.2em 0em 0.2em 0.2em; }

.MySig { font-family: callig; font-size: 2em; color: #333333; text-shadow: 0em 0em 0.1em #99ccff; font-weight:bold; }

.HangIndent1 { text-indent: -3em; padding-left: 3em; }
.HangIndent2 { text-indent: -3em; padding-left: 5em; }

p.Copyright { color: #FF0080; font-family: source; font-size: 0.8em; text-align: center;}

/* Creative Commons Brand Colors */
/* Tomato */
.tomato { color: #ed592f; }
/* Gold */
.gold { color: #efbe00; }
/* Forest Green */
.forestgreen { color: #04a635; }
/* Dark Slate Blue */
.dkslateblue { color: #3c5c99; }
/* Dark Slate Grey */
.dkslategrey { color: #333333; }
/* Orange */
.orange { color: #fb7729; }
/* Dark Turquoise */
.dkturquoise { color: #05b5da; }

div { margin-bottom: 0.6em;}

.StandOut { box-shadow: 0em 0em 0.4em 0.2em #000099; padding: 0.2em 0em 0.2em 0.2em;}

dl dt { font-weight: bold; text-decoration: underline #ffff66; }
dl dd { margin: 0em 0.6em 0em 0em ; font-style: italic; }

ol.AllThoseQuestions li { margin-bottom:0.4em; }

.StruckOut { text-shadow:0em 0em 0.1em #333333; text-decoration:line-through #000000; color: #333333;}

blockquote.Rainbow { border-radius: 0.4em; background:linear-gradient(45deg,#990099,#000099,#009999,#009900,#999900,#990000); color: #000000; }
blockquote.Rainbow p { padding: 6px;}

blockquote.MySarcasticWish { background:linear-gradient(135deg,#660066,#3333ff,#33ffff,#339933,#ffff33,#ff9933,#660000); color: #000000; padding: 0em 0.2em 0em 0.2em; }

.FuckingLiar { background: #996600; color: #ffff00; padding-left: 0.2em; padding-right: 0.2em; border-radius: 0.2em; font-size: 1.5em; font-weight: bold; text-shadow: 0.1em 0.1em 0.2em #330000; }

.rotate180 { transform: rotate(180deg); display: inline-block; }

.LittleBullshitrng { font-size:1.2em; color:#ff9900; font-style:italic; font-weight:bold; }

ul.carmArticles li {margin-bottom:0.4em; list-style-image:url('../images/02grn.png'); color:#0099ff;}

table.BrassicaOleraceaL { margin-top: 1em; margin-right: auto; margin-left: auto; margin-bottom: 1em; border: 1px solid #00ffff; border-radius: 3px; }

table.BrassicaOleraceaL thead { margin-top: 3em; margin-right: auto; margin-left: auto; margin-bottom: 3em; border: 1px solid #00ffff; border-radius: 3px; }

table.BrassicaOleraceaL tbody { margin-top: 3em; margin-right: auto; margin-left: auto; margin-bottom: 3em; border: 1px solid #00ffff; border-radius: 3px; }

table.BrassicaOleraceaL th.BOLhdr { background: #000066; color: #00cccc; border: 1px solid #00ffff; border-radius: 3px; text-align: center; }

table.BrassicaOleraceaL td.BOLtd { border: 1px solid #00ffff; border-radius: 3px; text-align: center; }

div.ImgTbl { width:325px; float:left; margin-right:16px; }

.str { font-weight:bold; }
.emp { font-style:italic; }
.und { text-decoration:underline; }
.stremp { font-weight:bold; font-style:italic; }
.strund { font-weight:bold; text-decoration:underline; }
.empund { font-style:italic; text-decoration:underline; }
.strempund { font-weight:bold; font-style:italic; text-decoration:underline; }
.strwht { font-weight:bold; color:#eeeeee;}

table.Thursday24November0029CE { text-align: center; width: "100%"; border: 1px solid #000033; border-radius: 2px; margin-left: 5em; color: #000099; background: #0066ff; }

table.Thursday24November0029CE tr { text-align:center; }

table.Thursday24November0029CE td { border: 1px solid #000066; border-radius: 2px; background: #ddddff; width: "14.28%"; }

table.Thursday24November0029CE td.FourthThursday { border: 3px solid #ff0000; border-radius: 2px; background: #ffee88; color: #aa0000; font-weight: bold; box-shadow: 0px 0px 2px 3px #ffff00; }
  
table.Thursday24November0029CE th { border: 1px solid #000099; border-radius: 2px; background: #00cccc; width: "14%"; }
  
.LittleBullshit { font-style: italic; font-weight: bold; text-transform: uppercase; font-size: 1.2em; }
  
.LittleBullshitylw { font-style: italic; font-weight: bold; text-transform: uppercase; font-size: 1.2em; color: #dddd00; text-shadow: 0px 0px 5px #ffff00; }
  
.redacted { text-decoration: line-through #999900; color: #222222; text-shadow: 0px 0px 1px #cccccc; }

.SevenSinsOfdoG { font-weight:bold; font-size:3em; color:#800000; font-family:brainlesst; list-style-type:none;}

.EntropyCausality {font-style:italic; background:#181833; border:1px solid #292944; border-radius:0.4em; color:#d8d8d8; font-family:source; }
ul.MattList li {margin-bottom:0.4em;}

p.Rainbow { border-radius: 0.4em; background:linear-gradient(45deg,#990099,#000099,#009999,#009900,#999900,#990000); color: #000000; }

p.AtheistsReply {border:1px solid #294429; background:#183318; border-radius:0.4em; font-family:source; padding:0em 0.3em 0em 0.4em;}
.AtheistsReply {border:1px solid #294429; background:#183318; border-radius:0.4em; font-family:source; padding:0em 0.3em 0em 0.4em;}

blockquote.NoBtmP p { margin-bottom:3px; margin-top:0;}

ul.MoralityQuestions li {margin-bottom:0.8em;}
ul.MoralityQuestionsAnswered {font-style:italic; background:#183318; border:1px solid #294429; border-radius:0.4em; color:#d8d8d8; font-family:source;}
ul.MoralityQuestionsAnswered li {margin-bottom:0;}

.SilentCurse {text-shadow:0em 0em 0.1em #333333; color: #333333;}

table.CalendarMonth { border:2px solid #444444; border-radius: 0.2em; width: 75%; margin-left: auto; margin-right: auto; }
table.CalendarMonth tr { text-align:center; }
table.CalendarMonth td { border:1px solid #444444; border-radius: 0.2em; font-size: 2em; }
table.CalendarMonth td.hdr { border:2px solid #444444; border-radius: 0.2em; background: #1c1c66; font-weight: bold; }

div.SideBar { border:1px solid #cccc00; border-radius:0.2em; margin-left:10px; width:250px;}

.CrossExamined {color:#000000; background:#0055bb; padding:0.2em; border-radius:0.4em;}

p.Hanger {text-indent: -3em; margin-left: 3em;}

blockquote.IDFcreationism {border:2px solid #009999; border-radius:6px; padding:0px 5px 0px 5px;}

.NormalText {color: #999999;}

ol.PoopooList li { margin-bottom:0.4em; margin-left:3em; text-indent:-2em; }

p.FromArakishNotebooks { border:1px solid #390000; border-radius:5px; background:#330000; color:#cc7700; padding:0.3em 0.8em 0.3em 0.8em; font-style:italic;}

table.SEElements { border:2px solid #bbbbbb; border-radius:5px; width:350px;}
table.SEElements tr.hdrred { background:#660000; color:#cc9900; font-weight:bold;}
table.SEElements td { border:1px solid #cccccc; border-radius:3px;}
table.SEElements tr.hdrred td { border:1px solid #cc9900; border-radius:3px;}
table.SEElements tr { text-align:center;}

table.WiderSEElements { border:2px solid #bbbbbb; border-radius:5px; width:777px; margin-left:3em;}
table.WiderSEElements tr.hdrred { background:#660000; color:#cc0000; font-weight:bold;}
table.WiderSEElements td { border:1px solid #cccccc; border-radius:3px;}
table.WiderSEElements tr.hdrred td { border:1px solid #cc9900; border-radius:3px;}
table.WiderSEElements tr { text-align:center;}

table.SEEsTable { font-size:0.8em;}

table.PowerLevels {border:3px solid #0066cc; border-radius:7px; margin-left:50px; border-collapse:separate;}
table.PowerLevels tr {text-align:center;}
table.PowerLevels th {border:2px solid #0000cc; border-radius:3px; padding:3px 5px 3px 5px; background: #000099; color:#00aaaa;}
table.PowerLevels td {border:1px solid #666666; border-radius:3px; padding:3px 5px 3px 5px;}

p.FuckReligion { font-size:3em; color:#800000; text-shadow:0em 0em 0.04em #dddd00; text-align:center; }

blockquote.ReligionHasNoEvidence {border:0; border-radius:5px; background:#363636; color:#999999; padding:0.2em 0.25em 0.2em 0.5em;}

ul.ReligionHasNoEvidence li {border:1px solid #ffff00; border-radius:5px; background:#000000; color:#999999; margin-bottom:0.5em; padding:0.2em 0em 0.2em 0.2em;}

p.MyResponse2EmailFinally {border:2px solid #666600; border-radius:5px; padding:0.4em 0em 0.4em 0.4em; background:#002200; color:#88bbdd;}

blockquote.MyResponse2EmailFinally {border:2px solid #660000; border-radius:5px; padding:0.4em 0em 0.4em 0.4em; background:#220000; color:#dd9900; margin-left:0.5em; margin-right:0.5em;}

.BodieHodgeResponse {border:3px solid #cccc00; border-radius:7px; background:#330000; color:#bb9999; padding:0.5em 0.5em 0.5em 1em;}

table.VolcanoAcids { border:2px solid #cccccc; border-radius:5px; border-collapse: separate; empty-cells: hide;}
table.VolcanoAcids td { border:1px solid #aaaaaa; border-radius:3px; }
table.VolcanoAcids th { border:1px solid #888888; border-radius:3px; }

table.ElemDensMeltBoilEtc {border:2px solid #666600; border-radius:3px; empty-cells: hide; width:900px;}
table.ElemDensMeltBoilEtc tr {text-align:center;}
table.ElemDensMeltBoilEtc th {border:1px solid #cc6600; border-radius:3px; background:#442200;}
table.ElemDensMeltBoilEtc td {border:1px solid #66cc00; border-radius:3px; }

table.ElementalDensities {border:2px solid #bbbbbb; border-radius:3px; empty-cells:hide; width:900px;}
table.ElementalDensities tr {text-align:center;}
table.ElementalDensities th {border:1px solid #999999; border-radius:3px; background:#333344;}
table.ElementalDensities td {border:1px solid #999999; border-radius:3px;}
table.ElementalDensities tr:hover {background:#223322;}

.MyBrainDiarrhea { background:#003300; color:#00cccc; }

ul.MyBrainDiarrhea li { background:#003300; color:#00cccc; margin-bottom:1em; }

.DavesResponse { color:#e83030; }

.MineDavesResponse { color:#00e800; }

.DavesReference { color:#b800b8; border:2px solid #f80000; border-radius: 5px; background:#400000; padding:1em; margin-left:3em; margin-right:3em; margin-top:2em; margin-bottom:2em; }




/**/