/*

for npt

*/

body, html {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	width : 100%; 
	height : 100%; 
}

a img {
	border: 0;
}

/* Page Wrapper */

div#container {
	padding-top: 8px;
	width: 96%;
	min-width: 350px;
	margin: 0 auto 7px;
}
	
/* Header - Splash Image */

div#header {
	background-image: url("/img/header.jpg");
	background-repeat: no-repeat;
	height: 111px;
}

/* Things others have written */

div#others {
	/*background-image: url("/img/othersbg.gif");*/
	font-size: 11px;
	color: #848d91;
	width: 50%;
	border-top: 2px solid #abb6ba;
	float: left; 
	clear: left;
	padding: 0 0 0 0;
	overflow: hidden;
	white-space: nowrap;
}

/* Lists - Things others have written */

div#others ul, ol {
	list-style: none;
	margin: 0 15px;
	padding: 0 0 5px 0;
}

div#others ul li {
	padding: 5px 5px 5px 0px;
	border-top: 1px solid #abb6ba;
	/*list-style-image: url("/img/listimg.gif");*/
	list-style-position: inside;
		overflow: hidden;
}

div#others ol li {
	padding: 5px 0;
	border-top: 1px solid #abb6ba;
	/*list-style-image: url("/img/listimg.gif");*/
	list-style-position: inside;
}

/* Links - Things others have written */

div#others a {
	margin: 0 5px 0 0;
	color: #00202b;
	text-decoration: none;
}

div#others a:hover {
	border-bottom: 1px dotted #00202b;
}
		
/* Projects I am working on */

div#projects {
	/*background-image: url("/img/projectsbg.gif");*/
	width: 50%;
	font-size: 11px;
	color: #848d91;
	border-top: 2px solid #abb6ba;
	float: left;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
}

/* Lists - Projects I am working on */

div#projects ul {
	list-style: none;
	margin: 0 15px;
	padding: 0 0 5px 0;
}

div#projects ul li {
	padding: 5px 5px 5px 0;
	border-top: 1px solid #929da3;
	/*list-style-image: url("/img/listimg.gif");*/
	list-style-position: inside;
		overflow: hidden;
}

* html div#projects ul li {
/*	list-style-image: url("/img/listimg_ie.gif");*/		
		list-style-position: inside;
		padding: 0px 5px 5px 0;
}

/* Links - Projects I am working on */

div#projects a {
	margin: 0 5px 0 0;
	color: #00202b;
	text-decoration: none;
}

div#projects a:hover {
	border-bottom: 1px dotted #00202b;
	}

/* Header Image - All Left Column Boxes */

div#others h3 { 
	width: 144px;
	height: 20px;
/*	background: url('/img/othersheader.gif');*/
	text-indent: -9999px;
	margin: 4px 0 0 15px;
}

div#projects h3 {
	width: 144px;
	height: 20px;
/*	background: url('/img/projectsheader.gif');*/
	text-indent: -9999px;
	margin: 4px 0 0 15px;
}

div#old h3 {
	width: 144px;
		height: 20px;
	/*background: url('/img/oldheader.gif');*/
	text-indent: -9999px;
	margin: 4px 0 0 15px;
}

div#comments h3 {
	width: 144px;
	height: 20px;
	/*background: url('/img/commentsheader.gif');*/
	text-indent: -9999px;
	margin: 4px 0 0 15px;
}
/* Post Content */

.post {
	margin: 0;
	background-color: #fff;
	font-size: 11px;
	clear:left;
	float: left;
		line-height: 14px;
	padding: 7px 13px 15px 12px;
	min-width: 375px;
}

/* Lists - Post */

.post ul {
	list-style: square;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

.post ul li {
	padding: 0 0 10px 0;
}


/* Typography - Post */

.post h2 {
	margin: 10px 0 0 0;
	padding: 0;
	font:14px Georgia, Serif;
  	color:#333333;
}

.post h2 a {
	font:30px Georgia,Serif;
  	color:#660000;
  	text-decoration: none;
}

.post h3 { 
	margin: 10px 0 0 0;
	padding: 0;
	font: 20px Georgia,Serif;
	color: #a6a6a6;
	}
	
.post p {
	padding-bottom: 7px;
}

.post code, pre {
	padding: 10px;
	color: #666;
	background: #fafafa url('/img/codebg.gif') top right no-repeat;
	display: block;
	overflow: auto;
	margin: 0;
}

.post a {
	color: blue;
}

.post q {
	padding: 0 15px 0 15px;
	display: block;
	color: #a6a6a6;
	background: #fff url('/img/quotebg.gif') center no-repeat;
}

.post img {
	float: left;
	margin: 0px 15px 10px 0;
	clear: left;
}
/* Post Metadata */

.postmetadata {
	font-size: 10px;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	text-align: right;
	color: #a6a6a6;
}

/* Links - Post Metadata */

.postmetadata a {
	color: #ccc;
	font-size: 10px;
}

.postmetadata a:hover {
	color: #a6a6a6;
}

/* Comments */

div#comments {
	background-color: #ececec;
	font-size: 11px;
	width: 100%;
	border-top: 2px solid #cdd2d4;
	float: left; 
	clear: left;
	padding: 0 0 0 0;
		color: #848d91;
		min-width: 300px;
}

/* Lists - Comments */

div#comments ul, ol {
	list-style: none;
	margin: 0 15px;
	padding: 0 0 5px 0;
}

div#comments ul li {
	padding: 5px 5px 5px 0;
	border-top: 1px solid #cdd2d4;
	/*list-style-image: url("/img/commentslistimg.gif");*/
	list-style-position: inside;
}

div#comments ol li {
	padding: 5px 5px 5px 0;
	border-top: 1px solid #abb6ba;
	/*list-style-image: url("/img/commentslistimg.gif");*/
	list-style-position: inside;
}

/* Links - Comments */

div#comments a {
	margin: 0 3px 0 0;
	color: #00202b;
	text-decoration: none;
	border-bottom: 1px dotted #848d91;
}

div#comments a:hover {
	border-bottom: 1px dotted #00202b;
	}


/* Extra Comment Styles */

div#comments cite { 
	color: #00202b;
}
		
.graybox { 
	font-size: 10px; 
}

.greybox cite {
 	font-style: normal;
	font-weight: bold;
}

.commenttext { 
	font-size: 11px; 
	color: #00202b;
}

.yourcomment { 
	margin: 0 15px;
	/*background: url("/img/commentbg.gif") top left no-repeat; */
	padding: 15px; 	
}

.yourcomment textarea {
	width: 90%;
	height: 200px;
}

.yourcomment table {
	padding-top: 35px; 
	width: 90%;
}

/* Right Column Wrapper */

div#right {
	float: right;
	width: 425px;
	padding: 0 0 6px 0;
}

/* About this site */

div#about {
/*	background-image: url("/img/aboutbg.gif");*/
	margin: 0;
	font-size: 10px;
	color: #fff;
	padding: 2px 10px 10px 10px;
	border-top: 2px solid #35454a;
	border-bottom: 1px solid #04232e;
}

div#about h3 {
	/*background: url('/img/aboutheader.gif');*/
	width: 258px;
	height: 22px;
	text-indent: -9999px;
		padding: 5px 0 0 0;
	margin: 0;
}

div#leaving h3 {
	/*background: url('/img/leavingheader.gif');*/
		width: 258px;
		height: 22px;
		text-indent: -9999px;
		padding: 5px 0 0 0;
		margin: 0;
}

/* Typography - About this site */

div#about p {
	padding: 0;
	margin: 0;
	line-height: 135%;
}

/* Leaving? Try These HTML Delights */

div#leaving {
	background-image: url("/img/leavingbg.gif");
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #848d91;
	padding: 3px 10px 45px 10px;
	border-bottom: 1px solid #04232e;
}

/* Typography - Leaving? Try These HTML Delights */

div#leaving p {
		line-height: 135%;
}
/* Lists - Leaving? Try These HTML Delights */

div#leaving ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#leaving ul li {
	padding: 0 0 2px 0;
}
/* Links - Leaving? Try These HTML Delights */

div#leaving a {
	color: #fff;
	margin: 0 5px 0 0;
	text-decoration: none;
}

div#leaving a:hover {
	border-bottom: 1px dotted #848d91;
	color: #848d91;
}

/* 
	Tabbed Navigation - Things might get messy here! :)
*/

/* Navigation Wrapper */

div#navigation {
	margin: 10px 0 0;
	float: left;
	clear: left;
	font-size: 10px;
	width: 500px;
}

/* Navigation Tabs Setup */

div#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#navigation li {
	float: left;
	margin: 0;
	padding: 0;
}

/* Default not active tab style */

div#navigation a {
	display: block;
	font-size: 10px;
	padding: 2px 11px 5px 10px;
	text-decoration: none;
	color: #003300;
}

/* Highlight tab on hover */

div#navigation a:hover {
	color: #fff; 
	text-shadow: #7d813f 0px 1px 1px; /* Safari only shadows */
}

/* Active tab style */

div#navigation #active a {
	color:#284D77;
	padding-top: 2px;
	border: 1px solid #284D77;
	background-color: #A6C9B1;
    }

div#navigation #active {
	background-color: #BAEDF6;
}

/* Active tab hover style */

div#navigation #active a:hover {
	text-shadow: none;
	text-decoration: underline;
	}
	
/* Navigation Content */

div#navcontent {
	float: left;
	padding: 10px;
	min-height: 368px;
	width: 350px;
	line-height: 120%;
	height: 450px;
	overflow: auto;
	border-top: 1px solid #00202B;
	border-bottom: 1px solid #00202B;
}

/* Typography - Navigation Content */

div#navcontent h3 {
	font:130%/1.4em Georgia, Serif;
  	color:#00202b;
  	border-bottom: 1px solid #284D77;
 	margin: 0 0 10px 0;
 	padding: 0;
}
div#navcontent p {
	margin: 0;
	padding: 0 0 10px 0;
}
div#navcontent label { 
	font-weight: bold; 
	padding: 0 4px 0 0;
}

div#navcontent input, textarea {
	font-size: 13px;
}

/* Links - Navigation Content */

div#navcontent a {
	color: #003300;
	text-decoration: none;
	border-bottom: 1px dotted #35454a;
	font-weight: bold;
	}

div#navcontent a:hover {
	border-bottom: 1px dotted #35454a;
	color: #FFFFFF;
}

/* Lists - Navigation Content */

div#navcontent ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 10px;
}

div#navcontent ul li {
	/*list-style-image: url("/img/navcontentlistimg.gif");*/
	list-style-position: inside;
		padding-bottom: 5px;
}

/* Accesskey bold */

ul#accessopts {
	font-size: 13px;
}


/* Comment bold */

p#commentsent { 
	font-size: 13px;
}

/* Bottom image */

div#bottom {
	float: left;
	clear: left;
		width: 100%;
	/*background-image: url("/img/bottombg.gif");*/
	background-position: top;
		background-repeat: repeat-y;
}

/* INTERNET! */

* html div#old ul li {
  /*	list-style-image: url("/img/listimg_ie.gif");*/
  		list-style-position: inside;
  		padding: 0px 5px 5px 0;
  }

  * html div#others ul li {
  	/*list-style-image: url("/img/listimg_ie.gif");*/
  		list-style-position: inside;
  		padding: 0px 5px 5px 0;
  }

  * html div#others ol li {
  	/*list-style-image: url("/img/listimg_ie.gif");*/
  		list-style-position: inside;
  		padding: 0px 5px 5px 0;
  }

  * html div#projects ul li {
  	/*list-style-image: url("/img/listimg_ie.gif");*/
  		list-style-position: inside;
  		padding: 0px 5px 5px 0;
  }

  * html div#comments ul li {
  	/*list-style-image: url("/img/commentslistimg_ie.gif");*/
  		list-style-position: inside;
  		padding: 0px 5px 5px 0;
  }

  * html div#navcontent ul li {
  	    /*list-style-image: url("/img/navcontentlistimg_ie.gif");*/
	  	list-style-image: url("");
  		list-style-position: inside;
  		padding: 0px 5px 5px 0;
  }

  * html div#thanks {
  	padding: 15px 10px 20px 10px;
  }

  	* html .yourcomment  {
  	padding: 35px;
  }

  div#welcome, div#search, div#archives, div#feeds, div#contact {
	width: 700px;
  }

  .tabset_content {
  	width: 350;
  }
#footer {
	float: left;
	width: 300px;
	margin-top: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}

div#left {
	float: left;
	width: 450px;
	padding: 0 0 6px;
	margin-left: 50px;
}
div#mapnav {
	height: 195px;
	width: 100%;
}
div#navcontentINTERNAL {
	float: left;
	padding: 1px 10px 10px;
	min-height: 368px;
	width: 300px;
	line-height: 120%;
	height: 500px;
	overflow: auto;
	border-bottom: 1px solid #00202B;
	margin-top: 20px;
}
#container #left #navcontentINTERNALWIDE {
	width: 550px;
}

div#navcontentINTERNAL h3 {

	font:130%/1.4em Georgia, Serif;
  	color:#00202b;
  	border-bottom: 1px solid #284D77;
 	margin: 0 0 10px 0;
 	padding: 0;
}
