@font-face {
  font-family:TGL;
  src: url('http://dannorton.me/CSS/fonts/TGLightO.eot');
  src: url('http://dannorton.me/CSS/fonts/TGLightO.woff') format('woff'),url('http://dannorton.me/CSS/fonts/TGLightO.svg') format('svg');
/*	src:url('http://dannorton.me/CSS/fonts/TGLightO.otf') format('opentype');*/
}
@font-face{
	font-family: TGCEO;
    src: url('http://dannorton.me/CSS/fonts/TGCEO.eot');
	src: url('http://dannorton.me/CSS/fonts/TGCEO.woff') format('woff'), url('http://dannorton.me/CSS/fonts/TGCEO.svg') format('svg');
	src: url('http://dannorton.me/CSS/fonts/TGBCTO.otf') format("opentype");
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
body {
	background: url('http://dannorton.me/images/texture2.jpg');
    line-height: 1;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
:focus {
    outline: 0 none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html, body {
    height: 100%;
}
body {
    background: #fff;
    font-family: "TGL",Verdana, sans-serif;
    letter-spacing: 0.08em;
}
ol#nav {
	font-family: "TGL",Verdana, sans-serif;
    height: 100%;
    left: 0;
    padding: 20px;
    position: fixed;
    top: 0;
    width: 160px;
}
ol#nav li {
    font-size: 18px;
    font-weight: normal;
    text-align: right;
    text-transform: uppercase;
}
ol#nav li.home a {
	font-family: "TGL",Verdana, sans-serif;
    color: #000;
    font-size: 165px;
    font-weight: bold;
    height: 100px;
    margin: 0 -5px 0 0;
    overflow: hidden;
    text-align: right;
}
ol#nav li.home a:hover {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
ol#nav li a {
    color: #000;
    display: block;
    padding: 5px 8px 5px 0;
    text-decoration: none;
}
ol#nav li a:hover {
	color: #FFFFFF;
    background: none repeat scroll 0 0 #111111;
}
ol#nav li.selected a {
	color: #FFFFFF;
    background: none repeat scroll 0 0 #FF1960;
}
#content {

    left: 190px;
    padding: 0 0 50px;
    position: relative;
    top: 69px;
    width: 620px;
}
#content h1, #content h2 {
    font-weight: bold;
    text-transform: uppercase;
}
#content h1 {
    color: #FF1760;
    font-size: 72px;
    letter-spacing: 0.02em;
    margin: 0 0 8px;
}
#content h2 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 32px 2px;
}
#content img, #content embed {
    background: none repeat scroll 0 0 #121212;
    border: 1px solid #1E1E1E;
    max-width: 600px;
    padding: 9px;
}
#content ol li {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 30px;
    padding: 0 0 10px;
    width: 620px;
}
#content ol li:only-child {
    border: medium none;
}
#content blockquote {
    border-left: 3px solid #111111;
    margin: 9px 0 10px 20px;
    padding: 0 0 0 10px;
}
#content blockquote p, #content blockquote a {
    color: #444444;
    font-size: 13px;
}
#content ol li.quote blockquote {
    border: medium none;
    color: #999999;
    font-family: "TGL", "Georgia", Times New Roman;
    font-size: 20px;
    font-style: italic;
    line-height: 26px;
    margin: 0 0 10px;
    padding: 0;
}
#content ol li.quote cite {
    clear: both;
    float: left;
    font-size: 12px;
    font-style: italic;
    padding: 0 0 10px;
    width: 600px;
}
#content p {
    font-weight: normal;
    margin: 0 0 15px;
}
#content a {
    color: #999999;
}
#content a:hover {
    color: #FFFFFF;
}
#content p.meta {
    clear: both;
    color: #333333;
    font-size: 12px;
    font-style: italic;
}
#content p.meta a {
    color: #333333;
    text-decoration: none;
}
#content p.meta a:hover {
    text-decoration: underline;
}
#content a.button {
    color: #FFFFFF;
    float: left;
    text-decoration: none;
}
#content a.button:hover {
    color: #666666;
    text-decoration: none;
}
#content h3 {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 5px;
	text-shadow: 0 1px 0 #fff;
}
#content a.button.right {
    float: right;
    padding: 0;
}
#content embed, #content object {
    margin: 0 0 15px;
}
#content.sub {
    top: 60px;
}
#content h1.white {
    color: #FFFFFF;
    margin-bottom: 20px;
    width: 700px;
}
#content strong {
    color: #999999;
}
#content .regular h3 a {
    color: #ffd405;
    text-decoration: none;
	text-shadow: 1px 1px 0px #000;
}
#content ol li ol, #content ol li ul {
    padding: 0 0 15px 40px;
}
#content ol li ol li {
    list-style-type: decimal;
}
#content ol li ul li {
    list-style-type: disc;
}
#content ol li ol li, #content ol li ul li {
    border: medium none;
    margin: 0;
    padding: 0;
}
#content ol li#notes {
    border: medium none;
    margin-top: -32px;
}
#content ol li#notes ol {
    padding: 0;
}
#content ol li#notes ol li {
    border-bottom: 1px solid #222222;
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
}
#content ol li#notes ol li blockquote {
    border-left: 3px solid #111111;
    margin: 9px 0 0 20px;
    padding: 0 0 0 10px;
}
#content ol li#notes img {
    border: medium none;
    margin: 3px 6px -6px 0;
    padding: 2px;
    position: relative;
}
body.show #content ol li {
	font-family: "TGL", Verdana, Times New Roman;
    border-bottom: 1px solid #222222;
	text-shadow: 0 1px 0 #fff;
}
li#comments, p.meta {
    display: none;
}
body.show li#comments, body.show p.meta {
	font-family: "TGL", Verdana"TGL",Verdana,Arial,sans-serif, Times New Roman;
    display: block;
}
#ck {
	display:none;
    bottom: 15px;
    color: #333333;
    font-size: 12px;
    line-height: 18px;
    position: fixed;
    right: 15px;
    text-align: right;
}
#ck a {
    color: #444444;
}
#ck a:hover {
    color: #666666;
}
