/* Cleaned CSS: */

.ContextualPopup, .icon-browser {
    background: #000000;
    color: #ffffff;
    }

.ContextualPopup a, .icon-browser a { color: #a8ef9d; }
.ContextualPopup a:visited { color: #cccccc; }
.ContextualPopup a:hover { color: ; }
.ContextualPopup a:active { color: ; }

H1, H2, H3 {
    margin: .25em 0;
    padding: .25em 0;
}

img {
    border: none;
}

hr {
    display: none;
}
.entry-content hr,
.comment-content hr {
    display: block;
    margin: 1em 10%;
}

body {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; font-size: 100%;
    padding: 0;
    background: #000000 url("https://img525.imageshack.us/img525/7105/bodybgd.jpg") no-repeat top center;
    color: #ffffff;
background-color: #000000;

}

html body {
    margin-left: 3%;
    margin-right: 3%;
}

a { color: #a8ef9d;
 }
a:visited { color: #cccccc;
 }
a:hover {  }
a:active {  }

q { font-style: italic; }

.one-column #content { float: none; }
.two-columns-left #content,
.three-columns-sides #content {
    border-left: 16em solid transparent;
}
.two-columns-right #content,
.three-columns-sides #content {
    border-right: 16em solid transparent;
}
.three-columns-left #content {
    border-left: 30em solid transparent;
}
.three-columns-right #content {
    border-right: 30em solid transparent;
}
.column-right #content {
    min-width: 16em; /* prevents sidebar overlap of entry, when entry becomes narrower than sidebar */
}

#content-footer {
    height: 0;
    font-size: 0; /*to make IE happy*/
    clear: both;
}

#header, #footer {
    margin: 0;
    clear: both;
    padding: .5em;
}

#header {
    background: transparent;
    
}

h1#title {
    font-family: Georgia, 'Palatino Linotype', Palatino, 'Times New Roman', Times, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; 
}

h2#subtitle,
h2#pagetitle {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; 
}

#footer {
    background: transparent;
}

#footer a {  }
#footer a:active {  }
#footer a:hover {  }
#footer a:visited {  }

#primary {
    float: left;
    width:100%;
    margin-right:-100%;
    margin-left: 0;
}

.one-column #primary { float: none; }

#primary > .inner:first-child {
    padding: 1em;
}

.one-column #secondary { width: auto; }

.two-columns-left #secondary,
.three-columns-sides #secondary {
    float: left;
    width: 16em;
    margin-left: -16em;
}
.two-columns-right #secondary {
    float: right;
    width: 16em;
    margin-right: -16em;
}
.three-columns-left #secondary {
    float: left;
    width: 16em;
    margin-left: -30em;
}
.three-columns-right #secondary {
    float: right;
    width: 16em;
    margin-right: -16em;
}

#secondary > .inner:first-child {
    padding: 1em;
}

.one-column #tertiary { width: auto; }

.two-columns-left #tertiary,
.two-columns-right #tertiary {
    clear: both;
}
.two-columns-left #tertiary { margin-left: -16em; }
.two-columns-right #tertiary { margin-right: -16em; }
.two-columns-left #tertiary .module,
.two-columns-right #tertiary .module {
    float: left;
    width: 16em;
}
.three-columns-left #tertiary {
    float: left;
    width: 16em;
    margin-left: -16em;
}
.three-columns-right #tertiary {
    float: right;
    width: 16em;
    margin-right: -30em;
    margin-left: 16em; /* so that #tertiary won't overlay #secondary in IE7 */
}
.three-columns-sides #tertiary {
    float: right;
    width: 16em;
    margin-right: -16em;
}

#tertiary > .inner:first-child {
    padding: 1em;
}

.navigation ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.navigation li {
    display: inline;
    padding: 0 .5em;
}
.noentries {
    padding: 0 .5em;
}

/* entries */

.entry {
    background: transparent;
    
}

.entry .entry-title {
    font-family: Georgia, 'Palatino Linotype', Palatino, 'Times New Roman', Times, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; 
}

.entry .entry-title, .entry .entry-title a {
    color: #afdaff;

}

.entry a { color: #a8ef9d;
 }
.entry a:visited { color: #cccccc;
 }
.entry a:hover {  }
.entry a:active {  }

/* To prevent overlapping when icon's on the left */
/* and list is the first thing in content */
.entry-content li,
.comment-content li {
    list-style-position: inside;
    }

.metadata ul {
    display: inline;
    list-style: none;
    margin-left: .5em;
    padding-left: 0;
}
.metadata li {
    margin-bottom: .5em;
}
.metadata.top-metadata ul {
    margin: 0;
}
.metadata.top-metadata {
    margin-bottom: 1em;
}

.tag ul {
    display: inline;
    list-style: none;
    margin-left: .5em;
    padding-left: 0;
}
.tag ul li {
    display: inline;
    padding: .25em;
} /* same for month view */

ul.entry-management-links {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ul.entry-management-links li {
    display: inline;
    padding: 0 .25em;
}

ul.entry-interaction-links {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    text-align: right;
}

.entry-interaction-links a {  }

ul.entry-interaction-links li {
    display: inline;
    padding: 0 .25em;
}

/* comments */

.comment-wrapper {
    padding: .5em 0;
}

.comment .comment-title, .comment .comment-title a {
    color: #b9ff9d;

}

.comment .comment-title {
    font-family: Georgia, 'Palatino Linotype', Palatino, 'Times New Roman', Times, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; 
}

.comment-title h4 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
}

ul.comment-management-links {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    text-align: right;
}
ul.comment-management-links li {
    display: inline;
    padding: 0 .25em;
}

ul.comment-interaction-links {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ul.comment-interaction-links li {
    display: inline;
    padding: 0 .25em;
}

textarea#commenttext {
    width: 100%; /* fix for FF form width glitch */
}

/* archive */

table.month {
    margin: 0 auto;
    border-collapse: collapse;
}
table.month td {
    height: 3.25em;
}
table.month td,
table.month th {
    border: 1px solid; /* ? */
    padding: 3px;
}
table.month td p {
    margin: 0;
    padding: 3px;
}

.month dl dt {
    font-weight: bold;
}
.month dl span.time {
    padding-right: .5em;
}
.month dl h3 {
    display: inline;
    font-size: medium;
}
.page-month .month .entry-poster {
    margin-right: .5em;
}
.month dl .tag ul {
    margin-top: 0;
}

/* icons */

.sorting-options ul {
    list-style: none;
    margin-left: 0;
}

.sorting-options ul li {
    display: inline;
}

.keywords ul {
    display: inline;
    list-style: none;
    margin-left: .5em;
    padding-left: 0;
}

.keywords ul li {
    display: inline;
    padding: .25em;
}

/* modules */

.module {
    background: transparent url("https://p2.dreamwidth.org/e3d125d990df/-/i55.tinypic.com/28wgm1k.png") repeat top left;
    color: #ffffff;

}

.module a {  }
.module a:visited {  }
.module a:hover { color: #afdaff;
 }
.module a:active {  }

.module h2 {
    color: #ffffff;

    font-family: Georgia, 'Palatino Linotype', Palatino, 'Times New Roman', Times, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; 
}

.module-content {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; 
}

.module-content ul {
    list-style: outside;
    margin-left: 1em;
    padding-left: 0;
}
.module-content li {
    margin: .5em 0;
}

ul.userlite-interaction-links.icon-links {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

ul.userlite-interaction-links.icon-links li {
    display: inline;
    padding: 0 .20em;
}

ul.userlite-interaction-links.text-links {
    text-align: left;
}

.module-calendar .module-content {
    text-align: center;
}

.one-column .module-calendar .module-content {
    text-align: left;
}

.module-calendar table {
    margin: 0 auto;
}

.one-column .module-calendar table {
    margin: 0;
}

.module-calendar td {
    padding: 1px;
}
.module-calendar td a {
    display: block;
    padding: 2px;
}

.search-box {
    margin: .2em auto;
}

/* wrap long content, particularly openid usernames */
.module-pagesummary .ljuser {
    white-space: normal !important;
}
.module-pagesummary .module-content {
    word-wrap: break-word;
}
.module-credit dt, .module-credit dd {
    display: inline;
    margin: 0;
    padding: 0;
}
.module-credit dt {
    font-weight: bold;
    margin-right: 0.5em;
}

.tags_cloud li, .module-tags_cloud li { display: inline;
    list-style-type: none; }

.module-syndicate .module-content {
    text-align: center;
}

.one-column .module-syndicate .module-content {
    text-align: left;
}


    
   /*-------------------------------------------------
  Base: Tabula Rasa
  Title: Motion
  Theme: Original
  
  Note: This theme was originally designed and built for the WordPress CMS and is copyright 85ideas.com. (http://www.webdesigncompany.net/motion/)
  Modify, adapt, and customize for your own site at will!
  The CSS, XHTML and design of this theme are released under GPL:http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  Adapted for Dreamwidth by Li (wiring), 2011
---------------------------------------------------*/
/************************************************
* Resets *
************************************************/
html, body, div, p, span, h1, h2, h3, h4, h5, h6, img, ul, ol, dl, li, dt, dd, blockquote, pre, form, fieldset, label, input, table, th, td, a{margin:0; padding:0; border:0; vertical-align:baseline;}
:focus{outline:0}
body{line-height:1}
ul, ol{list-style:none}
h1, h2, h3, h4, h5, h6{font-size:1em}

/************************************************
* General elements *
************************************************/
h1, h2, h3, h4, h5, h6{font-family: Georgia, 'Palatino Linotype', Palatino, 'Times New Roman', Times;}
h1, h2, h3, h4, h5, h6, p, li, dt, dd, blockquote, label, th, td, a {text-shadow: 0 0 4px #444;}
a{ text-decoration:none}
a:hover{}
a img{border:0}
blockquote{font-style:italic; background: transparent url("https://p2.dreamwidth.org/55a7242d6576/-/i53.tinypic.com/2uy2j2u.png") repeat top left;  padding:.4em 1em .7em 1em; margin:.7em 0 .3em 0}
code{font-size:1.1em; font-family:monospace}
kbd, tt{font-size:1.2em}
hr{border:1px solid #a8ef9d}
pre{overflow:auto; background: transparent url("https://p2.dreamwidth.org/e3d125d990df/-/i55.tinypic.com/28wgm1k.png") repeat top left; padding:1em 1.5em; margin:1em; font-size:1.2em; white-space:pre-wrap; /* css3 */}
dl{}
dt{font-weight:bold}
dd{padding-left:1em}
#canvas table{margin:.5em 0}
#canvas table th{color:#a8ef9d}
#canvas table td,#canvas table th{padding:.25em .30em}
#canvas table th{ background: transparent url("https://p2.dreamwidth.org/55a7242d6576/-/i53.tinypic.com/2uy2j2u.png") repeat top left; text-transform:uppercase; border-bottom:1px transparent}
#canvas table td{ background: transparent url("https://p2.dreamwidth.org/e3d125d990df/-/i55.tinypic.com/28wgm1k.png") repeat top left;  vertical-align:middle}
#canvas table tr:hover td{ background: transparent url("https://p2.dreamwidth.org/55a7242d6576/-/i53.tinypic.com/2uy2j2u.png") repeat top left; }
#canvas fieldset{padding:1.2em; border:1px dashed #a8ef9d}
legend{padding:.2em .8em; font-size:1.2em; text-transform:capitalize}
input, textarea, select{font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica; margin:.2em 0; font-size:1em}
input.adminbar-input{margin:0}
input, textarea{padding:.10em}
input.radio, input.checkbox{background: #ffffff; padding:2px}
form label{font-weight:bold; display:inline}
form label.subscribe-label{display:inline}

/************************************************
* General *
************************************************/
#canvas{margin:1em 3%; padding:0; }

/************************************************
* Header *
************************************************/
#title, #subtitle, #pagetitle { margin-bottom: .15em; }
#title{color: #ffffff; font-size:2em; font-weight:normal; text-shadow:0 0 6px #555}
#pagetitle{font-weight:normal; font-size:1.3em; padding-bottom:.15em;}
#pagetitle span{color: #a8ef9d}

#header .module-navlinks { background: none; padding-left: 0; margin: 1em 0 0 0; }
#header .module-navlinks ul { margin-left: 0; }
#header .module-navlinks li { display: inline; }
#header .module-navlinks li a { display: block; float: left; margin-right: .75em; line-height: 2em; padding: .5em 1em; background: transparent url("https://p2.dreamwidth.org/e3d125d990df/-/i55.tinypic.com/28wgm1k.png") repeat top left;; }
#header .module-navlinks li a:hover { background: transparent url("https://p2.dreamwidth.org/f0010b2b694c/-/i52.tinypic.com/256rdop.png") repeat top left;; }

/**********************************************
 * Content
 *********************************************/
#content{padding:2em 0}

/************************************************
 * Entry &Comments *
 ***********************************************/
.sticky-entry-wrapper{padding:.5em; margin:0 0 2em; background: transparent url("https://p2.dreamwidth.org/e3d125d990df/-/i55.tinypic.com/28wgm1k.png") repeat top left; }
.header{ background: transparent url("https://p2.dreamwidth.org/e3d125d990df/-/i55.tinypic.com/28wgm1k.png") repeat top left;  padding:.5em}
.header a{color: #afdaff; font-size:1.4em}
.header a:hover{color: #a8ef9d; border-bottom:1px dashed #a8ef9d}

.access-filter, 
.restrictions, 
.datetime{    line-height:1.5em;     position:relative;     top:5px}
.datetime{overflow:hidden; font-size:0.7em; width:100%; padding-top: .4em;} /* background:url("https://p2.dreamwidth.org/078b42134858/-/i56.tinypic.com/1z2m6ac.png") left no-repeat;     padding:.4em 0 0 1.75em*/

.contents{color: #ffffff; margin:.8em 0; font-size:0.8em; line-height:1.5em; }
.entry .contents {min-height: 150px;}
.contents h1{padding:.8em 0; font-size:1.5em}
.contents h2{padding:.8em 0; font-size:1.4em}
.contents h3{padding:.8em 0; font-size:1.3em}
.contents h4{padding:.8em 0; font-size:1.2em}
.contents h5{padding:.8em 0; font-size:1.1em}
.contents h6{padding:.8em 0; font-size:1em}
.contents p{padding:.6em 0 .2em 0}
.contents a{border-bottom:1px dashed #a8ef9d}
.contents a:hover{ background: transparent url("https://p2.dreamwidth.org/e3d125d990df/-/i55.tinypic.com/28wgm1k.png") repeat top left; }
.contents a img{background:none; border-bottom:0}
.contents ul, 
.contents ol{padding:.4em 0 .5em 2em}
.contents ul li{list-style:disc}
.contents ol li{list-style:decimal}
.contents .metadata ul li { list-style: none; }
.footer{ background: transparent url("https://p2.dreamwidth.org/55a7242d6576/-/i53.tinypic.com/2uy2j2u.png") repeat top left; overflow:hidden; padding:1em 0 0; font-size:0.8em; margin:1em 0}
.footer a{color: #ffffff;}
.footer a:hover{color: #afdaff}
.footer .tag{float:left; width:93%; line-height:1em; background:url("https://p2.dreamwidth.org/185d23fd5129/-/i52.tinypic.com/x50jl.png") left 1px no-repeat; padding-left:1.5em; } 
.footer .tag .tag-text{ float:left;  margin:0 .5em 0 0}
.footer li{ display:inline}
.footer .tag { margin: 0 1em; }
.footer .entry-management-links{ margin:1em 1em .5em; } 
.footer .entry-management-links{ float:left}
.footer hr{ display:none}
/*----- MANAGEMENT/INTERACTION LINKS -----*/
.entry-interaction-links, 
.comment-interaction-links{float:right; margin:0 1em .5em}
.entry-interaction-links li, 
.comment-interaction-links li, 
.bottomcomment .entry-interaction-links li{    display:inline; }
.entry-interaction-links li a, 
.comment-interaction-links li a, 
.bottomcomment .entry-interaction-links li a { color: #ffffff; background: transparent url("https://p2.dreamwidth.org/e3d125d990df/-/i55.tinypic.com/28wgm1k.png") repeat top left;  padding:.5em; line-height:3em; font-size:.9em}
.entry-interaction-links li a:hover, 
.comment-interaction-links li a:hover, 
.bottomcomment .entry-interaction-links li a:hover { background: transparent url("https://p2.dreamwidth.org/f0010b2b694c/-/i52.tinypic.com/256rdop.png") repeat top left; }
.entry-interaction-links li:hover, 
.comment-interaction-links li:hover{cursor:pointer; color: #a8ef9d}
/*.entry-interaction-links .entry-permalink a{background:url("https://p2.dreamwidth.org/9bf923d223c4/-/i40.tinypic.com/ajy061.png") left 4px no-repeat; padding-left:1.5em} /*

/*----- USERPICS -----*/
.userpic{float:left; margin:0 1em 1em 0;  background: transparent url("https://p2.dreamwidth.org/e3d125d990df/-/i55.tinypic.com/28wgm1k.png") repeat top left;  padding:1em; /* optional rounded corners for browsers that support it */-moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px}
.userpic a{ border:0;}
.userpic a:hover{ background:none}
#secondary .module-userprofile .userpic img{padding:1em}

/*----- COMMENTS -----*/
#comments{overflow:visible; width:100%}
#comments ul.commentlist li ul.children li{clear:both; margin:1.5em 0 0 1.5em}
.comment .contents {min-height: 100px; }
.comment h3{font-size:1em; font-weight:normal}
.comment .poster, .comment .poster-ip{font-size:.9em; margin-bottom:10px; color:#ffffff;}
.comment-poster a{color:#b9ff9d}
.comment-poster a:hover{color:#ffffff;}
#comments .footer{font-size:.7em;     clear:both;     padding:1em}
#comments .footer .inner{    float:left;     width:96.5%}
#comments .footer .inner .multiform-checkbox{    float:left;     margin:.5em 0 0}
#comments .footer .inner .comment-management-links{    float:left;     margin:.5em 0 0 1em}
#comments .footer .comment-interaction-links{    margin:0}
#comments h3#trackbacktitle{padding-top: .75em}
#comments ul.trackback{margin:.75em 0 0 0; padding:1em; background: transparent url("https://p2.dreamwidth.org/e3d125d990df/-/i55.tinypic.com/28wgm1k.png") repeat top left; }
#comments ul.trackback li{margin-bottom:1.5em; font-size:.9em}
#comments ul.trackback li .commentbody .author{margin:0}
#comments a#cancel-comment-reply-link{display:block; padding: .75em 0}
#comments a#cancel-comment-reply-link:hover{border-bottom: 1px dashed; }
#comments .reply{margin-top:1.75em; overflow:hidden; width:100%}
#ljqrttopcomment{    clear:both}
#qrformdiv{    max-width:98%;     margin:0 auto}
.bottomcomment{    clear:both;     margin:2.5em 0;     background: transparent url("https://p2.dreamwidth.org/55a7242d6576/-/i53.tinypic.com/2uy2j2u.png") repeat top left;  padding:1em;  overflow:hidden}
.bottomcomment a{ color: #a8ef9d}
.bottomcomment a:hover{ color: #afdaff}
.bottomcomment .entry-management-links{ float:left}
.bottomcomment .entry-management-links li{ display:inline}
.bottomcomment .entry-interaction-links{ margin:-.5em 0}

/************************************************
* Navigation (page turns) *
************************************************/
.navigation{overflow:hidden; width:100%; line-height:1.7em; margin-bottom:1.5em}
.navigation li { float: left; line-height: 2em; }
.navigation li a{float:left; background: transparent url("https://p2.dreamwidth.org/e3d125d990df/-/i55.tinypic.com/28wgm1k.png") repeat top left; line-height:2em;    padding:.5em 1em;     color: #ffffff;     font-size:0.8em}
.navigation li a:hover{background: transparent url("https://p2.dreamwidth.org/f0010b2b694c/-/i52.tinypic.com/256rdop.png") repeat top left;}
.navigation li a{color: #ffffff;}
.navigation li a:hover{color: #afdaff; text-decoration:none}

/************************************************
* All Modules *
************************************************/
.module { overflow:hidden; padding: .75em; margin-bottom: 1em; font-size:0.8em; line-height:1.4em;  }
.module ul{width:100%; overflow:hidden; list-style: none;}
.module table{width:100%}
.module li{margin: .5em .25em}
.module li ul{margin-bottom:0}
.module h2{ background: transparent url("https://p2.dreamwidth.org/e3d125d990df/-/i55.tinypic.com/28wgm1k.png") repeat top left; padding:.5em .75em; line-height:1.3em; font-weight:normal; font-size:1.4em; margin-bottom:.75em}
.module h2 a{ color: #ffffff;}
.module h2 a:hover{    color: #afdaff}
.module ul ul li a{display:block; padding: .15em .5em}
.module p a:hover{ background: transparent url("https://p2.dreamwidth.org/e3d125d990df/-/i55.tinypic.com/28wgm1k.png") repeat top left; }
.module ul ul ul li{ line-height:1.5em; padding:0 0 0 .75em; margin:0 0 0 .75em}
.module p{color: #ffffff; padding:0 .5em 1em .5em}
.module img{background:none; border:none; padding:0 .5em}
.module .ljuser img { padding-left: 0; }

/*----- SPECIFIC MODULE TWEAKS -----*/
.module-userprofile .journal-name, 
.module-userprofile .journal-website-name, 
.module-userprofile .userlite-interaction-links{  margin: 1em 0 0}
.module-userprofile .userpic img { padding: 0 !important; }
.module-userprofile li{    display:inline}
.module-navlinks .current { font-style: italic; }
.module-syndicate ul li span{padding: .15em .5em}
.module-credit dd { padding-left: 0; margin-right: 1.5em; }
.module-search .search-button{cursor:pointer; background: transparent url("https://p2.dreamwidth.org/e3d125d990df/-/i55.tinypic.com/28wgm1k.png") repeat top left; color: #ffffff; font-size:1em; padding:1em;     margin:0 0 0 1em; vertical-align:top}
.module-search .search-button:hover{background: transparent url("https://p2.dreamwidth.org/55a7242d6576/-/i53.tinypic.com/2uy2j2u.png") repeat top left; }
.module-search .search-box{ padding:0.10em;}

/************************************************
* Page Footer *
************************************************/
.two-columns #tertiary .module {margin: 0 .25em; min-height: 3em; }

/************************************************
* Reading Page *
************************************************/
.page-read .poster, .page-network .poster{display: block; text-align:left; margin:.5em 1em 1em 0; background: transparent url("https://p2.dreamwidth.org/55a7242d6576/-/i53.tinypic.com/2uy2j2u.png") repeat top left; overflow:hidden; padding:1em; font-size:0.8em; line-height:1.1em}
.page-read .poster a, .page-network .poster a{ border:0}
.page-read .poster a:hover, .page-network .poster a:hover{ border:0;  background:none; color: #afdaff;}
/************************************************
* Archive Page *
************************************************/
.page-archive .month-wrapper{ margin:0 0 2em}
.page-archive .month-wrapper caption{ display:none}
.page-archive .month{ width:100%}
.page-archive table.month, .page-archive .month td, .page-archive .month th { border-color: transparent !important; }
.page-archive .month .day a { padding: .25em .5em; }
.page-archive .month .day .label{ float:left;  font-size:2em}
.page-archive .month .footer .inner{ padding:0 1em 1em}
/************************************************
* Tags Page *
************************************************/
.page-tags ul ul.tags_multilevel{ margin:0 0 0 1em}
.tags-container ul li { line-height: 1.5em; }
/************************************************
* Reply Page *
************************************************/
.page-reply table{ font-size: .75em}
/************************************************
* Contextual Popup *
************************************************/
div.ContextualPopup div.Inner{ background: #000000; color: #ffffff; }
div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited{ text-decoration:underline !important;  font-weight:bold;  color:#ffffff;}

    
    body { background-attachment: fixed; }
    
