/* 
  ktp layout: v1.5
  masthead red: #ee364f
  background: #f16968
  black 10% on bg: #d85e5d
  black 50% on bg: #a84949
  black 60% on bg: #602a2a
  black 75% on bg: #3c1a1a
  white 10% on bg: #f27877
  white 30% on bg: #f59696
  warning yellow: #f9e0a8
  light pale text: #c15655
  dark pale text: #771b27
*/

html, body {
  margin:0;
  color: black;
  padding: 0;  
  font-family: Georgia,Palatino,Sylfaen,"Times New Roman", Times, serif;
}

body {
  min-height: 800px;
  background: #f16968 url(/assets/91/pagebg.jpg) repeat-x top left;
}

h1, h2, h3 {
  line-height: 1.2;
  font-family: HelveticaNeue-Bold, helvetica, arial, sans-serif;
  letter-spacing: -0.04em;
}

h1.dropped, h2.dropped, h3.dropped {
  margin-top: 2em;
}

p {
/*  margin: 50px 10px 20px 10px;*/
}

blockquote {
  color: #771b27;
  border-left: 5px solid #a84949;
  margin: 0;
  padding-left: 20px;
}

a, a:link, a:visited {
  color: #771b27;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

img { margin:0; border:0; padding:0;}

h2.download {
  font-size: 2em;
}

h2.download img {
  float: left;
  margin: 0 14px 3px 0;
}

.separator {
  display: none;
}

/******** BASIC LAYOUT ********/

div#mastheadbg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 325px;
  z-index: 10;
  background: url(/assets/89/mhbg.png) no-repeat top center;
/*  border: 1px solid white;*/
}

div#pageholder {
  position: relative;
  width: 820px;
  line-height: 1.6;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding-bottom: 100px;
  z-index: 100;
}

div#sitetitle {
  position: absolute;
  left: 340px;
  top: 26px;
  z-index: 20;
  z-index: 300;
}

div#sitetitle h1 {
  font-size: 1.7em;
  line-height: 0.9;
  letter-spacing: -0.05em;
  font-family: 'HelveticaNeue-Light', helvetica, arial, sans-serif;
  font-weight: lighter;
  margin: 10px 10px 4px 10px;
}

div#sitetitle h1 strong {
  font-weight: bold;
  font-family: 'HelveticaNeue-Bold', helvetica, arial, sans-serif;
}

div#sitetitle h1 a.beta {
  font-size: 60%;
  color: white;
}

div#sitetitle h1 a:hover {
  color: black;
}

div#navigation {
  background: url(/assets/85/menubg.png) no-repeat bottom left;
  padding: 0 10px 0 10px;
  margin: 0;
  overflow: hidden;
  opacity: 0.95;
}

div#navigation ul {
  margin: 0 0 0 4px;
  padding: 0;
  font-family: HelveticaNeue-Light, helvetica, arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.4;
  list-style: none;
}

div#navigation ul a {
/*  color: black;*/
  background: url(/assets/88/menubullet.png) no-repeat 0 2px;
  padding-left: 19px;
}

div#navigation ul a:hover {
  color: black;
  background: url(/assets/87/menubullet_over.png) no-repeat 0 2px;
}

div#navigation ul a.notyet, div#navigation ul a.notyet:hover {
  color: #be2b3f;
  background: url(/assets/86/menubullet_disabled.png) no-repeat 0 2px;
}

div#navigation ul a.hidenav {
  display: block;
  height: 16px;
}

div#menumarker {
  position: absolute;
  left: 360px;
  top: 86px;
  z-index: 200;
  width: 24px;
  height: 21px;
  background: url(/assets/82/bigdownarrow.png) no-repeat top left;
}

div#sitters {
  position: absolute;
  left: 0;
  top: 13px;
  width: 206px;
  height: 156px;
  background: url(/assets/92/sitters.png) no-repeat top left;
}

div#marginalia {
  position: relative;
  float: left;
  width: 180px;
  margin: 220px 30px 0 25px;
  font-size: 85%;
  line-height: 1.1;
  font-family: helvetica, arial, sans-serif;
  color: #771b27;
}

div#mainpage {
  position: relative;
  margin-top: 130px;
  margin-bottom: 160px;
  overflow: hidden;
}

div.halfwidth {
  float: left;
  width: 48%;
  margin-right: 2%;
}

div.nofloat {
  clear: both;
}

/* specific formatting */

div#mainpage h1 {
  margin-top: 0;
}

div#marginalia h2, div#marginalia h3 {
  font-family: HelveticaNeue-Light, helvetica, arial, sans-serif;
}

div#marginalia ul {
  color: #771b27;
  list-style: square;
  padding: 0;
  margin: 0;
  font-family: HelveticaNeue-Roman, helvetica, arial, sans-serif;
}

div#marginalia ul.clean {
  list-style: none;
}

div#marginalia ul li {
  margin: 4px 0;
}

div#marginalia ul.clean li {
  margin: 8px 0;
}

div#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
  background-color: white;
  z-index: 500;
  border-top: 6px solid #f16968;
}

div#footercontent {
  position: relative;
  width: 700px;
  margin: 4px auto 2px auto;
}

div#footercontent p.reticent {
  float: right;
  margin: 7px 0;
  font-size: 80%;
  font-family: HelveticaNeue-Light, helvetica, arial, sans-serif;
  color: #e2e1dd;
}

div#footercontent p.reticent a {
  color: #cacac8;
}

div#footercontent p.reticent a:hover {
  color: #ee364f;
}

div#sparktab {
  position: fixed;
  height: 32px;
  width: 38px;
  right: 45px;
  bottom: 32px;
  z-index: 510;
}

h1.pagetitle {
  margin-bottom: 0;
}

/**** blog entries ****/

h1.bloghead, h2.bloghead, h3.bloghead {
  margin: 3px 0;
  clear: left;
}

p.credit {
  font-size: 16px;
  margin-top: -5px;
}

.credit {
  color: #c15655;
  font-weight: lighter;
}

.credit a {
  color: #c15655;
}

p.credit a:hover {
  color: white;
}

p.breadhead {
  margin-bottom: 0;
}

div.between {
  width: 100%;
  height: 1px;
  margin: 20px 0 20px 0;
}

p.continuation {
  font-size: 85%;
  font-family: HelveticaNeue-Bold, helvetica, arial, sans-serif;
  text-align: right;
}

/***** page comments ********/


h3.comments_header {
  border-bottom: 1px solid #c15655;
  padding-bottom: 4px;
  margin-bottom: 16px;
}


/***** feed links ******/


a.feedlink, a.feedlink:visited {
  background: url(/assets/83/feed_14_dark.png) no-repeat top left;
  padding-left: 17px;
}

a.feedlink:hover {
  color: white;
  background: url(/assets/84/feed_14.png) no-repeat top left;
}

a.floating {
  float: right;
  margin: 0 0 10px 20px;
}

li.ics {
  list-style: none;
  font-size: 28px;
  line-height: 38px;
  margin: 0;
}

li.ics a {
  background: url(/assets/46/ics.png) no-repeat top left;
  padding-left: 28px;
}


/**** images and other attachments ****/


div.attachments {
  width: 260px; 
  float: right; 
  margin: 0 6px 10px 16px;
}

div.narrow {
  width: 120px;
}

div.attachments img {
  float: left;
  margin: 0 2px 2px 0;
}

div.attachments p {
  clear: left;
  margin: 4px 0 0 0;
  font-size: 80%;
  font-family: HelveticaNeue-Roman, helvetica, arial, sans-serif;
}

div.attachments div.caption {
  width: 240px;
  clear: left;
  margin: 4px 0 4px 0;
  font-size: 75%;
  font-family: HelveticaNeue-Roman, helvetica, arial, sans-serif;
  color: #602a2a;
}

p.caption {
  margin-top: 0;
  font-size: 75%;
  font-family: HelveticaNeue-Roman, helvetica, arial, sans-serif;
  color: #a84949;
}

div.attachments ul {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #cacac8;
  font-size: 75%;
}

div.attachments li {
  padding: 0;
  border-top: 1px solid #771b27;
  padding: 2px;
}

div.attachments li a {
  font-weight: bold;
  font-size: 120%;
}


div.download {
  clear: left;
  line-height: 1.4;
  margin: 20px 0;
}

div.download h2 {
  font-size: 300%;
  font-weight: normal;
  margin: 0;
}

div.download p {
  font-size: 120%;
  margin: 0;
}

div.download img {
  float: left;
  margin: 10px 16px 6px 0;
}

ul.download {
  padding-left: 20px;
}

ul.download li {
  list-style: none;
  margin: 4px 0;
  line-height: 32px;
  font-family: Georgia,Palatino,Sylfaen,"Times New Roman", Times, serif;
  font-weight: lighter;
  font-size: 24px;
}

ul.download li a {
  display: block;
  padding-left: 40px;
  background: transparent url(/images/icons/Reader-32.gif) no-repeat top left;
}

ul.download li a.word {
  background: transparent url(/images/icons/Word-32.gif) no-repeat top left;
}


/**** calendar blocks ****/

table.small_month {
  border-collapse: collapse;
  border: 1px solid #ccc;
  color: #a84949;
  margin-bottom: 10px;
}

table.small_month th, table.small_month td {
  border: 1px solid #a84949;
  padding: 2px;
  vertical-align: middle;
  text-align: center;
  font-family: HelveticaNeue-Light, helvetica, arial, sans-serif;
  font-size: 0.7em;
  line-height: 1;
}

table.small_month td {
  width: 20px;
  overflow: hidden;
  line-height: 16px;
  padding-top: 4px;
}

table.small_month tr.month_name th {
  font-weight: normal;
  color: black;
}

      /* colour-coding of day blocks in reverse priority order */

table.small_month td.other_month {
  color: #a84949;
  background-color: transparent;
}

table.small_month td.weekend_day {
  background-color: #d85e5d;
}

table.small_month td.eventful {
  background-color: #f59696;
}

table.small_month td.eventful_weekend {
  background-color: #f16968;
}

table.small_month td.today {
  background-color: #a84949;
  color: white;
  font-weight: bold;
}




table.small_month th a {
/*  display: block;*/
  color: #ccc;
  font-weight: lighter;
}

table.small_month th a:hover {
  color: #c00;
}

table.small_month td.other_month a {
  color: #ccc;
}

div.event {
  margin: 0 0 10px 0;
}

div.event h3 {
  margin: 0 0 3px 0;
  color: black;
}

div.event p {
  margin: 0;
  color: #a84949;
}

h2.event_period {
  clear: left;
}

div.event span.location {
  font-family: helvetica, arial, sans-serif;
  font-weight: lighter;
  font-size: 75%;
  color: #f59696;
}

div.date {
  display:block;
  width: 36px;
  text-align: center;
  float: left;
  clear: left;
  font-family: Arial, Helvetica, sans-serif; 
  margin: 0 10px 0 0;
  color: black;
  line-height: 1;
}

div.date span.date-month {
  display:block; 
  font-size: 12px;
  margin:0; 
  padding: 3px 0 0 0;
}

div.date span.date-day { 
  display:block; 
  font-size:20px;
  margin:0; 
  padding:0;  
}


/**** latest... blocks ****/


div.latest {
  width: 45%;
  margin-right: 3%;
  float: left;
  font-family: helvetica, arial, sans-serif;
  font-size: 80%;
  line-height: 1.2;
}

div.latest p.descriptive {
  margin: 0;
  color: #a84949;
}

ul.clean {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.clean li {
  margin: 8px 0;
  min-height: 42px;
}

ul.clean li a {
  font-weight: bold;
}


/******** pagination ********/

div.pagination {
  font-family: helvetica, arial, sans-serif;
  font-size: .8em;
}

span.pagination_summary {
  color: #c15655;
  float: right;
}

p.pagination_summary a {
  color: #fff;
}

div.pagination a {
  padding: 6px 8px 5px 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

div.pagination a:hover {
  background-color: #a84949;
  color: white;
  text-decoration: none;
}

div.pagination span.current {
  padding: 6px 8px 5px 8px;
  margin-right: 2px;
  background-color: #a84949;
  color: #f16968;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

div.pagination span.disabled {
  padding: 6px 8px 5px 8px;
  margin-right: 2px;
  color: #f59696;
}

/******** forum & readership ********/

div#forum {
  font-family: helvetica, arial, sans-serif;
}

div#forum h1, div#forum h2 {
  margin-bottom: 24px;
  line-height: 1.2;
}

h1 a.breadhead, h2 a.breadhead {
  font-weight: lighter;
  margin: 0 0 3px 0;
  display: block;
  letter-spacing: 0;
  font-size: 50%;
  color: #a84949;
}

div#forum a.floating {
  float: right;
  margin: 0 0 10px 20px;
}

div#forum a.feedlink {
  background: url(/images/forum/feed_14.png) no-repeat 0 4px;
  padding-left: 18px;
  color: #f58822;
}

div#forum img.feedicon {
  margin: 3px 0 0 4px;
}

div#forum_preamble {
  color: #3c1a1a;
  margin-bottom: 24px;
  margin-top: 10px;
}

div#forum_preamble p {
  margin-top: 0;
}

div#forum div.reply {
  margin-left: 0;
  margin-top: 30px;
}

div#forum div.first_post {
  margin-left: 0;
}

div#forum div.post_header a.replied {
  color: #c15655;
}


/***** system messages and controls ********/

.notice, .error {
  position: absolute;
  width: 250px;
  right: 0;
  background-color: inherit;
  color: white;
  margin: 0;
  padding: .75em;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 2000;
}
.notice {
  background-color: #0c3;
  border: 3px solid #7FE699;
}
.error {
  background-color: #d1005d;
  border: 3px solid #ff0071;
}

#reader_links {
  font-size: 80%;
}

p.system_message {
  font-family: HelveticaNeue-Light, helvetica, arial, sans-serif;
  font-size: 85%;
  color: #666;
}

/***** lists of topics and forums ********/

ul.main {
  list-style: none;
  margin: 20px 0 50px 0;
  padding: 0;
} 

ul.main li {
  clear: left;
  margin: 30px 0;
}

ul.main li span.subject a, ul.main li span.subject a:visited {
  font-family: helvetica, arial, sans-serif;
  font-size: 160%;
  font-weight: bold;
  line-height: 1;
}

ul.main li span.context a, ul.main li span.context a:visited, p.context a, p.context a:visited {
  color: #771b27;
}

ul.main li.sticky span.subject a, ul.main li.sticky span.subject a:visited {
  color: #d1005d;
}

ul.main li.locked span.subject a, ul.main li.locked span.subject a:visited {
  color: #3c1a1a;
}

p.context, p.updatenote {
  font-size: 80%;
  color: #a84949;
  display: block;
  margin: 0;
  font-family: helvetica, arial, sans-serif;
}

p.updatenote {
/*  text-align: right;*/
}

ul.main li span.context {
  font-size: 80%;
  color: #a84949;
  display: block;
  margin-top: -4px;
  font-family: helvetica, arial, sans-serif;
}

ul.main li div.preview {
  font-size: 85%;
  color: #3c1a1a;
}

ul.main li div.preview p {
  margin-top: 5px;
}

p.quiet {
  font-size: 80%;
  color: #a84949;
  font-family: helvetica, arial, sans-serif;
}

/***** message display ********/

div#forum div.post {
  position: relative;
  clear: left;
  margin: 10px 0 30px 0;
}

div#forum div.first_post {
  margin-top: 0;
  clear: both;
}

div#forum div.post_header h2 {
  margin: 0;
  font-weight: lighter;
  line-height: 1.1;
}

div#forum div.post div.post_body, div#forum div.post div.post_wrapper {
  position: relative;
}

div#forum div.post div.post_body {
  font-size: 90%
}

div#forum div.post div.post_body p {
  margin: 0.5em 0;
  color: #602a2a;
}

div#forum div.post div.post_body blockquote {
  color: #a84949;
  border-left: 5px solid #a84949;
  margin: 0;
  padding-left: 20px;
}

div#forum div#replyform {
  margin-top: 50px;
}

div.login_form {
  margin-top: 50px;
  width: 400px;
}


/***** friendly forms and other input niceties ********/

form.friendly input.titular {
  width: 95%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6em;
  line-height: 1;
  color: #3c1a1a;
  clear: both; 
  border: 1px solid #f59696;
  padding: 5px;
}

form.friendly textarea, form.friendly select, form.friendly input.standard {
  width: 95%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2em;
  line-height: 1;
  color: #3c1a1a;
  border: 1px solid #a84949;
  padding: 5px;
}

form.friendly input.login {
  width: 95%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2em;
  line-height: 1;
  color: #3c1a1a;
  border: 1px solid #a84949;
  padding: 5px;
}

form.friendly textarea {
  line-height: 1.2;
}

form.compact {
  font-size: 80%;  
  line-height: 1;
}

form.compact input.login, form.compact input.titular, form.compact textarea, form.compact select, form.compact input.standard {
  font-family: Georgia, "Times New Roman", serif;
  color: #3c1a1a;
  border: 1px solid #a84949;
  padding: 5px;
  width: 98%;
}

form.compact input.titular {
  font-weight: bold;
  font-size: 1.2em;
}

form.compact input.login {
  color: #602a2a;
}

form.compact textarea {
  line-height: 1.2;
}

form.compact label {
  font-family: HelveticaNeue-Light, helvetica, arial, sans-serif;
  font-weight: lighter;
  font-size: 1.2em;
  margin-bottom: 2px;
}

form.compact label.paranthetical {
  color: #771b27;
}

form.compact p, form.compact h3 {
  margin: 0 0 1em 0;
}

form.compact p.buttons {
  margin: 0;
}

span.formnote {
  font-family: HelveticaNeue-Light, helvetica, arial, sans-serif;
  font-size: 75%;
  color: #c15655;
}

a.newmessage {
  display: block;
  font-family: HelveticaNeue-Light, helvetica, arial, sans-serif;
  font-size: 1.6em;
}

h2.inviting, a.inviting {
  display: block;
  font-family: HelveticaNeue-Light, helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 0;
  margin-top: 50px;
}

ul.friendly {
  list-style: square;
  font-family: HelveticaNeue-Roman, helvetica, arial, sans-serif;
  font-size: 85%;
  color: #3c1a1a;
  padding-left: 0;
  margin-top: 0;
}

label, h3.label {
  font-family: HelveticaNeue-Light, helvetica, arial, sans-serif;
  font-weight: lighter;
}

label.paranthetical {
  font-size: 0.9em;
  color: #c15655;
}

div#forum div.post_control {
  font-size: 85%;
  color: #f59696;
}

div#forum div.post_control p {
  margin: 0;
}

div#forum div.post_control p.post_admin {
  text-align: right;
}

div#forum div.post_control a {
  color: #602a2a;
}

div#forum div.post_control a.edit_post {
  color: #c15655;
}

div#forum div.post_control a.delete_post {
  padding-left: 5px;
  color: #d1005d;
}

div#forum div.post_control a:hover {
  color: white;
}

.waiting {
  color: #f59696 !important;
  padding-left: 18px;
  background: transparent url(/assets/96/wait_16_on_red.gif) no-repeat left top;
}

/***** login on the forum pages is an aside, and so quieter than on the main login form ********/

div#replyform {
  margin-top: 80px;
}

/***** input validation and error reporting ********/

form.friendly div.error-with-field {
  display: inline;
}

form.friendly small.error {
  display: none;
}

p.haserror {
  color: #f9e0a8;
  border-left: 4px solid #f9e0a8;
  padding-left: 12px;
}

form.friendly p.haserror input, p.haserror textarea {
  border: 1px solid #f9e0a8 !important;
  color: #ee364f;
}

form.friendly p.haserror label {
  color: #f9e0a8 !important;
}

form.friendly div.innocuous {
  display: none;
}

form.friendly label.required {
  font-weight: bold;
}

/***** inline forms ********/

div#forum div.post_wrapper div.post_form {
  margin: 0 0 20px 0;
  padding: 0;
}

div#forum div.post_wrapper div.post_form form {
  margin: 0;
}

div#forum div.post_wrapper div.post_form label {
  display: none;
}

/*
div#forum div.post_wrapper div.post_form textarea {
  left: 0;
  right: 0;
  background-color: #f27877;
  color: #fff;
  border-color: #f59696;
  font-size: 1em;
}
*/

div#forum div.post_wrapper div.post_form p {
  margin: 0;
}

/***** gravatars and other useful things ********/

img.gravatar {
  float: left;
  margin: -1px 10px 3px 0;
}

img.thumbnail_gravatar {
  float: left;
  margin: 2px 10px 10px 0;
}

img.big_gravatar {
  float: left;
  margin: 8px 10px 4px 0;
}

/***** we all love smileys ********/

img.smiley {
  margin: 3px 3px 0 3px;
}

/***** post attachments ********/

div.upload_handler, div.post_attachments {
  margin: 0 0 30px 0;
  border-left: 5px solid #a84949;
  padding-left: 20px;
}

div.upload_handler h4, div.post_attachments h4 {
  margin: 0;
  font-size: 0.8em;
  font-weight: lighter;
  color: #a84949;
  margin: -3px 0 2px -10px;
}

div.upload_handler h3, div.post_attachments h3 {

}

div.upload_handler ul, div.post_attachments ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

div.upload_handler ul li, div.post_attachments ul li {
  clear: none;
  margin: 0;
}

div.upload_handler a.attachment, div.post_attachments a.attachment {
  background: url(/images/forum/icons/attachment.png) no-repeat 0 2px;
  padding-left: 18px;
  color: white;
}

div.upload_handler a.attachment:hover, div.post_attachments a.attachment:hover {
  background-image: url(/images/forum/icons/attachment_new.png);
}

div.upload_handler a.remove {
  font-family: helvetica, arial, sans-serif;
  font-size: 50%;
}

a.cancel, div.upload_handler a.remove {
  color: #af024f;
}

a.cancel:hover, div.upload_handler a.remove:hover {
  color: #d1005d;
}

/*** some hiding on the assumption that the form is scripted ***/

div.upload_handler ul.attachments input {
  display: none;
}

div.uploads {
  display: none;
}

div.upload_handler ul li {
  color: white;
}

/*
div.remote_content {
  background-color: #d85e5d;
  padding: 20px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;  
}

div.remote_content h1, div.remote_content h2, div.remote_content h3 {
  margin-top: 0;
}

div.remote_content div.login_form, div.remote_content div#replyform {
  width: auto;
  margin-top: 0;
}

div.remote_content p.quiet {
  margin-bottom: 0;
}
*/