/* -------------------------------------------- */
/*		Ryan C. Robinson 
/* -------------------------------------------- */
/*		Interactive Resume CSS
/* -------------------------------------------- */
/*		Created September 5, 2005
/* -------------------------------------------- */
* {margin: 0px; padding: 0;}
body {
	margin: 0px;
	color: #000000;
	font-family: "Arial", "Verdana", "Helvetica", "Lucida Grande", sans-serif;
	font-size: 12px;
	padding: 2% 0 2% 0;
	background: white;
}
p { margin: .5em 0 .5em 0; }
a:link, a:visited {
	COLOR: #000000;

}
#top {
	margin: 0 auto;
}
#address {
	margin-left: 5%;
	margin-right: 5%;
	line-height: 1em;
	padding-bottom: 1em;
}
#title {
	margin-left: 5%;
}
#title h1 {
	font-size: 24px;
}
#title h2 {
	display: none;
}
#resume {
	display: none;
}
#nav {
	display: none;
}
#container {
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
}
#education h2 {
	font-size: 18px;
	padding-bottom: .5em;
}
#education ul h3 {
	font-size: 14px;
	padding-bottom: .2em;
}
#education ul {
	line-height: 14px;
	padding-bottom: 1em;
}
#education li {
	margin-left: 1em;
	list-style: none;
	font-size: 12px;
}
#skills h2 {
	font-size: 18px;
	padding-bottom: .5em;
}
#skills ul {
	margin-left: 1em;
	line-height: 14px;
	padding-bottom: 1em;
}
#skills li {
	margin-left: 1em;
	list-style: none;
	font-size: 12px;
}
#references h2 {
	font-size: 18px;
	padding-bottom: .5em;
}
#references ul {
	margin-left: 1em;
	line-height: 14px;
	padding-bottom: 1em;
}
#contact h2 {
	font-size: 18px;

}
#contact p {
	margin-left: 1em;
	font-size: 13px;
}
#contact ul {
	margin-left: 1em;
	line-height: 14px;
	padding-bottom: 1em;
}
#contact li {
	margin-left: 1em;
	list-style: none;
	font-size: 12px;
}

#recentwork h2 {
	font-size: 18px;

}
#recentwork p {
	margin-left: 1em;
	font-size: 13px;
}
#recentwork ul {
	margin-left: 1em;
	line-height: 14px;
	padding-bottom: 1em;
}
#recentwork li {
	margin-left: 1em;
	list-style: none;
	font-size: 12px;
}

#experience h2 {
	font-size: 18px;
	padding-bottom: .5em;
}
#experience ul h3 {
	font-size: 14px;
}
#experience ul {
	text-indent: 0em;
	line-height: 14px;
	padding-bottom: 1em;
}
#experience li {
	margin-left: 3em;
}
#contact {
	list-style: none;
}
#container h3 {

}
#txt11 {
	font-size: 12px;
}
.clear {
	height: 1px;
	border: none;
	font-size: 1px;
	clear: both;
}
.click{
	display: none;
}
#footer {
	display: none;
}
