/*--------------------------------------------------------------------------
Zeroing all margins to set manually
---------------------------------------------------------------------------*/


* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, fieldset, address {
	margin: 1em 3%;
}

h1 {
	line-height: 1.6em;
	font-size: 1.4em;
	font-weight: bold;
}


h2 {
	line-height: 1.5em;
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	line-height: 1.3em;
	font-size: 1.0em;
	font-weight: bold;
	color: #a5afb7;
}

h4 {
	line-height: 1.2em;
	font-size: .9em;
	font-weight: normal;
}

dd {
	margin-left: 3%;
}

fieldset {
	padding: .5em;
}

/*--------------------------------------------------------------------------
Main Layout & styles
---------------------------------------------------------------------------*/

body {
	background: white url(/assets/images/LLMainBG1.gif) repeat-y center;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0;
	min-width: 750px;
	text-align: center;
}

a {
	color: #90bef2;
	text-decoration: none;
}

a:link {
	color: #90bef2;
	text-decoration: none;
}

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

a:hover {
	color: #90bef2;
	text-decoration: underline;
}

a:visited:hover {
	color: #90bef2;
	text-decoration: underline;
}

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

#mainWrapper {
	background-color: #0a253c;
	margin: 0 auto;
	text-align: left;
	width: 748px;
	height: 100%;
}

#mainFooterWrapper {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#content {
	background: #0a253c url(/assets/images/LLMainBGLeft.gif)  no-repeat 0px 0px;
	float: left;
	width: 429px;
	height: 234px;
	padding: 220px 8px 0px 0px;
	margin: 0;
}

#content p {
	margin: 0 5% 1em 1em;
}



/*--------------------------------------------------------------------------
top Nav
---------------------------------------------------------------------------*/

ul#topNav {
	padding: 11px 0px 20px 0px;
}

ul#topNav li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 15px;
	display: inline;
	font-size: 1.2em;
	color: #90bef2;
}

ul#topNav li.active{
	color: #a5afb7;
}

/*--------------------------------------------------------------------------
Sidebar
---------------------------------------------------------------------------*/

#sidebar {
	background: #0a253c url(/assets/images/LLMainBGRight.gif)  no-repeat 0px 0px;
	float: right;
	width: 261px;
	height: 400px;
	padding: 320px 50px 0px 0px;
}

#sidebar h3 {
	margin: 0;
}

.sidebarBlock {
	padding-top: 5px;
}

#sidebar ul {
	padding: 0px;
}

#sidebar ul li {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#sidebar ul li.header {
	padding-left: 0px;
	color: #a5afb7;
	padding: 0px 0px 7px 0px;
}

#sidebar ul li.image {
	padding-left: 0px;
	color: #a5afb7;
	padding: 22px 0px 0px 0px;
}

#sidebar ul li.item {
	background: url(/assets/images/LLBullet.gif) no-repeat 0px 9px;
	padding-left: 20px;
	height: 14px;
	padding-top: 6px;
}

#sidebar ul li.email {
	background: url(/assets/images/LLMainEmail.gif) no-repeat 0px 22px;
	padding-left: 40px;
	font-size: 1.0em;
	color: #90bef2;
	height: 30px;
	padding-top: 24px;
}

#sidebar ul li.resume {
	background: url(/assets/images/LLMainResume.gif) no-repeat 4px 1px;
	padding-left: 40px;
	font-size: 1.0em;
	color: #90bef2;
	height: 32px;
	padding-top: 10px;
}
/*--------------------------------------------------------------------------
vcard - hcard microformat
---------------------------------------------------------------------------*/

.vcard {
	display: none;
	margin-left: 56px;
	height: 256px;
	padding: 24px;
	width: 361px;
	background: url(/assets/images/asCard1.gif) no-repeat 0px 0px;
}

.vcard .name {
	background: url(/assets/images/ASiconSmName.gif) no-repeat 0px 0px;
	font-size: 1.3em;
	padding-left: 23px;
	font-weight: bold;
	margin-top: 1px;
}

.vcard .email {
	background: url(/assets/images/ASiconSmEmail.gif) no-repeat 0px 0px;
	margin-top: 30px;
	padding-left: 25px;
	margin-left: 30px;
	padding-top: 1px;
}

.vcard .adr {
	background: url(/assets/images/ASiconSmHome.gif) no-repeat 0px 0px;
	padding-top: 2px;
	margin-top: 11px;
	margin-left: 30px;
	padding-left: 25px;
}

.vcard .tel {
	background: url(/assets/images/ASiconSmPhone.gif) no-repeat 0px 0px;
	margin-top: 11px;
	margin-left: 30px;
	padding-top: 1px;
	padding-left: 25px;
}

.vcard .im {
	background: url(/assets/images/ASiconSmIM.gif) no-repeat 0px 0px;
	margin-top: 11px;
	margin-left: 30px;
	padding-left: 25px;
}

.vcard .extraInfo {
	display: none;
}



/*--------------------------------------------------------------------------
hResume - hResume microformat
---------------------------------------------------------------------------*/

ul li p {
	font-size: .9em;
	margin-left: 10px;
}	


.description, .pBullet {
	background: url(/assets/images/LLBullet.gif) no-repeat 2px 1px;
	padding-left: 20px;
	line-height: 1.1em;

}	

li.experience {
	list-style: none;
}
li.education {
	list-style: none;
}

li.education p.description, p.period {
	background: none;
	padding-left: 20px;
}

h3.summary {
	margin-top: 24px;
}

h3.skill {
	margin-top: 24px;
}

#resume ul {
	margin: 0px;
	padding: 0px;
}

#resume ul li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

ul.skills {
	list-style: none;
}

h4.skill {
	font-weight: bold;
}

/*---------------------------------------------------------------------------
fluff
---------------------------------------------------------------------------*/
.contentImage {
	float: left;
	margin: 1px 1px 0px 1px;
	border: none;
	padding-right: 4px;
	display: inline;
}

.clear {
	clear: both;
}



/* My Comment */.external {
	padding-right: 14px;
	background: url(/assets/images/externalLink.gif) no-repeat right;
}