/*

Taco Widgets.

*/

/* 

Fonts
-----

*/

@font-face {
    font-family: "Chunkfive";
    font-style: normal;
    src: url("fonts/Chunkfive.otf");
}

@font-face {
    font-family: "League Gothic";
    font-stretch: normal;
    src: url("fonts/LeagueGothic.otf");
}

@font-face {
    font-family: "OFL Sorts Mill Goudy";
    font-stretch: normal;
    src: url("fonts/OFLGoudyStM-Italic.otf");
}

@font-face {
    font-family: "Orbitron Light";
    font-stretch: normal;
    src: url("fonts/orbitron-light.otf");
}

/*

General
-------

*/

body {
    margin: 0;
}

#page {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

#line {
    width: 100%;
    border-top: 3px solid #AC4F4F;
    height: 1px;
}

a img {
    border: none;
}

big {
    font-size: 28px;
    line-height: normal;
}

hr {
    height: 2px;
    border: none;
    background: #bebebe;
}

.caption {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	margin-top: 0px;
}

.centering {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*

Header
------

*/

#header {
    clear: both;
}

#announcement {
    padding: 10px;
    border-color: #cc8f8f;
    border-style: solid;
    border-width: 1px;
    background: #f8e08f;
    font-family: "Helvetica", sans-serif;
    font-size: 14px;
    color: #666;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 22px;
}

#announcement a:link, #announcement a:visited {
    color: #666;
    border-bottom: 1px dotted #666;
    text-decoration: none;
}

#announcement a:hover {
    color: #000;
    border-bottom-color: #000;
    border-bottom-style: solid;
}

/*

Footer
------

*/

#footer {
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #bebebe;
    clear: both;
    padding-top: 20px;
    padding-left: 30px;
    text-align: center;
    font-family: "League Gothic", "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    border-top: 1px dotted #bebebe;
    margin-bottom: 50px;
    letter-spacing: 2px;
}

/*

Sidebar
-------

*/

#sidebar {
    float: right;
    background: #fff;
    margin-left: 20px;
    width: 227px;
}

#sidebar li {
	list-style-type: none;
    
}

#sidebar .title {
    font-family: "Chunkfive", "Cambria", "Helvetica Bold", sans-serif;
    font-size: 24px;
    color: #bebebe;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-top: 15px;
    line-height: 30px;
}

#sidebar .title.active {
    color: #000;
}

#sidebar .title a:link, #sidebar .title a:visited {
    color: #898eb2;
    text-decoration: none;
}

#sidebar .title a:hover {
    color: #000;
}

#sidebar .content {
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: lighter;
    font-size: 24px;
    color: #898eb2;
}

#sidebar .content a:link, #sidebar .content a:visited {
    color: inherit;
    text-decoration: none;
}

#sidebar .content a:hover {
    color: #000;
}

/*

Navigation
----------

*/

#navigation {
    clear: both;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    color: #898eb2;
    text-transform: lowercase;
    font-size: 14px;
    font-family: "Chunkfive", "Cambria", "Helvetica Bold", sans-serif;
    float: none;
}

#navigation a:link, #navigation a:visited {
    color: inherit;
    text-decoration: none;
}

#navigation a:hover {
    color: #000;
}

/*

Contents
--------

*/

#contents {
    width: 545px;
    color: #000;
}

#contents .post, #contents .article {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 10px solid #fff;
}

#contents .comments {
    padding-left: 30px;
    padding-right: 30px;
    font-family: "Georgia", "sans-serif";
}

#contents .title {
    margin-bottom: 5px;
    line-height: normal;
}

#contents .title a:link, #contents .title a:visited {
    color: inherit;
    text-decoration: none;
    border-bottom: none;
}

#contents .title a:hover {
    text-decoration: underline;
    color: inherit !important;
    border-bottom: none !important;
}

#contents .article .content:first-letter {
    font-size: 97px;
    line-height: 94px;
    vertical-align: text-top;
    float: left;
    padding-right: 8px;
}

#contents .article .content:first-line {
    font-size: 22px;
    line-height: 28px;
}

#contents .article {
    font-size: 15px;
    line-height: 24px;
    font-family: "Georgia", serif;
    color: #000;
}

#contents .article sup {
    line-height: 0;
}

#contents .article a:hover {
    color: #898eb2;
    border-bottom: 1px solid #898eb2;
}

#contents .article .dateline {
    font-size: 16px;
    font-family: "Georgia", serif;
    color: #767676;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#contents .article .dateline em {
    text-transform: lowercase;
}

#contents .article img.taco {
    padding-left: 8px;
    vertical-align: top;
}

#contents .article hr {
    width: 150px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#contents .post {
    font-family: "Georgia", serif;
    font-size: 15px;
    line-height: 21px;
}

#contents blockquote {
    font-family: "Georgia", serif;
    font-size: 15px;
    line-height: 25px;
}

#contents .post li {
    font-family: "Georgia", serif;
    font-size: 14px;
    line-height: 19px;
}

#contents .post .dateline {
    font-weight: bold;
    padding-top: 4px;
    font-family: "Helvetica", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

#contents .post .dateline a:link, #contents .post .dateline a:visited {
	border: none;
}

#contents .post .dateline a:hover {
	text-decoration: underline;
}

#contents a:link, #contents a:visited {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
}

#contents .comments h1 {
    padding-top: 15px;
    font-family: "Georgia", serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    color: inherit;
    text-transform: uppercase;
    padding-bottom: 20px;
}

#contents .comments table {
    font-family: "Georgia", serif;
    font-size: 13px;
    line-height: 20px;
}

#contents .comments td {
    vertical-align: text-top;
    padding-bottom: 25px;
}

#contents .comments td.author {
    width: 125px;
    font-style: italic;
    text-align: right;
    padding-right: 10px;
}

#contents .article .bio {
    border-top: 4px double #bebebe;
    border-bottom: 4px double #bebebe;
    color: #999;
    font-size: 13px;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#contents .article .bio img {
    margin-right: 10px;
    vertical-align: middle;
    float: left;
}

#contents .post img.splash, #contents .article img.splash {
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 250px;
    height: auto;
    float: left;
}

#contents .post img.splosh, #contents .article img.splosh {
    margin-bottom: 10px;
    margin-left: 10px;
    max-width: 250px;
    height: auto;
    float: right;
}

#contents .post img.sploosh, #contents .article img.sploosh {
    margin-top: 10px;
    max-width: 250px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

a.splash:link, a.splosh:link, a.sploosh:link, a.splash:visited, a.splosh:visited, a.sploosh:visited {
    border: none !important;
}

/*

Non-Post, Non-Article Content

*/

#contents h1 {
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 200;
    font-size: 40px;
    color: #919191;
    line-height: 40px;
    margin-top: 0px;
}

/*

The Austin
----------

*/

#contents .post.austinheller {
    background: #36363e;
}

#contents .post.austinheller .title {
    font-family: "League Gothic", sans-serif;
    font-size: 30px;
    color: #fbfbfd;
}

#contents .post.austinheller .dateline {
    color: #c64848;
}

#contents .post.austinheller .content {
    color: #e3dee3;
}

#contents .post.austinheller .content a:link, #contents .post.austinheller .content a:visited {
    border-color: #b6b6b6;
}

#contents .post.austinheller .content a:hover {
    color: #fff;
    border-color: #fff;
    border-bottom-style: solid;
}

#contents .article.austinheller .title {
    font-family: "League Gothic", sans-serif;
    font-size: 48px;
    line-height: 50px;
    color: #c63937;
}

#contents .article.austinheller .content a:hover {
    color: #c63937;
    border-color: #c63937;
    border-bottom-style: solid;
}

/*

The Galen
---------

*/

#contents .post.galendw {
    background: #eaeaea;
}

#contents .post.galendw .title {
    font-family: "OFL Sorts Mill Goudy", "Times", "Times New Roman", serif;
    font-style: italic;
    font-size: 26px;
    color: #000;
}

#contents .post.galendw .dateline {
    color: #3b54be;
}

#contents .post.galendw .content {
    color: #303030;
}

#contents .post.galendw .content a:link, #contents .post.galendw .content a:visited {
    border-color: #444;
}

#contents .post.galendw .content a:hover {
    color: #000;
    border-color: #000;
    border-bottom-style: solid;
}

#contents .article.galendw .title {
    font-family: "OFL Sorts Mill Goudy", "Times", "Times New Roman", sans-serif;
    font-style: italic;
    font-size: 42px;
    line-height: 42px;
    color: #384fb0;
}

#contents .article.galendw .content a:hover {
    color: #384fb0;
    border-color: #384fb0;
    border-bottom-style: solid;
}

/*

The Mason
---------

*/

#contents .post.masonsklar {
    background: #c0deff;
}

#contents .post.masonsklar .title {
    font-family: "Baskerville Semibold", "Baskerville", "Georgia", serif;
    font-size: 24px;
    font-weight: bold;
    color: #64310b;
}

#contents .post.masonsklar .dateline {
    color: #416888;
}

#contents .post.masonsklar .content {
    color: #222222;
}

#contents .post.masonsklar .content a:link, #contents .post.masonsklar .content a:visited {
    border-color: #333;
}

#contents .post.masonsklar .content a:hover {
    color: #5a3c27;
    border-color: #5a3c27;
    border-bottom-style: solid;
}

#contents .article.masonsklar .title {
    font-family: "Baskerville Semibold", "Baskerville", "Georgia", sans-serif;
    font-weight: bold;
    font-size: 43px;
    line-height: 45px;
    color: #365670;
}

#contents .article.masonsklar .content a:hover {
    color: #365670;
    border-color: #365670;
    border-bottom-style: solid;
}

/*

The Vault
---------

*/

#contents .vault {
    background: #fffcb3;
}

#contents .vault .title {
    font-family: "Orbitron Light", sans-serif;
    font-size: 24px;
    color: #b25517;
}

#contents .vault .dateline {
    color: #800000;
}

#contents .vault .content {
    color: #111;
}

#contents .vault .content a:link, #contents .vault .content a:visited {
    border-color: #111;
}

#contents .vault .content a:hover {
    color: #b25517;
    border-color: #b25517;
    border-bottom-style: solid;
}



/*

The Widgets Page
----------------

*/

#widgetList {
    width: 450px;
    color: #000;
    font-family: "Georgia", serif;
    font-size: 14px;
    line-height: 21px;
}

#widgetList h1 {
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 47px;
    font-weight: 200;
    font-size: 40px;
    color: #919191;
}

.widget {
    border-top: 1px dotted #bebebe; 
    clear: left;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.widget .icon {
    padding-top: 4px;
    border: 0;
    float: left;
}

.widget .name {
    padding-left: 170px;
    padding-top: 63px;
    padding-bottom: 58px;
    font-family: "Chunkfive", "Cambria", "Helvetica Bold", sans-serif;
    font-size: 40px;
    color: #bebebe;
}

.widget .details {
    color: #333;
    clear: left;
}

.widget .details .featureImg img {
    border: 1px solid #999;
    margin-right: 8px;
}

.widget .details .featureText {
    font-size: 12px;
    line-height: normal;
    width: 135px;
}

.widget .details .links {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #898eb2;
    font-size: 12px;
    font-family: "Chunkfive", "Cambria", "Helvetica Bold", sans-serif;
}

.widget .details .links .big {
    font-size: 20px;
}

.widget .details .links a:link, .widget .details .links a:visited {
    color: inherit;
    text-decoration: none;
    border-bottom: none;
}

.widget .details .links a:hover {
    color: #000;
}

.widget .details table {
    margin-left: auto;
    margin-right: auto;
}

.bezel {
    position: fixed;
    padding: 20px;
    top: 35%;
    width: 600px;
    background-color: #424242;
    opacity: 0.9;
    color: #ffffff;
    z-index: 100;
    font-size: 16px;
    font-family: "HelveticaNeue", "Helvetica";
    line-height: 21px;
    -webkit-box-shadow: 0px 4px 8px #303030;
}

.bezel .closebox {
    position: absolute;
    top: -15px;
    left: -15px;
    cursor: pointer;
}

.bezel blockquote {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    border-left: 2px solid #666;
    color: #d0d0d0;
}

.bezel a {
    color: #e0e0e0;
    text-decoration: underline;
}

.bezel a:hover {
    background-color: #666;
}