@charset "utf-8";

/* ----- story ------ */
#storyName {
	float: left;
	margin-bottom: 15px;
}
#storyInfo {
	float: left;
	padding-left: 13px;
}
/* ------------------ */

/* --- mini boxes --- */
#miniBox .sb-inner {
	background: #493b35;
}
#miniBox {
	font-weight: bold;
	float: right;
	width: 64px;
	height: 51px;
	margin: 0 5px;
	padding: 0px;
	text-align: center;
}
#miniBox h3 {
	color: #46bbdc;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}
#miniBox p {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

#miniBox2 {
	float: right;
	width: 64px;
	height: 25px; /*51*/
	margin: 0 5px;
	padding: 0px;
	text-align: center;
}
#miniBox2_neg {
	float: left;
	width: 64px;
	height:25px;
	margin-bottom: 1px;
}
#miniBox2_neg .sb-inner {
	background: #d2a2a2;
}
#miniBox2_neg .sb-border {
	background: #a63535;
}
#miniBox2_pos {
	float: left;
	width: 64px;
	height:25px;
	margin-bottom: 1px;
}
#miniBox2_pos .sb-inner {
	background: #7bd9eb;
}
#miniBox2_pos .sb-border {
	background: #288597;
}
#miniBox2_pos a {
	display: block;
	color: #288597;
	font-size: 18px;
	font-weight: bolder;
}
#miniBox2_neg a {
	display: block;
	color: #a63535;
	font-size: 18px;
	font-weight: bolder;
}
/* ------------------ */

/* -- readingBox fix -*/
#readingBox_container { /* have to float it left to work */
	float: left;
}
/* ------------------ */

/* --- derivatives -- */
#derivatives {
	float: right;
	margin: 0 10px;
	padding: 0;
	width: 160px;
	color: #663300;
}
.derivative {
	float: right;
	padding: 0px;
	width: 162px;	
	height: 107px;
	margin-bottom: 10px;
	font-size: 11px;
	background: url("../images/branch_bg.png") 0 0 no-repeat;
}
.derivative_content {
	float: left;
	width: 140px;
	height: 40px;
	margin: 7px 10px 10px 10px;
	padding: 0;
	overflow: hidden;
}

.derivative_content p{
	color: #363636;
}

.derivate_by {
	display: block;
	float:left;
	color: #888888;
	margin: 0 10px 0 10px;
}

.derivate_title {
	display: block;
	float: left;
	width: 140px;
	margin: 10px 10px 0 10px;
	overflow: hidden;
}

.derivative_score {
	float: right;
	text-align: right;
	color: #888888;
}
.derivative_continue {
	float: left;
	font-size: 12px; 
	font-weight: bold;
	padding-left: 5px;
}

a.branchLink {
	color: #169ac1;
}
a:hover.branchLink {
	color: #137997;
}
/* ------------------ */

/* ---- comments ---- */
#showComments {
	float: left;
	width: 900px;
	margin-top: 25px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#commentsContainer {
	float: left;
}
/* ------------------ */


/* ================================ */




.nextprevDerivs {
text-align: center;
color: #888888;
font-weight: bold;
font-size: 10px;
}

.nextprevDerivs span{
cursor: pointer;
}

#deriv_updates {
height: 480px;
}

.favRollover,
.favActiveRollover,
.flagRollover,
.flagActiveRollover {
	margin: 5px 0 0 11px;
	padding: 0;
	float: left;
	width: 16px;
	height: 16px;
    text-decoration: none;
}
.deleteRollover{
	margin: 5px 0 0 11px;
	padding: 0;
	float: right;
	width: 16px;
	height: 16px;
    text-decoration: none;
}

a.favRollover {
    display: block;
    background: url("../images/fav.png") 0 0 no-repeat;
}
a:hover.favRollover {
    background-position: 0 -16px;
}

a.favActiveRollover {
    display: none;
    background: url("../images/fav.png") 0 0 no-repeat;
    background-position: 0 -32px;
}
a:hover.favActiveRollover {
    background-position: 0 -48px;
}

a.flagRollover {
    display: block;
    background: url("../images/flag.png") 0 0 no-repeat;
}
a:hover.flagRollover {
    background-position: 0 -16px;
}

a.flagActiveRollover {
    /*display: none;*/
    background: url("../images/flag.png") 0 0 no-repeat;
    background-position: 0 -32px;
}
a:hover.flagActiveRollover {
    background-position: 0 -32px;
}

a.deleteRollover {
    display: block;
    background: url("../images/deleteX.png") 0 0 no-repeat;
}
a:hover.deleteRollover{
    background-position: 0 -16px;
}


#readingBox_contents {
	height: 450px;
	overflow: auto;
	width: 670px;
	overflow-x: hidden;
}	

.countDown {
	margin: 110px 0 0 0;
	color: #363636;
	text-align: center;
}

#countDown_nums {
	margin: 10px 0 0 0;
	font-weight: bold;
	font-size: 28px;
}




a.prevContribText {
	color: #888;
	text-decoration: none;
}
a:hover.prevContribText {
	color: #666;
	text-decoration: none;
}


/* ===== CHRISTIAN ADDED=========================== */
