/*******************************************************************************
 NUDN2 General Definitions
*******************************************************************************/
html { 
	padding:0;
	margin:0; }

body {
	background:#FFF;
	font-family:verdana, sans-serif;
	font-size:76%;
	color:#3E3E3E;
	padding:0;
	margin:0; }

img, form { padding:0; margin:0; border:0; }

em, i { font-style:italic; }

strong, b { font-weight:bold; } 

.skip { display: none; }

.clear { clear: both; }

a:link, a:visited {
	text-decoration:underline;
	color:#800040; }
a:hover {
	background-color:#800040;
	color:#fff;
}

/* bullets */
ul { 
	list-style:none;
	padding:0;
	margin:0; }

li { 
	list-style:none url("arrow.gif");
	margin:5px 0 5px 19px; }
	
li.stats { 
	list-style:none; 
	margin:5px 0 5px 19px; }

/*******************************************************************************
 Columns definitions
*******************************************************************************/
.wrapper {
	min-width:400px;
	width:100%; 
	margin: 0 -1px; }

.outer {
	width:auto;
	/* left column width and color */
	border-left:130px solid #F5F5F5;
	/* right column width and color */
	border-right:170px solid #F5F5F5;
	/* center column colour */
	background:#FFF; }

.inner {
	margin:0;
	width:100%;
	border-left:1px dashed #C0C0C0;
	border-right:1px dashed #C0C0C0; }

/* Mozilla code */
.outer > .inner { border-bottom:1px solid transparent; }

/*******************************************************************************
 Header
*******************************************************************************/
.header {
	position:relative;
	background:#FFF;
	margin:0 0 0 0;
	border-bottom:1px dashed #C0C0C0; }

.navBar {
	position:relative;
        text-align:center;
	font-size:1.2em;
	font-weight: bold;
	padding:10px;
	/*left:10px;
	top:5px;*/
	margin-bottom:5px;
        margin-top:5px;
 }

.navBar a:link, a:visited {
	text-decoration:none;
	color:#800040; }
.navBar a:hover {
	background-color:#800040;
	color:#fff;
}

.headerQuote {
	position:relative;
	/*top:55px;
	right:10px;*/
	font-size:2.2em;
	font-weight:bold; 
	font-family: "Times New Roman", Times, serif;
        color:#800040;
        background-color:#f5f5f5;
        padding-top:5px;
        padding-bottom:5px;
        text-align:center;
}
.newsBar {
  /*width : 230px;
  margin-right: 1em;
  margin-left: 2em;
  margin-bottom : 1.5em;*/
  margin-top:1.53em;
}

/*******************************************************************************
 Left column
*******************************************************************************/
.leftcol {
	float:left;
	position:relative;
	z-index:10;
	width:130px;
	margin-left:-130px;
	font-size:0.9em;
	line-height:120%;
	color:#3E3E3E;
	overflow:hidden; }

.leftpad { padding:10px; }

.leftcol a:link, .leftcol a:visited {
	text-decoration:underline; 
	color:#800040; }
	.leftcol a:hover {
	background-color:#800040;
	color:#fff;
}

.leftcol h2 {
	background:transparent;
	font-size:1.2em;
	color:#3E3E3E;
	margin:5 0 3px 0;
	border:0; }

.leftcol h2.separator {
	margin:8px 0 5px 0;
	padding-top:8px;
	border-top:1px solid #C0C0C0; }

#google {
position: relative;
float: left;
width:123px;
height: auto;
padding:5px 2px 5px 5px;
	font-size:0.9em;
	font-family: verdana, sans-serif;
	text-align:left;
}
/*******************************************************************************
 Middle column
*******************************************************************************/
.middlecol {
	float:left;
	width:100%;
	position:relative;
	z-index:12;
	font-size:1.0em;
	line-height:160%;
	color:#2A2A2A; }

.middlepad { padding:6px 15px 15px 15px; }

.middlecol a:link, .middlecol a:visited {
	text-decoration:underline; 
	color:#800040;}
	
.middlecol a:hover {
	background-color:#800040;
	color:#fff;
}

.middlecol li {
	list-style:none url("arrow.gif"); }

h1.item {
	font-size:1.4em;
	margin:0 0 5px 0; }

h1.item a {
    text-decoration:underline; }

h1.item a:hover {
    background-color:#800040;
	color:#fff;}

.iteminfo {
	background:url("arrow2.gif") no-repeat 0 10px;
	font-size:0.9em;
	color:#7F7F7F; 
	padding:3px 0 15px 15px; 
	margin:0 0 10px 0;
	border-bottom:1px dashed #C0C0C0; }

.offsetlinks {
	font-size:0.9em;
	text-align:right; }

/* comments */
.comment {
	font-size:0.9em; }

h4.comments {
	font-size:1.3em;
	margin:0 0 5px 0; }

.comment h3 {
	font-size:1.0em;
	margin-bottom:5px; }

.commentinfo {
	background:url("arrow2.gif") no-repeat 0 5px;
	font-size:0.9em;
	color:#7F7F7F;
	padding:0 15px 10px 15px; 
	margin-bottom:10px;
	border-bottom:1px solid #DADADA; }

/*******************************************************************************
 Right column
*******************************************************************************/
.rightcol {
	float:left;
	position:relative;
	z-index:11;
	width:170px;
	margin-right:-170px;
	font-size:0.9em;
	line-height:130%;
	color:#3E3E3E; 
	overflow:hidden; }

.rightpad { padding:10px 10px 10px 13px; }

.rightcol a:link, .rightcol a:visited {
	text-decoration:underline;
	color:#800040;}
.rightcol a:hover {
	background-color:#800040;
	color:#fff;
}
.rightcol h2 {
	background:transparent;
	font-size:1.2em;
	color:#3E3E3E;
	margin:5; 
	border:0; }

.rightcol h2.separator {
	margin:8px 0 5px 0;
	padding-top:8px;
	border-top:1px solid #C0C0C0; }
	
	.rightcol h4 {
	background:transparent;
	font-size:0.9em;
	color:#3E3E3E;
	margin:5; 
	border:0; }

.rightcol h4.separator {
	margin:8px 0 5px 0;
	padding-top:8px;
	border-top:1px solid #C0C0C0; }
/*******************************************************************************
 Boxes and miscellaneous
*******************************************************************************/
div.leftbox {
float:left;
width:300px;
height:auto;
margin:15px;
padding:5px;
}

div.rightbox {
float:right;
width:300px;
height:auto;
margin:15px;
padding:5px;
}
.caption {
	font-size:90%;
	font-style: italic;
}
.ad {
	border: 1px solid #530000;
}
/*******************************************************************************
 Footer
*******************************************************************************/
.footer {
	width:100%;
	position:relative;
	z-index:13;
	background:#FFF;
	margin:0 0 10px 0;
	border-top:1px dashed #C0C0C0; }

.footer p {
	font-size:0.9em;
	text-align:center;
	margin:5px 0 0px 0px; }

/*******************************************************************************
 Forms
*******************************************************************************/
/*.searchform {
	position:absolute;
	top:6px;
	right:6px;
	background:#FFF;
	padding:5px;
	border:1px solid #C0C0C0; }*/

.searchform .formfield { 
	width:80px; 
	border:1px solid #8A8A8A; 
	color:#3E3E3E; 
	background:#FFFFFF; }

.formbutton { 
	font-size:0.9em; }

.commentform .formfield {
	font-family:verdana, sans-serif;
	font-size:0.9em; }

.commentform textarea {
	width:345px; }

/* Mozilla code */
.leftcol { margin-right:1px; }
.rightcol { margin-left:1px; }
.middlecol { margin:0 -3px 0 -2px; }

/*******************************************************************************
 NP_Calendar.php styling
*******************************************************************************/
	
table.calendar {
	margin:0 0 0 -3px;
}

tr.calendardateheaders {
	font-size:0.8em;
}

td.days {
	text-align: center;
}

td.today {
	text-align: center;
	background-color: #FFF;
}

/* what follows is NPGallery CSS */

.thumbnailoutside {
	width:155px !important;
	height:160px !important;
	float:left ;
	text-align:center !important;
}
.thumbnailoutside2 {
	width:155px !important;
	height:180px !important;
	float:left !important;
	text-align:center !important;
}

.alpha-shadow {
	float:left;
	background: url(/nucleus/plugins/gallery/update/shadow1.gif) no-repeat bottom right;
	margin: 0px 0 0 10px !important;
	margin: 10px 0 0 10px;
	z-index:3;
	padding: 0px;
	}

.alpha-shadow div {
  background: url(/nucleus/plugins/gallery/update/shadow2.png) no-repeat left top !important;
  background: url(/nucleus/plugins/gallery/update/shadow2.gif) no-repeat left top;
  float: left;
  margin-top: 0px;
  padding: 0px 6px 6px 0px;
  }

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px !important;
  }

.tooltip2 {
 background-image:none !important;
 width:0px;
 display:none;
}

#tooltip2 div.tooltip2div {
border-style:dotted;
border-color:#CCCCCC;
 border-width:1px;
float:left; 
 background-image:url(/nucleus/plugins/gallery/transparent.gif)!important;
 padding:0px !important;}
#tooltip2 div.tooltip2div span {display:none;}
#tooltip2 div.tooltip2div:hover {border-style:solid;border-color:#FFFFFF;float:left}
#tooltip2 div.tooltip2div:hover span {display:block;background-color:white;padding-left:10px;padding-right:10px} 
#tooltip2 div.over {border-style:none;display:block;float:left;border-color:#FFFFFF;float:left}
#tooltip2 div.over span {float:left;display:block;background-color:white;padding-left:10px;padding-right:10px} 

/* had to put float:left here because firefox before 1.0.5 has a bug with javascript element.stlye.float (fixed in 1.0.6)*/

.drawingbox {
border-style:solid;
position:absolute;
border-width:1px;
border-color:#FFFFFF;
float:left;
display:block;
z-index:5;
}

/* had to put float:left here because firefox before 1.0.5 has a bug with javascript element.stlye.float (fixed in 1.0.6)*/

.captionformdiv {
position:absolute;
float:left;
background-color:#FFFFFF;
display:block;
border-style:solid;
border-color:#FFFFFF;
}
