/* CSS Reset Reloaded by Eric Meyer */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	
	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
/* END of CSS Reset Reloaded */


body {
	font:normal 14px/19px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

a { text-decoration: none }
a:link { color: #03f }
a:visited { color: #03c }
a:active { color: #0cc }
a:hover { color: #06f; text-decoration: underline }

dt { font-weight: bold }
li { padding-bottom: 2px }
ul { margin: 0px 0px 0px 12px; padding:0px; list-style-type: circle; list-style-image: url(/i/bullet-orange.gif) }

.nobold { font-weight: normal }

.content {
	padding: 10px 20px;
	margin: 2% 12%;
}

.section {
	margin-bottom: 36px;
	border-bottom: 1px solid #eee;
	padding: 2px 10px 8px 10px;
}

p {
	margin-top: 0;
	padding-top: 0;
	line-height: 1.5em;
	margin-bottom: 1em;
} 





/*------- Fonts ------- */
	/* EOT font definition for IE must be first and supports only one font per font family */

/* Droid Sans */

	@font-face {
	  font-family: "Droid Sans";
	  src: url('/font/droid/FontSquirrel/DroidSans.eot');
	}

	/* For other browsers */
	@font-face {/* IE ignores @font-faces with format() */
		font-family: 'Droid Sans';
		src: local('Droid Sans'),
		     local('Droid Sans Regular'),
		     local('DroidSans'),
		     local('DroidSans-Regular'),
		     url('/font/droid/FontSquirrel/DroidSans.ttf') format('truetype'),/* 145KB FontSquirrel TTF v1.00b107 */
		     url('/font/droid/DroidSans.ttf') format('opentype');/* 185KB Android official v1.00b112 */
	}
	
	@font-face {
		font-family: 'Droid Sans';
		src: local('Droid Sans Bold'),
		     local('DroidSans-Bold'),
		     url('/font/droid/FontSquirrel/DroidSans-Bold.ttf') format('truetype'),/* 147KB FontSquirrel TTF v1.00b107 */
		     url('/font/droid/DroidSans-Bold.ttf') format('opentype');/* 186KB Android official v1.00b112 */
		font-weight: bold;
	}
/*--- END Fonts ---*/

/* heading tags */
h1{
	font-family:"Droid sans","Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,arial,sans-serif;
	letter-spacing:-.066em;
	margin:.6em 0 .1em;
	text-align:center;
	font-size:197%
}
div.contact{
	text-align:center;
}
div.contact a,div.contact a:visited{color:#333}
div.email,div.phone{
	font-size:108%;
	line-height:1.8;
}

ul.featured{
	margin:1.5em 0 5em
}
ul.featured li{
	font-family:"Droid sans","Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,arial,sans-serif;
	font-size:123.1%;
	letter-spacing:-.033em;
	margin-bottom:.3em;
	color:#2F6500;
	font-weight:bold
}

h2 {
	margin: 2.5em 0 1.8em 0;
	padding:3px 0;
	font:bold 137% Droid Sans,Tahoma,Arial,Helvetica,sans-serif;
	color:#D92800;
	border-bottom:1px solid #DDDDDD;
}
h3 {
	margin: 2em 0 .3em 0;
	font-size:108%;
	color:#000
}

.hdng {
	padding:3px 10px;
	font:bold 130% Arial,Helvetica,sans-serif;
	color:#fff;
}
.indent { padding: 2px 2px 0px 20px;}

.jobsummary { padding-top: 12px;}
.jobdescription { padding: 2px 2px 0px 12px;}

.jobtitle { font-weight:bold;}
.jobdate { font-size:80%; }
.companyname {}
img { border: 0 }

.passion {
	font: italic 110% "Times New Roman", Times, serif;
	text-align:center;
}
.first {
	margin-top: 0;
	padding-top: 0;
}

.ahem {
	display: none;
}

.small {
	font-size: 12px;
}

code, tt, pre, .code {
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
}

.footer {
	margin: 6px 0px;
	border-style:solid;
	border-width:1px 0px 1px 0px;
	border-color:#A9A69E;
	background:#D6D3CE;
	padding:4px 0px 4px 8px;
	color:#333333;
	font-size: 90%;
}

.libnavt {
	border-bottom: solid 1px #fff;
}
.libnavb {
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
}
.rightbar {
	float: right;
	width:150px;
	margin:10px;
	border:1px solid #A9A69E;
	background:#F6F3EE;
	padding:7px;
	font-size: 90%
}

.box-beige{
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#A9A69E;
	background:#F6F3EE;
	padding:7px;
	color:#333333;
	text-align:left;
}

.middle { vertical-align: middle }

.myname {
	border-bottom: solid 1px #A9A69E;
	margin-top:0px;
	background:#F6F3EE;
	padding:10px 0px 10px 0px;
	font: 250% serif;
	color:#336;
	text-align:center;
}
.contactinfo {
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#FFF;
	border-bottom-color:#848284;
	background:#D6D3CE;
	padding:2px 2px 3px 2px;
	color:#333333;
	text-align:center;
}
.myaddress {
/*	font-size:90%;*/
}
.myphone {
}
.myemail, .myemail A, .myemail A:visited {
	font-weight: normal;
}

.cat-heading{
	margin: 8px 8px 0px 8px;
	border-style:solid;
	border-width:1px 0px 1px 0px;
	border-color:#95958b;
	border-bottom-color:#78776E;
	background:#FFCC66;
	padding:4px 10px 4px 10px;
	font:bold 14px Arial,Helvetica,sans-serif;
	color:#993333;
}

.sm { font:85% Tahoma}

.box-soft {
	border:1px solid #d6d6d6;
	background:#f7f7f7;
	padding:1px 7px 7px 7px
}

.box-soft-heading {
	margin-bottom: 5px;
	border-bottom: 1px solid #bbb;
	padding: 1px 0px;
	font: bold 100% Trebuchet MS, Arial,Helvetica,sans-serif;
	color: #888;
}
.hint{font-size:87%;color:#666}
.subtlehint{font-size:87%;color:#aaa}

