a {
	text-decoration: none; 
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none; 
	color: #000;
}

a img {
	border: none;
}

body {
	background: #fff;
	color: #000;
	font-family:  Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	margin: 15px 0 2px 0;
	font-size:13px;
	padding-bottom: 2px;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	margin-top: 0;
}

p, li, .feedback {
	font: 11px Verdana, Arial, sans-serif;
}

/* HEADER */

#rap {
	background-color: #FFFFFF;
	margin-right:auto;
	margin-left:170px;
	width:700px;
	padding: 6px;
}

#headwrap {
	padding-top:1em;
	padding-bottom:1.3em;
	margin-top:2em;
	margin-bottom:4em;
}

#header {
	font-family: Lucida Console, Verdana, Arial, sans-serif;
	font-size: 24px;
	color: black;
	font-weight: normal;	
}

#desc {
	color: #666;
	float:left;
	font-size: 1em;
	margin-top:0.2em;	
}

/* NAV */

#sidebar {
	background: #fff;
	border-left: 1px dotted #ccc;
	padding: 0px 0 10px 20px;
	float: right;
	width: 12em;
}

#sidebar ul {
	color: #666;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#sidebar h2 {
	font-weight: normal;
	margin:0;
	padding:0;
}

#sidebar ul li {
	font-family: Verdana, Arial, sans-serif;
	margin-top: 10px;
	padding-bottom: 2px;
}

#sidebar ul ul {
	font-variant: normal;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidebar ul ul li {
	border: 0;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 3px;
}

#sidebar ul ul li a {
	color: #000;
	text-decoration: none;
}

#sidebar ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#sidebar ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

/* FOOTER */

#credit {
	clear:both;
	color: #666;
	font-size: 11px;
	padding: 50px 0 0 0;
	padding-top:50px;
	text-align: left;
}

/* CONTENT */

#content {
	float: left;
	width:500px;
}

.post {
	margin-bottom:18px;
}

.storytitle {
	margin: 0;
	font-size: 12px;
}

.storytitle a {
	text-decoration: none;
}

.storycontent {
	margin-bottom:-10px;
}

.storycontent a {
	text-decoration: none;
	border-bottom: 1px dotted #888;
}

.storycontent a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #888;
}

.webdev {
	list-style-type: circle;
}

.contactform {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
	font: 11px Courier, sans-serif;
	font-weight: bold;
	color: red;
	overflow: auto;
}

.gray {
	color: #444;
}

