@charset "UTF-8";
/*
zeros out the border and margin for iexplorer.
*/

* {
border:0;
margin:0;
}


/*
these set the styling for all the text on the site
*/

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F47A28;
	vertical-align: middle;
	text-align: right;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	letter-spacing: -0.05em;
	color: #F47A28;
	line-height: 1.5em;
}
.journalpostdiv {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A78D76;
	padding-bottom: 0.5em;
	margin-top: 1.5em;
}


h2 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: +.1em;
	color: #A78D76;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
}


h3 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	margin-bottom: .3em;
	margin-top: .3em;
	color: #F47A28;
	font-family: Arial, Helvetica, sans-serif;
}

.resumebold {
	font-weight: bold;
	letter-spacing: +.1em;
}

.indent {
	padding-left: 10px;
}



#content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #A78D76;
	background-color: #EEF6F9;
	background-attachment: scroll;
	background-image: url(../images/bottomrepeat.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: auto;
	padding-top: 5.5em;
	padding-right: 1.5em;
	padding-bottom: 10em;
	padding-left: 1.5em;
	line-height: 1.7em;
	border-bottom-width: 0px;
	border-bottom-style: none;
	clear: both;
	width: auto;
}
#navbar {
	background-color: #F47A28;
	height: auto;
	vertical-align: middle;
	float: none;
	clear: both;
	background-image: none;

}
#navbar a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
	color: #EEF6F9;
	padding-left: 1.5em;
	padding-right: 1.5em;
	height: 1em;
}


#navbar a:hover {
	color: #7BD0E5;
}

#navbar a:active {
	color: #A78D76;
}


#navbarport {
	background-color: #7BD0E5;
	height: auto;
	vertical-align: middle;
	float: none;
	clear: both;
}

#navbarport a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
	color: #EEF6F9;
	padding-left: 1.5em;
	padding-right: 1.5em;
	height: 1em;
}


#navbarport a:hover {
	color: #F47A28;
}

#navbarport a:active {
	color: #A78D76;
}


#content a{
	color: #E49133;
	text-decoration:none;
}


#content a:visited {
	text-decoration:none;
}


#content a:hover {
	color: #D97A33;
}

#content a:active {
	color: #83ACB0;
}


#content .portleft {
	width: 25em;
	height: 35em;
	float: left;
}

#content .portleft li {
	list-style-type: lower-roman;
	list-style-position: outside;
}
#content .portdiv a {
	text-align: right;
}
.portdiv {
	margin-right: 1.5em;
	float: left;
}
.resdiv {
	height: 32em;
	width: 35em;
	margin-right: 2em;
	float: left;
	display:inline-block;
}
.porticon {
	border: 1px dashed #F47A28;
	margin-right: 1.5em;
	margin-top: 0.3em;
	margin-bottom: 1.2em;
}


.floatanchor {
	float: left;
}

#wrapper {
	width: 1000px;
	background-color: #EEF6F9;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	border: 1px dashed #F47A28;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#header {
	background-color: #7BD0E5;
	text-align: right;
	padding: 15px;
	clear: both;
	background-image: url(../images/headgrad.jpg);
	background-repeat: repeat-x;
}
#portarea {
	margin-bottom: 2em;
	float: none;
	height: 10em;
}
.boldtype {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	margin-bottom: .3em;
	margin-top: .3em;
	color: #A78D76;
	font-family: Arial, Helvetica, sans-serif;
}
