/*

name: Mid-Century
designer: Jim Ramsey
designer_url: http://www.jimramsey.net
layouts: layout-wm

*/


/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */


@media screen, projection {
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #fff;
}
#container-inner {
    width: 100%;
    min-height: 100%;
    text-align: left;
}
#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}
#alpha, #beta, #gamma {
    display: inline;
    float: left;
}
#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}
#header-inner, #content-inner, #footer-inner {
    position: relative;
    width: 940px;
    margin: 0 auto;
}
#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
}
#alpha-inner {
    padding-right: 20px;
}
#alpha,
.layout-wtt #alpha,
.layout-twt #alpha,
.layout-wt #alpha,
.layout-tw #alpha,
.layout-wm #alpha,
.layout-mw #alpha {
    width: 600px;
}
#beta,
.layout-wtt #beta,
.layout-twt #beta,
.layout-wt #beta,
.layout-tw #beta,
.layout-wm #beta,
.layout-mw #beta {
    width: 340px;
    padding-top: 7px;
}
#footer-content {
    padding: 0 55px;
    text-indent: -15px;
    margin-left: 15px;
}

#footer .widget {
    margin-bottom: 0;
}

/* Global ----------------------------------------------------------------- */

body {
    background: #eeeeea;
    font: 12px/16px Arial, Verdana;
}
a,
a:link
{
    text-decoration: none;
    color: #a30000;
}
a:visited {
    text-decoration: none;
    color: #a30000;
}
a:hover {
    text-decoration: underline;
    color: #666662;
}
input.ti,
textarea {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
h1#page-title,
h2.archive-title {
    border-bottom: 1px solid #ddddd9;
    padding-bottom: 5px;
    font-size: 18px;
    margin: 0 0 0 55px;
    font-weight: bold;
    color: #a30000;
}
h1#page-title em {
    font-weight: normal;
    font-style: italic;
}
h1#page-title.alt-title {
    border-bottom: none;
    margin-bottom: 10px;
}
h2 {
    font-size: 18px;
    border-bottom: 1px dotted #ddddd9;
}
h2.archive-header {
    font-size: 12px;
    padding: 3px 10px 2px;
    margin: 0 0 10px 0;
}
#container {
    background: #fff;    
}
#header {
    background: #000 url(/style/header-black.jpg) repeat-x;
    height: 130px;
    color: #fff;
    padding: 0px;
}


#header a {
    margin: 50px 0 0 48px;
    display: block;
    width: 600px;
    height: 75px;
    background: url(/style/header-title.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: -2000px;
}

#header-name a span {
    color: #999 !important;
}
#header-description {
    display: none;
}
.search-wrapper {
    float: right;
    padding-top: 40px;
}
.blog-feed a {
    float: right;
    font-size: 14px;
    line-height: 22px;
    margin: 6px 15px 6px 0;
    padding: 36px 15px 56px 22px;
    border-right: 1px solid #222;
    background: url(http://www.culturesnob.net/mt-static/plugins/mid-century/feed-icon-16x16.gif) no-repeat 0 39px;
}

#search {
    padding: 2px;
    background: #fff;
    border: 1px solid #666;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    color: #000;
    font-family: Arial, Verdana;
    font-size: 13px;
}

/* topnav */
#nav {
    background: #5e5e5e;/*#eeeeea;*/
    border-top: 1px solid #494949; /*#888884;*/
    border-bottom: 1px solid #494949; /*#ddddd9;*/
    font-size: 13px;
}
#nav-inner {
    width: 940px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}
#nav ul {
    margin-left: 55px;
    z-index: 200;
    position: relative;
}
#nav ul li {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
#nav ul li a,
#nav ul li span {
    padding: 9px 15px 7px;
    display: block;
    border-right: 1px solid #494949; /*#ddddd9;*/
    color: #fff;
    font-weight: bold;
}

#nav ul li span {
    cursor: pointer;
}

#nav ul li.home a {
    border-left: 1px solid #494949;/*#ddddd9;*/
}
#nav ul li a:hover,
#nav ul li span:hover {
    background: #494949;/*#fff;*/
}

#nav ul li span:hover {
    color: #fff;/*#666662;*/
}

#nav ul.sub {
    position: absolute;
    display: none;
    top: 32px;
    left: 0;
    z-index: 201;
    width: 250px;
    padding: 0;
    margin: 0;
    background: #5e5e5e;/*#eeeeea;*/
    border-top: 1px solid #494949;/*#ddddd9;*/
}

#nav ul.sub li {
    margin: 0;
    padding: 0;
/*    height: 33px;*/
}

#nav ul.sub li,
#nav ul.sub li a {
    float: none;
    display: block;
}

#nav ul.sub li a {
    border-right: 1px solid #494949;/*#ddddd9;*/
    border-left: 1px solid #494949;/*#ddddd9;*/
    border-bottom: 1px solid #494949;/*#ddddd9;*/
}

#nav ul ul,
#nav ul li:hover ul ul,
#nav ul ul li:hover ul ul
{display: none;}

#nav ul li:hover ul,
#nav ul ul li:hover ul,
#nav ul ul ul li:hover ul
{display: block;}

#nav ul li span.subscribe,
#nav ul li span.subscribe:hover {
    display: block;
    background: url(/style/feed-icon-16x16.png) no-repeat 15px 10px;
    text-indent: 22px
}

#nav ul li span.subscribe:hover {
    background: #494949 url(/style/feed-icon-16x16.png) no-repeat 15px 10px;
}

#nav-search {
    position: absolute;
    top: 6px;
    right: 0px;
    z-index: 202;
}

#search-form {
}



#content {
    padding: 20px 0;
    line-height: 1.8;
}
#content .archive {
    margin-left: 55px;
}
#beta-columns {
    background: url(http://www.culturesnob.net/mt-static/plugins/mid-century/sidebar-columns-bg.gif) repeat-y 50% 0;
}
#beta-columns-left,
#beta-columns-right {
    width: 150px;
    float: left;
}
#beta-columns-left {
    margin-right: 40px;
}
#footer {
    background: #eeeeea;
    padding: 20px 0;
    border-top: 1px solid #ddddd9;
    height: auto;
}
.content-nav {
    font-size: 14px;
    font-family: Georgia;
    text-align: center;
    color: #666662;
    clear: left;
}
.entry-listing {
    margin: 0 0 15px 55px;
}
.entry-listing ul {
    margin: 0;
}
.entry-listing li {
    border-bottom: 1px solid #ddddd9;
    clear: left;
}
.entry-listing li a {
    display: block;
}
.entry-listing li a:hover {
    text-decoration: none;
    background: #eeeeea;
}
.entry-listing li span {
    display: block;
    float: left;
    padding: 4px 0 2px;
    line-height: 24px;
    color: #666662;
}
.entry-listing li span.entry-listing-date {
    width: 15%;
    margin-right: 5%;
}
.entry-listing li span.entry-listing-title {
    font-family: Georgia;
    font-size: 14px;
    width: 65%;
    margin-right: 5%;
    display: block;
    color: #a30000;
}
.entry-listing li span.monthly-listing-date {
    font-family: Georgia;
    font-size: 14px;
    width: 30%;
    margin-right: 5%;
    color: #a30000;
}
.entry-listing li span.monthly-listing-title {
    font-family: Georgia;
    font-size: 14px;
    width: 65%;
    display: block;
}
.entry-listing li span.entry-listing-comments {
    padding-left: 20px;
    background: url(http://www.culturesnob.net/mt-static/plugins/mid-century/comment.gif) no-repeat 0 50%;
    color: #000;
}
.entry-asset .asset-more {
    margin-left: 55px;
    padding-top: 5px;
    font-family: Georgia;
    font-size: 13px;
    margin-bottom: 10px;
}
.asset .asset-more p,
.asset .asset-more blockquote,
.asset .asset-more ul,
.asset .asset-more ol {
    margin-bottom: 15px;
}
.entry-asset .asset-more blockquote {
    margin: 0 25px 15px 25px;
    padding-left: 15px;
    color: #333;
    border-left: 1px dotted #ddddd9;
}
.entry-asset .asset-more ul,
.entry-asset .asset-more ol {
    list-style: disc;
    margin-left: 25px;
}
.entry-asset .asset-more ul,
.entry-asset .asset-more ol {
    list-style: disc;
    margin-left: 25px;
}
.message-content {
    margin-left: 55px;
}
#overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
#dialog {
    display: none;
    position: absolute;
    width: 100%;
    top: 100px;
    z-index:1002;
}
* html #dialog,
*:first-child+html #dialog {
    left: 0;
}
#dialog-inner {
    background: #fff;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
#dialog-content {
    padding: 20px;
}
#dialog-content h2 {
    text-align: left;
    border: none;
    margin-bottom: 10px;
}
#dialog-content div {
    text-align: left;
}
#dialog-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
}
#dialog-text-inner {
    padding: 20px;
    margin: 0 20px 20px;
    color: #fff;
    background: #000;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
#dialog-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 13px;
    height: 13px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(http://www.culturesnob.net/mt-static/plugins/mid-century/close.gif) no-repeat 2px 2px;
}
#dialog-close:hover {
    background: url(http://www.culturesnob.net/mt-static/plugins/mid-century/close.gif) no-repeat 2px -18px;
}
.message {
    margin: 0 0 15px 55px;
    padding: 5px 10px;
    border: 1px solid #fc3;
    background: #ffd;
}

/* Entries ----------------------------------------------------------------- */

.entry-asset,
.page-asset {
    margin-bottom: 25px;
}

.entry-asset .asset-header h1#page-title,
.entry-asset .entry-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
    font-family: Georgia;
    margin: 0 0 0 55px;
    padding: 0;
    border: none;
    color: #000;
}
.entry-asset .asset-meta {
    float: left;
    width: 50px;
    color: #666662;
    text-align: center;
    text-transform: uppercase;
    line-height: 16px;
}
.entry-meta-date .day {
    font-size: 28px;
    line-height: 32px;
    color: #000000;
    font-family: Georgia;
    display: block;
    margin-bottom: 5px;
}
.entry-asset .asset-body,
.page-asset .asset-body {
    margin-left: 55px;
    padding-top: 5px;
    font-family: Georgia;
    font-size: 13px;
    margin-bottom: 10px;
}
.asset .asset-body p,
.asset .asset-body blockquote,
.asset .asset-body ul,
.asset .asset-body ol {
    margin-bottom: 15px;
}
.asset-body img {
padding: 5px;
}
.asset-more img {
padding: 5px;
}
.entry-asset .asset-body blockquote {
    margin: 0 25px 15px 25px;
    padding-left: 15px;
    color: #333;
    border-left: 1px dotted #ddddd9;
}
.entry-asset .asset-body ul,
.entry-asset .asset-body ol {
    list-style: disc;
    margin-left: 25px;
}
.entry-asset .asset-body ol {
    list-style: decimal;
}
.entry-asset .asset-body .mt-image-left,
.entry-asset .asset-body .mt-image-right,
.entry-asset .asset-body .mt-image-none {
    border: 1px solid #ddddd9;
    padding: 3px;
}
.asset .asset-more-link {
    margin-left: 55px;
    margin-bottom: 15px;
    font-family: Georgia;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
.entry-asset .asset-footer {
    margin-left: 55px;
    border-top: 1px dotted #ccccc8;
    padding: 10px 0 0 0;
    color: #666662;
    position: relative;
    line-height: 18px;
    clear: both;
}
.mt-entry-archive .entry-asset .asset-footer {
    background: none;
    border-top: 1px dotted #ccccc8;
}
.mt-entry-archive .entry-asset .asset-footer-inner {
    padding: 0;
    background: none;
}
.asset-footer p {
text-indent: -15px; margin-left: 15px;
} 
.entry-commentcount {
    float: right;
    width: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.entry-commentcount a {
    display: block;    
    padding: 5px 9px 0 0;
    background: url(http://www.culturesnob.net/mt-static/plugins/mid-century/comment-bg-right.gif) no-repeat 0 0;
    height: 31px;
}
.entry-commentcount a span {
    display: none;
}
.entry-asset .asset-footer .entry-tags h4 {
    display: inline;
    font-weight: normal;
}
.entry-asset .asset-footer .entry-tags ul {
    display: inline;
}
.entry-asset .asset-footer .entry-tags ul li {
    display: inline;
}
.trackbacks,
.comments {
    clear: left;
    padding-bottom: 12px;
}
.comments-content {
    margin-bottom: 15px;
}
.comment-content {
    font-family: Georgia;
    font-size: 13px;
}
.comment-content p {
    margin-bottom: 10px;
}
.comment {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.comment .byline img {
    display: none;
}
.comment .user-pic {
    float: left;
    border: 1px solid #ddddd9;
    padding: 2px;
    display: none;
}
.comment .asset-meta {
    color: #666662;
    font-size: 11px;
}
.comment .comment-header {
    background: #fff url(http://www.culturesnob.net/mt-static/plugins/mid-century/entry-comment-bg-bot.gif) no-repeat 0 0;
    padding: 8px 0 0 25px;
}
.comment .comment-content {
    background: #eeeeea url(http://www.culturesnob.net/mt-static/plugins/mid-century/entry-comment-bg-top.gif) no-repeat 0 0;
    padding-top: 5px;
}
.comment-content-inner {
    padding: 5px 15px;
}
.comment-by-author .comment-content-inner {
    border-left: 1px solid #cedde6;
    border-right: 1px solid #cedde6;
}
.comment-by-author .comment-header {
    background: #fff url(http://www.culturesnob.net/mt-static/plugins/mid-century/entry-comment-blue-bg-bot.gif) no-repeat 0 0;
}
.comment-by-author .comment-content {
    background: #e7eef3 url(http://www.culturesnob.net/mt-static/plugins/mid-century/entry-comment-blue-bg-top.gif) no-repeat 0 0;
}
.comment-highlight .comment-content-inner {
    border-left: 1px solid #fc3 !important;
    border-right: 1px solid #fc3 !important;
}
.comment-highlight .comment-header {
    background: #fff url(http://www.culturesnob.net/mt-static/plugins/mid-century/entry-comment-hl-bg-bot.gif) no-repeat 0 0 !important;
}
.comment-highlight .comment-content {
    background: #ffd url(http://www.culturesnob.net/mt-static/plugins/mid-century/entry-comment-hl-bg-top.gif) no-repeat 0 0 !important;
}
.comments-open-header,
.comments-header,
.trackbacks-header,
.trackbacks-info,
.comments-open-content,
.comments-content {
    margin-left: 55px;
}
.comments-open-header,
.comments-header,
.trackbacks-header {
    font-family: Georgia;
    font-weight: normal;
    margin-bottom: 10px;
}
.comments-open-content {
    
}
.comments-open form {
    background: url(http://www.culturesnob.net/mt-static/plugins/mid-century/entry-footer-bg-bot.gif) no-repeat left bottom;
    padding-bottom: 5px;
}
.comments-open form #comments-form-inner {
    background: #eeeeea url(http://www.culturesnob.net/mt-static/plugins/mid-century/entry-footer-bg-top.gif) no-repeat left top;
    margin: 0;
    padding: 15px 10px 10px 10px;
}
#comment-greeting {
    margin-bottom: 5px;
}
#comments-form div {
    clear: left;
    margin-bottom: 5px;
}
#comments-form label {
    display: block;
    float: left;
    width: 90px;
    text-align: right;
    color: #666662;
    margin-right: 10px;
    line-height: 16px;
}
#comments-form input.ti,
#comments-form textarea {
    float: left;
    width: 330px;
}
#comment-form-remember-me,
#comment-form-reply,
#comments-open-footer {
    padding-left: 100px;
}
#comment-form-remember-me label,
#comment-form-reply label {
    float: none;
    width: auto;
    text-align: left;
    display: inline;
}
/* captcha */
#comments-open-captcha div.label {
    display: inline;
}
#comments-open-captcha div.field {
    padding-left: 100px;
    clear: none;
}
#comments-open-captcha div.field img {
    margin-bottom: 5px;
}
#comments-open-captcha div.field p {
    color: #666662;
}
h1.search-results-header {
    margin-bottom: 10px !important;
}
table {
    table-layout: auto;
    text-align: center;
    border: 1px solid #000000;
    padding: 5px;
    margin-bottom: 1em;
    margin-right: 10px;
    font-size: 11px;
}
table td {
    padding: 5px; 
    border: 1px solid #000000;
    line-height: normal;
}
.poll table {
    table-layout: auto;
    text-align: left;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #000000;
    padding: 0px;
}
.poll table td {
    padding: 0px 5px 5px 5px; 
    border: 1px solid #000000;
    valign: middle;
}
/* Widgets ----------------------------------------------------------------- */

.widget {
    margin-bottom: 15px;
    line-height: 1.5;
}
.widget h3 {
    font-size: 13px;
    margin-bottom: 3px;
}


/* Categories */

.widget-archive ul {
    line-height: 16px;
    border-top: 1px solid #e7eef3;
}
.widget-archive ul li a {
    /* background: #e7eef3; */
    border-bottom: 1px solid #e7eef3;
    padding: 4px 6px;
    display: block;
}
.widget-archive ul li a:hover {
    background: #f3f7f9;
    text-decoration: none;
}


/* Recent Entries */

.widget-recent-entries ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddddd9;
}
.widget-recent-entries ul li p {
    font-family: Georgia;
}


/* Recent Comments */

.widget-recent-comments ul li {
    margin-bottom: 10px;
    padding-top: 5px;
    background: url(http://www.culturesnob.net/mt-static/plugins/mid-century/sidebar-narrow-bg-top.gif) no-repeat 0 0;
    font-family: Georgia;
    font-size: 13px;
}
.widget-recent-comments ul li p {
    margin: 0;
    background: #eeeeea;
    padding: 3px 10px 5px;
}
.widget-recent-comments ul li .comment-attribution {
    padding: 10px 0 0 25px;
    background: url(http://www.culturesnob.net/mt-static/plugins/mid-century/sidebar-narrow-bg-bot.gif) no-repeat 0 0;
    font-size: 11px;
    font-family: Arial;
}


/* Tag Cloud */

.widget-tag-cloud .widget-list {
    margin: 5px 0 0 55px;
}
.widget-tag-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}
.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }


/* Gallery */

.widget-gallery {
    background: #dfdfdb url(/style/sidebar-bg-top.png) no-repeat left top;
    margin-bottom: 20px;
    position: relative;
}
.widget-gallery .widget-header {
    margin-bottom: 5px;
    padding: 6px 0 0;
    font-size: 14px;
}
.widget-gallery .inner {
    background: url(/style/sidebar-bg-bot.png) no-repeat left bottom;
    padding: 0 10px 10px;
}
.widget-gallery .widget-content {
    background: url(/style/sidebar-bg-inner-bot.png) no-repeat left bottom;
    padding-bottom: 5px;
}
.widget-gallery .widget-content h3 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: Georgia;
    overflow: hidden;
}
.widget-gallery .widget-content-inner {
    background: url(/style/sidebar-bg-inner-top.png) no-repeat left top;
    padding: 10px 10px 5px;
}
.widget-gallery .gallery-item-nav {
     position: absolute;
     right: 10px;
     top: 8px;
     width: 80px;
     height: 16px;
}
#gallery-slide-num {
    float: left;
    width: 40px;
    text-align: center;
}
#showcase-prev,
#showcase-next {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/style/gallery-arrows.png) no-repeat 50% -80px;
}
#showcase-next {
    background-position: 50% -120px;
}
#showcase-prev.inactive,
#showcase-next.inactive {
    background-position: 50% 0px;
    cursor: default;
}
#showcase-next.inactive {
    background-position: 50% -40px;
}
.widget-gallery .asset-image {
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 3px;
}
.widget-gallery .gallery-item {
    display: none;
}
.widget-gallery .asset-description {
    line-height: 1.5;
/*    overflow: hidden;
    height: 90px; */
}
.hl0 { 
background-color: #FFFF99; 
}

.hl1 { 
background-color: #FF99FF; 
}

.hl2 { 
background-color: #99FFFF; 
}

.hl3 { 
background-color: #FF9999; 
}

.hl4 {
background-color: #9999FF;
}

#greybox {
margin: 0 auto; 
background-color: #CCC; 
border: 1px dotted #999; 
padding: 1em; 
width: 29.25em; 
text-align: left; 
}

/* Utilities ----------------------------------------------------------------- */

.hidden {
    display: none;
}

.pkg:after,
#content-inner:after,
#main-navigation-inner:after,
#comments-form div:after,
.asset-footer-inner:after,
.widget-gallery .widget-content-inner:after,
.entry-asset .asset-footer:after,
.entry-listing li a:after,
#nav:after,
#nav-inner:after,
#beta-columns:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner,
#main-navigation-inner,
#comments-form div,
.asset-footer-inner,
.widget-gallery .widget-content-inner,
.entry-asset .asset-footer,
.entry-listing li a,
#nav,
#nav-inner,
#beta-columns {
    display: block;
}
/* no ie mac \*/
* html .pkg,
* html #content-inner,
* html #main-navigation-inner,
* html #comments-form div, 
* html .asset-footer-inner,
* html .widget-gallery .widget-content-inner,
* html .entry-asset .asset-footer,
* html .entry-listing li a,
* html #nav,
* html #nav-inner,
* html #beta-columns {
    height: 1%;
}
.pkg, #content-inner,
#main-navigation-inner,
#comments-form div,
.asset-footer-inner,
.widget-gallery .widget-content-inner,
.entry-asset .asset-footer,
.entry-listing li a,
#nav,
#nav-inner,
#beta-columns {
    display: block;
}
}

@media handheld, print {
* { background: #fff; color: #000; }
html { font: 100%/1.5 georgia, serif; }
#nav, #beta, #header, #audio, #comments-open, .no-print { display: none; }
#footer {
   margin-top: 1em;
   padding-top: 1em;
   border-top: 1px solid #a30000;
   }
a:link, a:visited {
   color: #a30000;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
}
/* */





/*


Xomment (ajax commenting) styles



*/

/* derived from flora.tabs.css in the jquery ui library */

.ui-wrapper { border: 1px solid #50A029; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav {
    display: none;
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(i/tabs.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #fff;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-right: 0;
    height: 22px;
    background-position: 0 0;
    line-height: 22px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
/*    border: 1px solid #404040;
    padding: 10px;*/
    /*background: #fff;*/ /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
/*    display: inline-block;*/
    display: none;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    /*    display: inline-block;*/
        display: none;
}

/* Xomment Specific Styles*/
.ui-tabs-nav.dummy a, .ui-tabs-nav.dummy a span {
    background: url(i/tabs-b.png) no-repeat;
}

.ui-tabs-nav.dummy a {
    background-position: 100% -28px;
    margin: 0px;
    padding-bottom: 5px;
}

.ui-tabs-nav.dummy a span {
    background-position: 0 -28px;
}

.ui-tabs-nav.dummy .ui-tabs-selected a {
    background-position: 100% 0px;
    top: -1px;
    padding-bottom: 0px;
}

.ui-tabs-nav.dummy .ui-tabs-selected a span {
    background-position: 0 0px;
}

#comment-update p {
  text-align: center;
}

.comment-update-link a {
  display: block;
  background: #b0b0b0;
  border: 1px solid;
  border-color: #404040;
  color: #a30000;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  line-height: 200%;
  text-decoration: none;
  font-weight: bold;
}

.comment-update-link a:hover {
  background: #404040; 
}

.comment-update-link a:active {
  border-color: #E0E0E0; 
}

.comment.new {
  background: #fff;
}

.submitted,
.submitted a,
.submitted input,
.submitted textarea {
  cursor: wait !important;
}


#comment-preview-working {
    margin-left: 55px;
    text-align: center;
}

input,
textarea {
    font-family: Arial, Verdana;
    font-size: 13px;
}
