/* OUTER BORDER */
body{
    background-color:#DDD;
    font-size:11pt;
}
 
#container-wrap{
    margin-top:2em;
    margin-left:2em;
    background-color:#FFF;
    background-image: url(http://static.exciting-code.org/exciting.jpg);
    background-repeat:no-repeat;
}



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


.attributelink a{
    color:green   
}
.elementlink a{
    color:blue   
}
a:hover{
    text-decoration:underline;
    color:#A00;
    background:transparent;
}
/* END OUTER BORDER */
 
/* TOP BAR */
#top-bar{
    background-color:#DDD;
    margin-left: 19em;
    width:40%;
   -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
   visibility: hidden;
}
#top-bar a{
    color:#222;
}
#top-bar ul{
    padding: 0 20% 0 20%;
}
#top-bar a:hover{
    background:transparent;
    text-decoration:underline;
    color:#252525;
}
#top-bar li ul li a, #top-bar ul li{
    background:#DDD;
    border-top: 1px solid #DDD;
    color:#222;
}
#top-bar ul li ul{
    margin-left:2em;
}
#top-bar li ul li a:hover{
    background:#DDD;
    color:#252525;
}
/* END TOP BAR*/
 
/* HEADER */
#header h1{
    font-family:      "Courier New"
                    Courier
                    monospace;
    font-size:300%;
    font-weight:bold;
}
#header h1 a, #header h2{
    color:#000;
    margin-left:19em;
    visibility: hidden;
}
#header h1 a:hover{
    background:transparent;
    color:#000;
    text-decoration:none;
}
#header h2{
    padding-left:7em;
    font-size:120%;
    font-weight:bold;
    font-style:italic;
}
/* END HEADER */
 
/* MAIN CONTENT */
#main-content{
    margin-top:2em;
    border-top:3px solid #DDD;
    border-left:3px solid #DDD;
    border-bottom:3px solid #DDD;
    margin-left:15em;
    background:#FFF;
    font-size:100%;
}
/*#main-content ul { 
   list-style-image:url("http://luitz.com/exciting/dot2.gif");
}*/

#main-content a.newpage{
    color:#777;
}
#main-content a.newpage:hover{
    color:#7777777;
    background:transparent;
}
#toc{
    border:1px solid #777;
    background:#F8F8F8;
}
#toc-list a:before {
   content:"";
}
#page-info{
    border-top:1px dotted #777;
}
#page-options-bottom a, #page-options-bottom-2 a{
    background:#DDD;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    color:#222;
}
#page-options-bottom a:hover, #page-options-bottom-2 a:hover{
    background:#CACACA;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    text-decoration:none;
    color:#252525;
}

#breadcrumbs{
    margin-top:1em;
}
hr {
background-color: #AAA;
border: none;
color: #DDD;
height: 1px;
margin: 1em 0em;
padding: 0px;
}
/* END MAIN CONTENT */
 
/* SIDE BAR */
#side-bar{
    padding-top: 1em;
    padding-left: 0;
    width: 15em;
    font-size:90%;
}
#side-bar ul {
    list-style:none;
}
#side-bar li a{
    text-decoration:none;
    border-top:1px solid #DDD;
    border-bottom:1px solid #BBB;
    border-right:1px solid #CCC;
    border-left:1px solid #CCC;
    padding: 2px 0 2px 1em;
    display:block;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    background:#FFF;
}
#side-bar li a:hover{
    text-decoration:none;
    padding: 2px 0 2px 1.2em;
    display:block;
    border-left:none;
}
#side-bar h1{
    font-size:120%;
    background:#DDD;
    padding:5px 0 2px 1.5em;
    margin-left:-1em;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
}
.side-collapsible .collapsible-block-link{
    text-decoration:none;
    border-top:1px solid #DDD;
    border-bottom:1px solid #BBB;
    border-right:1px solid #CCC;
    border-left:1px solid #CCC;
    margin-left:2em;
    padding: 2px 0 2px 1em;
    display:block;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    background:#FFF;
}
.side-collapsible .collapsible-block-link:hover{
    text-decoration:none;
    margin-left:2em;
    padding: 2px 0 2px 1.2em;
    display:block;
    border-left:none;
}
/* END SIDE BAR */
 
/* TEXT HEADINGS */
#page-title{
 
 border-bottom: 0px solid #666;
font-size: 250%;
margin: 0px 0px 1em;
padding-top: 0.5em;
 
}
#main-content h1{
    border-bottom:1px solid #777;
}
#main-content h5{
    font-weight:bold;
}
#main-content h6{
    font-weight:bold;
}
/* END TEXT HEADINGS */
 
/* FOOTER */
#footer{
    background:#DDD;
    margin-right:1em;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;}
#footer a{
    text-decoration:none;
    color:#222;
}
#footer a:hover{
    background:transparent;
    color:#252525;
    text-decoration:underline;
}
/* END FOOTER */
 
/* LICENSE AREA */
#license-area a{
    color:#2A2ADD;
    text-decoration:none;
}
#license-area a:hover{
    color:#3030D5;
    text-decoration:underline;
    background:transparent;
}
/* END LICENSE AREA */
 
/* FIX IE */
* html #page-title{
    background:none;
    border: 0;
    padding: 1em 0 2px 0;
    margin:0;
}
* + html #page-title{
    background:none;
    border: 0;
    padding: 1em 0 2px 0;
    margin:0;
}
/* END FIX IE */
 
 
/* EDIT BUTTONS */

.button a{
    background:#DDD;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    text-decoration:none;
    color:#222;
    margin:0 3px 0 3px;
    padding: 0 3px 0 3px;
}
.button a:hover{
    background:#CACACA;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    text-decoration:none;
    color:#252525;
}

#wd-editor-toolbar-panel ul {
   list-style:none;
}

#np-editor-toolbar-panel ul {
   list-style:none;
}

/* END EDIT BUTTONS */
 
/* FORUM */
#side-bar .forum-mini-stat .info{
    font-size:100%;
}
blockquote{
  
    background-repeat:no-repeat;
    background-color:#FFF;
    border:1px solid #706D87;
    padding:1em;
    margin: 1em 2em 1em 2em;
}
/* END FORUM */

#page-info {visibility: hidden;}
div.page-tags {visibility: hidden;}