@charset "utf-8";
/* CSS Document */
body { text-align: center; margin: 0; padding: 0;}
#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	background: url('bg.gif') repeat-y;
}
#header h1 {
	margin:0; padding: 0;
}
#header h1 img {
	margin-top: 15px;
}
a img { border: 0; }

#nav {
	position: fixed;
	height: 0;
	min-height: 1%;
	padding-top: 50px;
}
#nav ol {
	margin: 0;
	padding: 0;
	width: 200px;
}
#nav ol li {
	list-style: none;
}
#nav li a {
	color: #CCC;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Verdana, Sans-serif;
	padding-left: 15px;
	display: block;
	height: 20px;
}
#nav li a:focus, #nav li a:active {
	background-color: white;
}
#nav li a:hover {
	background-color: white;
	color: #333;
}
#nav ol li h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	margin-top: 10px;
}
#nav ol li h2.first {
	margin-top: 0;
}
#nav em {
	color: #000;
	margin-top: 5px;
	border-top: 1px #000;
	margin-left: 5px;
	display: block;
}
#main {
	margin-left: 200px;
	padding-left: 10px;
}
#main p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4, h5 {
	font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
	margin: 0; padding: 0;
}

.hide {
	display: none;
}

.hide:target { border-left: #666 1px solid; padding-left: 10px; display: block; }


/******* IMAGES *******/
#coding_samples {
	text-indent: -9999px;
	background: url('php/getText.php?text=Coding Samples&size=30') no-repeat;
	height: 46px;
}
#php {
	text-indent: -9999px;
	height: 36px;
	background: url('php/getText.php?text=PHP & MySQL') no-repeat;
	border-bottom: 1px solid #666;
}
#js {
	text-indent: -9999px;
	height: 36px;
	background: url('php/getText.php?text=JavaScript & AJAX') no-repeat;
	border-bottom: 1px solid #666;
}
#python {
	text-indent: -9999px;
	height: 36px;
	background: url('php/getText.php?text=Python') no-repeat;
	border-bottom: 1px solid #666;
}
/***********************/
