/***
	Neal Parikh <neal@nparikh.org>
	nparikh.org CSS
	Jan 5 2008
***/

body 
{
	background-color: #303F56;
	color: #ddd;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	margin-left: 100px;
	margin-right: 100px;
	min-width: 600px;
}

a 
{
	text-decoration: none;
}

a:link
{
	color: white;
	border-bottom: 1px dotted #ddd;
}

a:visited
{
	color: #ddd;
	border-bottom: 1px solid #ddd;
}

a:hover
{
	color: white;
	border-bottom: 1px solid #ddd;
}

h1, h2, h3, h4, h5, h6 {
		margin: 1.2em 0;
		font-family: "Lucida Grande", Verdana, sans-serif;
		font-weight: normal;
}

h1
{
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0.3em;
	overflow: auto;
}

h2
{
	margin-top: 0;
/*	margin-bottom: .4em;*/
}

h3
{
	margin-top: 0;
	margin-bottom: .4em;
}

p
{
	margin-top: 0;
	margin-bottom: 1.4em;
	text-align: justify;
	line-height: 1.5em;
}

pre {
	line-height: 1.5em;
}

ul, li
{
	list-style-type: square;
/*	margin: 0px;
	padding: 0px;
*/}

hr
{
	border: none;
	background-color: transparent;
	border-bottom: 1px dotted gray;
}

#header
{
	background-color: #303F56;
	border-bottom:1px dotted #CCC;
	
	margin-top: 50px;
	
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: .5em;
	
	color: white;
	font-weight: normal;
}

#header h1 {
	font-size: 2.5em;	
	padding: 0px;
	text-align: right;
}

#left
{
	float: left;
/*	min-width: 175px;*/
	width: 15%;
	border-right: 1px dotted #CCC;
}

#right
{
	float: right;
	width: 84%;
}

.pad
{
	padding: 1.5em;
}


/* Sidebar */
#navlist { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}

#navlist li { 
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 14px; 
	font-weight: normal;
	background-color: #303F56; 
	padding: 0px; 
	margin: 0px; 
	border-bottom: 1px dotted #CCC;
	list-style-type: none;
	display: block;
}

#navlist li.current {
	border-bottom: 1px solid white;
}

#navlist a { 
	display: block; 
	padding: 15px 25px;
	margin: 0px;

	border-bottom: 0px dotted #CCC; 
	background: #303F56; 
	color: #CCC;
	text-decoration: none;
}

#navlist p { 
/*	display: block inline; */
	padding: 15px 25px;
	margin: 0px;

	border-bottom: 0px dotted #CCC; 
	background: #303F56; 
	color: #CCC;
	text-decoration: none;
}

#navlist a.current:hover, #navlist a:hover, #navlist a:active { 
	background-color: #CCC; 
	color: #303F56;
	text-decoration: none;
}

/*#navlist a.current {
	border-bottom: 1px solid white;
}*/

/* From old CSS */

.quote {
/*	background-color: #CCC;*/
	border: 1px dotted #999;
	padding: 10px 10px 10px 10px;
	margin: 10px;
}

.dirlisting {
	font-family: Monaco, monospace;
	font-size: 12px;
	color:#333333;
}

/* Formatting for del.icio.us linkroll */

.delicious-posts { 
	border: none; 
	font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
}

.delicious-posts ul, .delicious-posts li, .delicious-banner { 
	margin: 0; 
	padding: 0.3em;
	list-style-type: none;
}

.delicious-link {
	text-decoration: none;
	border-bottom: none;
}

.delicious-post { 
/*	border-top: 1px solid #333; */
	border-bottom: none;
/*	font-size: 80%;*/
}

.delicious-post a {
	text-decoration: none;
	border: none;
}

.delicious-odd { 
	background-color: #666;
	color: black;
	padding: 20px;
}

.delicious-banner span { 
	display: block; 
/*	padding: 0.3em;*/
	font-size: 80%;
}

.delicious-banner a { 
	font-size: 80%;
}

.delicious-posts a:hover { 
/*	text-decoration: underline;*/
}

.delicious-posts a { 
	display: block; 
/*	padding: 0.3em;*/
}
