.highlight .c { color: #7d959d; }

/* Comment */
.highlight .err { color: #bcc5c5; }

/* Error */
.highlight .g { color: #bcc5c5; }

/* Generic */
.highlight .k { color: #c9e128; }

/* Keyword */
.highlight .l { color: #bcc5c5; }

/* Literal */
.highlight .n { color: #bcc5c5; }

/* Name */
.highlight .o { color: #c9e128; }

/* Operator */
.highlight .x { color: #cb4b16; }

/* Other */
.highlight .p { color: #bcc5c5; }

/* Punctuation */
.highlight .cm { color: #7d959d; }

/* Comment.Multiline */
.highlight .cp { color: #c9e128; }

/* Comment.Preproc */
.highlight .c1 { color: #7d959d; }

/* Comment.Single */
.highlight .cs { color: #c9e128; }

/* Comment.Special */
.highlight .gd { color: #2aa198; }

/* Generic.Deleted */
.highlight .ge { color: #bcc5c5; font-style: italic; }

/* Generic.Emph */
.highlight .gr { color: #dc322f; }

/* Generic.Error */
.highlight .gh { color: #cb4b16; }

/* Generic.Heading */
.highlight .gi { color: #c9e128; }

/* Generic.Inserted */
.highlight .go { color: #bcc5c5; }

/* Generic.Output */
.highlight .gp { color: #bcc5c5; }

/* Generic.Prompt */
.highlight .gs { color: #bcc5c5; font-weight: bold; }

/* Generic.Strong */
.highlight .gu { color: #cb4b16; }

/* Generic.Subheading */
.highlight .gt { color: #bcc5c5; }

/* Generic.Traceback */
.highlight .kc { color: #cb4b16; }

/* Keyword.Constant */
.highlight .kd { color: #4ca2df; }

/* Keyword.Declaration */
.highlight .kn { color: #c9e128; }

/* Keyword.Namespace */
.highlight .kp { color: #c9e128; }

/* Keyword.Pseudo */
.highlight .kr { color: #4ca2df; }

/* Keyword.Reserved */
.highlight .kt { color: #dc322f; }

/* Keyword.Type */
.highlight .ld { color: #bcc5c5; }

/* Literal.Date */
.highlight .m { color: #2aa198; }

/* Literal.Number */
.highlight .s { color: #2aa198; }

/* Literal.String */
.highlight .na { color: #bcc5c5; }

/* Name.Attribute */
.highlight .nb { color: #B58900; }

/* Name.Builtin */
.highlight .nc { color: #4ca2df; }

/* Name.Class */
.highlight .no { color: #cb4b16; }

/* Name.Constant */
.highlight .nd { color: #4ca2df; }

/* Name.Decorator */
.highlight .ni { color: #cb4b16; }

/* Name.Entity */
.highlight .ne { color: #cb4b16; }

/* Name.Exception */
.highlight .nf { color: #4ca2df; }

/* Name.Function */
.highlight .nl { color: #bcc5c5; }

/* Name.Label */
.highlight .nn { color: #bcc5c5; }

/* Name.Namespace */
.highlight .nx { color: #bcc5c5; }

/* Name.Other */
.highlight .py { color: #bcc5c5; }

/* Name.Property */
.highlight .nt { color: #4ca2df; }

/* Name.Tag */
.highlight .nv { color: #4ca2df; }

/* Name.Variable */
.highlight .ow { color: #c9e128; }

/* Operator.Word */
.highlight .w { color: #bcc5c5; }

/* Text.Whitespace */
.highlight .mf { color: #2aa198; }

/* Literal.Number.Float */
.highlight .mh { color: #2aa198; }

/* Literal.Number.Hex */
.highlight .mi { color: #2aa198; }

/* Literal.Number.Integer */
.highlight .mo { color: #2aa198; }

/* Literal.Number.Oct */
.highlight .sb { color: #7d959d; }

/* Literal.String.Backtick */
.highlight .sc { color: #2aa198; }

/* Literal.String.Char */
.highlight .sd { color: #bcc5c5; }

/* Literal.String.Doc */
.highlight .s2 { color: #2aa198; }

/* Literal.String.Double */
.highlight .se { color: #cb4b16; }

/* Literal.String.Escape */
.highlight .sh { color: #bcc5c5; }

/* Literal.String.Heredoc */
.highlight .si { color: #2aa198; }

/* Literal.String.Interpol */
.highlight .sx { color: #2aa198; }

/* Literal.String.Other */
.highlight .sr { color: #dc322f; }

/* Literal.String.Regex */
.highlight .s1 { color: #2aa198; }

/* Literal.String.Single */
.highlight .ss { color: #2aa198; }

/* Literal.String.Symbol */
.highlight .bp { color: #4ca2df; }

/* Name.Builtin.Pseudo */
.highlight .vc { color: #4ca2df; }

/* Name.Variable.Class */
.highlight .vg { color: #4ca2df; }

/* Name.Variable.Global */
.highlight .vi { color: #4ca2df; }

/* Name.Variable.Instance */
.highlight .il { color: #2aa198; }

/* Literal.Number.Integer.Long */
.htmlr { position: relative; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 18px; font-family: inherit; vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section { display: block; position: relative; }

body { line-height: 1.5; }

table { border-collapse: separate; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; }

table, td, th { vertical-align: middle; }

blockquote:before, blockquote:after { content: ""; }

ul, ol { margin: 0; }

q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

a img { border: none; }

html { font-size: 100.01%; }

body { font-size: 100%; color: #222; background: #fff; }

p ~ p { margin: 1.5em 0 0; }
p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a { color: #009; text-decoration: underline; }
a:focus, a:hover { color: #000; }

blockquote { margin: 1.5em; color: #666; font-style: italic; }

strong { font-weight: bold; }

em { font-style: italic; }

dfn { font-style: italic; font-weight: bold; }

sup, sub { line-height: 0; }

abbr, acronym { border-bottom: 1px dotted #666; }

address { margin: 0 0 1.5em; font-style: italic; }

del { color: #666; }

pre { white-space: pre; font-family: "andale mono", "lucida console", monospace; font-size: 13px; line-height: 1.5; }
pre span { font-size: inherit; }
pre code, pre code span { background-color: transparent; color: #fff; }

code, tt { background-color: rgba(0, 0, 0, 0.75); color: #fff; font: 1em "andale mono", "lucida console", monospace; font-size: 13px; line-height: 1.5; padding: 2px 5px; }

sup { font-size: 0.4em; }

h3 sup { float: right; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }

dd { margin-left: 1.5em; }

table { margin-bottom: 1.4em; width: 100%; }

th { font-weight: bold; }

thead th { background: #c3d9ff; }

th, td, caption { padding: 4px 10px 4px 5px; }

tr.even td { background: #e5ecf9; }

tfoot { font-style: italic; }

caption { background: #eee; }

#container { padding-bottom: 120px; position: relative; text-align: left; }

.container { margin: 0 auto; max-width: 700px; }

hr { background: #ddd; color: #ddd; clear: both; float: none; width: 100%; height: 0.1em; margin: 0 0 1.45em; border: none; }
hr.space { background: #fff; color: #fff; visibility: hidden; }

button, input[type="reset"], input[type="submit"], input[type="button"], .btn { -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1); box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1); background-color: #4ca9c2; border: 1px solid #5fb2c8; color: #fff; cursor: pointer; display: inline-block; font-family: "proxima-nova", sans-serif; font-size: 12px; letter-spacing: 0.02em; padding: 10px 15px; text-transform: uppercase; transition: all 0.1s linear; -webkit-transition: all 0.1s linear; }
button:hover, button:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:active, input[type="button"]:hover, input[type="button"]:active, .btn:hover, .btn:active { background-color: #666; border: 1px solid #737373; }
button:active, input[type="reset"]:active, input[type="submit"]:active, input[type="button"]:active, .btn:active { -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1); }

label { display: block; font-family: "proxima-nova", sans-serif; font-size: 11px; position: relative; text-transform: uppercase; }
label strong.note-required { color: #e67642; font-size: 2em; position: absolute; right: 10px; top: 25px; }

fieldset { padding: 1.4em; margin: 0 0 1.5em 0; border: 0; }

legend { font-weight: bold; font-size: 1.2em; }

input[type="text"], input[type="password"], input[type="email"], textarea, select { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05) inset; -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05) inset; box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05) inset; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.3); font-family: "proxima-nova", sans-serif; font-size: 15px; padding: 10px; width: 100%; }
input[type="text"].mce_inline_error, input[type="password"].mce_inline_error, input[type="email"].mce_inline_error, textarea.mce_inline_error, select.mce_inline_error { border-color: #e67642; }
input[type="text"].mce_inline_error:focus, input[type="password"].mce_inline_error:focus, input[type="email"].mce_inline_error:focus, textarea.mce_inline_error:focus, select.mce_inline_error:focus { -webkit-box-shadow: 0 2px 0 0 #e67642 inset; -moz-box-shadow: 0 2px 0 0 #e67642 inset; box-shadow: 0 2px 0 0 #e67642 inset; border-color: #e67642; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus { -webkit-box-shadow: 0 2px 0 0 #4ca9c2 inset; -moz-box-shadow: 0 2px 0 0 #4ca9c2 inset; box-shadow: 0 2px 0 0 #4ca9c2 inset; border-color: #4ca9c2; }

.field ~ .field { padding-top: 20px; }

.submitWr { text-align: right; }

i { font-family: "Times New Roman", times, serif; font-size: 150%; font-style: normal; text-transform: none; }

body { -webkit-box-shadow: 0 0 0 30px #fdfcfa inset; -moz-box-shadow: 0 0 0 30px #fdfcfa inset; box-shadow: 0 0 0 30px #fdfcfa inset; background-color: #fcf8f1; background-image: url("/images/bg.png"); padding: 0 30px 30px; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #111; line-height: 1; }

h2 { font-size: 2em; margin-bottom: 0.75em; }

h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }

h4 { font-family: "lust", georgia, serif; font-size: 1.1em; line-height: 1.25; margin-bottom: 1.25em; }

h5 { font-family: "proxima-nova", sans-serif; font-size: 0.7em; font-weight: normal; letter-spacing: 0.15em; margin-bottom: 1.5em; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); text-transform: uppercase; }

h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

header { padding: 160px 0 80px; }
header h1, header h2, header h3, header h5 { font-family: "lust", georgia, serif; line-height: 1; margin: 0; text-align: center; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
header h1 { color: #111; font-size: 3.5em; }
header h2 { color: #111; font-size: 3em; }
header h3 { display: block; font-family: "proxima-nova", sans-serif; font-size: 1.15em; letter-spacing: 0.02em; padding-top: 20px; }
header h5 { font-size: 1.3em; }
header h1 + h3 { padding-top: 20px; }
header h3 + p { padding-top: 60px; }
header p { font-family: georgia, "Times New Roman", times, serif; font-size: 1.1em; font-style: italic; line-height: 1.2; text-align: center; }
header p a { color: #000; }
header small { font-size: 0.6em; }
header h1 a, header h2 a { color: inherit; font-size: inherit; text-decoration: none; }
header h1 a:hover span, header h2 a:hover span { -webkit-box-shadow: 0 9px 0 0 rgba(0, 0, 0, 0.8); -moz-box-shadow: 0 9px 0 0 rgba(0, 0, 0, 0.8); box-shadow: 0 9px 0 0 rgba(0, 0, 0, 0.8); }
header h1 em, header h2 em { display: block; font-size: 0.4em; letter-spacing: 0.035em; padding-bottom: 20px; }
header h1 span, header h2 span { -webkit-box-shadow: 0 9px 0 0 rgba(76, 169, 194, 0.3); -moz-box-shadow: 0 9px 0 0 rgba(76, 169, 194, 0.3); box-shadow: 0 9px 0 0 rgba(76, 169, 194, 0.3); display: inline-block; font-size: inherit; line-height: 0.75; white-space: nowrap; }

.page { font-family: georgia, "Times New Roman", times, serif; line-height: 1.6; }
.page #indexAuthor:first-child { border-top: 0; padding-top: 0; }
.page p + h3 { padding-top: 40px; }
.page ul, .page ol { margin: 0; padding: 0; }
.page p ~ ul, .page p ~ ol { margin: 1.5em 1.5em 1.5em 0; padding-left: 3.333em; }
.page ul { list-style-type: disc; }
.page ol { list-style-type: decimal; }
.page ol ul, .page ol ol { margin: 0; }
.page article ~ article { border-top: 2px dotted rgba(0, 0, 0, 0.05); margin-top: 120px; }

#logo { color: #111; font-family: georgia, "Times New Roman", times, serif; font-size: 26px; font-style: italic; font-weight: bold; letter-spacing: -0.03em; line-height: 0; margin: 0; text-decoration: none; text-shadow: 0 0 20px #fdfcfa; text-transform: none; }
#logo:hover { color: #e67642; }
#logo img { border-radius: 999px; float: left; margin: -20px 15px 0 0; width: 34px; }

#nav { background-color: #fdfcfa; overflow: hidden; padding: 30px 0 12px; position: relative; }
#nav svg { width: 30px; }
#nav #logo { float: left; margin: 9px 0 0 5px; }
#nav > ul { display: block; float: right; }
#nav > ul a:not(#logo) { color: #333; padding: 8px 7px 5px; text-decoration: none; font-family: "proxima-nova", sans-serif; font-size: 13px; text-transform: uppercase; }
#nav > ul a:not(#logo):hover { color: #4ca9c2; }
#nav li { list-style-type: none; display: inline-block; margin: 0 5px; }

.email, .email a { color: #4ca9c2 !important; }

.buyLnk, .buyLnk a { color: #e67642 !important; }

#footer { padding: 140px 0 0; text-align: center; }
#footer #buyIcons { padding-top: 60px; }
#footer #buyIcons h3 { font-size: 0.75em; }
#footer #buyIcons p { display: none; }
#footer #buyIcons li { margin-left: 0; width: 42%; }
#footer #buyIcons .iconEbook { height: 75px; width: 100px; }
#footer #buyIcons .iconTee { height: 83px; width: 76px; }
#footer .share { border-top: 1px solid rgba(0, 0, 0, 0.2); margin: 60px auto 0; padding-top: 20px; width: 45%; }
#footer .share li { margin: 0 10px; }
#footer .iconLink { margin-top: -3px; }
#footer .iconLink i { font-size: 14px; height: 20px; padding-top: 3px; width: 20px; }

#footNav { list-style: none; padding-top: 20px; }
#footNav li { display: inline-block; margin: 0 2px; }
#footNav li a { color: #333; padding: 8px 7px 5px; text-decoration: none; font-family: "proxima-nova", sans-serif; font-size: 11.5px; text-transform: uppercase; }
#footNav li a:hover { color: #4ca9c2; }

.share { padding-top: 40px; text-align: center; }
.share li { display: inline-block; vertical-align: top; }
.share li .fb-like > span { vertical-align: top !important; }

.homeShare { padding-top: 80px; text-align: center; }
.homeShare li { margin: 0 15px; }

.articleSocial { right: 30px; position: absolute; top: 30px; }
.articleSocial .share { padding-top: 0; }

.iconLink { display: block; -webkit-box-shadow: 0 0 0 transparent inset !important; -moz-box-shadow: 0 0 0 transparent inset !important; box-shadow: 0 0 0 transparent inset !important; }
.iconLink:hover i { background-color: #e67642; }
.iconLink i { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #666; border-radius: 999px; color: #fff; font-size: 20px; height: 35px; padding-top: 8px; text-align: center; text-shadow: none !important; width: 35px; }

#indexAuthor { border-top: 1px solid rgba(0, 0, 0, 0.2); margin: 120px auto 0; padding-top: 80px; max-width: 575px; width: 80%; }
#indexAuthor header { padding-top: 0; text-align: center; }
#indexAuthor img { border-radius: 999px; width: 175px; }
#indexAuthor h5 { color: rgba(17, 17, 17, 0.9); padding-top: 20px; }
#indexAuthor p, #indexAuthor em, #indexAuthor a { font-size: 18px; }
#indexAuthor p { color: rgba(0, 0, 0, 0.7); /*font-style: italic */ line-height: 1.5; }

.ck_form { padding-top: 80px; }
.ck_form .field { text-align: center; }
.ck_form input { vertical-align: top; }
.ck_form label { display: block; padding-bottom: 10px; }
.ck_form input[type="email"] { width: 70%; }

#ck_error_msg { font-size: 13px; font-style: italic; padding: 30px 10% 0; }
#ck_error_msg p { font-family: inherit; font-size: inherit; font-style: inherit; }

#ck_error_msg { color: #4ca9c2; }

.socialLinks { padding-top: 20px; }
.socialLinks .iconLink { display: inline-block; }
.socialLinks .iconLink i { padding: 8px 0 0 4px; }

#buyIcons { list-style: none; margin: auto; overflow: hidden; padding-top: 80px; text-align: center; max-width: 900px; }
#buyIcons li { display: inline-block; max-width: 350px; vertical-align: top; width: 42%; }
#buyIcons li ~ li { margin-left: 20%; }
#buyIcons li img { width: 100%; }
#buyIcons a { text-decoration: none; }
#buyIcons a:hover h3 { color: #e67642; -webkit-box-shadow: 0 -2px 0 0 rgba(230, 118, 66, 0.8) inset, 0 1px 0 0 rgba(230, 118, 66, 0.8); -moz-box-shadow: 0 -2px 0 0 rgba(230, 118, 66, 0.8) inset, 0 1px 0 0 rgba(230, 118, 66, 0.8); box-shadow: 0 -2px 0 0 rgba(230, 118, 66, 0.8) inset, 0 1px 0 0 rgba(230, 118, 66, 0.8); }
#buyIcons a:hover > div img:first-child { opacity: 0; }
#buyIcons a:hover > div img ~ img { opacity: 1; }
#buyIcons a > div { display: inline-block; position: relative; }
#buyIcons a > div img { transition: all 0.25s linear; -webkit-transition: all 0.25s linear; left: 0; position: absolute; top: 0; }
#buyIcons a > div img ~ img { opacity: 0; }
#buyIcons p { color: #111; font-family: georgia, "Times New Roman", times, serif; font-size: 15px; line-height: 1.7; }
#buyIcons h3 { color: #4ca9c2; display: inline-block; font-family: "lust", georgia, serif; font-size: 1.15em; margin: 1em 0 0.5em; transition: all 0.25s linear; -webkit-transition: all 0.25s linear; -webkit-box-shadow: 0 -2px 0 0 rgba(76, 169, 194, 0.3) inset, 0 1px 0 0 rgba(76, 169, 194, 0.3); -moz-box-shadow: 0 -2px 0 0 rgba(76, 169, 194, 0.3) inset, 0 1px 0 0 rgba(76, 169, 194, 0.3); box-shadow: 0 -2px 0 0 rgba(76, 169, 194, 0.3) inset, 0 1px 0 0 rgba(76, 169, 194, 0.3); text-decoration: none; text-shadow: 0 1px 0 #f6f2eb, 1px 1px 0 #f6f2eb, -1px 1px 0 #f6f2eb, -2px 1px 0 #f6f2eb, 2px 1px 0 #f6f2eb, 0 2px 0 #f6f2eb; }

.iconTee { height: 145px; margin-top: -7px; width: 132px; }

.iconEbook { height: 138px; width: 184px; }

.highlight { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: rgba(0, 0, 0, 0.8); padding: 10px 20px; }

.page p a, .page li a { -webkit-box-shadow: 0 -2px 0 0 rgba(76, 169, 194, 0.3) inset, 0 1px 0 0 rgba(76, 169, 194, 0.3); -moz-box-shadow: 0 -2px 0 0 rgba(76, 169, 194, 0.3) inset, 0 1px 0 0 rgba(76, 169, 194, 0.3); box-shadow: 0 -2px 0 0 rgba(76, 169, 194, 0.3) inset, 0 1px 0 0 rgba(76, 169, 194, 0.3); color: #2b5f6e; text-decoration: none; text-shadow: 0 1px 0 #f6f2eb, 1px 1px 0 #f6f2eb, -1px 1px 0 #f6f2eb, -2px 1px 0 #f6f2eb, 2px 1px 0 #f6f2eb, 0 2px 0 #f6f2eb; }
.page p a:hover, .page li a:hover { -webkit-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.8) inset, 0 1px 0 0 rgba(0, 0, 0, 0.8); -moz-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.8) inset, 0 1px 0 0 rgba(0, 0, 0, 0.8); box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.8) inset, 0 1px 0 0 rgba(0, 0, 0, 0.8); color: #333; }

a.lnkRed { -webkit-box-shadow: 0 -2px 0 0 rgba(230, 118, 66, 0.3) inset, 0 1px 0 0 rgba(230, 118, 66, 0.3); -moz-box-shadow: 0 -2px 0 0 rgba(230, 118, 66, 0.3) inset, 0 1px 0 0 rgba(230, 118, 66, 0.3); box-shadow: 0 -2px 0 0 rgba(230, 118, 66, 0.3) inset, 0 1px 0 0 rgba(230, 118, 66, 0.3); color: #d8581d; font-size: inherit; text-decoration: none; text-shadow: 0 1px 0 #f6f2eb, 1px 1px 0 #f6f2eb, -1px 1px 0 #f6f2eb, -2px 1px 0 #f6f2eb, 2px 1px 0 #f6f2eb, 0 2px 0 #f6f2eb; }
a.lnkRed:hover { -webkit-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.8) inset, 0 1px 0 0 rgba(0, 0, 0, 0.8); -moz-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.8) inset, 0 1px 0 0 rgba(0, 0, 0, 0.8); box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.8) inset, 0 1px 0 0 rgba(0, 0, 0, 0.8); }
a.lnkWhite { -webkit-box-shadow: 0 -2px 0 0 rgba(246, 242, 235, 0.3) inset, 0 1px 0 0 rgba(246, 242, 235, 0.3); -moz-box-shadow: 0 -2px 0 0 rgba(246, 242, 235, 0.3) inset, 0 1px 0 0 rgba(246, 242, 235, 0.3); box-shadow: 0 -2px 0 0 rgba(246, 242, 235, 0.3) inset, 0 1px 0 0 rgba(246, 242, 235, 0.3); color: #f6f2eb; font-size: inherit; text-decoration: none; text-shadow: 0 1px 0 #78becf, 1px 1px 0 #78becf, -1px 1px 0 #78becf, -2px 1px 0 #78becf, 2px 1px 0 #78becf; }
a.lnkWhite:hover { -webkit-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.8) inset, 0 1px 0 0 rgba(0, 0, 0, 0.8); -moz-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.8) inset, 0 1px 0 0 rgba(0, 0, 0, 0.8); box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.8) inset, 0 1px 0 0 rgba(0, 0, 0, 0.8); color: #000; }

.archive h5 { color: #e67642; }
.archive h5 ~ h5 { margin-top: 120px; }
.archive ul { list-style: none; }
.archive li { margin-top: 10px; padding-top: 10px; }
.archive li ~ li { border-top: 2px dotted rgba(0, 0, 0, 0.05); }
.archive time { color: rgba(0, 0, 0, 0.5); float: right; font-family: "proxima-nova", sans-serif; font-size: 0.7em; font-weight: normal; letter-spacing: 0.05em; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }

.youtube-container { background-color: #000; display: block; height: 300px; margin: 20px auto; width: 100%; max-width: 600px; }

.youtube-player { overflow: hidden; position: relative; width: 100%; height: 100%; cursor: hand; cursor: pointer; display: block; }

#youtube-iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

img.youtube-thumb { bottom: 0; display: block; left: 0; margin: auto; max-width: 100%; width: 100%; position: absolute; right: 0; top: 0; height: auto; }

div.play-button { height: 72px; width: 72px; left: 50%; top: 50%; margin-left: -36px; margin-top: -36px; position: absolute; background: url(http://i.imgur.com/TxzC70f.png) no-repeat; }

span.intersentencespace { margin-right: 0.2em; }

#MathJax_Message { display: none; }
