/*** Body styles ***/
body {
	background-color: #ffdfcc;
	margin: 0;
	padding: 0;
	font-family: georgia, times, serif;
	line-height: 1.4em;
	font-size: .7em;
	color: #333;
}

body a img {
	border: none;
}
/*** End Body styles ***/

/*** CONTENT AREA STYLES ***/
/*** Blog styles ***/
p.perma + h2 {
	margin-top: 2em;
}

/*** End blog styles ***/


/*** Para styles ***/
p {
	margin-right: 140px;
}
/*** End para styles ***/

/*** Heading styles ***/
h2 {
	font-size: 1.6em;
	color: black;
	font-weight: normal;
	margin-right: 140px;
}

h3,h4,h5,h6 {
	font-weight: bold;
	color: #333;
}

h4 {
	font-size: 1.2em;
	line-height: 1.2em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: .9em;
}

/*** End heading styles ***/

/*** List styles ***/
li.liNest {
	list-style-type: none;
	margin-top: 30px;
}
/*** End list styles **/

/*** Comment styles ***/
.commentsform input {
	width: 70%;
}

.commentsform textarea {
	width: 90%;
}

.commentsform input.submit {
	width: auto;
}

.commentsform label {
display: block;
clear: right;
}

/*** End Comment styles ***/

/*** Resume styles ***/
p.school {
	font-style: italic;
}

p.jobinfo {
	font-style: italic;
}

.resume li {
	padding-bottom: .5em;
	padding-right: 150px;
}
/*** End Resume styles ***/

/*** Anchor styles ***/
a:link {
	font-weight: normal;
	text-decoration: none;
	color: #666;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: .9em;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #666;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: .9em;
}

a:active {
	font-weight: normal;
	text-decoration: none;
	color: #666;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: .9em;
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #333;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: .9em;
}
/*** End Anchor styles ***/

/*** END CONTENT AREA STYLES ***/


/*** NAV AREA STYLES ***/
div#nav h2 {
	margin-right: 0;
}

div#nav h4 {
	color: #333;
	font-weight: normal;
	margin: 0;
	margin-top: 1em;
}

div#nav h4.first {
	margin-top: 0;
}

div#nav ul li ol {
	padding: 0;
	padding-left: 1.2em;
}

div#nav ol {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}

div#nav ul, div#nav ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


/*** END NAV AREA STYLES ***/


/*** MAST STYLES ***/
div#wrapper {
	background-image: url("/images/global/BigE.jpg");
	background-repeat: no-repeat;
	background-position: 57px 55px;
}

a span {
	display: none;
}

div#mast h1 {
	padding-left: 125px;
	margin-bottom: 10px;
}

/*** Global nav styles ***/
div.globalnav {
	text-align: left;
	border-bottom: 1px solid #ffdfcc;
	border-top: 1px solid #ffdfcc;
	padding: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
	margin-bottom: 10px;
	background-image: url("/images/global/glyph.gif");
	background-repeat: no-repeat;
	background-position: 100px 5px;
}

ul.globalnav {
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	margin-left: 133px;
}

ul.globalnav li {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #ffdfcc;
	border-left: 1px solid #ffdfcc;
}

ul.globalnav li a {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

ul.globalnav li:hover {
	background-color: #ffdfcc;
}

ul.globalnav li.blog {
	border-left: 1px solid #ffdfcc;
}
/*** End Globalnav styles ***/
/*** END MAST STYLES ***/

/*** Footer styles ***/
div#footer {
	text-align: right;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	color: #ccc;
}
/*** End footer styles ***/
