/**
  * Mods to basic 'kforge' theme
  */

/* change background */
body {
}

/* get rid of color so background comes through */
#navigation li a,
#navigation li a:link,
#navigation li a:visited,
.box .rtop, .box .rbottom,
#footer
{
}

#top { margin-top: 0.4em; }
/* mess with standard ckan theme to remove second submenu for time being */
#subnav { background: transparent; height: 1px; }
#subnav * { display: none; }
#main { margin-top: 0.5em; }
#primary { margin-top: 1.2em; }

/**
  * Minor generic additions
  */

p.error {
  color: red;
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #ccc;
  margin: 15px 30px 0px 10px;
  color: #777;
  padding-left: 20px;
}

table.index {
  background-color: transparent; 
  border: none;
  margin: 0;
}

table.index th {
  text-align: center;
  background-color: transparent;
}

table.index td {
  background: transparent;
  border: none;
  vertical-align: top;
}

table.index p.work-actions {
  font-size: 0.9em;
  margin-left: 1.5em;
}

/**
  * Word of the day
  */

div#word-of-the-day {
  background: transparent url(/img/shkspr/word_of_the_day.png) no-repeat top center;
  height: 150px;
}

div#word-of-the-day p {
  position:absolute;
  left:5px;
  top:114px;
  font-size: 1.3em;
}


/**
  * HTML transformed from Moby texts
  * these classes get applied in shksprdata/moby_html.xsl
  */

.shkspr-act-title {
  margin-top: 2em;
}

.shkspr-scene-title {
  margin-top: 1.5em;
}

.shkspr-speech-speaker {
}
 
p.shkspr-speech-body {
  margin-left: 1em;
}

.shkspr-stagedir {
  font-style: italic;  
}

.shkspr-stagedir-inline {
  font-style: italic;  
}

/* ============== */
/* = Pagination = */
/* ============== */

.pager {
	width: 100%;
	text-align: center;
	margin: 0 0 1.2em 0;
	clear: both;
}

.pager span, .pager a {
	text-decoration: none;
	margin: 0em;
	border: none;
	padding: 0.3em 0.1em;
}

.pager a:hover, .pager a:active {
	color: #fff;
	background-color: #c22;
}

.pager span.pager_dotdot {
	color: #aaa;
}

.pager span.pager_curpage {
	font-weight: bold;
	border: 1px solid #ddd;
}

