#base, #zero, #one-em, #bullet, #bullet-inside, #custom, #custom-gen {
		border: 1px solid #000;
		margin: 2em;
		width: 10em;
		padding: 5px;
		}

	
	#bread, #pipe, #tabss, #bread-gen {
		padding: 5px;
		border: 1px solid #000;
		margin-bottom: 0px;
		}
		
	#tabss ul {
		margin-left: 0;
		padding-left: 0;
		list-style: none;
		display: inline;
		}		
		
	#tabss ul li {
		margin-left: -3px; /* Space between tabs */
		margin-bottom: 0;
		padding: 3px 15px 6px; /* May need to adjust bottom padding */
		border: 1px solid #000;
		list-style: none;
		display: inline;
		background-color: #ffc;
		}

	#tabss ul li.here {
		border-bottom: 1px solid #fff;
		background-color: #fff;
		list-style: none;
		display: inline;
		}
		
		
	#pipe ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		} 

	#pipe ul li {
		margin-left: 0;
		padding: 3px 15px;
		border-left: 1px solid #000;
		list-style: none;
		display: inline;
		}


	#pipe ul li:first-child {
		margin-left: 0;
		border-left: none;
		list-style: none;
		display: inline;
		}
	
	#bread {
		color: #000;
		background-color: #fff;
		padding: 3px;
		margin-bottom: 25px;
		}

	#bread ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		border: none;
		} 

	#bread ul li {
		margin-left: 0;
		padding-left: 2px;
		border: none;
		list-style: none;
		display: inline;
		}

	#bread-gen ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		border: none;
		} 

	#bread-gen ul li {
		margin-left: 0;
		padding-left: 2px;
		border: none;
		list-style: none;
		display: inline;
		}

	#bread-gen ul li:before {
		content: "\0020 \0020 \0020 \00BB \0020";
		}

	#bread-gen ul li.first:before {
		content: " ";
		}
	
		#button {
			width: 12em;
			border-right: 1px solid #000;
			padding: 0 0 1em 0;
			margin-bottom: 1em;
			font-family: 'Trebuchet MS', 'Lucida Grande',
			  Verdana, Lucida, Geneva, Helvetica, 
			  Arial, sans-serif;
			background-color: #90bade;
			color: #333;
			}

		#button ul {
			list-style: none;
			margin: 0;
			padding: 0;
			border: none;
			}

		#button li {
			border-bottom: 1px solid #90bade;
			margin: 0;
			}
			
		#button li a {
			display: block;
			padding: 5px 5px 5px 0.5em;
			border-left: 10px solid #1958b7;
			border-right: 10px solid #508fc4;
			background-color: #2175bc;
			color: #fff;
			text-decoration: none;
			width: 100%;
			}

		html>body #button li a {
			width: auto;
			}

		#button li a:hover {
			border-left: 10px solid #1c64d1;
			border-right: 10px solid #5ba3e0;
			background-color: #2586d7;
			color: #fff;
			}


		#custom ul {
			list-style: none;
			margin-left: 0;
			padding-left: 1em;
			text-indent: -1em;
			}

		#custom li, #custom-gen li {
			list-style-image: none;
			list-style-type: none;
			}
	
	
	
/* Columns */
body{
	background-color:lightgrey;
	background-image:url(../images/kwaj_bg.jpg);
	background-attachment: fixed;
  	background-position: top center;
  	background-repeat: no-repeat;
	margin:10px 0 15px 0;
	text-align:center;
}

#container, #header, #footer{
	margin:0 auto;
	width:1000px;
}

#header, #footer{
	padding:20px 0 0 0;
	text-align:center;
	font-size: large;
}

#container{
	text-align:center;
}

#left, #right{
	width:220px;
	padding:10px 0;
	float:left;
}

#center{
	width:560px; /* CW + LW + RW = Container Width */
	float:left;
	min-height:100px;
	text-align:left;
	padding:0; /* If increased, must reduce width */
}

#content{
	margin:0px auto;
	text-align:left;
	width:650px;
}

#footer{
	clear:both;
}

#text{
	padding:10px;
}


/** My Additions **/
#left ul, #right ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#left li, #right li {
	margin: 0;
}

#left li a, #right li a{
	text-decoration: none;
}
	
#left li a:hover, #right li a:hover;{
	text-decoration: none;
}	
	
	/* Borders */
	.thumbnail{border: medium solid #5B9400}
	a img.thumbnail {border: medium solid #5B9400}
	a:hover img.thumbnail {border: medium solid #A2D74F}
		
	/** Navigation **/	
#header ul {
	list-style: none;
	display: inline;
	text-decoration: none;
	text-align:center;
	margin: 0 auto;
}		
	
#header ul li {
	margin-left: 1px; /* Space between tabs */
	margin-bottom: 0;
	padding: 7px 15px 5px 15px; /* May need to adjust bottom padding */
	border: 1px solid #555;
	list-style: none;
	display: inline;
	background-color: #A2D64F;
	}
	
#header ul li a:link{
	text-decoration: none;
	color: #000;
	}
	
#header ul li a:visited{
	text-decoration: none;
	color: #000;
	}
		
#header ul li a:hover{
	text-decoration: none;
	color: #000;
	}
	
#header ul li a:active{
	text-decoration: none;
	color: #fff;
	}

#header ul li.here {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	list-style: none;
	display: inline;	
	}
	
#header ul li.closeout {
	background-color: #fa972c;
	}	
	
#header ul li:hover {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	list-style: none;
	display: inline;	
	}

	.left_align{text-align:left;}
	.center_align{text-align:center;}
	.right_align{text-align:right;}
	
	img.center_align{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}	

	hr {
		text-align:center;
		color:#5B9400;
	}
	
	#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
		color:#000;
	} 
	
	.nodeco a{
		text-decoration:none;
	}
	
	.nav_bottom{
		margin:6px auto 0 auto;
}	

#images{
	text-align:center;
	float:left;
	margin:10px;
}

#items{
	width:225px;
	text-align:left;
	float:left;
	margin:10px;
}

.hide{
	display:none;
}



	
	
/* Typography */
body{
	font-size: 100%;
	font-family: Georgia, serif;
}

p {
	line-height: 1.5em;
	font-size: 1em;
	}

strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
.highlight {
	color: #c00;
	}
h1 {
	font-size: 2em;
	line-height: 1.5em;
	}
div.post h1 {
	font-size: 1.5em;
	line-height: 1em;
	padding: 0.5em 0;
	}
h2 { 
	font-size: 1.5em;
	line-height: 2em;
	}
div.entry h2 {
	font-size: 1.25em;
	line-height: 1.2em;
	margin-bottom: 0.6em;
	}
h3 {
	line-height: 1.5em;
	}
h4 {
	font-size: 1em; 
	line-height: 1.125em; 
	padding-bottom: 0.375em;
	margin-top: 1.5em;
	}
h5 {
	font: 0.875em/1.714em Georgia, serif;
	color: #999;
	font-variant: small-caps;
	text-transform: lowercase;
	}


.red{color:red;}	

.redbg{background-color:red;}	


#badge{
	position:absolute;
	left:20px;
	top:20px;
	z-index:1;
	display:none;
}

.large p{
	font-size:large;
}

	