/************ form styles ********************/
/************ (including tinymce at end) *****/
.chk {
  display: block;
  width: 180px;
  float: left;
}

.chk input {
  margin: 0 5px;
}
.blogItem h2 {font-size:130%; color:#333; font-weight:normal}
.blogItem h3 {font-size:130%; color:#333; font-weight:normal; margin:0}
.blogItem h4 {font-size:120%; color:#333; font-weight:normal;margin:0}
.blogItem h5 {font-size:100%; color:#000080; font-weight:normal}
#postDate p.pdate {font-size:90%;}
#ditto_pages {height:20px}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #008CBA; 
    color: #fff;

} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #008CBA; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: black;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
p.more {font-size:90%; margin-top: 5px}
p.more2 {font-size:90%; margin-top: 5px}
.comments {padding-left: 20px; background: url(../images/icon_comment.png) no-repeat left center}
.row {
  clear: both;
  padding-top: 6px;
  overflow:hidden;
  }

.edLabel {
	font-size: 1em;
	line-height: 1.6em;
	margin-right: 10px;
	width: 180px;
	float: left;
	color:#2173AF;
	}

.edLabelSubs {
  width: auto;
  margin-left: 16px;
}


.cRbutton  {
	font-size: 0.8em;
	color: green;
	}

#contactForm {
	width: 310px;
	float:left;
	}

#contactForm fieldset {
	padding: 0;
	padding-left: 5px;
	}

#contactPostal {
	float: left;
	width: 245px;
	margin-left: 1em;
	margin-bottom:1em;
	}

#contactPrivacy {
	width: 255px;
	float: left;
	margin-left: 1em;
	}

#contactForm legend,
#contactPostal legend,
#contactPrivacy legend {
	color:#009900;
	}

#contactForm .edLabel {
	width: 60px;
	}

#volunteers {
	font-size: 90%;
	border: 0 solid navy;
	margin: 0 0 0 3em;
	clear:left;
	}

#caption .edLabel, #alttext .edLabel {
	width: 80px;
	}

.edField {
	float: left;
	}

.upFile {
	margin-left:100px;
	font-size: small;
}


#itemEdit input, #itemEdit textarea {
	border: 1px solid #666666;
	padding: 2px;
	font: 1em Verdana, Arial, sans-serif;
	}

#itemEdit .wide {
	width: 632px
	}

#caption .wide, #alttext .wide {
	width: 350px;
	}

#itemEdit .medium {
	width: 200px;
	}

#itemEdit .date {
	width: 6em;
	}

#itemEdit .time {
	width: 3em;
	}

#itemEdit textarea {
	width: auto;
	}

#itemEdit #submitButton,
#contactForm #submitButton{
	width: auto;
	}

#contactForm input.field {
	width: 200px;
	}

#contactForm textarea {
	width: auto;
	}

#contactForm #cMessage {
	margin-top: 0.5em;
	}

#cdate {
	float: left;
	width: 300px;
	}

#cdate2	{
	float: left;
	}

#cdate .cDMonth {
	float: left;
	width: 60px;
	margin-left: 4px;
	margin-bottom: 2px;
	background-color:#CFC;
	}

#cdate label {
	margin-left: 2px;
	}

.cDYear {
	float: left;
	background-color:#CFC;
	margin-bottom:2px;
	}

.cDYear label{
	margin-left: 2px;
	}

#inputErrors {
  margin-left:2em;
  background-color:#FFFFCC;
  color: #c20;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
}

/* PubKit item management screens */
#addItem {
  padding-right: 20px;
  text-align: right;
}
table#tposts thead {background-color:#ddd;}
table#tposts thead tr th,table#tposts tr td { padding:2px 5px 2px 5px}
table#tposts form {border-bottom:1px solid #336699}
.manageItems td, .manageItems th {
	padding: 2px;
     
}

.pkManageTitles {
    width: 20em;
}

.pkStatusDraft {
	background-color:#EEE;
	color: #123;
	font-weight:bold;
}

.pkStatusLive {
	background-color:#336699;
	color: white;
	font-weight:bold;
}
.pkStatusFwdDate {
	background-color:#FF7B00;
	color: white;
	font-weight:bold;
}
.pkStatusExpired {
	background-color: #F00;
	color: white;
	font-weight:bold;
}
.pkStatusUnpub {
	background-color: #C33;
	color: white;
	font-weight:bold;
}

.flagColumn {
  width: 1.1em;
  text-align: center;
}

.dateColumn {
  font-size: 0.75em;
  min-width: 6em;
}
.ditto_introText {margin-bottom:12px}

/*********************** TinyMCE *******************************************/
/* Connected from setting in Resources > Plugins > TinyMCE > Configuration */

#tinymce {
  background-color: #FFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
}


