body {
	color: rgb(40, 40, 40);
    background: #7c9494;
}

a {
    color: rgb(20, 20, 255);
}

#date {
	color: rgb(100, 100, 100);
}

img, embed {
	border: 3px double rgb(120, 120, 120);
}

#content {
    background: rgb(242, 242, 242);
    -webkit-box-shadow: 0px 0px 64px #151d1d;
    -moz-box-shadow: 0px 0px 64px #151d1d;
}

.month a, .month .entry {
	color: rgb(60, 60, 60);
}

.month .entry {
	background: #98b5c6;
}

.month .selected a {
	color: rgb(221, 221, 221);
}

.month .selected {
	background: rgb(100, 100, 100);
}

#weights tr {
	border-bottom: 1px dashed rgb(161, 161, 161);
}

#weights .heading, #weights .last {
	border: none;
}

#weights .heading {
	background: rgb(50, 50, 50);
}

/* Tabs ***************************************************************************************************************/

#tabs {
	color: rgb(55, 55, 55);
    background: #609e36;
    border: 2px solid #569030;
    -webkit-box-shadow: 0px 0px 16px #65a638;
    -moz-box-shadow: 0px 0px 16px #65a638;
}

#tabs .selected {
	background: #7fb957;
}

#tabs .border {
	border-left: 3px solid #5d9737;
}

#tabs a {
	color: rgb(217, 217, 217);
}

/* Pedigree ***********************************************************************************************************/

#chart {
	border: none;
}

#pedigree td {
    border: 1px solid rgb(80, 80, 80);
}

/* License ************************************************************************************************************/

#license {
    color: rgb(242, 242, 242);
    background: rgb(35, 35, 35);
}

#license a {
    color: rgb(180, 180, 255);
}