body {	background: white;	}	#menu {	display: none;	}
	
.title {	display: none;	}
#site_info {	display: none;	}
#network_links {	display: none;	}
#content {	width: auto; 	margin: 0 5%;	padding: 0; 	border: 0;	float: none !important;	color: black; 	background: transparent;	}

h1{font-size:12pt;
font-weight:bold;}

li{font-size:10pt;
}

.resume li {
	margin-bottom: 25px !important;
	list-style-type: none !important;
}
.resume h1 {
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #000000 !important;
	margin: 0px !important;
	padding: 0px !important;
}

.resume ul li li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 20px;
	margin-bottom: 0px !important;
	display:inline;
	list-style-type: circle !important;
}








/* --- Footer Layout --- */

#footer {
	color: #FFFFFF;
	background-color: #212121;
	background-repeat: no-repeat;
    background-position: top;
	margin: 0px;
	padding: 20px;
	font-size: 95%;
}

#footer a, #footer a:link {
	color: #a9ceba;
}

#footer a:hover, #footer a:active {
	color: #819d8e;
}

#footer h2 {
	background-image: url(../images/divider_dark_horizontal.gif);
	background-repeat: repeat-x;
    background-position: bottom;
}

/* ---  Footer Content Areas --- */

#footer #links {
	margin: 0px;
	padding: 0px;
	width: 230px;
	float: left;
	display: inline;
}

#footer #search {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width: 230px;
	float: left;
	display: inline;
}

#footer #search #search_form {
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

#footer #search #search_field label {
	display: none;
}

#footer #search #search_field #s {
	margin-left: 0px;
	width: 180px;
}

#footer #search #category_list {}

#footer #search #category_list li {
	display: block;
	width: 50%;
	float: left;
	margin: 0px;
	padding: 0px;
}

#footer #network {
	margin: 0px;
	padding: 0px;
	width: 230px;
	float: right;
	display: inline;
}

/* --- Blog Network Specific Links  --- */

#footer #network_links {
display:none;
}

#footer #network_links a{
color:#333333;
}








#footer_break {	display: none;	}
#header_footer {	display: none;	}