/* main body */
body {
 background-color:     #fff;
 color:                #633;
 font-size:            14px;
 margin-top:           15px;
 padding:              0;
}

/* link attributes */
a {
 background-color:     transparent;
 color:                #000;
 font-weight:          bold;
}

a:hover {
 background-color:     transparent;
 color:                #660;
 text-decoration:      underline;
}

/* a happy box */
.box {
 border:               dotted #ccc 1px;
 margin-top:           1.25em;
 padding:              1px 3px 1px 3px;
 background-image:     url(images/bkgrnd-ghost.jpg);
 background-position:  bottom right;
 background-repeat:    no-repeat;
}

/* breadcrumb trail */
.breadcrumb { font-size: 14px; }

/* museum entry */
.mef {
 background-image:     url(images/ghost-small.gif);
 background-position:  top left;
 background-repeat:    no-repeat;
 padding-bottom:       4px;
 padding-left:         25px;
 padding-top:          3px;
}

/* main body content properties. */
.main {
 background-color:     transparent;
 color:                #633;
 font-size:            14px;
 padding-right:        8%;
 padding-left:         6%;
}

/* our news column (includes ghost-o-meter, etc.) */
.sidebar {
 background-color:     transparent;
 color:                #000;
 font-size:            12px;
}

/* a ghost site title */
.title { margin-top: 0em; }

