/*----------------------
  Imported Stylesheets 
-----------------------*/
@import url(header.css);
/*-----------------
  General layout
------------------*/
body {
	font: 11px/18px verdana,arial,helvetica,sans-serif;
}
img {
	border: 0;
}
form {
	margin: 0;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0;
}
/* Lists */
ul {
  list-style: none;
	padding: 0;
	margin: 0;
}
li {
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}
blockquote {
  margin: 0 0 -1.8em 0;
  padding-left: 42px;
  padding-right: 22px;
  color: #7F777E;
  background: url(images/bq.gif) top left no-repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	word-spacing: 1px;
  font-size: 10px;
  line-height: 1.4em;
  text-align: left;
}
.blockquote {
  background: url(images/bq-close.gif) no-repeat 100% 100%;
}
/* Links */
a:link, a:visited {
	color: #916791;
	text-decoration: none;
}
a:hover, a:active {
	color: black;
}
.opaquelink a {
	filter: alpha(opacity=50);
  opacity: 0.5;
}
.opaquelink a:hover {
	filter: alpha(opacity=100);
  opacity: 1;
}
/* Basic classes */
.hidden {
	display: none;
}
.centerize {
	text-align: center;
}
.clearing {
	width: 704px;
	height: 0;
	clear: both;
}
/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container {
	width: 786px;
	height: 1%;
	overflow: visible;
	float: right;
	padding: 4px 0 0 0;
	margin-right: -168px;
}
.content {
	padding: 0;
	margin: 7px 196px 18px 5px;
}
/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2 {
	clear: both;
	background: url(images/dot.gif) bottom repeat-x;
	font-size: 17px;
	padding: 0 0 6px 0;
	margin: 0;
}
.contentbody {
	text-align: justify;
	padding: 0 0 2px 0;
}
.contentbody ul{
	list-style-type: square;
	padding: 0 8px 0 12px;
}
.contentbody ul li {
	background: none;
	margin: 4px 8px 4px 8px;
}
.contentbodyends {
	clear: both;
	background: url(images/dot.gif) bottom repeat-x;
	padding: 12px 0 6px 0;
	margin: 0;
}
/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory, .contentitempostedby {
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 0;
}
.contentitemmailto {
	background: url(images/bgemail.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 16px;
}
.contentitemprint {
	background: url(images/bgprint.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 16px;
}
.contentitemedit {
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitem {
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
}
.contentitem1 {
	display: inline;
}
.contentitem2 {
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4 {
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
/* Leftbox and Rightbox toolbar buttons
---------------------------------------------------- */
.leftbox, .rightbox {
font-size: smaller;
clear: both;
}
.leftbox {
margin: 0 3px 0 0;
padding: 0 3px; 0 0;
float: left;
}
.rightbox {
margin: 0 0 0 3px;
padding: 0 0 0 3px;
float: right;
}
/*-------------------------------------------------
  Footnotes
-------------------------------------------------*/
a.footnote {

}
ul.footnotes {
	list-style:none;
	padding: 0;
	margin: 12px 0 0 0;
	font-size: 1.1em;
}
li.footnote {
	background: none;
	padding: 0;
	margin: 4px 0 4px 0;
}
/*-----------------------
  Comments
------------------------*/
.itemcomment {
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover {
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover {


	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3 {
	font-size: 12px;
}
/*-------------------------
  Menu
---------------------------*/
#sidebarcontainer {
	float: left;
	width: 170px;
	padding: 2px 0 0 7px;
}
.sidebar {
	color: #21262A;
	margin: 0 6px 2px 0;
}
/* Menu lists */
.sidebardl {
	padding: 0 0 6px 0;
	margin: 0;
}
.sidebardl dt {
	background: #DFD1DE;
	color: #505050;
	font-size: 11px;
	font-weight: bold;
  font-family: "Verdana", "Arial", "Trebuchet MS", sans-serif;
	padding: 1px 10px;
}
.sidebardl dd {
	background: #DFDFDF;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
.sidebardl dd:hover {
	background: #E7E7E7;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
.sidebardl dd a:link, .sidebardl dd a:visited {
	background: url(images/arrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
}
.sidebard2 {
	background: #FFFFFF;
	padding: 10px 0 10px 0;
	margin: 0;
}
.sidebard2 a img {
	filter: alpha(opacity=60);
     	opacity: 0.6;
}
.sidebard2 a:hover img {
	filter: alpha(opacity=90);
    	opacity: 0.9;
}
/*---------------------------
  Calendar
-----------------------------*/
.calendarbox {
  text-align: center; /* IE only */
}
table.calendar {
	width: 168px;
	padding: 0 0 0 0;
	margin-left: auto;   /* required for Mozilla to center the table */
  margin-right: auto;  /* required for Mozilla to center the table */
  margin-bottom: 7px;
	border-left: 1px solid #A2ADBC;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	font: normal 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}
table.calendar caption {
	width: 168px;
	height: 19px;
	vertical-align: middle;
	padding: 0;
	margin-left: auto;   /* required for Mozilla to center the table */
  margin-right: auto;  /* required for Mozilla to center the table */
	border-left: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
	border-right: 1px solid #A2ADBC;
	font: normal 11px/20px "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}
tr.calendardateheaders {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #DFD1DD;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}
table.calendar td {
	/*border-right: 1px solid #A2ADBC;*/
	/*border-bottom: 1px solid #A2ADBC;*/
	width: 19px;
	height: 19px;
	text-align: center;
	background: url(images/bg_calendar.gif) no-repeat;
}
table.calendar td.days {
	color: #798786;
	text-align: center;
}
table.calendar td.days a:link, td.days a:visited {
	text-align: center;
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #916791;
	display: block;
	background: url(images/bg_calendar.gif) no-repeat;
}
table.calendar td.days a:hover, td.days a:active {
	text-align: center;
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background: url(images/bg_calendar_link_hover.gif) no-repeat;
}
table.calendar td.today {
	text-align: center;
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: none;
	background-color: #BE9AC2;
}
/*------------------------
  Forms
--------------------------*/
.loginform, .searchform, .newslettersubscribeform {
	margin: 5px 0;
}
.commentform, .mailform {
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img {
    margin: 5px 0 0 0;
}
.formfield {
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton {
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 2px 0 0 0;
}
.loginform .formfield , .searchform .formfield, .newslettersubscribeform .formfield {
	width: 130px;
  font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton, .searchform .formbutton, .newslettersubscribeform .formbutton {
	width: 60px;
  font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mailform .formfield {
	width: 280px;
  font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton {
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail {
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield {
    width: 300px;
}
.commentform .formbutton {
	width: 100px;
	height: 22px;
  font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error {
	color: red;
	font-weight: bold;
}
/*----------------------------------
  NP_TitleList display in Archive
------------------------------------*/
.searchoption select, .pageswitch select {
  font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
  color: #515151;
  margin: 0 10px 0 0;
}
.searchoption label {
  margin: 0 2px auto auto;
}
.searchoption .formbutton {
	width: 80px;
	height: 22px;
  font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.formsection {
  margin: 6px 0 10px 0;
}
.pageswitch {
  margin: 6px 0 6px 0;
  padding: 0 0 0 4px;
  background-color: #EDEDED;
}
ul.titlelist {
  margin: 0 0 0 -12px;
}
ul.titlelist li {
  font-weight: bold;
}
ul.titlelist li ul li{
  font-weight: normal;
}
ul.titlelist li ul {
  margin: 0 0 0 -12px;
}

/*------------------------------
  Miscellaneous
--------------------------------/
/* Search highlight color */
.highlight {
	background: #DEFFA9;
}
/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 0px 16px 0px 0px;
	padding: 3px 0px 3px 8px;
	border-left: 8px solid #ccc;
  font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}
/* Meftbox toolbar button */
.mainbox {
	margin: 0px 16px 0px 0px;
	padding: 3px 0px 3px 8px;
	border-left: 8px solid #ccc;
  font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}
/* Additional classes for inline images (added by GMC) */
.leftimagebox {
	float: left;
	margin: 4px 12px 4px 0;
}
.rightimagebox {
	float: right;
	margin: 4px 0 4px 12px;
}
.donateform {
  float: right;
  margin: 4px 0 4px 12px;
}
