/* Main stylesheet for The Drey */

a:link {
	color: #ffffcc;
	text-decoration: underline;
}

a:visited {
	color: #999966;
	text-decoration: underline;
}

a:hover {
    color: #330066;
    font-weight: bold;
    background: #FFFFcc;
    text-decoration: underline;
}

a:active {
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

a:link.content {
	color: #330066;
	text-decoration: underline;
}

body {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	line-height: normal;
	font-family: serif;
	color: #330066;
    background-color: #000000;

}

DIV.sidebar {
    color: #FFFFFF;
    border-right: #000000 2px solid;
    border-left: solid #660099 2px;
    border-bottom: #000000 2px solid;
    border-top: solid #660099 2px;
    background: #330066;
    float: left;
    width: 20%;
    padding: 4px;
    
}

DIV.content {
    background: #FFFFFF;
    color: #000000;   
    float: right;
    width: 75%;
    text-align: left;
    padding: 4px;
}

DIV.gallery {
    background: #FFFFFF;
    color: #000000;   
    float: right;
    width: 75%;
    text-align: center;
    padding: 4px;
}

DIV.text {
    background: #FFFFFF;
    color: #000000;   
    float: right;
    width: 75%;
    text-align: left;
    padding: 4px;
}

H1
{
	color: #660099;
	font-size: xx-large;
	font-weight: bold;
}

DT { font-weight: bold; }

.small {
    font-size: small;
    text-indent: 4px;
}

IMG.gallery {
    border-right: #999999 1px solid;
    border-left: #CCCCCC 1px solid;
    border-bottom: #999999 1px solid;
    border-top: solid #CCCCCC 1px;
    padding: 2px;
}


IMG.link {
    padding: 2px;
    border: none;
}

/* Yule card styles */
.star {
    color: #FFFF33;
    font-size: xx-large;
}

.pine {
    color: green;
}

.bucket {
    color: red;
}

SPAN.cthule {
    color: green;
}


