/*******************************************************************************
 NUDN2 General Definitions
*******************************************************************************/
html { 
	padding:0;
	margin:0; }

body {
	background:#FFF;
	font-family:verdana, sans-serif;
	font-size:80%;
	color:#3E3E3E;
	padding:0;
	margin:0; }

img, form { padding:0; margin:0; border:0; }

em, i { font-style:italic; }

strong, b { font-weight:bold; } 

code { font-family: 'Courier New', 'Lucida Console', monospace }

.skip { display: none; }

.clear { clear: both; }

/* a:link, a:visited {
	text-decoration:none; } */

/* bullets */
ul { 
	list-style:none;
	padding:0;
	margin:0; }

ul li { 
	list-style: none outside url("arrow.gif");
	margin:5px 0 5px 19px; }


ol li {
    list-style: decimal outside none;
    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:150px 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; 
	height: 100px;
        background-image: url("flatirons.jpg");
        background-repeat: no-repeat;
	}

.navBar {
	position:relative;
	font-size:1.0em;
        font-weight: bold;
	padding:10px;
	/*left:10px;
	top:5px;*/
	margin-bottom:5px; }

.headerQuote {
	position:absolute;
	top:5px;
	right:10px;
	font-size:1.5em;
	font-weight:bold; 
        font-family: 'Lucida Sans Unicode', 'Lucida Sans', lucida, sans-serif;
}

.headerQuote a {
    text-decoration: none;
    font-weight: bold;
    color: darkorange;
}

.headerDesc {
	position:absolute;
	top: 2.5em;
	right:10px;
	font-size:1em;
        font-weight: bold;
        color: navy;
}

/*******************************************************************************
 Left column
*******************************************************************************/
.leftcol {
	float:left;
	position:relative;
	z-index:10;
	width:150px;
	margin-left:-150px;
	font-size:0.9em;
	line-height:120%;
	color:#3E3E3E;
	overflow:hidden; }

.leftpad {
	padding-left: 10px;
	padding-right: 10px;}

/* .leftcol a:link, .leftcol a:visited {
	text-decoration:none; } */

.leftcol h2 {
	background:transparent;
	font-size:1.2em;
	color:#3E3E3E;
	margin:1.5em 0 3px 0;
	border:0; }

.leftcol h2.separator {
	margin:8px 0 5px 0;
	padding-top:8px;
	border-top:1px solid #C0C0C0; }

/*******************************************************************************
 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:none; } */

.middlecol ul {
	margin-left: 1em;
	}

.middlecol ul li {
	list-style: disc outside none;
	
	/* list-style:none url("arrow.gif"); */
	}

h1.item {
	font-size:1.4em;
	margin:0 0 5px 0; }

/* h1.item a {
      text-decoration:none; } */

h1.item a:hover {
    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:none; } */

.rightcol h2 {
	background:transparent;
	font-size:1.2em;
	color:#3E3E3E;
	margin: 1.5em 0 5px 0;
	border:0; }

.rightcol h2.separator {
	margin:8px 0 5px 0;
	padding-top:8px;
	border-top:1px solid #C0C0C0; }

/*******************************************************************************
 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: 120px; 
	border:1px solid #8A8A8A; 
	color:#3E3E3E; 
	background:#FFFFFF; }

.formbutton { 
	font-size:0.9em; }

.commentform {
	padding: 0px 0 15px 0px; 
	margin:0 0 10px 0;
	border-bottom:1px dashed #C0C0C0; }

.commentform .formfield {
	font-family:verdana, sans-serif;
	font-size: 100%; }

.commentform textarea {
        /* font-size: 100%; */
	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;
}


/*
 * Added by hand
 */
.dateheader {
    color: #003399;
}

.IPA {
    font-family: 'Chrysanthi Unicode', 'Doulos SIL', 'Gentium', 'GentiumAlt', 'Code2000', 'TITUS Cyberbit Basic', 'DejaVu Sans', 'Bitstream Vera Sans', 'Bitstream Cyberbit', 'Arial Unicode MS', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic Pro', 'Matrix Unicode', sans-serif;
}

.adsense {
    margin: 30px 0 0 15px;
}

.weather {
    margin: 10px 0 30px 5px;
}

div.loginform .formfield, div.commentform .formfield, div.mailform .formfield {
    display: block;
}
