/* Title **************/
.smalltitle {
	color: #fff;
	text-shadow: -2px 4px 2px rgba(0, 0, 0, 0.75);
}
.smalltitlebg {
	background: rgba(89, 107, 167, 0.3) none repeat scroll 0 0;
}

.storyline .game .quote,
.storyline .gamelight .quote {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.storyline .game .quoteline,
.storyline .gamelight .quoteline,
.postingheader .subtitle-end {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}
.storyline .game .quotedtitle,
.storyline .gamelight .quotedtitle {
    color: #fff;
    text-shadow: 3px 3px 2px rgba(30, 33, 114, 0.8);
}


/* Timeline **************/
.timeline .date .upper {
    background-color:white;
    color:black;
	border-style: solid;
	border-color: #d4d4d4;
}

.timeline .date .lower {
    background-color:black;
    color:white;
}


.timeline .date .active {
    background-color:darkred !important;
}

.timeline .entry .upper {
	border-style: solid;
	border-color: #d4d4d4;
}


/* Reste **************/
.info {
    
    color: #2a2a2a;
}

.info .title {
    color: #2a2a2a;
	text-shadow: 1px 1px 0 #cfc0ae;
}


.info h1 {
    background-color: rgba(207, 192, 174, 0.3);
    color: #2a2a2a;
}

.wanted {
    background-image: url(images/theme_white/background_post.jpg);
    color: #2a2a2a;
}

.wanted .title {
    color: #2a2a2a;
	text-shadow: 1px 1px 0 #cfc0ae;
}


.wanted h1 {
    background-color: rgba(207, 192, 174, 0.3);
    color: #2a2a2a;
}

.wanted h1.taken {
    color: #9b9082 !important;
}


.wanted .person {
    
}

.wanted .person .image {

}

.wanted .person .text {

}

.taken {
  color: #9b9082 !important;
}


.glossary {
	border-bottom: 1px dotted #969595;
}

		