/*

 SnowStorm demo page CSS
 -----------------------

 None of this is needed for the snow effect to work - it's strictly to make the demo/documentation look pretty.

*/

body {
 background:#333 url(http://www.discuzthai.com/link/demo_background.gif);
 color:#eeeeee;
 font-family:"helvetica neue",helvetica,verdana,arial,tahoma,"sans serif";
 font-size:75%;
 text-shadow: 0 0 0 #000; /* safari is lame. */
}

a {
 color:#aaaa00;
 text-decoration:none;
}

a:hover {
 color:#ffff33;
}

h1, h2, h3 {
 margin:0px;
 color:#FF5500;
 letter-spacing:-1px;
}

h1 {
 font-size:2.2em;
}

h2 {
 font-size:1.8em;
 margin-top:1em;
 color:#fff;
}

h3 {
 font-size:1.4em;
 margin-top:1em;
 margin-bottom:0.5em;
 color:#99ccff;
 font-weight:normal;
}

h2 + h3,
h3 + p {
 margin-top:0px;
}

p {
 margin:1em 0px 0px 0px;
 line-height:1.6em;
}

p.first {
 margin-top:0.25em;
}

.noTop {
 margin-top:0px !important;
 padding-top:0px !important;
 line-height:1em;
}

pre {
 font-size:1em;
 color:#cccc99;
}

div>pre {
 font-size:1.2em;
}

ul {
 margin-left:16px;
 padding-left:0px;
 margin-top:5px;
 margin-bottom:5px;
}

.bright {
 color:#ff6666;
}

dl {
 margin-left:1em;
}

dl dt {
 font-weight:bold;
 border-bottom:1px dashed #666;
 padding-bottom:2px;
 margin-top:1.5em;
 margin-right:2%;
}

dl dd {
 margin-left:0px;
 margin-bottom:0.5em;
}

dl dt code {
 color:#33cc33;
 font-weight:bold;
}

dl dd code {
 color:#ccc;
}

dl em {
 color:#fff;
 font-weight:normal;
 padding-top:2px;
 padding-bottom:0.5em;
}

code {
 font-family:monaco,"VT-100","lucida console",terminal,monospace,courier,system,sans-serif;
 font-size:1em;
 font-weight:light;
}

#container {
 background-color:#333;
 margin-top: 150px;
 margin-left: 150px;
 padding:16px;
 border:1px solid #666;
 max-width:53em;
 _width:53em;
}

#content {
 position:relative;
 z-index:1;
}

.alt {
 color:#ccc;
}

/* seasonal decorations */

#lights {
 position:absolute;
 border-top:1px solid #006600;
 left:0px;
 top:0px;
 width:100%;
 height:275px;
 overflow:hidden;
 z-index:1;
 display:none;
}

.xlsf-light {
 position:absolute;
 margin-top:-1px;
}

.xlsf-fragment {
 position:absolute;
 background:transparent url(http://www.discuzthai.com/link/lights/image/bulbs-50x50-fragments.png) no-repeat 0px 0px;
 width:50px;
 height:50px;
}

.xlsf-fragment-box {
 position:absolute;
 left:0px;
 top:0px;
 width:50px;
 height:50px;
 *width:100%;
 *height:100%;
 display:none;
}

.xlsf-cover {
 position:fixed;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
 background:#fff;
 opacity:1;
 z-index:999;
 display:none;
}

.special {
 display:none;
 font-size:x-small;
 color:#999;
}

ul li {
 line-height:1.75em;
}